1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. ContainerEngine
  5. getNodePools
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

oci.ContainerEngine.getNodePools

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

    This data source provides the list of Node Pools in Oracle Cloud Infrastructure Container Engine service.

    List all the node pools in a compartment, and optionally filter by cluster.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testNodePools = oci.ContainerEngine.getNodePools({
        compartmentId: _var.compartment_id,
        clusterId: oci_containerengine_cluster.test_cluster.id,
        name: _var.node_pool_name,
        states: _var.node_pool_state,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_node_pools = oci.ContainerEngine.get_node_pools(compartment_id=var["compartment_id"],
        cluster_id=oci_containerengine_cluster["test_cluster"]["id"],
        name=var["node_pool_name"],
        states=var["node_pool_state"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/ContainerEngine"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ContainerEngine.GetNodePools(ctx, &containerengine.GetNodePoolsArgs{
    			CompartmentId: _var.Compartment_id,
    			ClusterId:     pulumi.StringRef(oci_containerengine_cluster.Test_cluster.Id),
    			Name:          pulumi.StringRef(_var.Node_pool_name),
    			States:        _var.Node_pool_state,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testNodePools = Oci.ContainerEngine.GetNodePools.Invoke(new()
        {
            CompartmentId = @var.Compartment_id,
            ClusterId = oci_containerengine_cluster.Test_cluster.Id,
            Name = @var.Node_pool_name,
            States = @var.Node_pool_state,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.ContainerEngine.ContainerEngineFunctions;
    import com.pulumi.oci.ContainerEngine.inputs.GetNodePoolsArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var testNodePools = ContainerEngineFunctions.getNodePools(GetNodePoolsArgs.builder()
                .compartmentId(var_.compartment_id())
                .clusterId(oci_containerengine_cluster.test_cluster().id())
                .name(var_.node_pool_name())
                .states(var_.node_pool_state())
                .build());
    
        }
    }
    
    variables:
      testNodePools:
        fn::invoke:
          Function: oci:ContainerEngine:getNodePools
          Arguments:
            compartmentId: ${var.compartment_id}
            clusterId: ${oci_containerengine_cluster.test_cluster.id}
            name: ${var.node_pool_name}
            states: ${var.node_pool_state}
    

    Using getNodePools

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getNodePools(args: GetNodePoolsArgs, opts?: InvokeOptions): Promise<GetNodePoolsResult>
    function getNodePoolsOutput(args: GetNodePoolsOutputArgs, opts?: InvokeOptions): Output<GetNodePoolsResult>
    def get_node_pools(cluster_id: Optional[str] = None,
                       compartment_id: Optional[str] = None,
                       filters: Optional[Sequence[_containerengine.GetNodePoolsFilter]] = None,
                       name: Optional[str] = None,
                       states: Optional[Sequence[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> GetNodePoolsResult
    def get_node_pools_output(cluster_id: Optional[pulumi.Input[str]] = None,
                       compartment_id: Optional[pulumi.Input[str]] = None,
                       filters: Optional[pulumi.Input[Sequence[pulumi.Input[_containerengine.GetNodePoolsFilterArgs]]]] = None,
                       name: Optional[pulumi.Input[str]] = None,
                       states: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetNodePoolsResult]
    func GetNodePools(ctx *Context, args *GetNodePoolsArgs, opts ...InvokeOption) (*GetNodePoolsResult, error)
    func GetNodePoolsOutput(ctx *Context, args *GetNodePoolsOutputArgs, opts ...InvokeOption) GetNodePoolsResultOutput

    > Note: This function is named GetNodePools in the Go SDK.

    public static class GetNodePools 
    {
        public static Task<GetNodePoolsResult> InvokeAsync(GetNodePoolsArgs args, InvokeOptions? opts = null)
        public static Output<GetNodePoolsResult> Invoke(GetNodePoolsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNodePoolsResult> getNodePools(GetNodePoolsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:ContainerEngine/getNodePools:getNodePools
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The OCID of the compartment.
    ClusterId string
    The OCID of the cluster.
    Filters List<GetNodePoolsFilter>
    Name string
    The name to filter on.
    States List<string>
    A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR logic). eg. [ACTIVE, DELETING]
    CompartmentId string
    The OCID of the compartment.
    ClusterId string
    The OCID of the cluster.
    Filters []GetNodePoolsFilter
    Name string
    The name to filter on.
    States []string
    A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR logic). eg. [ACTIVE, DELETING]
    compartmentId String
    The OCID of the compartment.
    clusterId String
    The OCID of the cluster.
    filters List<GetNodePoolsFilter>
    name String
    The name to filter on.
    states List<String>
    A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR logic). eg. [ACTIVE, DELETING]
    compartmentId string
    The OCID of the compartment.
    clusterId string
    The OCID of the cluster.
    filters GetNodePoolsFilter[]
    name string
    The name to filter on.
    states string[]
    A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR logic). eg. [ACTIVE, DELETING]
    compartment_id str
    The OCID of the compartment.
    cluster_id str
    The OCID of the cluster.
    filters Sequence[containerengine.GetNodePoolsFilter]
    name str
    The name to filter on.
    states Sequence[str]
    A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR logic). eg. [ACTIVE, DELETING]
    compartmentId String
    The OCID of the compartment.
    clusterId String
    The OCID of the cluster.
    filters List<Property Map>
    name String
    The name to filter on.
    states List<String>
    A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR logic). eg. [ACTIVE, DELETING]

    getNodePools Result

    The following output properties are available:

    CompartmentId string
    The OCID of the compartment in which the node pool exists.
    Id string
    The provider-assigned unique ID for this managed resource.
    NodePools List<GetNodePoolsNodePool>
    The list of node_pools.
    ClusterId string
    The OCID of the cluster to which this node pool is attached.
    Filters List<GetNodePoolsFilter>
    Name string
    The name of the node pool.
    States List<string>
    The state of the nodepool.
    CompartmentId string
    The OCID of the compartment in which the node pool exists.
    Id string
    The provider-assigned unique ID for this managed resource.
    NodePools []GetNodePoolsNodePool
    The list of node_pools.
    ClusterId string
    The OCID of the cluster to which this node pool is attached.
    Filters []GetNodePoolsFilter
    Name string
    The name of the node pool.
    States []string
    The state of the nodepool.
    compartmentId String
    The OCID of the compartment in which the node pool exists.
    id String
    The provider-assigned unique ID for this managed resource.
    nodePools List<GetNodePoolsNodePool>
    The list of node_pools.
    clusterId String
    The OCID of the cluster to which this node pool is attached.
    filters List<GetNodePoolsFilter>
    name String
    The name of the node pool.
    states List<String>
    The state of the nodepool.
    compartmentId string
    The OCID of the compartment in which the node pool exists.
    id string
    The provider-assigned unique ID for this managed resource.
    nodePools GetNodePoolsNodePool[]
    The list of node_pools.
    clusterId string
    The OCID of the cluster to which this node pool is attached.
    filters GetNodePoolsFilter[]
    name string
    The name of the node pool.
    states string[]
    The state of the nodepool.
    compartment_id str
    The OCID of the compartment in which the node pool exists.
    id str
    The provider-assigned unique ID for this managed resource.
    node_pools Sequence[containerengine.GetNodePoolsNodePool]
    The list of node_pools.
    cluster_id str
    The OCID of the cluster to which this node pool is attached.
    filters Sequence[containerengine.GetNodePoolsFilter]
    name str
    The name of the node pool.
    states Sequence[str]
    The state of the nodepool.
    compartmentId String
    The OCID of the compartment in which the node pool exists.
    id String
    The provider-assigned unique ID for this managed resource.
    nodePools List<Property Map>
    The list of node_pools.
    clusterId String
    The OCID of the cluster to which this node pool is attached.
    filters List<Property Map>
    name String
    The name of the node pool.
    states List<String>
    The state of the nodepool.

    Supporting Types

    GetNodePoolsFilter

    Name string
    The name to filter on.
    Values List<string>
    Regex bool
    Name string
    The name to filter on.
    Values []string
    Regex bool
    name String
    The name to filter on.
    values List<String>
    regex Boolean
    name string
    The name to filter on.
    values string[]
    regex boolean
    name str
    The name to filter on.
    values Sequence[str]
    regex bool
    name String
    The name to filter on.
    values List<String>
    regex Boolean

    GetNodePoolsNodePool

    ClusterId string
    The OCID of the cluster.
    CompartmentId string
    The OCID of the compartment.
    DefinedTags Dictionary<string, object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    FreeformTags Dictionary<string, object>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the node pool.
    InitialNodeLabels List<GetNodePoolsNodePoolInitialNodeLabel>
    A list of key/value pairs to add to nodes after they join the Kubernetes cluster.
    KubernetesVersion string
    The version of Kubernetes running on the nodes in the node pool.
    LifecycleDetails string
    Details about the state of the nodepool.
    Name string
    The name to filter on.
    NodeConfigDetails List<GetNodePoolsNodePoolNodeConfigDetail>
    The configuration of nodes in the node pool.
    NodeEvictionNodePoolSettings List<GetNodePoolsNodePoolNodeEvictionNodePoolSetting>
    Node Eviction Details configuration
    NodeImageId string
    Deprecated. see nodeSource. The OCID of the image running on the nodes in the node pool.

    Deprecated: The 'node_image_id' field has been deprecated. Please use 'node_source_details' instead. If both fields are specified, then 'node_source_details' will be used.

    NodeImageName string
    Deprecated. see nodeSource. The name of the image running on the nodes in the node pool.

    Deprecated: The 'node_image_name' field has been deprecated. Please use 'node_source_details' instead. If both fields are specified, then 'node_source_details' will be used.

    NodeMetadata Dictionary<string, object>
    A list of key/value pairs to add to each underlying Oracle Cloud Infrastructure instance in the node pool on launch.
    NodePoolCyclingDetails List<GetNodePoolsNodePoolNodePoolCyclingDetail>
    Node Pool Cycling Details
    NodePoolId string
    NodeShape string
    The name of the node shape of the nodes in the node pool.
    NodeShapeConfigs List<GetNodePoolsNodePoolNodeShapeConfig>
    The shape configuration of the nodes.
    NodeSourceDetails List<GetNodePoolsNodePoolNodeSourceDetail>
    Source running on the nodes in the node pool.
    NodeSources List<GetNodePoolsNodePoolNodeSource>
    Deprecated. see nodeSourceDetails. Source running on the nodes in the node pool.
    Nodes List<GetNodePoolsNodePoolNode>
    QuantityPerSubnet int
    The number of nodes in each subnet.
    SshPublicKey string
    The SSH public key on each node in the node pool on launch.
    State string
    A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR logic). eg. [ACTIVE, DELETING]
    SubnetIds List<string>
    The OCIDs of the subnets in which to place nodes for this node pool.
    ClusterId string
    The OCID of the cluster.
    CompartmentId string
    The OCID of the compartment.
    DefinedTags map[string]interface{}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    FreeformTags map[string]interface{}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the node pool.
    InitialNodeLabels []GetNodePoolsNodePoolInitialNodeLabel
    A list of key/value pairs to add to nodes after they join the Kubernetes cluster.
    KubernetesVersion string
    The version of Kubernetes running on the nodes in the node pool.
    LifecycleDetails string
    Details about the state of the nodepool.
    Name string
    The name to filter on.
    NodeConfigDetails []GetNodePoolsNodePoolNodeConfigDetail
    The configuration of nodes in the node pool.
    NodeEvictionNodePoolSettings []GetNodePoolsNodePoolNodeEvictionNodePoolSetting
    Node Eviction Details configuration
    NodeImageId string
    Deprecated. see nodeSource. The OCID of the image running on the nodes in the node pool.

    Deprecated: The 'node_image_id' field has been deprecated. Please use 'node_source_details' instead. If both fields are specified, then 'node_source_details' will be used.

    NodeImageName string
    Deprecated. see nodeSource. The name of the image running on the nodes in the node pool.

    Deprecated: The 'node_image_name' field has been deprecated. Please use 'node_source_details' instead. If both fields are specified, then 'node_source_details' will be used.

    NodeMetadata map[string]interface{}
    A list of key/value pairs to add to each underlying Oracle Cloud Infrastructure instance in the node pool on launch.
    NodePoolCyclingDetails []GetNodePoolsNodePoolNodePoolCyclingDetail
    Node Pool Cycling Details
    NodePoolId string
    NodeShape string
    The name of the node shape of the nodes in the node pool.
    NodeShapeConfigs []GetNodePoolsNodePoolNodeShapeConfig
    The shape configuration of the nodes.
    NodeSourceDetails []GetNodePoolsNodePoolNodeSourceDetail
    Source running on the nodes in the node pool.
    NodeSources []GetNodePoolsNodePoolNodeSource
    Deprecated. see nodeSourceDetails. Source running on the nodes in the node pool.
    Nodes []GetNodePoolsNodePoolNode
    QuantityPerSubnet int
    The number of nodes in each subnet.
    SshPublicKey string
    The SSH public key on each node in the node pool on launch.
    State string
    A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR logic). eg. [ACTIVE, DELETING]
    SubnetIds []string
    The OCIDs of the subnets in which to place nodes for this node pool.
    clusterId String
    The OCID of the cluster.
    compartmentId String
    The OCID of the compartment.
    definedTags Map<String,Object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeformTags Map<String,Object>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the node pool.
    initialNodeLabels List<GetNodePoolsNodePoolInitialNodeLabel>
    A list of key/value pairs to add to nodes after they join the Kubernetes cluster.
    kubernetesVersion String
    The version of Kubernetes running on the nodes in the node pool.
    lifecycleDetails String
    Details about the state of the nodepool.
    name String
    The name to filter on.
    nodeConfigDetails List<GetNodePoolsNodePoolNodeConfigDetail>
    The configuration of nodes in the node pool.
    nodeEvictionNodePoolSettings List<GetNodePoolsNodePoolNodeEvictionNodePoolSetting>
    Node Eviction Details configuration
    nodeImageId String
    Deprecated. see nodeSource. The OCID of the image running on the nodes in the node pool.

    Deprecated: The 'node_image_id' field has been deprecated. Please use 'node_source_details' instead. If both fields are specified, then 'node_source_details' will be used.

    nodeImageName String
    Deprecated. see nodeSource. The name of the image running on the nodes in the node pool.

    Deprecated: The 'node_image_name' field has been deprecated. Please use 'node_source_details' instead. If both fields are specified, then 'node_source_details' will be used.

    nodeMetadata Map<String,Object>
    A list of key/value pairs to add to each underlying Oracle Cloud Infrastructure instance in the node pool on launch.
    nodePoolCyclingDetails List<GetNodePoolsNodePoolNodePoolCyclingDetail>
    Node Pool Cycling Details
    nodePoolId String
    nodeShape String
    The name of the node shape of the nodes in the node pool.
    nodeShapeConfigs List<GetNodePoolsNodePoolNodeShapeConfig>
    The shape configuration of the nodes.
    nodeSourceDetails List<GetNodePoolsNodePoolNodeSourceDetail>
    Source running on the nodes in the node pool.
    nodeSources List<GetNodePoolsNodePoolNodeSource>
    Deprecated. see nodeSourceDetails. Source running on the nodes in the node pool.
    nodes List<GetNodePoolsNodePoolNode>
    quantityPerSubnet Integer
    The number of nodes in each subnet.
    sshPublicKey String
    The SSH public key on each node in the node pool on launch.
    state String
    A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR logic). eg. [ACTIVE, DELETING]
    subnetIds List<String>
    The OCIDs of the subnets in which to place nodes for this node pool.
    clusterId string
    The OCID of the cluster.
    compartmentId string
    The OCID of the compartment.
    definedTags {[key: string]: any}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeformTags {[key: string]: any}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id string
    The OCID of the node pool.
    initialNodeLabels GetNodePoolsNodePoolInitialNodeLabel[]
    A list of key/value pairs to add to nodes after they join the Kubernetes cluster.
    kubernetesVersion string
    The version of Kubernetes running on the nodes in the node pool.
    lifecycleDetails string
    Details about the state of the nodepool.
    name string
    The name to filter on.
    nodeConfigDetails GetNodePoolsNodePoolNodeConfigDetail[]
    The configuration of nodes in the node pool.
    nodeEvictionNodePoolSettings GetNodePoolsNodePoolNodeEvictionNodePoolSetting[]
    Node Eviction Details configuration
    nodeImageId string
    Deprecated. see nodeSource. The OCID of the image running on the nodes in the node pool.

    Deprecated: The 'node_image_id' field has been deprecated. Please use 'node_source_details' instead. If both fields are specified, then 'node_source_details' will be used.

    nodeImageName string
    Deprecated. see nodeSource. The name of the image running on the nodes in the node pool.

    Deprecated: The 'node_image_name' field has been deprecated. Please use 'node_source_details' instead. If both fields are specified, then 'node_source_details' will be used.

    nodeMetadata {[key: string]: any}
    A list of key/value pairs to add to each underlying Oracle Cloud Infrastructure instance in the node pool on launch.
    nodePoolCyclingDetails GetNodePoolsNodePoolNodePoolCyclingDetail[]
    Node Pool Cycling Details
    nodePoolId string
    nodeShape string
    The name of the node shape of the nodes in the node pool.
    nodeShapeConfigs GetNodePoolsNodePoolNodeShapeConfig[]
    The shape configuration of the nodes.
    nodeSourceDetails GetNodePoolsNodePoolNodeSourceDetail[]
    Source running on the nodes in the node pool.
    nodeSources GetNodePoolsNodePoolNodeSource[]
    Deprecated. see nodeSourceDetails. Source running on the nodes in the node pool.
    nodes GetNodePoolsNodePoolNode[]
    quantityPerSubnet number
    The number of nodes in each subnet.
    sshPublicKey string
    The SSH public key on each node in the node pool on launch.
    state string
    A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR logic). eg. [ACTIVE, DELETING]
    subnetIds string[]
    The OCIDs of the subnets in which to place nodes for this node pool.
    cluster_id str
    The OCID of the cluster.
    compartment_id str
    The OCID of the compartment.
    defined_tags Mapping[str, Any]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeform_tags Mapping[str, Any]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id str
    The OCID of the node pool.
    initial_node_labels Sequence[containerengine.GetNodePoolsNodePoolInitialNodeLabel]
    A list of key/value pairs to add to nodes after they join the Kubernetes cluster.
    kubernetes_version str
    The version of Kubernetes running on the nodes in the node pool.
    lifecycle_details str
    Details about the state of the nodepool.
    name str
    The name to filter on.
    node_config_details Sequence[containerengine.GetNodePoolsNodePoolNodeConfigDetail]
    The configuration of nodes in the node pool.
    node_eviction_node_pool_settings Sequence[containerengine.GetNodePoolsNodePoolNodeEvictionNodePoolSetting]
    Node Eviction Details configuration
    node_image_id str
    Deprecated. see nodeSource. The OCID of the image running on the nodes in the node pool.

    Deprecated: The 'node_image_id' field has been deprecated. Please use 'node_source_details' instead. If both fields are specified, then 'node_source_details' will be used.

    node_image_name str
    Deprecated. see nodeSource. The name of the image running on the nodes in the node pool.

    Deprecated: The 'node_image_name' field has been deprecated. Please use 'node_source_details' instead. If both fields are specified, then 'node_source_details' will be used.

    node_metadata Mapping[str, Any]
    A list of key/value pairs to add to each underlying Oracle Cloud Infrastructure instance in the node pool on launch.
    node_pool_cycling_details Sequence[containerengine.GetNodePoolsNodePoolNodePoolCyclingDetail]
    Node Pool Cycling Details
    node_pool_id str
    node_shape str
    The name of the node shape of the nodes in the node pool.
    node_shape_configs Sequence[containerengine.GetNodePoolsNodePoolNodeShapeConfig]
    The shape configuration of the nodes.
    node_source_details Sequence[containerengine.GetNodePoolsNodePoolNodeSourceDetail]
    Source running on the nodes in the node pool.
    node_sources Sequence[containerengine.GetNodePoolsNodePoolNodeSource]
    Deprecated. see nodeSourceDetails. Source running on the nodes in the node pool.
    nodes Sequence[containerengine.GetNodePoolsNodePoolNode]
    quantity_per_subnet int
    The number of nodes in each subnet.
    ssh_public_key str
    The SSH public key on each node in the node pool on launch.
    state str
    A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR logic). eg. [ACTIVE, DELETING]
    subnet_ids Sequence[str]
    The OCIDs of the subnets in which to place nodes for this node pool.
    clusterId String
    The OCID of the cluster.
    compartmentId String
    The OCID of the compartment.
    definedTags Map<Any>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeformTags Map<Any>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the node pool.
    initialNodeLabels List<Property Map>
    A list of key/value pairs to add to nodes after they join the Kubernetes cluster.
    kubernetesVersion String
    The version of Kubernetes running on the nodes in the node pool.
    lifecycleDetails String
    Details about the state of the nodepool.
    name String
    The name to filter on.
    nodeConfigDetails List<Property Map>
    The configuration of nodes in the node pool.
    nodeEvictionNodePoolSettings List<Property Map>
    Node Eviction Details configuration
    nodeImageId String
    Deprecated. see nodeSource. The OCID of the image running on the nodes in the node pool.

    Deprecated: The 'node_image_id' field has been deprecated. Please use 'node_source_details' instead. If both fields are specified, then 'node_source_details' will be used.

    nodeImageName String
    Deprecated. see nodeSource. The name of the image running on the nodes in the node pool.

    Deprecated: The 'node_image_name' field has been deprecated. Please use 'node_source_details' instead. If both fields are specified, then 'node_source_details' will be used.

    nodeMetadata Map<Any>
    A list of key/value pairs to add to each underlying Oracle Cloud Infrastructure instance in the node pool on launch.
    nodePoolCyclingDetails List<Property Map>
    Node Pool Cycling Details
    nodePoolId String
    nodeShape String
    The name of the node shape of the nodes in the node pool.
    nodeShapeConfigs List<Property Map>
    The shape configuration of the nodes.
    nodeSourceDetails List<Property Map>
    Source running on the nodes in the node pool.
    nodeSources List<Property Map>
    Deprecated. see nodeSourceDetails. Source running on the nodes in the node pool.
    nodes List<Property Map>
    quantityPerSubnet Number
    The number of nodes in each subnet.
    sshPublicKey String
    The SSH public key on each node in the node pool on launch.
    state String
    A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR logic). eg. [ACTIVE, DELETING]
    subnetIds List<String>
    The OCIDs of the subnets in which to place nodes for this node pool.

    GetNodePoolsNodePoolInitialNodeLabel

    Key string
    The key of the pair.
    Value string
    The value of the pair.
    Key string
    The key of the pair.
    Value string
    The value of the pair.
    key String
    The key of the pair.
    value String
    The value of the pair.
    key string
    The key of the pair.
    value string
    The value of the pair.
    key str
    The key of the pair.
    value str
    The value of the pair.
    key String
    The key of the pair.
    value String
    The value of the pair.

    GetNodePoolsNodePoolNode

    AvailabilityDomain string
    The availability domain in which to place nodes. Example: Uocm:PHX-AD-1
    DefinedTags Dictionary<string, object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    Errors List<GetNodePoolsNodePoolNodeError>
    FaultDomain string
    FreeformTags Dictionary<string, object>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the node pool.
    KubernetesVersion string
    The version of Kubernetes running on the nodes in the node pool.
    LifecycleDetails string
    Details about the state of the nodepool.
    Name string
    The name to filter on.
    NodePoolId string
    PrivateIp string
    PublicIp string
    State string
    A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR logic). eg. [ACTIVE, DELETING]
    SubnetId string
    The OCID of the subnet in which to place nodes.
    AvailabilityDomain string
    The availability domain in which to place nodes. Example: Uocm:PHX-AD-1
    DefinedTags map[string]interface{}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    Errors []GetNodePoolsNodePoolNodeError
    FaultDomain string
    FreeformTags map[string]interface{}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the node pool.
    KubernetesVersion string
    The version of Kubernetes running on the nodes in the node pool.
    LifecycleDetails string
    Details about the state of the nodepool.
    Name string
    The name to filter on.
    NodePoolId string
    PrivateIp string
    PublicIp string
    State string
    A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR logic). eg. [ACTIVE, DELETING]
    SubnetId string
    The OCID of the subnet in which to place nodes.
    availabilityDomain String
    The availability domain in which to place nodes. Example: Uocm:PHX-AD-1
    definedTags Map<String,Object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    errors List<GetNodePoolsNodePoolNodeError>
    faultDomain String
    freeformTags Map<String,Object>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the node pool.
    kubernetesVersion String
    The version of Kubernetes running on the nodes in the node pool.
    lifecycleDetails String
    Details about the state of the nodepool.
    name String
    The name to filter on.
    nodePoolId String
    privateIp String
    publicIp String
    state String
    A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR logic). eg. [ACTIVE, DELETING]
    subnetId String
    The OCID of the subnet in which to place nodes.
    availabilityDomain string
    The availability domain in which to place nodes. Example: Uocm:PHX-AD-1
    definedTags {[key: string]: any}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    errors GetNodePoolsNodePoolNodeError[]
    faultDomain string
    freeformTags {[key: string]: any}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id string
    The OCID of the node pool.
    kubernetesVersion string
    The version of Kubernetes running on the nodes in the node pool.
    lifecycleDetails string
    Details about the state of the nodepool.
    name string
    The name to filter on.
    nodePoolId string
    privateIp string
    publicIp string
    state string
    A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR logic). eg. [ACTIVE, DELETING]
    subnetId string
    The OCID of the subnet in which to place nodes.
    availability_domain str
    The availability domain in which to place nodes. Example: Uocm:PHX-AD-1
    defined_tags Mapping[str, Any]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    errors Sequence[containerengine.GetNodePoolsNodePoolNodeError]
    fault_domain str
    freeform_tags Mapping[str, Any]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id str
    The OCID of the node pool.
    kubernetes_version str
    The version of Kubernetes running on the nodes in the node pool.
    lifecycle_details str
    Details about the state of the nodepool.
    name str
    The name to filter on.
    node_pool_id str
    private_ip str
    public_ip str
    state str
    A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR logic). eg. [ACTIVE, DELETING]
    subnet_id str
    The OCID of the subnet in which to place nodes.
    availabilityDomain String
    The availability domain in which to place nodes. Example: Uocm:PHX-AD-1
    definedTags Map<Any>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    errors List<Property Map>
    faultDomain String
    freeformTags Map<Any>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the node pool.
    kubernetesVersion String
    The version of Kubernetes running on the nodes in the node pool.
    lifecycleDetails String
    Details about the state of the nodepool.
    name String
    The name to filter on.
    nodePoolId String
    privateIp String
    publicIp String
    state String
    A list of nodepool lifecycle states on which to filter on, matching any of the list items (OR logic). eg. [ACTIVE, DELETING]
    subnetId String
    The OCID of the subnet in which to place nodes.

    GetNodePoolsNodePoolNodeConfigDetail

    DefinedTags Dictionary<string, object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    FreeformTags Dictionary<string, object>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    IsPvEncryptionInTransitEnabled bool
    Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. The default value is false.
    KmsKeyId string
    The OCID of the Key Management Service key assigned to the boot volume.
    NodePoolPodNetworkOptionDetails List<GetNodePoolsNodePoolNodeConfigDetailNodePoolPodNetworkOptionDetail>
    The CNI related configuration of pods in the node pool.
    NsgIds List<string>
    The OCIDs of the Network Security Group(s) to associate nodes for this node pool with. For more information about NSGs, see NetworkSecurityGroup.
    PlacementConfigs List<GetNodePoolsNodePoolNodeConfigDetailPlacementConfig>
    The placement configurations for the node pool. Provide one placement configuration for each availability domain in which you intend to launch a node.
    Size int
    The number of nodes in the node pool.
    DefinedTags map[string]interface{}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    FreeformTags map[string]interface{}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    IsPvEncryptionInTransitEnabled bool
    Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. The default value is false.
    KmsKeyId string
    The OCID of the Key Management Service key assigned to the boot volume.
    NodePoolPodNetworkOptionDetails []GetNodePoolsNodePoolNodeConfigDetailNodePoolPodNetworkOptionDetail
    The CNI related configuration of pods in the node pool.
    NsgIds []string
    The OCIDs of the Network Security Group(s) to associate nodes for this node pool with. For more information about NSGs, see NetworkSecurityGroup.
    PlacementConfigs []GetNodePoolsNodePoolNodeConfigDetailPlacementConfig
    The placement configurations for the node pool. Provide one placement configuration for each availability domain in which you intend to launch a node.
    Size int
    The number of nodes in the node pool.
    definedTags Map<String,Object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeformTags Map<String,Object>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    isPvEncryptionInTransitEnabled Boolean
    Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. The default value is false.
    kmsKeyId String
    The OCID of the Key Management Service key assigned to the boot volume.
    nodePoolPodNetworkOptionDetails List<GetNodePoolsNodePoolNodeConfigDetailNodePoolPodNetworkOptionDetail>
    The CNI related configuration of pods in the node pool.
    nsgIds List<String>
    The OCIDs of the Network Security Group(s) to associate nodes for this node pool with. For more information about NSGs, see NetworkSecurityGroup.
    placementConfigs List<GetNodePoolsNodePoolNodeConfigDetailPlacementConfig>
    The placement configurations for the node pool. Provide one placement configuration for each availability domain in which you intend to launch a node.
    size Integer
    The number of nodes in the node pool.
    definedTags {[key: string]: any}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeformTags {[key: string]: any}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    isPvEncryptionInTransitEnabled boolean
    Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. The default value is false.
    kmsKeyId string
    The OCID of the Key Management Service key assigned to the boot volume.
    nodePoolPodNetworkOptionDetails GetNodePoolsNodePoolNodeConfigDetailNodePoolPodNetworkOptionDetail[]
    The CNI related configuration of pods in the node pool.
    nsgIds string[]
    The OCIDs of the Network Security Group(s) to associate nodes for this node pool with. For more information about NSGs, see NetworkSecurityGroup.
    placementConfigs GetNodePoolsNodePoolNodeConfigDetailPlacementConfig[]
    The placement configurations for the node pool. Provide one placement configuration for each availability domain in which you intend to launch a node.
    size number
    The number of nodes in the node pool.
    defined_tags Mapping[str, Any]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeform_tags Mapping[str, Any]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    is_pv_encryption_in_transit_enabled bool
    Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. The default value is false.
    kms_key_id str
    The OCID of the Key Management Service key assigned to the boot volume.
    node_pool_pod_network_option_details Sequence[containerengine.GetNodePoolsNodePoolNodeConfigDetailNodePoolPodNetworkOptionDetail]
    The CNI related configuration of pods in the node pool.
    nsg_ids Sequence[str]
    The OCIDs of the Network Security Group(s) to associate nodes for this node pool with. For more information about NSGs, see NetworkSecurityGroup.
    placement_configs Sequence[containerengine.GetNodePoolsNodePoolNodeConfigDetailPlacementConfig]
    The placement configurations for the node pool. Provide one placement configuration for each availability domain in which you intend to launch a node.
    size int
    The number of nodes in the node pool.
    definedTags Map<Any>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeformTags Map<Any>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    isPvEncryptionInTransitEnabled Boolean
    Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. The default value is false.
    kmsKeyId String
    The OCID of the Key Management Service key assigned to the boot volume.
    nodePoolPodNetworkOptionDetails List<Property Map>
    The CNI related configuration of pods in the node pool.
    nsgIds List<String>
    The OCIDs of the Network Security Group(s) to associate nodes for this node pool with. For more information about NSGs, see NetworkSecurityGroup.
    placementConfigs List<Property Map>
    The placement configurations for the node pool. Provide one placement configuration for each availability domain in which you intend to launch a node.
    size Number
    The number of nodes in the node pool.

    GetNodePoolsNodePoolNodeConfigDetailNodePoolPodNetworkOptionDetail

    CniType string
    The CNI plugin used by this node pool
    MaxPodsPerNode int
    The max number of pods per node in the node pool. This value will be limited by the number of VNICs attachable to the node pool shape
    PodNsgIds List<string>
    The OCIDs of the Network Security Group(s) to associate pods for this node pool with. For more information about NSGs, see NetworkSecurityGroup.
    PodSubnetIds List<string>
    The OCIDs of the subnets in which to place pods for this node pool. This can be one of the node pool subnet IDs
    CniType string
    The CNI plugin used by this node pool
    MaxPodsPerNode int
    The max number of pods per node in the node pool. This value will be limited by the number of VNICs attachable to the node pool shape
    PodNsgIds []string
    The OCIDs of the Network Security Group(s) to associate pods for this node pool with. For more information about NSGs, see NetworkSecurityGroup.
    PodSubnetIds []string
    The OCIDs of the subnets in which to place pods for this node pool. This can be one of the node pool subnet IDs
    cniType String
    The CNI plugin used by this node pool
    maxPodsPerNode Integer
    The max number of pods per node in the node pool. This value will be limited by the number of VNICs attachable to the node pool shape
    podNsgIds List<String>
    The OCIDs of the Network Security Group(s) to associate pods for this node pool with. For more information about NSGs, see NetworkSecurityGroup.
    podSubnetIds List<String>
    The OCIDs of the subnets in which to place pods for this node pool. This can be one of the node pool subnet IDs
    cniType string
    The CNI plugin used by this node pool
    maxPodsPerNode number
    The max number of pods per node in the node pool. This value will be limited by the number of VNICs attachable to the node pool shape
    podNsgIds string[]
    The OCIDs of the Network Security Group(s) to associate pods for this node pool with. For more information about NSGs, see NetworkSecurityGroup.
    podSubnetIds string[]
    The OCIDs of the subnets in which to place pods for this node pool. This can be one of the node pool subnet IDs
    cni_type str
    The CNI plugin used by this node pool
    max_pods_per_node int
    The max number of pods per node in the node pool. This value will be limited by the number of VNICs attachable to the node pool shape
    pod_nsg_ids Sequence[str]
    The OCIDs of the Network Security Group(s) to associate pods for this node pool with. For more information about NSGs, see NetworkSecurityGroup.
    pod_subnet_ids Sequence[str]
    The OCIDs of the subnets in which to place pods for this node pool. This can be one of the node pool subnet IDs
    cniType String
    The CNI plugin used by this node pool
    maxPodsPerNode Number
    The max number of pods per node in the node pool. This value will be limited by the number of VNICs attachable to the node pool shape
    podNsgIds List<String>
    The OCIDs of the Network Security Group(s) to associate pods for this node pool with. For more information about NSGs, see NetworkSecurityGroup.
    podSubnetIds List<String>
    The OCIDs of the subnets in which to place pods for this node pool. This can be one of the node pool subnet IDs

    GetNodePoolsNodePoolNodeConfigDetailPlacementConfig

    AvailabilityDomain string
    The availability domain in which to place nodes. Example: Uocm:PHX-AD-1
    CapacityReservationId string
    The OCID of the compute capacity reservation in which to place the compute instance.
    FaultDomains List<string>
    A list of fault domains in which to place nodes.
    PreemptibleNodeConfigs List<GetNodePoolsNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfig>
    Configuration options for preemptible nodes.
    SubnetId string
    The OCID of the subnet in which to place nodes.
    AvailabilityDomain string
    The availability domain in which to place nodes. Example: Uocm:PHX-AD-1
    CapacityReservationId string
    The OCID of the compute capacity reservation in which to place the compute instance.
    FaultDomains []string
    A list of fault domains in which to place nodes.
    PreemptibleNodeConfigs []GetNodePoolsNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfig
    Configuration options for preemptible nodes.
    SubnetId string
    The OCID of the subnet in which to place nodes.
    availabilityDomain String
    The availability domain in which to place nodes. Example: Uocm:PHX-AD-1
    capacityReservationId String
    The OCID of the compute capacity reservation in which to place the compute instance.
    faultDomains List<String>
    A list of fault domains in which to place nodes.
    preemptibleNodeConfigs List<GetNodePoolsNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfig>
    Configuration options for preemptible nodes.
    subnetId String
    The OCID of the subnet in which to place nodes.
    availabilityDomain string
    The availability domain in which to place nodes. Example: Uocm:PHX-AD-1
    capacityReservationId string
    The OCID of the compute capacity reservation in which to place the compute instance.
    faultDomains string[]
    A list of fault domains in which to place nodes.
    preemptibleNodeConfigs GetNodePoolsNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfig[]
    Configuration options for preemptible nodes.
    subnetId string
    The OCID of the subnet in which to place nodes.
    availability_domain str
    The availability domain in which to place nodes. Example: Uocm:PHX-AD-1
    capacity_reservation_id str
    The OCID of the compute capacity reservation in which to place the compute instance.
    fault_domains Sequence[str]
    A list of fault domains in which to place nodes.
    preemptible_node_configs Sequence[containerengine.GetNodePoolsNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfig]
    Configuration options for preemptible nodes.
    subnet_id str
    The OCID of the subnet in which to place nodes.
    availabilityDomain String
    The availability domain in which to place nodes. Example: Uocm:PHX-AD-1
    capacityReservationId String
    The OCID of the compute capacity reservation in which to place the compute instance.
    faultDomains List<String>
    A list of fault domains in which to place nodes.
    preemptibleNodeConfigs List<Property Map>
    Configuration options for preemptible nodes.
    subnetId String
    The OCID of the subnet in which to place nodes.

    GetNodePoolsNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfig

    PreemptionActions []GetNodePoolsNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfigPreemptionAction
    The action to run when the preemptible node is interrupted for eviction.
    preemptionActions GetNodePoolsNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfigPreemptionAction[]
    The action to run when the preemptible node is interrupted for eviction.
    preemptionActions List<Property Map>
    The action to run when the preemptible node is interrupted for eviction.

    GetNodePoolsNodePoolNodeConfigDetailPlacementConfigPreemptibleNodeConfigPreemptionAction

    IsPreserveBootVolume bool
    Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
    Type string
    The type of action to run when the instance is interrupted for eviction.
    IsPreserveBootVolume bool
    Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
    Type string
    The type of action to run when the instance is interrupted for eviction.
    isPreserveBootVolume Boolean
    Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
    type String
    The type of action to run when the instance is interrupted for eviction.
    isPreserveBootVolume boolean
    Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
    type string
    The type of action to run when the instance is interrupted for eviction.
    is_preserve_boot_volume bool
    Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
    type str
    The type of action to run when the instance is interrupted for eviction.
    isPreserveBootVolume Boolean
    Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
    type String
    The type of action to run when the instance is interrupted for eviction.

    GetNodePoolsNodePoolNodeError

    Code string
    Message string
    Status string
    Code string
    Message string
    Status string
    code String
    message String
    status String
    code string
    message string
    status string
    code str
    message str
    status str
    code String
    message String
    status String

    GetNodePoolsNodePoolNodeEvictionNodePoolSetting

    EvictionGraceDuration string
    Duration after which OKE will give up eviction of the pods on the node. PT0M will indicate you want to delete the node without cordon and drain. Default PT60M, Min PT0M, Max: PT60M. Format ISO 8601 e.g PT30M
    IsForceDeleteAfterGraceDuration bool
    If the underlying compute instance should be deleted if you cannot evict all the pods in grace period
    EvictionGraceDuration string
    Duration after which OKE will give up eviction of the pods on the node. PT0M will indicate you want to delete the node without cordon and drain. Default PT60M, Min PT0M, Max: PT60M. Format ISO 8601 e.g PT30M
    IsForceDeleteAfterGraceDuration bool
    If the underlying compute instance should be deleted if you cannot evict all the pods in grace period
    evictionGraceDuration String
    Duration after which OKE will give up eviction of the pods on the node. PT0M will indicate you want to delete the node without cordon and drain. Default PT60M, Min PT0M, Max: PT60M. Format ISO 8601 e.g PT30M
    isForceDeleteAfterGraceDuration Boolean
    If the underlying compute instance should be deleted if you cannot evict all the pods in grace period
    evictionGraceDuration string
    Duration after which OKE will give up eviction of the pods on the node. PT0M will indicate you want to delete the node without cordon and drain. Default PT60M, Min PT0M, Max: PT60M. Format ISO 8601 e.g PT30M
    isForceDeleteAfterGraceDuration boolean
    If the underlying compute instance should be deleted if you cannot evict all the pods in grace period
    eviction_grace_duration str
    Duration after which OKE will give up eviction of the pods on the node. PT0M will indicate you want to delete the node without cordon and drain. Default PT60M, Min PT0M, Max: PT60M. Format ISO 8601 e.g PT30M
    is_force_delete_after_grace_duration bool
    If the underlying compute instance should be deleted if you cannot evict all the pods in grace period
    evictionGraceDuration String
    Duration after which OKE will give up eviction of the pods on the node. PT0M will indicate you want to delete the node without cordon and drain. Default PT60M, Min PT0M, Max: PT60M. Format ISO 8601 e.g PT30M
    isForceDeleteAfterGraceDuration Boolean
    If the underlying compute instance should be deleted if you cannot evict all the pods in grace period

    GetNodePoolsNodePoolNodePoolCyclingDetail

    IsNodeCyclingEnabled bool
    If nodes in the nodepool will be cycled to have new changes.
    MaximumSurge string
    Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0% to 100%
    MaximumUnavailable string
    Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0% to 100%
    IsNodeCyclingEnabled bool
    If nodes in the nodepool will be cycled to have new changes.
    MaximumSurge string
    Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0% to 100%
    MaximumUnavailable string
    Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0% to 100%
    isNodeCyclingEnabled Boolean
    If nodes in the nodepool will be cycled to have new changes.
    maximumSurge String
    Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0% to 100%
    maximumUnavailable String
    Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0% to 100%
    isNodeCyclingEnabled boolean
    If nodes in the nodepool will be cycled to have new changes.
    maximumSurge string
    Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0% to 100%
    maximumUnavailable string
    Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0% to 100%
    is_node_cycling_enabled bool
    If nodes in the nodepool will be cycled to have new changes.
    maximum_surge str
    Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0% to 100%
    maximum_unavailable str
    Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0% to 100%
    isNodeCyclingEnabled Boolean
    If nodes in the nodepool will be cycled to have new changes.
    maximumSurge String
    Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0% to 100%
    maximumUnavailable String
    Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0% to 100%

    GetNodePoolsNodePoolNodeShapeConfig

    MemoryInGbs double
    The total amount of memory available to each node, in gigabytes.
    Ocpus double
    The total number of OCPUs available to each node in the node pool. See here for details.
    MemoryInGbs float64
    The total amount of memory available to each node, in gigabytes.
    Ocpus float64
    The total number of OCPUs available to each node in the node pool. See here for details.
    memoryInGbs Double
    The total amount of memory available to each node, in gigabytes.
    ocpus Double
    The total number of OCPUs available to each node in the node pool. See here for details.
    memoryInGbs number
    The total amount of memory available to each node, in gigabytes.
    ocpus number
    The total number of OCPUs available to each node in the node pool. See here for details.
    memory_in_gbs float
    The total amount of memory available to each node, in gigabytes.
    ocpus float
    The total number of OCPUs available to each node in the node pool. See here for details.
    memoryInGbs Number
    The total amount of memory available to each node, in gigabytes.
    ocpus Number
    The total number of OCPUs available to each node in the node pool. See here for details.

    GetNodePoolsNodePoolNodeSource

    ImageId string
    The OCID of the image used to boot the node.
    SourceName string
    The user-friendly name of the entity corresponding to the OCID.
    SourceType string
    The source type for the node. Use IMAGE when specifying an OCID of an image.
    ImageId string
    The OCID of the image used to boot the node.
    SourceName string
    The user-friendly name of the entity corresponding to the OCID.
    SourceType string
    The source type for the node. Use IMAGE when specifying an OCID of an image.
    imageId String
    The OCID of the image used to boot the node.
    sourceName String
    The user-friendly name of the entity corresponding to the OCID.
    sourceType String
    The source type for the node. Use IMAGE when specifying an OCID of an image.
    imageId string
    The OCID of the image used to boot the node.
    sourceName string
    The user-friendly name of the entity corresponding to the OCID.
    sourceType string
    The source type for the node. Use IMAGE when specifying an OCID of an image.
    image_id str
    The OCID of the image used to boot the node.
    source_name str
    The user-friendly name of the entity corresponding to the OCID.
    source_type str
    The source type for the node. Use IMAGE when specifying an OCID of an image.
    imageId String
    The OCID of the image used to boot the node.
    sourceName String
    The user-friendly name of the entity corresponding to the OCID.
    sourceType String
    The source type for the node. Use IMAGE when specifying an OCID of an image.

    GetNodePoolsNodePoolNodeSourceDetail

    BootVolumeSizeInGbs string
    The size of the boot volume in GBs. Minimum value is 50 GB. See here for max custom boot volume sizing and OS-specific requirements.
    ImageId string
    The OCID of the image used to boot the node.
    SourceType string
    The source type for the node. Use IMAGE when specifying an OCID of an image.
    BootVolumeSizeInGbs string
    The size of the boot volume in GBs. Minimum value is 50 GB. See here for max custom boot volume sizing and OS-specific requirements.
    ImageId string
    The OCID of the image used to boot the node.
    SourceType string
    The source type for the node. Use IMAGE when specifying an OCID of an image.
    bootVolumeSizeInGbs String
    The size of the boot volume in GBs. Minimum value is 50 GB. See here for max custom boot volume sizing and OS-specific requirements.
    imageId String
    The OCID of the image used to boot the node.
    sourceType String
    The source type for the node. Use IMAGE when specifying an OCID of an image.
    bootVolumeSizeInGbs string
    The size of the boot volume in GBs. Minimum value is 50 GB. See here for max custom boot volume sizing and OS-specific requirements.
    imageId string
    The OCID of the image used to boot the node.
    sourceType string
    The source type for the node. Use IMAGE when specifying an OCID of an image.
    boot_volume_size_in_gbs str
    The size of the boot volume in GBs. Minimum value is 50 GB. See here for max custom boot volume sizing and OS-specific requirements.
    image_id str
    The OCID of the image used to boot the node.
    source_type str
    The source type for the node. Use IMAGE when specifying an OCID of an image.
    bootVolumeSizeInGbs String
    The size of the boot volume in GBs. Minimum value is 50 GB. See here for max custom boot volume sizing and OS-specific requirements.
    imageId String
    The OCID of the image used to boot the node.
    sourceType String
    The source type for the node. Use IMAGE when specifying an OCID of an image.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi