Package io.kubernetes.client.proto
Interface V1.VsphereVirtualDiskVolumeSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.VsphereVirtualDiskVolumeSource
,V1.VsphereVirtualDiskVolumeSource.Builder
- Enclosing class:
- V1
public static interface V1.VsphereVirtualDiskVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionFilesystem type to mount.com.google.protobuf.ByteString
Filesystem type to mount.Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.com.google.protobuf.ByteString
Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.Storage Policy Based Management (SPBM) profile name.com.google.protobuf.ByteString
Storage Policy Based Management (SPBM) profile name.Path that identifies vSphere volume vmdkcom.google.protobuf.ByteString
Path that identifies vSphere volume vmdkboolean
Filesystem type to mount.boolean
Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.boolean
Storage Policy Based Management (SPBM) profile name.boolean
Path that identifies vSphere volume vmdkMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasVolumePath
boolean hasVolumePath()Path that identifies vSphere volume vmdk
optional string volumePath = 1;
-
getVolumePath
String getVolumePath()Path that identifies vSphere volume vmdk
optional string volumePath = 1;
-
getVolumePathBytes
com.google.protobuf.ByteString getVolumePathBytes()Path that identifies vSphere volume vmdk
optional string volumePath = 1;
-
hasFsType
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;
-
getFsType
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;
-
getFsTypeBytes
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;
-
hasStoragePolicyName
boolean hasStoragePolicyName()Storage Policy Based Management (SPBM) profile name. +optional
optional string storagePolicyName = 3;
-
getStoragePolicyName
String getStoragePolicyName()Storage Policy Based Management (SPBM) profile name. +optional
optional string storagePolicyName = 3;
-
getStoragePolicyNameBytes
com.google.protobuf.ByteString getStoragePolicyNameBytes()Storage Policy Based Management (SPBM) profile name. +optional
optional string storagePolicyName = 3;
-
hasStoragePolicyID
boolean hasStoragePolicyID()Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName. +optional
optional string storagePolicyID = 4;
-
getStoragePolicyID
String getStoragePolicyID()Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName. +optional
optional string storagePolicyID = 4;
-
getStoragePolicyIDBytes
com.google.protobuf.ByteString getStoragePolicyIDBytes()Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName. +optional
optional string storagePolicyID = 4;
-