Class V1VsphereVirtualDiskVolumeSource
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1VsphereVirtualDiskVolumeSource
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1VsphereVirtualDiskVolumeSource
extends Object
Represents a vSphere volume resource.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Set fsType in a chainable fashion.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
Set the fsType property valuevoid
setStoragePolicyID
(String storagePolicyID) Set the storagePolicyID property valuevoid
setStoragePolicyName
(String storagePolicyName) Set the storagePolicyName property valuevoid
setVolumePath
(String volumePath) Set the volumePath property valuestoragePolicyID
(String storagePolicyID) Set storagePolicyID in a chainable fashion.storagePolicyName
(String storagePolicyName) Set storagePolicyName in a chainable fashion.toString()
volumePath
(String volumePath) Set volumePath in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_FS_TYPE
- See Also:
-
JSON_PROPERTY_STORAGE_POLICY_I_D
- See Also:
-
JSON_PROPERTY_STORAGE_POLICY_NAME
- See Also:
-
JSON_PROPERTY_VOLUME_PATH
- See Also:
-
-
Constructor Details
-
V1VsphereVirtualDiskVolumeSource
-
-
Method Details
-
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:
- the fsType property value
-
setFsType
Set the fsType property value -
fsType
Set fsType in a chainable fashion.- Returns:
- The same instance of V1VsphereVirtualDiskVolumeSource for chaining.
-
getStoragePolicyID
storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.- Returns:
- the storagePolicyID property value
-
setStoragePolicyID
Set the storagePolicyID property value -
storagePolicyID
Set storagePolicyID in a chainable fashion.- Returns:
- The same instance of V1VsphereVirtualDiskVolumeSource for chaining.
-
getStoragePolicyName
storagePolicyName is the storage Policy Based Management (SPBM) profile name.- Returns:
- the storagePolicyName property value
-
setStoragePolicyName
Set the storagePolicyName property value -
storagePolicyName
Set storagePolicyName in a chainable fashion.- Returns:
- The same instance of V1VsphereVirtualDiskVolumeSource for chaining.
-
getVolumePath
volumePath is the path that identifies vSphere volume vmdk- Returns:
- the volumePath property value
-
setVolumePath
Set the volumePath property value -
volumePath
Set volumePath in a chainable fashion.- Returns:
- The same instance of V1VsphereVirtualDiskVolumeSource for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-