Interface V1VsphereVirtualDiskVolumeSourceFluent<A extends V1VsphereVirtualDiskVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1PersistentVolumeSpecFluent.VsphereVolumeNested<N>
,V1VolumeFluent.VsphereVolumeNested<N>
- All Known Implementing Classes:
V1VsphereVirtualDiskVolumeSourceBuilder
,V1VsphereVirtualDiskVolumeSourceFluentImpl
public interface V1VsphereVirtualDiskVolumeSourceFluent<A extends V1VsphereVirtualDiskVolumeSourceFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptionwithFsType
(String fsType) withStoragePolicyID
(String storagePolicyID) withStoragePolicyName
(String storagePolicyName) withVolumePath
(String volumePath)
-
Method Details
-
getFsType
String getFsType() -
withFsType
-
hasFsType
Boolean hasFsType() -
getStoragePolicyID
String getStoragePolicyID() -
withStoragePolicyID
-
hasStoragePolicyID
Boolean hasStoragePolicyID() -
getStoragePolicyName
String getStoragePolicyName() -
withStoragePolicyName
-
hasStoragePolicyName
Boolean hasStoragePolicyName() -
getVolumePath
String getVolumePath() -
withVolumePath
-
hasVolumePath
Boolean hasVolumePath()
-