Package io.fabric8.kubernetes.api.model
Class NodeStatusFluentImpl<A extends NodeStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.NodeStatusFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,NodeStatusFluent<A>
- Direct Known Subclasses:
NodeFluentImpl.StatusNestedImpl
,NodeStatusBuilder
,WatchEventFluentImpl.NodeStatusObjectNestedImpl
public class NodeStatusFluentImpl<A extends NodeStatusFluent<A>> extends BaseFluent<A> implements NodeStatusFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
NodeStatusFluentImpl.AddressesNestedImpl<N>
class
NodeStatusFluentImpl.ConditionsNestedImpl<N>
class
NodeStatusFluentImpl.ConfigNestedImpl<N>
class
NodeStatusFluentImpl.DaemonEndpointsNestedImpl<N>
class
NodeStatusFluentImpl.ImagesNestedImpl<N>
class
NodeStatusFluentImpl.NodeInfoNestedImpl<N>
class
NodeStatusFluentImpl.VolumesAttachedNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.NodeStatusFluent
NodeStatusFluent.AddressesNested<N>, NodeStatusFluent.ConditionsNested<N>, NodeStatusFluent.ConfigNested<N>, NodeStatusFluent.DaemonEndpointsNested<N>, NodeStatusFluent.ImagesNested<N>, NodeStatusFluent.NodeInfoNested<N>, NodeStatusFluent.VolumesAttachedNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description NodeStatusFluentImpl()
NodeStatusFluentImpl(NodeStatus instance)
-
Method Summary
-
-
-
Constructor Detail
-
NodeStatusFluentImpl
public NodeStatusFluentImpl()
-
NodeStatusFluentImpl
public NodeStatusFluentImpl(NodeStatus instance)
-
-
Method Detail
-
addToAddresses
public A addToAddresses(int index, NodeAddress item)
- Specified by:
addToAddresses
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
setToAddresses
public A setToAddresses(int index, NodeAddress item)
- Specified by:
setToAddresses
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToAddresses
public A addToAddresses(NodeAddress... items)
- Specified by:
addToAddresses
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addAllToAddresses
public A addAllToAddresses(Collection<NodeAddress> items)
- Specified by:
addAllToAddresses
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeFromAddresses
public A removeFromAddresses(NodeAddress... items)
- Specified by:
removeFromAddresses
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeAllFromAddresses
public A removeAllFromAddresses(Collection<NodeAddress> items)
- Specified by:
removeAllFromAddresses
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeMatchingFromAddresses
public A removeMatchingFromAddresses(Predicate<NodeAddressBuilder> predicate)
- Specified by:
removeMatchingFromAddresses
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getAddresses
@Deprecated public List<NodeAddress> getAddresses()
Deprecated.This method has been deprecated, please use method buildAddresses instead.- Specified by:
getAddresses
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
- Returns:
- The buildable object.
-
buildAddresses
public List<NodeAddress> buildAddresses()
- Specified by:
buildAddresses
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildAddress
public NodeAddress buildAddress(int index)
- Specified by:
buildAddress
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildFirstAddress
public NodeAddress buildFirstAddress()
- Specified by:
buildFirstAddress
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildLastAddress
public NodeAddress buildLastAddress()
- Specified by:
buildLastAddress
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildMatchingAddress
public NodeAddress buildMatchingAddress(Predicate<NodeAddressBuilder> predicate)
- Specified by:
buildMatchingAddress
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasMatchingAddress
public Boolean hasMatchingAddress(Predicate<NodeAddressBuilder> predicate)
- Specified by:
hasMatchingAddress
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withAddresses
public A withAddresses(List<NodeAddress> addresses)
- Specified by:
withAddresses
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withAddresses
public A withAddresses(NodeAddress... addresses)
- Specified by:
withAddresses
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasAddresses
public Boolean hasAddresses()
- Specified by:
hasAddresses
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewAddress
public A addNewAddress(String address, String type)
- Specified by:
addNewAddress
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewAddress
public NodeStatusFluent.AddressesNested<A> addNewAddress()
- Specified by:
addNewAddress
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewAddressLike
public NodeStatusFluent.AddressesNested<A> addNewAddressLike(NodeAddress item)
- Specified by:
addNewAddressLike
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
setNewAddressLike
public NodeStatusFluent.AddressesNested<A> setNewAddressLike(int index, NodeAddress item)
- Specified by:
setNewAddressLike
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editAddress
public NodeStatusFluent.AddressesNested<A> editAddress(int index)
- Specified by:
editAddress
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editFirstAddress
public NodeStatusFluent.AddressesNested<A> editFirstAddress()
- Specified by:
editFirstAddress
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editLastAddress
public NodeStatusFluent.AddressesNested<A> editLastAddress()
- Specified by:
editLastAddress
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editMatchingAddress
public NodeStatusFluent.AddressesNested<A> editMatchingAddress(Predicate<NodeAddressBuilder> predicate)
- Specified by:
editMatchingAddress
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToAllocatable
public A addToAllocatable(String key, Quantity value)
- Specified by:
addToAllocatable
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToAllocatable
public A addToAllocatable(Map<String,Quantity> map)
- Specified by:
addToAllocatable
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeFromAllocatable
public A removeFromAllocatable(String key)
- Specified by:
removeFromAllocatable
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeFromAllocatable
public A removeFromAllocatable(Map<String,Quantity> map)
- Specified by:
removeFromAllocatable
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getAllocatable
public Map<String,Quantity> getAllocatable()
- Specified by:
getAllocatable
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withAllocatable
public A withAllocatable(Map<String,Quantity> allocatable)
- Specified by:
withAllocatable
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasAllocatable
public Boolean hasAllocatable()
- Specified by:
hasAllocatable
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToCapacity
public A addToCapacity(String key, Quantity value)
- Specified by:
addToCapacity
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToCapacity
public A addToCapacity(Map<String,Quantity> map)
- Specified by:
addToCapacity
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeFromCapacity
public A removeFromCapacity(String key)
- Specified by:
removeFromCapacity
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeFromCapacity
public A removeFromCapacity(Map<String,Quantity> map)
- Specified by:
removeFromCapacity
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getCapacity
public Map<String,Quantity> getCapacity()
- Specified by:
getCapacity
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withCapacity
public A withCapacity(Map<String,Quantity> capacity)
- Specified by:
withCapacity
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasCapacity
public Boolean hasCapacity()
- Specified by:
hasCapacity
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToConditions
public A addToConditions(int index, NodeCondition item)
- Specified by:
addToConditions
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
setToConditions
public A setToConditions(int index, NodeCondition item)
- Specified by:
setToConditions
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToConditions
public A addToConditions(NodeCondition... items)
- Specified by:
addToConditions
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addAllToConditions
public A addAllToConditions(Collection<NodeCondition> items)
- Specified by:
addAllToConditions
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeFromConditions
public A removeFromConditions(NodeCondition... items)
- Specified by:
removeFromConditions
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeAllFromConditions
public A removeAllFromConditions(Collection<NodeCondition> items)
- Specified by:
removeAllFromConditions
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeMatchingFromConditions
public A removeMatchingFromConditions(Predicate<NodeConditionBuilder> predicate)
- Specified by:
removeMatchingFromConditions
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getConditions
@Deprecated public List<NodeCondition> getConditions()
Deprecated.This method has been deprecated, please use method buildConditions instead.- Specified by:
getConditions
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
- Returns:
- The buildable object.
-
buildConditions
public List<NodeCondition> buildConditions()
- Specified by:
buildConditions
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildCondition
public NodeCondition buildCondition(int index)
- Specified by:
buildCondition
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildFirstCondition
public NodeCondition buildFirstCondition()
- Specified by:
buildFirstCondition
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildLastCondition
public NodeCondition buildLastCondition()
- Specified by:
buildLastCondition
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildMatchingCondition
public NodeCondition buildMatchingCondition(Predicate<NodeConditionBuilder> predicate)
- Specified by:
buildMatchingCondition
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasMatchingCondition
public Boolean hasMatchingCondition(Predicate<NodeConditionBuilder> predicate)
- Specified by:
hasMatchingCondition
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withConditions
public A withConditions(List<NodeCondition> conditions)
- Specified by:
withConditions
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withConditions
public A withConditions(NodeCondition... conditions)
- Specified by:
withConditions
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasConditions
public Boolean hasConditions()
- Specified by:
hasConditions
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewCondition
public NodeStatusFluent.ConditionsNested<A> addNewCondition()
- Specified by:
addNewCondition
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewConditionLike
public NodeStatusFluent.ConditionsNested<A> addNewConditionLike(NodeCondition item)
- Specified by:
addNewConditionLike
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
setNewConditionLike
public NodeStatusFluent.ConditionsNested<A> setNewConditionLike(int index, NodeCondition item)
- Specified by:
setNewConditionLike
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editCondition
public NodeStatusFluent.ConditionsNested<A> editCondition(int index)
- Specified by:
editCondition
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editFirstCondition
public NodeStatusFluent.ConditionsNested<A> editFirstCondition()
- Specified by:
editFirstCondition
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editLastCondition
public NodeStatusFluent.ConditionsNested<A> editLastCondition()
- Specified by:
editLastCondition
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editMatchingCondition
public NodeStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<NodeConditionBuilder> predicate)
- Specified by:
editMatchingCondition
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getConfig
@Deprecated public NodeConfigStatus getConfig()
Deprecated.This method has been deprecated, please use method buildConfig instead.- Specified by:
getConfig
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
- Returns:
- The buildable object.
-
buildConfig
public NodeConfigStatus buildConfig()
- Specified by:
buildConfig
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withConfig
public A withConfig(NodeConfigStatus config)
- Specified by:
withConfig
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasConfig
public Boolean hasConfig()
- Specified by:
hasConfig
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withNewConfig
public NodeStatusFluent.ConfigNested<A> withNewConfig()
- Specified by:
withNewConfig
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withNewConfigLike
public NodeStatusFluent.ConfigNested<A> withNewConfigLike(NodeConfigStatus item)
- Specified by:
withNewConfigLike
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editConfig
public NodeStatusFluent.ConfigNested<A> editConfig()
- Specified by:
editConfig
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editOrNewConfig
public NodeStatusFluent.ConfigNested<A> editOrNewConfig()
- Specified by:
editOrNewConfig
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editOrNewConfigLike
public NodeStatusFluent.ConfigNested<A> editOrNewConfigLike(NodeConfigStatus item)
- Specified by:
editOrNewConfigLike
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getDaemonEndpoints
@Deprecated public NodeDaemonEndpoints getDaemonEndpoints()
Deprecated.This method has been deprecated, please use method buildDaemonEndpoints instead.- Specified by:
getDaemonEndpoints
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
- Returns:
- The buildable object.
-
buildDaemonEndpoints
public NodeDaemonEndpoints buildDaemonEndpoints()
- Specified by:
buildDaemonEndpoints
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withDaemonEndpoints
public A withDaemonEndpoints(NodeDaemonEndpoints daemonEndpoints)
- Specified by:
withDaemonEndpoints
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasDaemonEndpoints
public Boolean hasDaemonEndpoints()
- Specified by:
hasDaemonEndpoints
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withNewDaemonEndpoints
public NodeStatusFluent.DaemonEndpointsNested<A> withNewDaemonEndpoints()
- Specified by:
withNewDaemonEndpoints
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withNewDaemonEndpointsLike
public NodeStatusFluent.DaemonEndpointsNested<A> withNewDaemonEndpointsLike(NodeDaemonEndpoints item)
- Specified by:
withNewDaemonEndpointsLike
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editDaemonEndpoints
public NodeStatusFluent.DaemonEndpointsNested<A> editDaemonEndpoints()
- Specified by:
editDaemonEndpoints
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editOrNewDaemonEndpoints
public NodeStatusFluent.DaemonEndpointsNested<A> editOrNewDaemonEndpoints()
- Specified by:
editOrNewDaemonEndpoints
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editOrNewDaemonEndpointsLike
public NodeStatusFluent.DaemonEndpointsNested<A> editOrNewDaemonEndpointsLike(NodeDaemonEndpoints item)
- Specified by:
editOrNewDaemonEndpointsLike
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToImages
public A addToImages(int index, ContainerImage item)
- Specified by:
addToImages
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
setToImages
public A setToImages(int index, ContainerImage item)
- Specified by:
setToImages
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToImages
public A addToImages(ContainerImage... items)
- Specified by:
addToImages
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addAllToImages
public A addAllToImages(Collection<ContainerImage> items)
- Specified by:
addAllToImages
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeFromImages
public A removeFromImages(ContainerImage... items)
- Specified by:
removeFromImages
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeAllFromImages
public A removeAllFromImages(Collection<ContainerImage> items)
- Specified by:
removeAllFromImages
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeMatchingFromImages
public A removeMatchingFromImages(Predicate<ContainerImageBuilder> predicate)
- Specified by:
removeMatchingFromImages
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getImages
@Deprecated public List<ContainerImage> getImages()
Deprecated.This method has been deprecated, please use method buildImages instead.- Specified by:
getImages
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
- Returns:
- The buildable object.
-
buildImages
public List<ContainerImage> buildImages()
- Specified by:
buildImages
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildImage
public ContainerImage buildImage(int index)
- Specified by:
buildImage
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildFirstImage
public ContainerImage buildFirstImage()
- Specified by:
buildFirstImage
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildLastImage
public ContainerImage buildLastImage()
- Specified by:
buildLastImage
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildMatchingImage
public ContainerImage buildMatchingImage(Predicate<ContainerImageBuilder> predicate)
- Specified by:
buildMatchingImage
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasMatchingImage
public Boolean hasMatchingImage(Predicate<ContainerImageBuilder> predicate)
- Specified by:
hasMatchingImage
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withImages
public A withImages(List<ContainerImage> images)
- Specified by:
withImages
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withImages
public A withImages(ContainerImage... images)
- Specified by:
withImages
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasImages
public Boolean hasImages()
- Specified by:
hasImages
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewImage
public NodeStatusFluent.ImagesNested<A> addNewImage()
- Specified by:
addNewImage
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewImageLike
public NodeStatusFluent.ImagesNested<A> addNewImageLike(ContainerImage item)
- Specified by:
addNewImageLike
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
setNewImageLike
public NodeStatusFluent.ImagesNested<A> setNewImageLike(int index, ContainerImage item)
- Specified by:
setNewImageLike
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editImage
public NodeStatusFluent.ImagesNested<A> editImage(int index)
- Specified by:
editImage
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editFirstImage
public NodeStatusFluent.ImagesNested<A> editFirstImage()
- Specified by:
editFirstImage
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editLastImage
public NodeStatusFluent.ImagesNested<A> editLastImage()
- Specified by:
editLastImage
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editMatchingImage
public NodeStatusFluent.ImagesNested<A> editMatchingImage(Predicate<ContainerImageBuilder> predicate)
- Specified by:
editMatchingImage
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getNodeInfo
@Deprecated public NodeSystemInfo getNodeInfo()
Deprecated.This method has been deprecated, please use method buildNodeInfo instead.- Specified by:
getNodeInfo
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
- Returns:
- The buildable object.
-
buildNodeInfo
public NodeSystemInfo buildNodeInfo()
- Specified by:
buildNodeInfo
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withNodeInfo
public A withNodeInfo(NodeSystemInfo nodeInfo)
- Specified by:
withNodeInfo
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasNodeInfo
public Boolean hasNodeInfo()
- Specified by:
hasNodeInfo
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withNewNodeInfo
public NodeStatusFluent.NodeInfoNested<A> withNewNodeInfo()
- Specified by:
withNewNodeInfo
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withNewNodeInfoLike
public NodeStatusFluent.NodeInfoNested<A> withNewNodeInfoLike(NodeSystemInfo item)
- Specified by:
withNewNodeInfoLike
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editNodeInfo
public NodeStatusFluent.NodeInfoNested<A> editNodeInfo()
- Specified by:
editNodeInfo
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editOrNewNodeInfo
public NodeStatusFluent.NodeInfoNested<A> editOrNewNodeInfo()
- Specified by:
editOrNewNodeInfo
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editOrNewNodeInfoLike
public NodeStatusFluent.NodeInfoNested<A> editOrNewNodeInfoLike(NodeSystemInfo item)
- Specified by:
editOrNewNodeInfoLike
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getPhase
public String getPhase()
- Specified by:
getPhase
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withPhase
public A withPhase(String phase)
- Specified by:
withPhase
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasPhase
public Boolean hasPhase()
- Specified by:
hasPhase
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withNewPhase
public A withNewPhase(String arg1)
- Specified by:
withNewPhase
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withNewPhase
public A withNewPhase(StringBuilder arg1)
- Specified by:
withNewPhase
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withNewPhase
public A withNewPhase(StringBuffer arg1)
- Specified by:
withNewPhase
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToVolumesAttached
public A addToVolumesAttached(int index, AttachedVolume item)
- Specified by:
addToVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
setToVolumesAttached
public A setToVolumesAttached(int index, AttachedVolume item)
- Specified by:
setToVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToVolumesAttached
public A addToVolumesAttached(AttachedVolume... items)
- Specified by:
addToVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addAllToVolumesAttached
public A addAllToVolumesAttached(Collection<AttachedVolume> items)
- Specified by:
addAllToVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeFromVolumesAttached
public A removeFromVolumesAttached(AttachedVolume... items)
- Specified by:
removeFromVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeAllFromVolumesAttached
public A removeAllFromVolumesAttached(Collection<AttachedVolume> items)
- Specified by:
removeAllFromVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeMatchingFromVolumesAttached
public A removeMatchingFromVolumesAttached(Predicate<AttachedVolumeBuilder> predicate)
- Specified by:
removeMatchingFromVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getVolumesAttached
@Deprecated public List<AttachedVolume> getVolumesAttached()
Deprecated.This method has been deprecated, please use method buildVolumesAttached instead.- Specified by:
getVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
- Returns:
- The buildable object.
-
buildVolumesAttached
public List<AttachedVolume> buildVolumesAttached()
- Specified by:
buildVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildVolumesAttached
public AttachedVolume buildVolumesAttached(int index)
- Specified by:
buildVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildFirstVolumesAttached
public AttachedVolume buildFirstVolumesAttached()
- Specified by:
buildFirstVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildLastVolumesAttached
public AttachedVolume buildLastVolumesAttached()
- Specified by:
buildLastVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildMatchingVolumesAttached
public AttachedVolume buildMatchingVolumesAttached(Predicate<AttachedVolumeBuilder> predicate)
- Specified by:
buildMatchingVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasMatchingVolumesAttached
public Boolean hasMatchingVolumesAttached(Predicate<AttachedVolumeBuilder> predicate)
- Specified by:
hasMatchingVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withVolumesAttached
public A withVolumesAttached(List<AttachedVolume> volumesAttached)
- Specified by:
withVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withVolumesAttached
public A withVolumesAttached(AttachedVolume... volumesAttached)
- Specified by:
withVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasVolumesAttached
public Boolean hasVolumesAttached()
- Specified by:
hasVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewVolumesAttached
public A addNewVolumesAttached(String devicePath, String name)
- Specified by:
addNewVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewVolumesAttached
public NodeStatusFluent.VolumesAttachedNested<A> addNewVolumesAttached()
- Specified by:
addNewVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewVolumesAttachedLike
public NodeStatusFluent.VolumesAttachedNested<A> addNewVolumesAttachedLike(AttachedVolume item)
- Specified by:
addNewVolumesAttachedLike
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
setNewVolumesAttachedLike
public NodeStatusFluent.VolumesAttachedNested<A> setNewVolumesAttachedLike(int index, AttachedVolume item)
- Specified by:
setNewVolumesAttachedLike
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editVolumesAttached
public NodeStatusFluent.VolumesAttachedNested<A> editVolumesAttached(int index)
- Specified by:
editVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editFirstVolumesAttached
public NodeStatusFluent.VolumesAttachedNested<A> editFirstVolumesAttached()
- Specified by:
editFirstVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editLastVolumesAttached
public NodeStatusFluent.VolumesAttachedNested<A> editLastVolumesAttached()
- Specified by:
editLastVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editMatchingVolumesAttached
public NodeStatusFluent.VolumesAttachedNested<A> editMatchingVolumesAttached(Predicate<AttachedVolumeBuilder> predicate)
- Specified by:
editMatchingVolumesAttached
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToVolumesInUse
public A addToVolumesInUse(int index, String item)
- Specified by:
addToVolumesInUse
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
setToVolumesInUse
public A setToVolumesInUse(int index, String item)
- Specified by:
setToVolumesInUse
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToVolumesInUse
public A addToVolumesInUse(String... items)
- Specified by:
addToVolumesInUse
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addAllToVolumesInUse
public A addAllToVolumesInUse(Collection<String> items)
- Specified by:
addAllToVolumesInUse
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeFromVolumesInUse
public A removeFromVolumesInUse(String... items)
- Specified by:
removeFromVolumesInUse
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeAllFromVolumesInUse
public A removeAllFromVolumesInUse(Collection<String> items)
- Specified by:
removeAllFromVolumesInUse
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getVolumesInUse
public List<String> getVolumesInUse()
- Specified by:
getVolumesInUse
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getVolumesInUse
public String getVolumesInUse(int index)
- Specified by:
getVolumesInUse
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getFirstVolumesInUse
public String getFirstVolumesInUse()
- Specified by:
getFirstVolumesInUse
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getLastVolumesInUse
public String getLastVolumesInUse()
- Specified by:
getLastVolumesInUse
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getMatchingVolumesInUse
public String getMatchingVolumesInUse(Predicate<String> predicate)
- Specified by:
getMatchingVolumesInUse
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasMatchingVolumesInUse
public Boolean hasMatchingVolumesInUse(Predicate<String> predicate)
- Specified by:
hasMatchingVolumesInUse
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withVolumesInUse
public A withVolumesInUse(List<String> volumesInUse)
- Specified by:
withVolumesInUse
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withVolumesInUse
public A withVolumesInUse(String... volumesInUse)
- Specified by:
withVolumesInUse
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasVolumesInUse
public Boolean hasVolumesInUse()
- Specified by:
hasVolumesInUse
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewVolumesInUse
public A addNewVolumesInUse(String arg1)
- Specified by:
addNewVolumesInUse
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewVolumesInUse
public A addNewVolumesInUse(StringBuilder arg1)
- Specified by:
addNewVolumesInUse
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewVolumesInUse
public A addNewVolumesInUse(StringBuffer arg1)
- Specified by:
addNewVolumesInUse
in interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
-