Class 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 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)