Class OSDisk

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class OSDisk
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<OSDiskBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    See Also:
    Serialized Form
    • Method Detail

      • getCachingType

        public String getCachingType()
        cachingType specifies the caching requirements. Possible values include: 'None', 'ReadOnly', 'ReadWrite'. Empty value means no opinion and the platform chooses a default, which is subject to change over time. Currently the default is `None`.
      • setCachingType

        public void setCachingType​(String cachingType)
        cachingType specifies the caching requirements. Possible values include: 'None', 'ReadOnly', 'ReadWrite'. Empty value means no opinion and the platform chooses a default, which is subject to change over time. Currently the default is `None`.
      • setDiskSettings

        public void setDiskSettings​(DiskSettings diskSettings)
      • getDiskSizeGB

        public Integer getDiskSizeGB()
        diskSizeGB is the size in GB to assign to the data disk.
      • setDiskSizeGB

        public void setDiskSizeGB​(Integer diskSizeGB)
        diskSizeGB is the size in GB to assign to the data disk.
      • getOsType

        public String getOsType()
        osType is the operating system type of the OS disk. Possible values include "Linux" and "Windows".
      • setOsType

        public void setOsType​(String osType)
        osType is the operating system type of the OS disk. Possible values include "Linux" and "Windows".
      • getAdditionalProperties

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

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

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