Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Class and Description |
---|---|
class |
FlannelOverlayNodePoolPodNetworkOptionDetails
Network options specific to using the flannel (FLANNEL_OVERLAY) CNI
Note: Objects should always be created or deserialized using the FlannelOverlayNodePoolPodNetworkOptionDetails.Builder . |
class |
OciVcnIpNativeNodePoolPodNetworkOptionDetails
Network options specific to using the OCI VCN Native CNI
Note: Objects should always be created or deserialized using the OciVcnIpNativeNodePoolPodNetworkOptionDetails.Builder . |
Modifier and Type | Method and Description |
---|---|
NodePoolPodNetworkOptionDetails |
CreateNodePoolNodeConfigDetails.getNodePoolPodNetworkOptionDetails()
The CNI related configuration of pods in the node pool.
|
NodePoolPodNetworkOptionDetails |
UpdateNodePoolNodeConfigDetails.getNodePoolPodNetworkOptionDetails()
The CNI related configuration of pods in the node pool.
|
NodePoolPodNetworkOptionDetails |
NodePoolNodeConfigDetails.getNodePoolPodNetworkOptionDetails()
The CNI related configuration of pods in the node pool.
|
Modifier and Type | Method and Description |
---|---|
CreateNodePoolNodeConfigDetails.Builder |
CreateNodePoolNodeConfigDetails.Builder.nodePoolPodNetworkOptionDetails(NodePoolPodNetworkOptionDetails nodePoolPodNetworkOptionDetails)
The CNI related configuration of pods in the node pool.
|
UpdateNodePoolNodeConfigDetails.Builder |
UpdateNodePoolNodeConfigDetails.Builder.nodePoolPodNetworkOptionDetails(NodePoolPodNetworkOptionDetails nodePoolPodNetworkOptionDetails)
The CNI related configuration of pods in the node pool.
|
NodePoolNodeConfigDetails.Builder |
NodePoolNodeConfigDetails.Builder.nodePoolPodNetworkOptionDetails(NodePoolPodNetworkOptionDetails nodePoolPodNetworkOptionDetails)
The CNI related configuration of pods in the node pool.
|
Constructor and Description |
---|
CreateNodePoolNodeConfigDetails(Integer size,
List<String> nsgIds,
String kmsKeyId,
Boolean isPvEncryptionInTransitEnabled,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<NodePoolPlacementConfigDetails> placementConfigs,
NodePoolPodNetworkOptionDetails nodePoolPodNetworkOptionDetails)
Deprecated.
|
NodePoolNodeConfigDetails(Integer size,
List<String> nsgIds,
String kmsKeyId,
Boolean isPvEncryptionInTransitEnabled,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<NodePoolPlacementConfigDetails> placementConfigs,
NodePoolPodNetworkOptionDetails nodePoolPodNetworkOptionDetails)
Deprecated.
|
UpdateNodePoolNodeConfigDetails(Integer size,
List<String> nsgIds,
String kmsKeyId,
Boolean isPvEncryptionInTransitEnabled,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<NodePoolPlacementConfigDetails> placementConfigs,
NodePoolPodNetworkOptionDetails nodePoolPodNetworkOptionDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.