Class V1VsphereVirtualDiskVolumeSource
java.lang.Object
io.kubernetes.client.openapi.models.V1VsphereVirtualDiskVolumeSource
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-12T23:08:31.638427Z[Etc/UTC]")
public class V1VsphereVirtualDiskVolumeSource
extends Object
Represents a vSphere volume resource.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
fsType is filesystem type to mount.storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.storagePolicyName is the storage Policy Based Management (SPBM) profile name.volumePath is the path that identifies vSphere volume vmdkint
hashCode()
void
void
setStoragePolicyID
(String storagePolicyID) void
setStoragePolicyName
(String storagePolicyName) void
setVolumePath
(String volumePath) storagePolicyID
(String storagePolicyID) storagePolicyName
(String storagePolicyName) toString()
volumePath
(String volumePath)
-
Field Details
-
SERIALIZED_NAME_FS_TYPE
- See Also:
-
SERIALIZED_NAME_STORAGE_POLICY_I_D
- See Also:
-
SERIALIZED_NAME_STORAGE_POLICY_NAME
- See Also:
-
SERIALIZED_NAME_VOLUME_PATH
- See Also:
-
-
Constructor Details
-
V1VsphereVirtualDiskVolumeSource
public V1VsphereVirtualDiskVolumeSource()
-
-
Method Details
-
fsType
-
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.- Returns:
- fsType
-
setFsType
-
storagePolicyID
-
getStoragePolicyID
storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.- Returns:
- storagePolicyID
-
setStoragePolicyID
-
storagePolicyName
-
getStoragePolicyName
storagePolicyName is the storage Policy Based Management (SPBM) profile name.- Returns:
- storagePolicyName
-
setStoragePolicyName
-
volumePath
-
getVolumePath
volumePath is the path that identifies vSphere volume vmdk- Returns:
- volumePath
-
setVolumePath
-
equals
-
hashCode
public int hashCode() -
toString
-