public interface VsphereVirtualDiskVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFsType()
Filesystem type to mount.
|
com.google.protobuf.ByteString |
getFsTypeBytes()
Filesystem type to mount.
|
java.lang.String |
getVolumePath()
Path that identifies vSphere volume vmdk
|
com.google.protobuf.ByteString |
getVolumePathBytes()
Path that identifies vSphere volume vmdk
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getVolumePath()
Path that identifies vSphere volume vmdk
string volumePath = 1;com.google.protobuf.ByteString getVolumePathBytes()
Path that identifies vSphere volume vmdk
string volumePath = 1;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 = 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.
string fsType = 2;