Uses of Class
com.oracle.bmc.containerengine.model.NodeSourceDetails
-
Packages that use NodeSourceDetails Package Description com.oracle.bmc.containerengine.model -
-
Uses of NodeSourceDetails in com.oracle.bmc.containerengine.model
Subclasses of NodeSourceDetails in com.oracle.bmc.containerengine.model Modifier and Type Class Description class
NodeSourceViaImageDetails
Details of the image running on the node.Methods in com.oracle.bmc.containerengine.model that return NodeSourceDetails Modifier and Type Method Description NodeSourceDetails
CreateNodePoolDetails. getNodeSourceDetails()
Specify the source to use to launch nodes in the node pool.NodeSourceDetails
NodePool. getNodeSourceDetails()
Source running on the nodes in the node pool.NodeSourceDetails
NodePoolSummary. getNodeSourceDetails()
Source running on the nodes in the node pool.NodeSourceDetails
UpdateNodePoolDetails. getNodeSourceDetails()
Specify the source to use to launch nodes in the node pool.Methods in com.oracle.bmc.containerengine.model with parameters of type NodeSourceDetails Modifier and Type Method Description CreateNodePoolDetails.Builder
CreateNodePoolDetails.Builder. nodeSourceDetails(NodeSourceDetails nodeSourceDetails)
Specify the source to use to launch nodes in the node pool.NodePool.Builder
NodePool.Builder. nodeSourceDetails(NodeSourceDetails nodeSourceDetails)
Source running on the nodes in the node pool.NodePoolSummary.Builder
NodePoolSummary.Builder. nodeSourceDetails(NodeSourceDetails nodeSourceDetails)
Source running on the nodes in the node pool.UpdateNodePoolDetails.Builder
UpdateNodePoolDetails.Builder. nodeSourceDetails(NodeSourceDetails nodeSourceDetails)
Specify the source to use to launch nodes in the node pool.Constructors in com.oracle.bmc.containerengine.model with parameters of type NodeSourceDetails Constructor Description CreateNodePoolDetails(String compartmentId, String clusterId, String name, String kubernetesVersion, Map<String,String> nodeMetadata, String nodeImageName, NodeSourceDetails nodeSourceDetails, String nodeShape, CreateNodeShapeConfigDetails nodeShapeConfig, List<KeyValue> initialNodeLabels, String sshPublicKey, Integer quantityPerSubnet, List<String> subnetIds, CreateNodePoolNodeConfigDetails nodeConfigDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, NodeEvictionNodePoolSettings nodeEvictionNodePoolSettings, NodePoolCyclingDetails nodePoolCyclingDetails)
Deprecated.NodePool(String id, NodePoolLifecycleState lifecycleState, String lifecycleDetails, String compartmentId, String clusterId, String name, String kubernetesVersion, Map<String,String> nodeMetadata, String nodeImageId, String nodeImageName, NodeShapeConfig nodeShapeConfig, NodeSourceOption nodeSource, NodeSourceDetails nodeSourceDetails, String nodeShape, List<KeyValue> initialNodeLabels, String sshPublicKey, Integer quantityPerSubnet, List<String> subnetIds, List<Node> nodes, NodePoolNodeConfigDetails nodeConfigDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, NodeEvictionNodePoolSettings nodeEvictionNodePoolSettings, NodePoolCyclingDetails nodePoolCyclingDetails)
Deprecated.NodePoolSummary(String id, NodePoolLifecycleState lifecycleState, String lifecycleDetails, String compartmentId, String clusterId, String name, String kubernetesVersion, String nodeImageId, String nodeImageName, NodeShapeConfig nodeShapeConfig, NodeSourceOption nodeSource, NodeSourceDetails nodeSourceDetails, String nodeShape, List<KeyValue> initialNodeLabels, String sshPublicKey, Integer quantityPerSubnet, List<String> subnetIds, NodePoolNodeConfigDetails nodeConfigDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, NodeEvictionNodePoolSettings nodeEvictionNodePoolSettings, NodePoolCyclingDetails nodePoolCyclingDetails)
Deprecated.UpdateNodePoolDetails(String name, String kubernetesVersion, List<KeyValue> initialNodeLabels, Integer quantityPerSubnet, List<String> subnetIds, UpdateNodePoolNodeConfigDetails nodeConfigDetails, Map<String,String> nodeMetadata, NodeSourceDetails nodeSourceDetails, String sshPublicKey, String nodeShape, UpdateNodeShapeConfigDetails nodeShapeConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, NodeEvictionNodePoolSettings nodeEvictionNodePoolSettings, NodePoolCyclingDetails nodePoolCyclingDetails)
Deprecated.
-