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:
PersistentVolumeSpecFluentImpl.VsphereVolumeNestedImpl,VolumeFluentImpl.VsphereVolumeNestedImpl,VsphereVirtualDiskVolumeSourceBuilder,VsphereVirtualDiskVolumeSourceFluentImpl,WatchEventFluentImpl.VsphereVirtualDiskVolumeSourceObjectNestedImpl
public interface VsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
getFsType
String getFsType()
-
hasFsType
Boolean hasFsType()
-
withNewFsType
A withNewFsType(StringBuilder arg1)
-
withNewFsType
A withNewFsType(StringBuffer arg1)
-
getStoragePolicyID
String getStoragePolicyID()
-
hasStoragePolicyID
Boolean hasStoragePolicyID()
-
withNewStoragePolicyID
A withNewStoragePolicyID(StringBuilder arg1)
-
withNewStoragePolicyID
A withNewStoragePolicyID(StringBuffer arg1)
-
getStoragePolicyName
String getStoragePolicyName()
-
hasStoragePolicyName
Boolean hasStoragePolicyName()
-
withNewStoragePolicyName
A withNewStoragePolicyName(StringBuilder arg1)
-
withNewStoragePolicyName
A withNewStoragePolicyName(StringBuffer arg1)
-
getVolumePath
String getVolumePath()
-
hasVolumePath
Boolean hasVolumePath()
-
withNewVolumePath
A withNewVolumePath(StringBuilder arg1)
-
withNewVolumePath
A withNewVolumePath(StringBuffer arg1)
-
-