public static interface V1.AzureDiskVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCachingMode()
Host Caching mode: None, Read Only, Read Write.
|
com.google.protobuf.ByteString |
getCachingModeBytes()
Host Caching mode: None, Read Only, Read Write.
|
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
|
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
|
String |
getFsType()
Filesystem type to mount.
|
com.google.protobuf.ByteString |
getFsTypeBytes()
Filesystem type to mount.
|
String |
getKind()
Expected values 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.ByteString |
getKindBytes()
Expected values Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set).
|
boolean |
getReadOnly()
Defaults to false (read/write).
|
boolean |
hasCachingMode()
Host Caching mode: None, Read Only, Read Write.
|
boolean |
hasDiskName()
The Name of the data disk in the blob storage
|
boolean |
hasDiskURI()
The URI the data disk in the blob storage
|
boolean |
hasFsType()
Filesystem type to mount.
|
boolean |
hasKind()
Expected values Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set).
|
boolean |
hasReadOnly()
Defaults to false (read/write).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDiskName()
The Name of the data disk in the blob storage
optional string diskName = 1;String getDiskName()
The Name of the data disk in the blob storage
optional string diskName = 1;com.google.protobuf.ByteString getDiskNameBytes()
The Name of the data disk in the blob storage
optional string diskName = 1;boolean hasDiskURI()
The URI the data disk in the blob storage
optional string diskURI = 2;String getDiskURI()
The URI the data disk in the blob storage
optional string diskURI = 2;com.google.protobuf.ByteString getDiskURIBytes()
The URI the data disk in the blob storage
optional string diskURI = 2;boolean hasCachingMode()
Host Caching mode: None, Read Only, Read Write. +optional
optional string cachingMode = 3;String getCachingMode()
Host Caching mode: None, Read Only, Read Write. +optional
optional string cachingMode = 3;com.google.protobuf.ByteString getCachingModeBytes()
Host Caching mode: None, Read Only, Read Write. +optional
optional string cachingMode = 3;boolean hasFsType()
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
optional string fsType = 4;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. +optional
optional 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. +optional
optional string fsType = 4;boolean hasReadOnly()
Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 5;boolean getReadOnly()
Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 5;boolean hasKind()
Expected values 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
optional string kind = 6;String getKind()
Expected values 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
optional string kind = 6;com.google.protobuf.ByteString getKindBytes()
Expected values 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
optional string kind = 6;Copyright © 2020. All rights reserved.