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 |
withStoragePolicyID(String storagePolicyID) |
A |
withStoragePolicyName(String storagePolicyName) |
A |
withVolumePath(String volumePath) |
String getFsType()
Boolean hasFsType()
String getStoragePolicyID()
Boolean hasStoragePolicyID()
String getStoragePolicyName()
Boolean hasStoragePolicyName()
String getVolumePath()
Boolean hasVolumePath()
Copyright © 2011–2018 Red Hat. All rights reserved.