Uses of Class
com.oracle.bmc.containerengine.model.ClusterPodNetworkOptionDetails
-
Packages that use ClusterPodNetworkOptionDetails Package Description com.oracle.bmc.containerengine.model -
-
Uses of ClusterPodNetworkOptionDetails in com.oracle.bmc.containerengine.model
Subclasses of ClusterPodNetworkOptionDetails in com.oracle.bmc.containerengine.model Modifier and Type Class Description class
FlannelOverlayClusterPodNetworkOptionDetails
Network options specific to using the flannel (FLANNEL_OVERLAY) CNI
Note: Objects should always be created or deserialized using theFlannelOverlayClusterPodNetworkOptionDetails.Builder
.class
OciVcnIpNativeClusterPodNetworkOptionDetails
Network options specific to using the OCI VCN Native CNI
Note: Objects should always be created or deserialized using theOciVcnIpNativeClusterPodNetworkOptionDetails.Builder
.Methods in com.oracle.bmc.containerengine.model that return types with arguments of type ClusterPodNetworkOptionDetails Modifier and Type Method Description List<ClusterPodNetworkOptionDetails>
Cluster. getClusterPodNetworkOptions()
Available CNIs and network options for existing and new node pools of the clusterList<ClusterPodNetworkOptionDetails>
ClusterOptions. getClusterPodNetworkOptions()
Available CNIs and network options for existing and new node pools of the clusterList<ClusterPodNetworkOptionDetails>
ClusterSummary. getClusterPodNetworkOptions()
Available CNIs and network options for existing and new node pools of the clusterList<ClusterPodNetworkOptionDetails>
CreateClusterDetails. getClusterPodNetworkOptions()
Available CNIs and network options for existing and new node pools of the clusterMethod parameters in com.oracle.bmc.containerengine.model with type arguments of type ClusterPodNetworkOptionDetails Modifier and Type Method Description Cluster.Builder
Cluster.Builder. clusterPodNetworkOptions(List<ClusterPodNetworkOptionDetails> clusterPodNetworkOptions)
Available CNIs and network options for existing and new node pools of the clusterClusterOptions.Builder
ClusterOptions.Builder. clusterPodNetworkOptions(List<ClusterPodNetworkOptionDetails> clusterPodNetworkOptions)
Available CNIs and network options for existing and new node pools of the clusterClusterSummary.Builder
ClusterSummary.Builder. clusterPodNetworkOptions(List<ClusterPodNetworkOptionDetails> clusterPodNetworkOptions)
Available CNIs and network options for existing and new node pools of the clusterCreateClusterDetails.Builder
CreateClusterDetails.Builder. clusterPodNetworkOptions(List<ClusterPodNetworkOptionDetails> clusterPodNetworkOptions)
Available CNIs and network options for existing and new node pools of the clusterConstructor parameters in com.oracle.bmc.containerengine.model with type arguments of type ClusterPodNetworkOptionDetails Constructor Description CreateClusterDetails(String name, String compartmentId, CreateClusterEndpointConfigDetails endpointConfig, String vcnId, String kubernetesVersion, String kmsKeyId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, ClusterCreateOptions options, CreateImagePolicyConfigDetails imagePolicyConfig, List<ClusterPodNetworkOptionDetails> clusterPodNetworkOptions, ClusterType type)
Deprecated.
-