Class RootVolume

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class RootVolume
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<RootVolumeBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    RootVolume defines the storage for an instance.
    See Also:
    Serialized Form
    • Constructor Detail

      • RootVolume

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

      • getSize

        public Integer getSize()
        Size defines the size of the volume in gibibytes (GiB). Required
      • setSize

        public void setSize​(Integer size)
        Size defines the size of the volume in gibibytes (GiB). Required
      • getType

        public String getType()
        Type defines the type of the volume. Deprecated: Use Types instead.
      • setType

        public void setType​(String type)
        Type defines the type of the volume. Deprecated: Use Types instead.
      • getTypes

        public List<String> getTypes()
        Types is the list of the volume types of the root volumes. This is mutually exclusive with Type.
      • setTypes

        public void setTypes​(List<String> types)
        Types is the list of the volume types of the root volumes. This is mutually exclusive with Type.
      • getZones

        public List<String> getZones()
        Zones is the list of availability zones where the root volumes should be deployed. If no zones are provided, all instances will be deployed on OpenStack Cinder default availability zone
      • setZones

        public void setZones​(List<String> zones)
        Zones is the list of availability zones where the root volumes should be deployed. If no zones are provided, all instances will be deployed on OpenStack Cinder default availability zone
      • getAdditionalProperties

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

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

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