Class BootVolume
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.ibmcloud.v1.BootVolume
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<BootVolumeBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class BootVolume extends Object implements io.fabric8.kubernetes.api.builder.Editable<BootVolumeBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
BootVolume stores the configuration for an individual machine's boot volume.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BootVolume()No args constructor for use in serializationBootVolume(String encryptionKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BootVolumeBuilderedit()Map<String,Object>getAdditionalProperties()StringgetEncryptionKey()EncryptionKey is the CRN referencing a Key Protect or Hyper Protect Crypto Services key to use for volume encryption.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetEncryptionKey(String encryptionKey)EncryptionKey is the CRN referencing a Key Protect or Hyper Protect Crypto Services key to use for volume encryption.BootVolumeBuildertoBuilder()
-
-
-
Constructor Detail
-
BootVolume
public BootVolume()
No args constructor for use in serialization
-
BootVolume
public BootVolume(String encryptionKey)
-
-
Method Detail
-
getEncryptionKey
public String getEncryptionKey()
EncryptionKey is the CRN referencing a Key Protect or Hyper Protect Crypto Services key to use for volume encryption. If not specified, a provider managed encryption key will be used.
-
setEncryptionKey
public void setEncryptionKey(String encryptionKey)
EncryptionKey is the CRN referencing a Key Protect or Hyper Protect Crypto Services key to use for volume encryption. If not specified, a provider managed encryption key will be used.
-
edit
public BootVolumeBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<BootVolumeBuilder>
-
toBuilder
public BootVolumeBuilder toBuilder()
-
-