Package k8s.io.api.core.v1
Interface Generated.VsphereVirtualDiskVolumeSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.VsphereVirtualDiskVolumeSource,Generated.VsphereVirtualDiskVolumeSource.Builder
- Enclosing class:
- Generated
public static interface Generated.VsphereVirtualDiskVolumeSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFsType()fsType is filesystem type to mount.com.google.protobuf.ByteStringgetFsTypeBytes()fsType is filesystem type to mount.StringgetStoragePolicyID()storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.com.google.protobuf.ByteStringgetStoragePolicyIDBytes()storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.StringgetStoragePolicyName()storagePolicyName is the storage Policy Based Management (SPBM) profile name.com.google.protobuf.ByteStringgetStoragePolicyNameBytes()storagePolicyName is the storage Policy Based Management (SPBM) profile name.StringgetVolumePath()volumePath is the path that identifies vSphere volume vmdkcom.google.protobuf.ByteStringgetVolumePathBytes()volumePath is the path that identifies vSphere volume vmdkbooleanhasFsType()fsType is filesystem type to mount.booleanhasStoragePolicyID()storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.booleanhasStoragePolicyName()storagePolicyName is the storage Policy Based Management (SPBM) profile name.booleanhasVolumePath()volumePath is the path that identifies vSphere volume vmdk-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasVolumePath
boolean hasVolumePath()
volumePath is the path that identifies vSphere volume vmdk
optional string volumePath = 1;- Returns:
- Whether the volumePath field is set.
-
getVolumePath
String getVolumePath()
volumePath is the path that identifies vSphere volume vmdk
optional string volumePath = 1;- Returns:
- The volumePath.
-
getVolumePathBytes
com.google.protobuf.ByteString getVolumePathBytes()
volumePath is the path that identifies vSphere volume vmdk
optional string volumePath = 1;- Returns:
- The bytes for volumePath.
-
hasFsType
boolean hasFsType()
fsType is 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;- Returns:
- Whether the fsType field is set.
-
getFsType
String getFsType()
fsType is 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;- Returns:
- The fsType.
-
getFsTypeBytes
com.google.protobuf.ByteString getFsTypeBytes()
fsType is 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;- Returns:
- The bytes for fsType.
-
hasStoragePolicyName
boolean hasStoragePolicyName()
storagePolicyName is the storage Policy Based Management (SPBM) profile name. +optional
optional string storagePolicyName = 3;- Returns:
- Whether the storagePolicyName field is set.
-
getStoragePolicyName
String getStoragePolicyName()
storagePolicyName is the storage Policy Based Management (SPBM) profile name. +optional
optional string storagePolicyName = 3;- Returns:
- The storagePolicyName.
-
getStoragePolicyNameBytes
com.google.protobuf.ByteString getStoragePolicyNameBytes()
storagePolicyName is the storage Policy Based Management (SPBM) profile name. +optional
optional string storagePolicyName = 3;- Returns:
- The bytes for storagePolicyName.
-
hasStoragePolicyID
boolean hasStoragePolicyID()
storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName. +optional
optional string storagePolicyID = 4;- Returns:
- Whether the storagePolicyID field is set.
-
getStoragePolicyID
String getStoragePolicyID()
storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName. +optional
optional string storagePolicyID = 4;- Returns:
- The storagePolicyID.
-
getStoragePolicyIDBytes
com.google.protobuf.ByteString getStoragePolicyIDBytes()
storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName. +optional
optional string storagePolicyID = 4;- Returns:
- The bytes for storagePolicyID.
-
-