public interface AzureDiskVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCachingMode()
Host Caching mode: None, Read Only, Read Write.
|
com.google.protobuf.ByteString |
getCachingModeBytes()
Host Caching mode: None, Read Only, Read Write.
|
java.lang.String |
getDiskName()
The Name of the data disk in the blob storage
|
com.google.protobuf.ByteString |
getDiskNameBytes()
The Name of the data disk in the blob storage
|
java.lang.String |
getDiskURI()
The URI the data disk in the blob storage
|
com.google.protobuf.ByteString |
getDiskURIBytes()
The URI the data disk in the blob storage
|
java.lang.String |
getFsType()
Filesystem type to mount.
|
com.google.protobuf.ByteString |
getFsTypeBytes()
Filesystem type to mount.
|
boolean |
getReadOnly()
Defaults to false (read/write).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getDiskName()
The Name of the data disk in the blob storage
string diskName = 1;com.google.protobuf.ByteString getDiskNameBytes()
The Name of the data disk in the blob storage
string diskName = 1;java.lang.String getDiskURI()
The URI the data disk in the blob storage
string diskURI = 2;com.google.protobuf.ByteString getDiskURIBytes()
The URI the data disk in the blob storage
string diskURI = 2;java.lang.String getCachingMode()
Host Caching mode: None, Read Only, Read Write.
string cachingMode = 3;com.google.protobuf.ByteString getCachingModeBytes()
Host Caching mode: None, Read Only, Read Write.
string cachingMode = 3;java.lang.String getFsType()
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.
string fsType = 4;com.google.protobuf.ByteString getFsTypeBytes()
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.
string fsType = 4;boolean getReadOnly()
Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
bool readOnly = 5;