Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1VsphereVirtualDiskVolumeSource
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1VsphereVirtualDiskVolumeSource
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1VsphereVirtualDiskVolumeSource extends Object
Represents a vSphere volume resource.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FS_TYPEstatic StringJSON_PROPERTY_STORAGE_POLICY_I_Dstatic StringJSON_PROPERTY_STORAGE_POLICY_NAMEstatic StringJSON_PROPERTY_VOLUME_PATH
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1VsphereVirtualDiskVolumeSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IoK8sApiCoreV1VsphereVirtualDiskVolumeSourcefsType(String fsType)StringgetFsType()Filesystem type to mount.StringgetStoragePolicyID()Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.StringgetStoragePolicyName()Storage Policy Based Management (SPBM) profile name.StringgetVolumePath()Path that identifies vSphere volume vmdkinthashCode()voidsetFsType(String fsType)voidsetStoragePolicyID(String storagePolicyID)voidsetStoragePolicyName(String storagePolicyName)voidsetVolumePath(String volumePath)IoK8sApiCoreV1VsphereVirtualDiskVolumeSourcestoragePolicyID(String storagePolicyID)IoK8sApiCoreV1VsphereVirtualDiskVolumeSourcestoragePolicyName(String storagePolicyName)StringtoString()IoK8sApiCoreV1VsphereVirtualDiskVolumeSourcevolumePath(String volumePath)
-
-
-
Field Detail
-
JSON_PROPERTY_FS_TYPE
public static final String JSON_PROPERTY_FS_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STORAGE_POLICY_I_D
public static final String JSON_PROPERTY_STORAGE_POLICY_I_D
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STORAGE_POLICY_NAME
public static final String JSON_PROPERTY_STORAGE_POLICY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VOLUME_PATH
public static final String JSON_PROPERTY_VOLUME_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
fsType
public IoK8sApiCoreV1VsphereVirtualDiskVolumeSource fsType(String fsType)
-
getFsType
@Nullable public 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.- Returns:
- fsType
-
setFsType
public void setFsType(String fsType)
-
storagePolicyID
public IoK8sApiCoreV1VsphereVirtualDiskVolumeSource storagePolicyID(String storagePolicyID)
-
getStoragePolicyID
@Nullable public String getStoragePolicyID()
Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.- Returns:
- storagePolicyID
-
setStoragePolicyID
public void setStoragePolicyID(String storagePolicyID)
-
storagePolicyName
public IoK8sApiCoreV1VsphereVirtualDiskVolumeSource storagePolicyName(String storagePolicyName)
-
getStoragePolicyName
@Nullable public String getStoragePolicyName()
Storage Policy Based Management (SPBM) profile name.- Returns:
- storagePolicyName
-
setStoragePolicyName
public void setStoragePolicyName(String storagePolicyName)
-
volumePath
public IoK8sApiCoreV1VsphereVirtualDiskVolumeSource volumePath(String volumePath)
-
getVolumePath
public String getVolumePath()
Path that identifies vSphere volume vmdk- Returns:
- volumePath
-
setVolumePath
public void setVolumePath(String volumePath)
-
-