Class BlockDeviceStorage

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<BlockDeviceStorageBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class BlockDeviceStorage
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<BlockDeviceStorageBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    blockDeviceStorage is the storage type of a block device to create and contains additional storage options.
    See Also:
    Serialized Form
    • Constructor Detail

      • BlockDeviceStorage

        public BlockDeviceStorage()
        No args constructor for use in serialization
    • Method Detail

      • getType

        public String getType()
        type is the type of block device to create. This can be either "Volume" or "Local".
      • setType

        public void setType​(String type)
        type is the type of block device to create. This can be either "Volume" or "Local".
      • getVolume

        public BlockDeviceVolume getVolume()
        blockDeviceStorage is the storage type of a block device to create and contains additional storage options.
      • setVolume

        public void setVolume​(BlockDeviceVolume volume)
        blockDeviceStorage is the storage type of a block device to create and contains additional storage options.
      • getAdditionalProperties

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

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

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