public interface VsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getFsType() |
String |
getStoragePolicyID() |
String |
getStoragePolicyName() |
String |
getVolumePath() |
Boolean |
hasFsType() |
Boolean |
hasStoragePolicyID() |
Boolean |
hasStoragePolicyName() |
Boolean |
hasVolumePath() |
A |
withFsType(String fsType) |
A |
withNewFsType(String arg0)
Deprecated.
|
A |
withNewStoragePolicyID(String arg0)
Deprecated.
|
A |
withNewStoragePolicyName(String arg0)
Deprecated.
|
A |
withNewVolumePath(String arg0)
Deprecated.
|
A |
withStoragePolicyID(String storagePolicyID) |
A |
withStoragePolicyName(String storagePolicyName) |
A |
withVolumePath(String volumePath) |
String getFsType()
Boolean hasFsType()
@Deprecated A withNewFsType(String arg0)
String getStoragePolicyID()
Boolean hasStoragePolicyID()
@Deprecated A withNewStoragePolicyID(String arg0)
String getStoragePolicyName()
Boolean hasStoragePolicyName()
@Deprecated A withNewStoragePolicyName(String arg0)
String getVolumePath()
Boolean hasVolumePath()
@Deprecated A withNewVolumePath(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.