Class NodePoolCyclingDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.containerengine.model.NodePoolCyclingDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20180222") public final class NodePoolCyclingDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelNode Pool Cycling Details
 Note: Objects should always be created or deserialized using theNodePoolCyclingDetails.Builder.This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the NodePoolCyclingDetails.Builder, which maintain a set of all explicitly set fields calledNodePoolCyclingDetails.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classNodePoolCyclingDetails.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodePoolCyclingDetails.Builderbuilder()Create a new builder.booleanequals(Object o)List<CycleMode>getCycleModes()An ordered list of cycle modes that should be performed on the OKE nodes.BooleangetIsNodeCyclingEnabled()If cycling operation should be performed on the nodes in the node pool.StringgetMaximumSurge()Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process.StringgetMaximumUnavailable()Maximum active nodes that would be terminated from nodepool during the cycling nodepool process.inthashCode()NodePoolCyclingDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
NodePoolCyclingDetails@Deprecated @ConstructorProperties({"maximumUnavailable","maximumSurge","isNodeCyclingEnabled","cycleModes"}) public NodePoolCyclingDetails(String maximumUnavailable, String maximumSurge, Boolean isNodeCyclingEnabled, List<CycleMode> cycleModes) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static NodePoolCyclingDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic NodePoolCyclingDetails.Builder toBuilder() 
 - 
getMaximumUnavailablepublic String getMaximumUnavailable() Maximum active nodes that would be terminated from nodepool during the cycling nodepool process.OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0% to 100% - Returns:
- the value
 
 - 
getMaximumSurgepublic String getMaximumSurge() Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process.OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0% to 100% - Returns:
- the value
 
 - 
getIsNodeCyclingEnabledpublic Boolean getIsNodeCyclingEnabled() If cycling operation should be performed on the nodes in the node pool.- Returns:
- the value
 
 - 
getCycleModespublic List<CycleMode> getCycleModes() An ordered list of cycle modes that should be performed on the OKE nodes.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-