@Generated(value="OracleSDKGenerator", comments="API Version: 20180222") public final class OciVcnIpNativeNodePoolPodNetworkOptionDetails extends NodePoolPodNetworkOptionDetails
Network options specific to using the OCI VCN Native CNI
Note: Objects should always be created or deserialized using the OciVcnIpNativeNodePoolPodNetworkOptionDetails.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 OciVcnIpNativeNodePoolPodNetworkOptionDetails.Builder
, which maintain a
set of all explicitly set fields called OciVcnIpNativeNodePoolPodNetworkOptionDetails.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
OciVcnIpNativeNodePoolPodNetworkOptionDetails.Builder |
NodePoolPodNetworkOptionDetails.CniType
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
OciVcnIpNativeNodePoolPodNetworkOptionDetails(Integer maxPodsPerNode,
List<String> podNsgIds,
List<String> podSubnetIds)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static OciVcnIpNativeNodePoolPodNetworkOptionDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Integer |
getMaxPodsPerNode()
The max number of pods per node in the node pool.
|
List<String> |
getPodNsgIds()
The OCIDs of the Network Security Group(s) to associate pods for this node pool with.
|
List<String> |
getPodSubnetIds()
The OCIDs of the subnets in which to place pods for this node pool.
|
int |
hashCode() |
OciVcnIpNativeNodePoolPodNetworkOptionDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
public static OciVcnIpNativeNodePoolPodNetworkOptionDetails.Builder builder()
Create a new builder.
public OciVcnIpNativeNodePoolPodNetworkOptionDetails.Builder toBuilder()
public Integer getMaxPodsPerNode()
The max number of pods per node in the node pool. This value will be limited by the number of VNICs attachable to the node pool shape
public List<String> getPodNsgIds()
The OCIDs of the Network Security Group(s) to associate pods for this node pool with. For
more information about NSGs, see NetworkSecurityGroup
.
public List<String> getPodSubnetIds()
The OCIDs of the subnets in which to place pods for this node pool. This can be one of the node pool subnet IDs
public String toString()
toString
in class NodePoolPodNetworkOptionDetails
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class NodePoolPodNetworkOptionDetails
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class NodePoolPodNetworkOptionDetails
public int hashCode()
hashCode
in class NodePoolPodNetworkOptionDetails
Copyright © 2016–2024. All rights reserved.