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 classNodeStatusFluentImpl.AddressesNestedImpl<N>classNodeStatusFluentImpl.ConditionsNestedImpl<N>classNodeStatusFluentImpl.ConfigNestedImpl<N>classNodeStatusFluentImpl.DaemonEndpointsNestedImpl<N>classNodeStatusFluentImpl.ImagesNestedImpl<N>classNodeStatusFluentImpl.NodeInfoNestedImpl<N>classNodeStatusFluentImpl.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:
addToAddressesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
setToAddresses
public A setToAddresses(int index, NodeAddress item)
- Specified by:
setToAddressesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToAddresses
public A addToAddresses(NodeAddress... items)
- Specified by:
addToAddressesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addAllToAddresses
public A addAllToAddresses(Collection<NodeAddress> items)
- Specified by:
addAllToAddressesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeFromAddresses
public A removeFromAddresses(NodeAddress... items)
- Specified by:
removeFromAddressesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeAllFromAddresses
public A removeAllFromAddresses(Collection<NodeAddress> items)
- Specified by:
removeAllFromAddressesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeMatchingFromAddresses
public A removeMatchingFromAddresses(Predicate<NodeAddressBuilder> predicate)
- Specified by:
removeMatchingFromAddressesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getAddresses
@Deprecated public List<NodeAddress> getAddresses()
Deprecated.This method has been deprecated, please use method buildAddresses instead.- Specified by:
getAddressesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>- Returns:
- The buildable object.
-
buildAddresses
public List<NodeAddress> buildAddresses()
- Specified by:
buildAddressesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildAddress
public NodeAddress buildAddress(int index)
- Specified by:
buildAddressin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildFirstAddress
public NodeAddress buildFirstAddress()
- Specified by:
buildFirstAddressin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildLastAddress
public NodeAddress buildLastAddress()
- Specified by:
buildLastAddressin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildMatchingAddress
public NodeAddress buildMatchingAddress(Predicate<NodeAddressBuilder> predicate)
- Specified by:
buildMatchingAddressin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasMatchingAddress
public Boolean hasMatchingAddress(Predicate<NodeAddressBuilder> predicate)
- Specified by:
hasMatchingAddressin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withAddresses
public A withAddresses(List<NodeAddress> addresses)
- Specified by:
withAddressesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withAddresses
public A withAddresses(NodeAddress... addresses)
- Specified by:
withAddressesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasAddresses
public Boolean hasAddresses()
- Specified by:
hasAddressesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewAddress
public A addNewAddress(String address, String type)
- Specified by:
addNewAddressin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewAddress
public NodeStatusFluent.AddressesNested<A> addNewAddress()
- Specified by:
addNewAddressin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewAddressLike
public NodeStatusFluent.AddressesNested<A> addNewAddressLike(NodeAddress item)
- Specified by:
addNewAddressLikein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
setNewAddressLike
public NodeStatusFluent.AddressesNested<A> setNewAddressLike(int index, NodeAddress item)
- Specified by:
setNewAddressLikein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editAddress
public NodeStatusFluent.AddressesNested<A> editAddress(int index)
- Specified by:
editAddressin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editFirstAddress
public NodeStatusFluent.AddressesNested<A> editFirstAddress()
- Specified by:
editFirstAddressin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editLastAddress
public NodeStatusFluent.AddressesNested<A> editLastAddress()
- Specified by:
editLastAddressin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editMatchingAddress
public NodeStatusFluent.AddressesNested<A> editMatchingAddress(Predicate<NodeAddressBuilder> predicate)
- Specified by:
editMatchingAddressin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToAllocatable
public A addToAllocatable(String key, Quantity value)
- Specified by:
addToAllocatablein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToAllocatable
public A addToAllocatable(Map<String,Quantity> map)
- Specified by:
addToAllocatablein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeFromAllocatable
public A removeFromAllocatable(String key)
- Specified by:
removeFromAllocatablein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeFromAllocatable
public A removeFromAllocatable(Map<String,Quantity> map)
- Specified by:
removeFromAllocatablein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getAllocatable
public Map<String,Quantity> getAllocatable()
- Specified by:
getAllocatablein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withAllocatable
public A withAllocatable(Map<String,Quantity> allocatable)
- Specified by:
withAllocatablein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasAllocatable
public Boolean hasAllocatable()
- Specified by:
hasAllocatablein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToCapacity
public A addToCapacity(String key, Quantity value)
- Specified by:
addToCapacityin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToCapacity
public A addToCapacity(Map<String,Quantity> map)
- Specified by:
addToCapacityin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeFromCapacity
public A removeFromCapacity(String key)
- Specified by:
removeFromCapacityin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeFromCapacity
public A removeFromCapacity(Map<String,Quantity> map)
- Specified by:
removeFromCapacityin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getCapacity
public Map<String,Quantity> getCapacity()
- Specified by:
getCapacityin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withCapacity
public A withCapacity(Map<String,Quantity> capacity)
- Specified by:
withCapacityin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasCapacity
public Boolean hasCapacity()
- Specified by:
hasCapacityin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToConditions
public A addToConditions(int index, NodeCondition item)
- Specified by:
addToConditionsin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
setToConditions
public A setToConditions(int index, NodeCondition item)
- Specified by:
setToConditionsin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToConditions
public A addToConditions(NodeCondition... items)
- Specified by:
addToConditionsin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addAllToConditions
public A addAllToConditions(Collection<NodeCondition> items)
- Specified by:
addAllToConditionsin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeFromConditions
public A removeFromConditions(NodeCondition... items)
- Specified by:
removeFromConditionsin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeAllFromConditions
public A removeAllFromConditions(Collection<NodeCondition> items)
- Specified by:
removeAllFromConditionsin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeMatchingFromConditions
public A removeMatchingFromConditions(Predicate<NodeConditionBuilder> predicate)
- Specified by:
removeMatchingFromConditionsin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getConditions
@Deprecated public List<NodeCondition> getConditions()
Deprecated.This method has been deprecated, please use method buildConditions instead.- Specified by:
getConditionsin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>- Returns:
- The buildable object.
-
buildConditions
public List<NodeCondition> buildConditions()
- Specified by:
buildConditionsin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildCondition
public NodeCondition buildCondition(int index)
- Specified by:
buildConditionin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildFirstCondition
public NodeCondition buildFirstCondition()
- Specified by:
buildFirstConditionin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildLastCondition
public NodeCondition buildLastCondition()
- Specified by:
buildLastConditionin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildMatchingCondition
public NodeCondition buildMatchingCondition(Predicate<NodeConditionBuilder> predicate)
- Specified by:
buildMatchingConditionin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasMatchingCondition
public Boolean hasMatchingCondition(Predicate<NodeConditionBuilder> predicate)
- Specified by:
hasMatchingConditionin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withConditions
public A withConditions(List<NodeCondition> conditions)
- Specified by:
withConditionsin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withConditions
public A withConditions(NodeCondition... conditions)
- Specified by:
withConditionsin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasConditions
public Boolean hasConditions()
- Specified by:
hasConditionsin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewCondition
public NodeStatusFluent.ConditionsNested<A> addNewCondition()
- Specified by:
addNewConditionin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewConditionLike
public NodeStatusFluent.ConditionsNested<A> addNewConditionLike(NodeCondition item)
- Specified by:
addNewConditionLikein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
setNewConditionLike
public NodeStatusFluent.ConditionsNested<A> setNewConditionLike(int index, NodeCondition item)
- Specified by:
setNewConditionLikein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editCondition
public NodeStatusFluent.ConditionsNested<A> editCondition(int index)
- Specified by:
editConditionin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editFirstCondition
public NodeStatusFluent.ConditionsNested<A> editFirstCondition()
- Specified by:
editFirstConditionin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editLastCondition
public NodeStatusFluent.ConditionsNested<A> editLastCondition()
- Specified by:
editLastConditionin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editMatchingCondition
public NodeStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<NodeConditionBuilder> predicate)
- Specified by:
editMatchingConditionin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getConfig
@Deprecated public NodeConfigStatus getConfig()
Deprecated.This method has been deprecated, please use method buildConfig instead.- Specified by:
getConfigin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>- Returns:
- The buildable object.
-
buildConfig
public NodeConfigStatus buildConfig()
- Specified by:
buildConfigin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withConfig
public A withConfig(NodeConfigStatus config)
- Specified by:
withConfigin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasConfig
public Boolean hasConfig()
- Specified by:
hasConfigin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withNewConfig
public NodeStatusFluent.ConfigNested<A> withNewConfig()
- Specified by:
withNewConfigin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withNewConfigLike
public NodeStatusFluent.ConfigNested<A> withNewConfigLike(NodeConfigStatus item)
- Specified by:
withNewConfigLikein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editConfig
public NodeStatusFluent.ConfigNested<A> editConfig()
- Specified by:
editConfigin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editOrNewConfig
public NodeStatusFluent.ConfigNested<A> editOrNewConfig()
- Specified by:
editOrNewConfigin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editOrNewConfigLike
public NodeStatusFluent.ConfigNested<A> editOrNewConfigLike(NodeConfigStatus item)
- Specified by:
editOrNewConfigLikein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getDaemonEndpoints
@Deprecated public NodeDaemonEndpoints getDaemonEndpoints()
Deprecated.This method has been deprecated, please use method buildDaemonEndpoints instead.- Specified by:
getDaemonEndpointsin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>- Returns:
- The buildable object.
-
buildDaemonEndpoints
public NodeDaemonEndpoints buildDaemonEndpoints()
- Specified by:
buildDaemonEndpointsin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withDaemonEndpoints
public A withDaemonEndpoints(NodeDaemonEndpoints daemonEndpoints)
- Specified by:
withDaemonEndpointsin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasDaemonEndpoints
public Boolean hasDaemonEndpoints()
- Specified by:
hasDaemonEndpointsin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withNewDaemonEndpoints
public NodeStatusFluent.DaemonEndpointsNested<A> withNewDaemonEndpoints()
- Specified by:
withNewDaemonEndpointsin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withNewDaemonEndpointsLike
public NodeStatusFluent.DaemonEndpointsNested<A> withNewDaemonEndpointsLike(NodeDaemonEndpoints item)
- Specified by:
withNewDaemonEndpointsLikein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editDaemonEndpoints
public NodeStatusFluent.DaemonEndpointsNested<A> editDaemonEndpoints()
- Specified by:
editDaemonEndpointsin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editOrNewDaemonEndpoints
public NodeStatusFluent.DaemonEndpointsNested<A> editOrNewDaemonEndpoints()
- Specified by:
editOrNewDaemonEndpointsin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editOrNewDaemonEndpointsLike
public NodeStatusFluent.DaemonEndpointsNested<A> editOrNewDaemonEndpointsLike(NodeDaemonEndpoints item)
- Specified by:
editOrNewDaemonEndpointsLikein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToImages
public A addToImages(int index, ContainerImage item)
- Specified by:
addToImagesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
setToImages
public A setToImages(int index, ContainerImage item)
- Specified by:
setToImagesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToImages
public A addToImages(ContainerImage... items)
- Specified by:
addToImagesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addAllToImages
public A addAllToImages(Collection<ContainerImage> items)
- Specified by:
addAllToImagesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeFromImages
public A removeFromImages(ContainerImage... items)
- Specified by:
removeFromImagesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeAllFromImages
public A removeAllFromImages(Collection<ContainerImage> items)
- Specified by:
removeAllFromImagesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeMatchingFromImages
public A removeMatchingFromImages(Predicate<ContainerImageBuilder> predicate)
- Specified by:
removeMatchingFromImagesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getImages
@Deprecated public List<ContainerImage> getImages()
Deprecated.This method has been deprecated, please use method buildImages instead.- Specified by:
getImagesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>- Returns:
- The buildable object.
-
buildImages
public List<ContainerImage> buildImages()
- Specified by:
buildImagesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildImage
public ContainerImage buildImage(int index)
- Specified by:
buildImagein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildFirstImage
public ContainerImage buildFirstImage()
- Specified by:
buildFirstImagein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildLastImage
public ContainerImage buildLastImage()
- Specified by:
buildLastImagein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildMatchingImage
public ContainerImage buildMatchingImage(Predicate<ContainerImageBuilder> predicate)
- Specified by:
buildMatchingImagein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasMatchingImage
public Boolean hasMatchingImage(Predicate<ContainerImageBuilder> predicate)
- Specified by:
hasMatchingImagein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withImages
public A withImages(List<ContainerImage> images)
- Specified by:
withImagesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withImages
public A withImages(ContainerImage... images)
- Specified by:
withImagesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasImages
public Boolean hasImages()
- Specified by:
hasImagesin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewImage
public NodeStatusFluent.ImagesNested<A> addNewImage()
- Specified by:
addNewImagein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewImageLike
public NodeStatusFluent.ImagesNested<A> addNewImageLike(ContainerImage item)
- Specified by:
addNewImageLikein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
setNewImageLike
public NodeStatusFluent.ImagesNested<A> setNewImageLike(int index, ContainerImage item)
- Specified by:
setNewImageLikein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editImage
public NodeStatusFluent.ImagesNested<A> editImage(int index)
- Specified by:
editImagein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editFirstImage
public NodeStatusFluent.ImagesNested<A> editFirstImage()
- Specified by:
editFirstImagein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editLastImage
public NodeStatusFluent.ImagesNested<A> editLastImage()
- Specified by:
editLastImagein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editMatchingImage
public NodeStatusFluent.ImagesNested<A> editMatchingImage(Predicate<ContainerImageBuilder> predicate)
- Specified by:
editMatchingImagein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getNodeInfo
@Deprecated public NodeSystemInfo getNodeInfo()
Deprecated.This method has been deprecated, please use method buildNodeInfo instead.- Specified by:
getNodeInfoin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>- Returns:
- The buildable object.
-
buildNodeInfo
public NodeSystemInfo buildNodeInfo()
- Specified by:
buildNodeInfoin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withNodeInfo
public A withNodeInfo(NodeSystemInfo nodeInfo)
- Specified by:
withNodeInfoin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasNodeInfo
public Boolean hasNodeInfo()
- Specified by:
hasNodeInfoin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withNewNodeInfo
public NodeStatusFluent.NodeInfoNested<A> withNewNodeInfo()
- Specified by:
withNewNodeInfoin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withNewNodeInfoLike
public NodeStatusFluent.NodeInfoNested<A> withNewNodeInfoLike(NodeSystemInfo item)
- Specified by:
withNewNodeInfoLikein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editNodeInfo
public NodeStatusFluent.NodeInfoNested<A> editNodeInfo()
- Specified by:
editNodeInfoin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editOrNewNodeInfo
public NodeStatusFluent.NodeInfoNested<A> editOrNewNodeInfo()
- Specified by:
editOrNewNodeInfoin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editOrNewNodeInfoLike
public NodeStatusFluent.NodeInfoNested<A> editOrNewNodeInfoLike(NodeSystemInfo item)
- Specified by:
editOrNewNodeInfoLikein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getPhase
public String getPhase()
- Specified by:
getPhasein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withPhase
public A withPhase(String phase)
- Specified by:
withPhasein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasPhase
public Boolean hasPhase()
- Specified by:
hasPhasein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withNewPhase
public A withNewPhase(String arg1)
- Specified by:
withNewPhasein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withNewPhase
public A withNewPhase(StringBuilder arg1)
- Specified by:
withNewPhasein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withNewPhase
public A withNewPhase(StringBuffer arg1)
- Specified by:
withNewPhasein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToVolumesAttached
public A addToVolumesAttached(int index, AttachedVolume item)
- Specified by:
addToVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
setToVolumesAttached
public A setToVolumesAttached(int index, AttachedVolume item)
- Specified by:
setToVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToVolumesAttached
public A addToVolumesAttached(AttachedVolume... items)
- Specified by:
addToVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addAllToVolumesAttached
public A addAllToVolumesAttached(Collection<AttachedVolume> items)
- Specified by:
addAllToVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeFromVolumesAttached
public A removeFromVolumesAttached(AttachedVolume... items)
- Specified by:
removeFromVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeAllFromVolumesAttached
public A removeAllFromVolumesAttached(Collection<AttachedVolume> items)
- Specified by:
removeAllFromVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeMatchingFromVolumesAttached
public A removeMatchingFromVolumesAttached(Predicate<AttachedVolumeBuilder> predicate)
- Specified by:
removeMatchingFromVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getVolumesAttached
@Deprecated public List<AttachedVolume> getVolumesAttached()
Deprecated.This method has been deprecated, please use method buildVolumesAttached instead.- Specified by:
getVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>- Returns:
- The buildable object.
-
buildVolumesAttached
public List<AttachedVolume> buildVolumesAttached()
- Specified by:
buildVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildVolumesAttached
public AttachedVolume buildVolumesAttached(int index)
- Specified by:
buildVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildFirstVolumesAttached
public AttachedVolume buildFirstVolumesAttached()
- Specified by:
buildFirstVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildLastVolumesAttached
public AttachedVolume buildLastVolumesAttached()
- Specified by:
buildLastVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
buildMatchingVolumesAttached
public AttachedVolume buildMatchingVolumesAttached(Predicate<AttachedVolumeBuilder> predicate)
- Specified by:
buildMatchingVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasMatchingVolumesAttached
public Boolean hasMatchingVolumesAttached(Predicate<AttachedVolumeBuilder> predicate)
- Specified by:
hasMatchingVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withVolumesAttached
public A withVolumesAttached(List<AttachedVolume> volumesAttached)
- Specified by:
withVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withVolumesAttached
public A withVolumesAttached(AttachedVolume... volumesAttached)
- Specified by:
withVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasVolumesAttached
public Boolean hasVolumesAttached()
- Specified by:
hasVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewVolumesAttached
public A addNewVolumesAttached(String devicePath, String name)
- Specified by:
addNewVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewVolumesAttached
public NodeStatusFluent.VolumesAttachedNested<A> addNewVolumesAttached()
- Specified by:
addNewVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewVolumesAttachedLike
public NodeStatusFluent.VolumesAttachedNested<A> addNewVolumesAttachedLike(AttachedVolume item)
- Specified by:
addNewVolumesAttachedLikein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
setNewVolumesAttachedLike
public NodeStatusFluent.VolumesAttachedNested<A> setNewVolumesAttachedLike(int index, AttachedVolume item)
- Specified by:
setNewVolumesAttachedLikein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editVolumesAttached
public NodeStatusFluent.VolumesAttachedNested<A> editVolumesAttached(int index)
- Specified by:
editVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editFirstVolumesAttached
public NodeStatusFluent.VolumesAttachedNested<A> editFirstVolumesAttached()
- Specified by:
editFirstVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editLastVolumesAttached
public NodeStatusFluent.VolumesAttachedNested<A> editLastVolumesAttached()
- Specified by:
editLastVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
editMatchingVolumesAttached
public NodeStatusFluent.VolumesAttachedNested<A> editMatchingVolumesAttached(Predicate<AttachedVolumeBuilder> predicate)
- Specified by:
editMatchingVolumesAttachedin interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToVolumesInUse
public A addToVolumesInUse(int index, String item)
- Specified by:
addToVolumesInUsein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
setToVolumesInUse
public A setToVolumesInUse(int index, String item)
- Specified by:
setToVolumesInUsein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addToVolumesInUse
public A addToVolumesInUse(String... items)
- Specified by:
addToVolumesInUsein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addAllToVolumesInUse
public A addAllToVolumesInUse(Collection<String> items)
- Specified by:
addAllToVolumesInUsein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeFromVolumesInUse
public A removeFromVolumesInUse(String... items)
- Specified by:
removeFromVolumesInUsein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
removeAllFromVolumesInUse
public A removeAllFromVolumesInUse(Collection<String> items)
- Specified by:
removeAllFromVolumesInUsein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getVolumesInUse
public List<String> getVolumesInUse()
- Specified by:
getVolumesInUsein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getVolumesInUse
public String getVolumesInUse(int index)
- Specified by:
getVolumesInUsein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getFirstVolumesInUse
public String getFirstVolumesInUse()
- Specified by:
getFirstVolumesInUsein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getLastVolumesInUse
public String getLastVolumesInUse()
- Specified by:
getLastVolumesInUsein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
getMatchingVolumesInUse
public String getMatchingVolumesInUse(Predicate<String> predicate)
- Specified by:
getMatchingVolumesInUsein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasMatchingVolumesInUse
public Boolean hasMatchingVolumesInUse(Predicate<String> predicate)
- Specified by:
hasMatchingVolumesInUsein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withVolumesInUse
public A withVolumesInUse(List<String> volumesInUse)
- Specified by:
withVolumesInUsein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
withVolumesInUse
public A withVolumesInUse(String... volumesInUse)
- Specified by:
withVolumesInUsein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
hasVolumesInUse
public Boolean hasVolumesInUse()
- Specified by:
hasVolumesInUsein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewVolumesInUse
public A addNewVolumesInUse(String arg1)
- Specified by:
addNewVolumesInUsein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewVolumesInUse
public A addNewVolumesInUse(StringBuilder arg1)
- Specified by:
addNewVolumesInUsein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
addNewVolumesInUse
public A addNewVolumesInUse(StringBuffer arg1)
- Specified by:
addNewVolumesInUsein interfaceNodeStatusFluent<A extends NodeStatusFluent<A>>
-
-