Package io.fabric8.kubernetes.api.model
Class VsphereVirtualDiskVolumeSourceFluentImpl<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.VsphereVirtualDiskVolumeSourceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,VsphereVirtualDiskVolumeSourceFluent<A>
- Direct Known Subclasses:
PersistentVolumeSpecFluentImpl.VsphereVolumeNestedImpl
,VolumeFluentImpl.VsphereVolumeNestedImpl
,VsphereVirtualDiskVolumeSourceBuilder
,WatchEventFluentImpl.VsphereVirtualDiskVolumeSourceObjectNestedImpl
public class VsphereVirtualDiskVolumeSourceFluentImpl<A extends VsphereVirtualDiskVolumeSourceFluent<A>> extends BaseFluent<A> implements VsphereVirtualDiskVolumeSourceFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description VsphereVirtualDiskVolumeSourceFluentImpl()
VsphereVirtualDiskVolumeSourceFluentImpl(VsphereVirtualDiskVolumeSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getFsType()
String
getStoragePolicyID()
String
getStoragePolicyName()
String
getVolumePath()
Boolean
hasFsType()
int
hashCode()
Boolean
hasStoragePolicyID()
Boolean
hasStoragePolicyName()
Boolean
hasVolumePath()
A
withFsType(String fsType)
A
withNewFsType(String arg1)
A
withNewFsType(StringBuffer arg1)
A
withNewFsType(StringBuilder arg1)
A
withNewStoragePolicyID(String arg1)
A
withNewStoragePolicyID(StringBuffer arg1)
A
withNewStoragePolicyID(StringBuilder arg1)
A
withNewStoragePolicyName(String arg1)
A
withNewStoragePolicyName(StringBuffer arg1)
A
withNewStoragePolicyName(StringBuilder arg1)
A
withNewVolumePath(String arg1)
A
withNewVolumePath(StringBuffer arg1)
A
withNewVolumePath(StringBuilder arg1)
A
withStoragePolicyID(String storagePolicyID)
A
withStoragePolicyName(String storagePolicyName)
A
withVolumePath(String volumePath)
-
-
-
Constructor Detail
-
VsphereVirtualDiskVolumeSourceFluentImpl
public VsphereVirtualDiskVolumeSourceFluentImpl()
-
VsphereVirtualDiskVolumeSourceFluentImpl
public VsphereVirtualDiskVolumeSourceFluentImpl(VsphereVirtualDiskVolumeSource instance)
-
-
Method Detail
-
getFsType
public String getFsType()
- Specified by:
getFsType
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
withFsType
public A withFsType(String fsType)
- Specified by:
withFsType
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
hasFsType
public Boolean hasFsType()
- Specified by:
hasFsType
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(String arg1)
- Specified by:
withNewFsType
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuilder arg1)
- Specified by:
withNewFsType
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuffer arg1)
- Specified by:
withNewFsType
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
getStoragePolicyID
public String getStoragePolicyID()
- Specified by:
getStoragePolicyID
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
withStoragePolicyID
public A withStoragePolicyID(String storagePolicyID)
- Specified by:
withStoragePolicyID
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
hasStoragePolicyID
public Boolean hasStoragePolicyID()
- Specified by:
hasStoragePolicyID
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
withNewStoragePolicyID
public A withNewStoragePolicyID(String arg1)
- Specified by:
withNewStoragePolicyID
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
withNewStoragePolicyID
public A withNewStoragePolicyID(StringBuilder arg1)
- Specified by:
withNewStoragePolicyID
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
withNewStoragePolicyID
public A withNewStoragePolicyID(StringBuffer arg1)
- Specified by:
withNewStoragePolicyID
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
getStoragePolicyName
public String getStoragePolicyName()
- Specified by:
getStoragePolicyName
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
withStoragePolicyName
public A withStoragePolicyName(String storagePolicyName)
- Specified by:
withStoragePolicyName
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
hasStoragePolicyName
public Boolean hasStoragePolicyName()
- Specified by:
hasStoragePolicyName
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
withNewStoragePolicyName
public A withNewStoragePolicyName(String arg1)
- Specified by:
withNewStoragePolicyName
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
withNewStoragePolicyName
public A withNewStoragePolicyName(StringBuilder arg1)
- Specified by:
withNewStoragePolicyName
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
withNewStoragePolicyName
public A withNewStoragePolicyName(StringBuffer arg1)
- Specified by:
withNewStoragePolicyName
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
getVolumePath
public String getVolumePath()
- Specified by:
getVolumePath
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
withVolumePath
public A withVolumePath(String volumePath)
- Specified by:
withVolumePath
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
hasVolumePath
public Boolean hasVolumePath()
- Specified by:
hasVolumePath
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
withNewVolumePath
public A withNewVolumePath(String arg1)
- Specified by:
withNewVolumePath
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
withNewVolumePath
public A withNewVolumePath(StringBuilder arg1)
- Specified by:
withNewVolumePath
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
withNewVolumePath
public A withNewVolumePath(StringBuffer arg1)
- Specified by:
withNewVolumePath
in interfaceVsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
-
-