Class AzureDiskVolumeSource

    • Constructor Detail

      • AzureDiskVolumeSource

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

      • getCachingMode

        public String getCachingMode()
        cachingMode is the Host Caching mode: None, Read Only, Read Write.
      • setCachingMode

        public void setCachingMode​(String cachingMode)
        cachingMode is the Host Caching mode: None, Read Only, Read Write.
      • getDiskName

        public String getDiskName()
        diskName is the Name of the data disk in the blob storage
      • setDiskName

        public void setDiskName​(String diskName)
        diskName is the Name of the data disk in the blob storage
      • getDiskURI

        public String getDiskURI()
        diskURI is the URI of data disk in the blob storage
      • setDiskURI

        public void setDiskURI​(String diskURI)
        diskURI is the URI of data disk in the blob storage
      • getFsType

        public String getFsType()
        fsType is Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
      • setFsType

        public void setFsType​(String fsType)
        fsType is Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
      • getKind

        public String getKind()
        kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared
      • setKind

        public void setKind​(String kind)
        kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared
      • getReadOnly

        public Boolean getReadOnly()
        readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
      • setReadOnly

        public void setReadOnly​(Boolean readOnly)
        readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
      • getAdditionalProperties

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

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

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