Uses of Class
com.oracle.bmc.containerengine.model.NodeSourceOption
-
Packages that use NodeSourceOption Package Description com.oracle.bmc.containerengine.model -
-
Uses of NodeSourceOption in com.oracle.bmc.containerengine.model
Subclasses of NodeSourceOption in com.oracle.bmc.containerengine.model Modifier and Type Class Description class
NodeSourceViaImageOption
An image can be specified as the source of nodes when launching a node pool using the nodeSourceDetails object.Methods in com.oracle.bmc.containerengine.model that return NodeSourceOption Modifier and Type Method Description NodeSourceOption
NodePool. getNodeSource()
Deprecated.NodeSourceOption
NodePoolSummary. getNodeSource()
Deprecated.Methods in com.oracle.bmc.containerengine.model that return types with arguments of type NodeSourceOption Modifier and Type Method Description List<NodeSourceOption>
NodePoolOptions. getSources()
Available source of the node.Methods in com.oracle.bmc.containerengine.model with parameters of type NodeSourceOption Modifier and Type Method Description NodePool.Builder
NodePool.Builder. nodeSource(NodeSourceOption nodeSource)
Deprecated.NodePoolSummary.Builder
NodePoolSummary.Builder. nodeSource(NodeSourceOption nodeSource)
Deprecated.Method parameters in com.oracle.bmc.containerengine.model with type arguments of type NodeSourceOption Modifier and Type Method Description NodePoolOptions.Builder
NodePoolOptions.Builder. sources(List<NodeSourceOption> sources)
Available source of the node.Constructors in com.oracle.bmc.containerengine.model with parameters of type NodeSourceOption Constructor Description 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.
-