Package k8s.io.api.core.v1
Interface Generated.AzureDiskVolumeSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.AzureDiskVolumeSource,Generated.AzureDiskVolumeSource.Builder
- Enclosing class:
- Generated
public static interface Generated.AzureDiskVolumeSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCachingMode()cachingMode is the Host Caching mode: None, Read Only, Read Write.com.google.protobuf.ByteStringgetCachingModeBytes()cachingMode is the Host Caching mode: None, Read Only, Read Write.StringgetDiskName()diskName is the Name of the data disk in the blob storagecom.google.protobuf.ByteStringgetDiskNameBytes()diskName is the Name of the data disk in the blob storageStringgetDiskURI()diskURI is the URI of data disk in the blob storagecom.google.protobuf.ByteStringgetDiskURIBytes()diskURI is the URI of data disk in the blob storageStringgetFsType()fsType is Filesystem type to mount.com.google.protobuf.ByteStringgetFsTypeBytes()fsType is Filesystem type to mount.StringgetKind()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).com.google.protobuf.ByteStringgetKindBytes()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).booleangetReadOnly()readOnly Defaults to false (read/write).booleanhasCachingMode()cachingMode is the Host Caching mode: None, Read Only, Read Write.booleanhasDiskName()diskName is the Name of the data disk in the blob storagebooleanhasDiskURI()diskURI is the URI of data disk in the blob storagebooleanhasFsType()fsType is Filesystem type to mount.booleanhasKind()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).booleanhasReadOnly()readOnly Defaults to false (read/write).-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDiskName
boolean hasDiskName()
diskName is the Name of the data disk in the blob storage
optional string diskName = 1;- Returns:
- Whether the diskName field is set.
-
getDiskName
String getDiskName()
diskName is the Name of the data disk in the blob storage
optional string diskName = 1;- Returns:
- The diskName.
-
getDiskNameBytes
com.google.protobuf.ByteString getDiskNameBytes()
diskName is the Name of the data disk in the blob storage
optional string diskName = 1;- Returns:
- The bytes for diskName.
-
hasDiskURI
boolean hasDiskURI()
diskURI is the URI of data disk in the blob storage
optional string diskURI = 2;- Returns:
- Whether the diskURI field is set.
-
getDiskURI
String getDiskURI()
diskURI is the URI of data disk in the blob storage
optional string diskURI = 2;- Returns:
- The diskURI.
-
getDiskURIBytes
com.google.protobuf.ByteString getDiskURIBytes()
diskURI is the URI of data disk in the blob storage
optional string diskURI = 2;- Returns:
- The bytes for diskURI.
-
hasCachingMode
boolean hasCachingMode()
cachingMode is the Host Caching mode: None, Read Only, Read Write. +optional +default=ref(AzureDataDiskCachingReadWrite)
optional string cachingMode = 3;- Returns:
- Whether the cachingMode field is set.
-
getCachingMode
String getCachingMode()
cachingMode is the Host Caching mode: None, Read Only, Read Write. +optional +default=ref(AzureDataDiskCachingReadWrite)
optional string cachingMode = 3;- Returns:
- The cachingMode.
-
getCachingModeBytes
com.google.protobuf.ByteString getCachingModeBytes()
cachingMode is the Host Caching mode: None, Read Only, Read Write. +optional +default=ref(AzureDataDiskCachingReadWrite)
optional string cachingMode = 3;- Returns:
- The bytes for cachingMode.
-
hasFsType
boolean hasFsType()
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. +optional +default="ext4"
optional string fsType = 4;- Returns:
- Whether the fsType field is set.
-
getFsType
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. +optional +default="ext4"
optional string fsType = 4;- Returns:
- The fsType.
-
getFsTypeBytes
com.google.protobuf.ByteString getFsTypeBytes()
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. +optional +default="ext4"
optional string fsType = 4;- Returns:
- The bytes for fsType.
-
hasReadOnly
boolean hasReadOnly()
readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional +default=false
optional bool readOnly = 5;- Returns:
- Whether the readOnly field is set.
-
getReadOnly
boolean getReadOnly()
readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional +default=false
optional bool readOnly = 5;- Returns:
- The readOnly.
-
hasKind
boolean hasKind()
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 +default=ref(AzureSharedBlobDisk)
optional string kind = 6;- Returns:
- Whether the kind field is set.
-
getKind
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 +default=ref(AzureSharedBlobDisk)
optional string kind = 6;- Returns:
- The kind.
-
getKindBytes
com.google.protobuf.ByteString getKindBytes()
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 +default=ref(AzureSharedBlobDisk)
optional string kind = 6;- Returns:
- The bytes for kind.
-
-