@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-08T04:59:41.589Z[Etc/UTC]") public class V1VsphereVirtualDiskVolumeSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_FS_TYPE |
static String |
SERIALIZED_NAME_STORAGE_POLICY_I_D |
static String |
SERIALIZED_NAME_STORAGE_POLICY_NAME |
static String |
SERIALIZED_NAME_VOLUME_PATH |
Constructor and Description |
---|
V1VsphereVirtualDiskVolumeSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1VsphereVirtualDiskVolumeSource |
fsType(String fsType) |
String |
getFsType()
Filesystem type to mount.
|
String |
getStoragePolicyID()
Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
|
String |
getStoragePolicyName()
Storage Policy Based Management (SPBM) profile name.
|
String |
getVolumePath()
Path that identifies vSphere volume vmdk
|
int |
hashCode() |
void |
setFsType(String fsType) |
void |
setStoragePolicyID(String storagePolicyID) |
void |
setStoragePolicyName(String storagePolicyName) |
void |
setVolumePath(String volumePath) |
V1VsphereVirtualDiskVolumeSource |
storagePolicyID(String storagePolicyID) |
V1VsphereVirtualDiskVolumeSource |
storagePolicyName(String storagePolicyName) |
String |
toString() |
V1VsphereVirtualDiskVolumeSource |
volumePath(String volumePath) |
public static final String SERIALIZED_NAME_FS_TYPE
public static final String SERIALIZED_NAME_STORAGE_POLICY_I_D
public static final String SERIALIZED_NAME_STORAGE_POLICY_NAME
public static final String SERIALIZED_NAME_VOLUME_PATH
public V1VsphereVirtualDiskVolumeSource fsType(String fsType)
@Nullable public String getFsType()
public void setFsType(String fsType)
public V1VsphereVirtualDiskVolumeSource storagePolicyID(String storagePolicyID)
@Nullable public String getStoragePolicyID()
public void setStoragePolicyID(String storagePolicyID)
public V1VsphereVirtualDiskVolumeSource storagePolicyName(String storagePolicyName)
@Nullable public String getStoragePolicyName()
public void setStoragePolicyName(String storagePolicyName)
public V1VsphereVirtualDiskVolumeSource volumePath(String volumePath)
public String getVolumePath()
public void setVolumePath(String volumePath)
Copyright © 2022. All rights reserved.