Class V1AzureDiskVolumeSource
java.lang.Object
io.kubernetes.client.openapi.models.V1AzureDiskVolumeSource
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-12-05T08:14:34.919Z[Etc/UTC]")
public class V1AzureDiskVolumeSource
extends Object
AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncachingMode
(String cachingMode) boolean
cachingMode is the Host Caching mode: None, Read Only, Read Write.diskName is the Name of the data disk in the blob storagediskURI is the URI of data disk in the blob storagefsType is Filesystem type to mount.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).readOnly Defaults to false (read/write).int
hashCode()
void
setCachingMode
(String cachingMode) void
setDiskName
(String diskName) void
setDiskURI
(String diskURI) void
void
void
setReadOnly
(Boolean readOnly) toString()
-
Field Details
-
SERIALIZED_NAME_CACHING_MODE
- See Also:
-
SERIALIZED_NAME_DISK_NAME
- See Also:
-
SERIALIZED_NAME_DISK_U_R_I
- See Also:
-
SERIALIZED_NAME_FS_TYPE
- See Also:
-
SERIALIZED_NAME_KIND
- See Also:
-
SERIALIZED_NAME_READ_ONLY
- See Also:
-
-
Constructor Details
-
V1AzureDiskVolumeSource
public V1AzureDiskVolumeSource()
-
-
Method Details
-
cachingMode
-
getCachingMode
cachingMode is the Host Caching mode: None, Read Only, Read Write.- Returns:
- cachingMode
-
setCachingMode
-
diskName
-
getDiskName
diskName is the Name of the data disk in the blob storage- Returns:
- diskName
-
setDiskName
-
diskURI
-
getDiskURI
diskURI is the URI of data disk in the blob storage- Returns:
- diskURI
-
setDiskURI
-
fsType
-
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.- Returns:
- fsType
-
setFsType
-
kind
-
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- Returns:
- kind
-
setKind
-
readOnly
-
getReadOnly
readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.- Returns:
- readOnly
-
setReadOnly
-
equals
-
hashCode
public int hashCode() -
toString
-