Package io.fabric8.kubernetes.api.model
Interface VsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PersistentVolumeSpecFluent.VsphereVolumeNested<N>,VolumeFluent.VsphereVolumeNested<N>,WatchEventFluent.VsphereVirtualDiskVolumeSourceObjectNested<N>
- All Known Implementing Classes:
DoneableVsphereVirtualDiskVolumeSource,PersistentVolumeSpecFluentImpl.VsphereVolumeNestedImpl,VolumeFluentImpl.VsphereVolumeNestedImpl,VsphereVirtualDiskVolumeSourceBuilder,VsphereVirtualDiskVolumeSourceFluentImpl,WatchEventFluentImpl.VsphereVirtualDiskVolumeSourceObjectNestedImpl
public interface VsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetFsType()StringgetStoragePolicyID()StringgetStoragePolicyName()StringgetVolumePath()BooleanhasFsType()BooleanhasStoragePolicyID()BooleanhasStoragePolicyName()BooleanhasVolumePath()AwithFsType(String fsType)AwithNewFsType(String arg1)AwithNewFsType(StringBuffer arg1)AwithNewFsType(StringBuilder arg1)AwithNewStoragePolicyID(String arg1)AwithNewStoragePolicyID(StringBuffer arg1)AwithNewStoragePolicyID(StringBuilder arg1)AwithNewStoragePolicyName(String arg1)AwithNewStoragePolicyName(StringBuffer arg1)AwithNewStoragePolicyName(StringBuilder arg1)AwithNewVolumePath(String arg1)AwithNewVolumePath(StringBuffer arg1)AwithNewVolumePath(StringBuilder arg1)AwithStoragePolicyID(String storagePolicyID)AwithStoragePolicyName(String storagePolicyName)AwithVolumePath(String volumePath)
-
Method Details
-
getFsType
String getFsType() -
withFsType
-
hasFsType
Boolean hasFsType() -
withNewFsType
-
withNewFsType
-
withNewFsType
-
getStoragePolicyID
String getStoragePolicyID() -
withStoragePolicyID
-
hasStoragePolicyID
Boolean hasStoragePolicyID() -
withNewStoragePolicyID
-
withNewStoragePolicyID
-
withNewStoragePolicyID
-
getStoragePolicyName
String getStoragePolicyName() -
withStoragePolicyName
-
hasStoragePolicyName
Boolean hasStoragePolicyName() -
withNewStoragePolicyName
-
withNewStoragePolicyName
-
withNewStoragePolicyName
-
getVolumePath
String getVolumePath() -
withVolumePath
-
hasVolumePath
Boolean hasVolumePath() -
withNewVolumePath
-
withNewVolumePath
-
withNewVolumePath
-