public static interface V1.VsphereVirtualDiskVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFsType()
Filesystem type to mount.
|
com.google.protobuf.ByteString |
getFsTypeBytes()
Filesystem type to mount.
|
String |
getStoragePolicyID()
Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
|
com.google.protobuf.ByteString |
getStoragePolicyIDBytes()
Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
|
String |
getStoragePolicyName()
Storage Policy Based Management (SPBM) profile name.
|
com.google.protobuf.ByteString |
getStoragePolicyNameBytes()
Storage Policy Based Management (SPBM) profile name.
|
String |
getVolumePath()
Path that identifies vSphere volume vmdk
|
com.google.protobuf.ByteString |
getVolumePathBytes()
Path that identifies vSphere volume vmdk
|
boolean |
hasFsType()
Filesystem type to mount.
|
boolean |
hasStoragePolicyID()
Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
|
boolean |
hasStoragePolicyName()
Storage Policy Based Management (SPBM) profile name.
|
boolean |
hasVolumePath()
Path that identifies vSphere volume vmdk
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasVolumePath()
Path that identifies vSphere volume vmdk
optional string volumePath = 1;String getVolumePath()
Path that identifies vSphere volume vmdk
optional string volumePath = 1;com.google.protobuf.ByteString getVolumePathBytes()
Path that identifies vSphere volume vmdk
optional string volumePath = 1;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 = 2;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 = 2;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 = 2;boolean hasStoragePolicyName()
Storage Policy Based Management (SPBM) profile name. +optional
optional string storagePolicyName = 3;String getStoragePolicyName()
Storage Policy Based Management (SPBM) profile name. +optional
optional string storagePolicyName = 3;com.google.protobuf.ByteString getStoragePolicyNameBytes()
Storage Policy Based Management (SPBM) profile name. +optional
optional string storagePolicyName = 3;boolean hasStoragePolicyID()
Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName. +optional
optional string storagePolicyID = 4;String getStoragePolicyID()
Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName. +optional
optional string storagePolicyID = 4;com.google.protobuf.ByteString getStoragePolicyIDBytes()
Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName. +optional
optional string storagePolicyID = 4;Copyright © 2018. All rights reserved.