Uses of Class
com.oracle.bmc.containerengine.model.NodePoolPodNetworkOptionDetails
-
Packages that use NodePoolPodNetworkOptionDetails Package Description com.oracle.bmc.containerengine.model -
-
Uses of NodePoolPodNetworkOptionDetails in com.oracle.bmc.containerengine.model
Subclasses of NodePoolPodNetworkOptionDetails in com.oracle.bmc.containerengine.model Modifier and Type Class Description class
FlannelOverlayNodePoolPodNetworkOptionDetails
Network options specific to using the flannel (FLANNEL_OVERLAY) CNI
Note: Objects should always be created or deserialized using theFlannelOverlayNodePoolPodNetworkOptionDetails.Builder
.class
OciVcnIpNativeNodePoolPodNetworkOptionDetails
Network options specific to using the OCI VCN Native CNI
Note: Objects should always be created or deserialized using theOciVcnIpNativeNodePoolPodNetworkOptionDetails.Builder
.Methods in com.oracle.bmc.containerengine.model that return NodePoolPodNetworkOptionDetails Modifier and Type Method Description NodePoolPodNetworkOptionDetails
CreateNodePoolNodeConfigDetails. getNodePoolPodNetworkOptionDetails()
The CNI related configuration of pods in the node pool.NodePoolPodNetworkOptionDetails
NodePoolNodeConfigDetails. getNodePoolPodNetworkOptionDetails()
The CNI related configuration of pods in the node pool.NodePoolPodNetworkOptionDetails
UpdateNodePoolNodeConfigDetails. getNodePoolPodNetworkOptionDetails()
The CNI related configuration of pods in the node pool.Methods in com.oracle.bmc.containerengine.model with parameters of type NodePoolPodNetworkOptionDetails Modifier and Type Method Description CreateNodePoolNodeConfigDetails.Builder
CreateNodePoolNodeConfigDetails.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.UpdateNodePoolNodeConfigDetails.Builder
UpdateNodePoolNodeConfigDetails.Builder. nodePoolPodNetworkOptionDetails(NodePoolPodNetworkOptionDetails nodePoolPodNetworkOptionDetails)
The CNI related configuration of pods in the node pool.Constructors in com.oracle.bmc.containerengine.model with parameters of type NodePoolPodNetworkOptionDetails Constructor 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.
-