Class PoolSynchronizerStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.machineconfiguration.v1.PoolSynchronizerStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PoolSynchronizerStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class PoolSynchronizerStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<PoolSynchronizerStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PoolSynchronizerStatus()No args constructor for use in serializationPoolSynchronizerStatus(Long availableMachineCount, Long machineCount, Long observedGeneration, String poolSynchronizerType, Long readyMachineCount, Long unavailableMachineCount, Long updatedMachineCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PoolSynchronizerStatusBuilderedit()Map<String,Object>getAdditionalProperties()LonggetAvailableMachineCount()availableMachineCount is the number of machines managed by the node synchronizer which are available.LonggetMachineCount()machineCount is the number of machines that are managed by the node synchronizer.LonggetObservedGeneration()observedGeneration is the last generation change that has been applied.StringgetPoolSynchronizerType()poolSynchronizerType describes the type of the pool synchronizer.LonggetReadyMachineCount()readyMachineCount is the number of machines managed by the node synchronizer that are in a ready state.LonggetUnavailableMachineCount()unavailableMachineCount is the number of machines managed by the node synchronizer but are unavailable.LonggetUpdatedMachineCount()updatedMachineCount is the number of machines that have been updated by the node synchronizer.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetAvailableMachineCount(Long availableMachineCount)availableMachineCount is the number of machines managed by the node synchronizer which are available.voidsetMachineCount(Long machineCount)machineCount is the number of machines that are managed by the node synchronizer.voidsetObservedGeneration(Long observedGeneration)observedGeneration is the last generation change that has been applied.voidsetPoolSynchronizerType(String poolSynchronizerType)poolSynchronizerType describes the type of the pool synchronizer.voidsetReadyMachineCount(Long readyMachineCount)readyMachineCount is the number of machines managed by the node synchronizer that are in a ready state.voidsetUnavailableMachineCount(Long unavailableMachineCount)unavailableMachineCount is the number of machines managed by the node synchronizer but are unavailable.voidsetUpdatedMachineCount(Long updatedMachineCount)updatedMachineCount is the number of machines that have been updated by the node synchronizer.PoolSynchronizerStatusBuildertoBuilder()
-
-
-
Method Detail
-
getAvailableMachineCount
public Long getAvailableMachineCount()
availableMachineCount is the number of machines managed by the node synchronizer which are available.
-
setAvailableMachineCount
public void setAvailableMachineCount(Long availableMachineCount)
availableMachineCount is the number of machines managed by the node synchronizer which are available.
-
getMachineCount
public Long getMachineCount()
machineCount is the number of machines that are managed by the node synchronizer.
-
setMachineCount
public void setMachineCount(Long machineCount)
machineCount is the number of machines that are managed by the node synchronizer.
-
getObservedGeneration
public Long getObservedGeneration()
observedGeneration is the last generation change that has been applied.
-
setObservedGeneration
public void setObservedGeneration(Long observedGeneration)
observedGeneration is the last generation change that has been applied.
-
getPoolSynchronizerType
public String getPoolSynchronizerType()
poolSynchronizerType describes the type of the pool synchronizer.
-
setPoolSynchronizerType
public void setPoolSynchronizerType(String poolSynchronizerType)
poolSynchronizerType describes the type of the pool synchronizer.
-
getReadyMachineCount
public Long getReadyMachineCount()
readyMachineCount is the number of machines managed by the node synchronizer that are in a ready state.
-
setReadyMachineCount
public void setReadyMachineCount(Long readyMachineCount)
readyMachineCount is the number of machines managed by the node synchronizer that are in a ready state.
-
getUnavailableMachineCount
public Long getUnavailableMachineCount()
unavailableMachineCount is the number of machines managed by the node synchronizer but are unavailable.
-
setUnavailableMachineCount
public void setUnavailableMachineCount(Long unavailableMachineCount)
unavailableMachineCount is the number of machines managed by the node synchronizer but are unavailable.
-
getUpdatedMachineCount
public Long getUpdatedMachineCount()
updatedMachineCount is the number of machines that have been updated by the node synchronizer.
-
setUpdatedMachineCount
public void setUpdatedMachineCount(Long updatedMachineCount)
updatedMachineCount is the number of machines that have been updated by the node synchronizer.
-
edit
public PoolSynchronizerStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PoolSynchronizerStatusBuilder>
-
toBuilder
public PoolSynchronizerStatusBuilder toBuilder()
-
-