Package io.fabric8.kubernetes.api.model
Class FCVolumeSourceFluentImpl<A extends FCVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.FCVolumeSourceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,FCVolumeSourceFluent<A>
- Direct Known Subclasses:
FCVolumeSourceBuilder
,PersistentVolumeSpecFluentImpl.FcNestedImpl
,VolumeFluentImpl.FcNestedImpl
,WatchEventFluentImpl.FCVolumeSourceObjectNestedImpl
public class FCVolumeSourceFluentImpl<A extends FCVolumeSourceFluent<A>> extends BaseFluent<A> implements FCVolumeSourceFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description FCVolumeSourceFluentImpl()
FCVolumeSourceFluentImpl(FCVolumeSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
FCVolumeSourceFluentImpl
public FCVolumeSourceFluentImpl()
-
FCVolumeSourceFluentImpl
public FCVolumeSourceFluentImpl(FCVolumeSource instance)
-
-
Method Detail
-
getFsType
public String getFsType()
- Specified by:
getFsType
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withFsType
public A withFsType(String fsType)
- Specified by:
withFsType
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
hasFsType
public Boolean hasFsType()
- Specified by:
hasFsType
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(String arg1)
- Specified by:
withNewFsType
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuilder arg1)
- Specified by:
withNewFsType
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuffer arg1)
- Specified by:
withNewFsType
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getLun
public Integer getLun()
- Specified by:
getLun
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withLun
public A withLun(Integer lun)
- Specified by:
withLun
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
hasLun
public Boolean hasLun()
- Specified by:
hasLun
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnly
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnly
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnly
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnly
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnly
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addToTargetWWNs
public A addToTargetWWNs(int index, String item)
- Specified by:
addToTargetWWNs
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
setToTargetWWNs
public A setToTargetWWNs(int index, String item)
- Specified by:
setToTargetWWNs
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addToTargetWWNs
public A addToTargetWWNs(String... items)
- Specified by:
addToTargetWWNs
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addAllToTargetWWNs
public A addAllToTargetWWNs(Collection<String> items)
- Specified by:
addAllToTargetWWNs
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
removeFromTargetWWNs
public A removeFromTargetWWNs(String... items)
- Specified by:
removeFromTargetWWNs
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
removeAllFromTargetWWNs
public A removeAllFromTargetWWNs(Collection<String> items)
- Specified by:
removeAllFromTargetWWNs
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getTargetWWNs
public List<String> getTargetWWNs()
- Specified by:
getTargetWWNs
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getTargetWWN
public String getTargetWWN(int index)
- Specified by:
getTargetWWN
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getFirstTargetWWN
public String getFirstTargetWWN()
- Specified by:
getFirstTargetWWN
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getLastTargetWWN
public String getLastTargetWWN()
- Specified by:
getLastTargetWWN
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getMatchingTargetWWN
public String getMatchingTargetWWN(Predicate<String> predicate)
- Specified by:
getMatchingTargetWWN
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
hasMatchingTargetWWN
public Boolean hasMatchingTargetWWN(Predicate<String> predicate)
- Specified by:
hasMatchingTargetWWN
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withTargetWWNs
public A withTargetWWNs(List<String> targetWWNs)
- Specified by:
withTargetWWNs
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withTargetWWNs
public A withTargetWWNs(String... targetWWNs)
- Specified by:
withTargetWWNs
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
hasTargetWWNs
public Boolean hasTargetWWNs()
- Specified by:
hasTargetWWNs
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addNewTargetWWN
public A addNewTargetWWN(String arg1)
- Specified by:
addNewTargetWWN
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addNewTargetWWN
public A addNewTargetWWN(StringBuilder arg1)
- Specified by:
addNewTargetWWN
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addNewTargetWWN
public A addNewTargetWWN(StringBuffer arg1)
- Specified by:
addNewTargetWWN
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addToWwids
public A addToWwids(int index, String item)
- Specified by:
addToWwids
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
setToWwids
public A setToWwids(int index, String item)
- Specified by:
setToWwids
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addToWwids
public A addToWwids(String... items)
- Specified by:
addToWwids
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addAllToWwids
public A addAllToWwids(Collection<String> items)
- Specified by:
addAllToWwids
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
removeFromWwids
public A removeFromWwids(String... items)
- Specified by:
removeFromWwids
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
removeAllFromWwids
public A removeAllFromWwids(Collection<String> items)
- Specified by:
removeAllFromWwids
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getWwids
public List<String> getWwids()
- Specified by:
getWwids
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getWwid
public String getWwid(int index)
- Specified by:
getWwid
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getFirstWwid
public String getFirstWwid()
- Specified by:
getFirstWwid
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getLastWwid
public String getLastWwid()
- Specified by:
getLastWwid
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
getMatchingWwid
public String getMatchingWwid(Predicate<String> predicate)
- Specified by:
getMatchingWwid
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
hasMatchingWwid
public Boolean hasMatchingWwid(Predicate<String> predicate)
- Specified by:
hasMatchingWwid
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withWwids
public A withWwids(List<String> wwids)
- Specified by:
withWwids
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
withWwids
public A withWwids(String... wwids)
- Specified by:
withWwids
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
hasWwids
public Boolean hasWwids()
- Specified by:
hasWwids
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addNewWwid
public A addNewWwid(String arg1)
- Specified by:
addNewWwid
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addNewWwid
public A addNewWwid(StringBuilder arg1)
- Specified by:
addNewWwid
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
addNewWwid
public A addNewWwid(StringBuffer arg1)
- Specified by:
addNewWwid
in interfaceFCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>
-
-