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

oci.Core.getClusterNetworks

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 Cluster Networks in Oracle Cloud Infrastructure Core service.

    Lists the cluster networks with instance pools in the specified compartment.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testClusterNetworks = oci.Core.getClusterNetworks({
        compartmentId: _var.compartment_id,
        displayName: _var.cluster_network_display_name,
        state: _var.cluster_network_state,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_cluster_networks = oci.Core.get_cluster_networks(compartment_id=var["compartment_id"],
        display_name=var["cluster_network_display_name"],
        state=var["cluster_network_state"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/Core"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := Core.GetClusterNetworks(ctx, &core.GetClusterNetworksArgs{
    			CompartmentId: _var.Compartment_id,
    			DisplayName:   pulumi.StringRef(_var.Cluster_network_display_name),
    			State:         pulumi.StringRef(_var.Cluster_network_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 testClusterNetworks = Oci.Core.GetClusterNetworks.Invoke(new()
        {
            CompartmentId = @var.Compartment_id,
            DisplayName = @var.Cluster_network_display_name,
            State = @var.Cluster_network_state,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Core.CoreFunctions;
    import com.pulumi.oci.Core.inputs.GetClusterNetworksArgs;
    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 testClusterNetworks = CoreFunctions.getClusterNetworks(GetClusterNetworksArgs.builder()
                .compartmentId(var_.compartment_id())
                .displayName(var_.cluster_network_display_name())
                .state(var_.cluster_network_state())
                .build());
    
        }
    }
    
    variables:
      testClusterNetworks:
        fn::invoke:
          Function: oci:Core:getClusterNetworks
          Arguments:
            compartmentId: ${var.compartment_id}
            displayName: ${var.cluster_network_display_name}
            state: ${var.cluster_network_state}
    

    Using getClusterNetworks

    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 getClusterNetworks(args: GetClusterNetworksArgs, opts?: InvokeOptions): Promise<GetClusterNetworksResult>
    function getClusterNetworksOutput(args: GetClusterNetworksOutputArgs, opts?: InvokeOptions): Output<GetClusterNetworksResult>
    def get_cluster_networks(compartment_id: Optional[str] = None,
                             display_name: Optional[str] = None,
                             filters: Optional[Sequence[_core.GetClusterNetworksFilter]] = None,
                             state: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetClusterNetworksResult
    def get_cluster_networks_output(compartment_id: Optional[pulumi.Input[str]] = None,
                             display_name: Optional[pulumi.Input[str]] = None,
                             filters: Optional[pulumi.Input[Sequence[pulumi.Input[_core.GetClusterNetworksFilterArgs]]]] = None,
                             state: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetClusterNetworksResult]
    func GetClusterNetworks(ctx *Context, args *GetClusterNetworksArgs, opts ...InvokeOption) (*GetClusterNetworksResult, error)
    func GetClusterNetworksOutput(ctx *Context, args *GetClusterNetworksOutputArgs, opts ...InvokeOption) GetClusterNetworksResultOutput

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

    public static class GetClusterNetworks 
    {
        public static Task<GetClusterNetworksResult> InvokeAsync(GetClusterNetworksArgs args, InvokeOptions? opts = null)
        public static Output<GetClusterNetworksResult> Invoke(GetClusterNetworksInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetClusterNetworksResult> getClusterNetworks(GetClusterNetworksArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:Core/getClusterNetworks:getClusterNetworks
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The OCID of the compartment.
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    Filters List<GetClusterNetworksFilter>
    State string
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    CompartmentId string
    The OCID of the compartment.
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    Filters []GetClusterNetworksFilter
    State string
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    compartmentId String
    The OCID of the compartment.
    displayName String
    A filter to return only resources that match the given display name exactly.
    filters List<GetClusterNetworksFilter>
    state String
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    compartmentId string
    The OCID of the compartment.
    displayName string
    A filter to return only resources that match the given display name exactly.
    filters GetClusterNetworksFilter[]
    state string
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    compartment_id str
    The OCID of the compartment.
    display_name str
    A filter to return only resources that match the given display name exactly.
    filters Sequence[core.GetClusterNetworksFilter]
    state str
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    compartmentId String
    The OCID of the compartment.
    displayName String
    A filter to return only resources that match the given display name exactly.
    filters List<Property Map>
    state String
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.

    getClusterNetworks Result

    The following output properties are available:

    ClusterNetworks List<GetClusterNetworksClusterNetwork>
    The list of cluster_networks.
    CompartmentId string
    The OCID of the compartment containing the instance pool.
    Id string
    The provider-assigned unique ID for this managed resource.
    DisplayName string
    The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
    Filters List<GetClusterNetworksFilter>
    State string
    The current state of the cluster network.
    ClusterNetworks []GetClusterNetworksClusterNetwork
    The list of cluster_networks.
    CompartmentId string
    The OCID of the compartment containing the instance pool.
    Id string
    The provider-assigned unique ID for this managed resource.
    DisplayName string
    The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
    Filters []GetClusterNetworksFilter
    State string
    The current state of the cluster network.
    clusterNetworks List<GetClusterNetworksClusterNetwork>
    The list of cluster_networks.
    compartmentId String
    The OCID of the compartment containing the instance pool.
    id String
    The provider-assigned unique ID for this managed resource.
    displayName String
    The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
    filters List<GetClusterNetworksFilter>
    state String
    The current state of the cluster network.
    clusterNetworks GetClusterNetworksClusterNetwork[]
    The list of cluster_networks.
    compartmentId string
    The OCID of the compartment containing the instance pool.
    id string
    The provider-assigned unique ID for this managed resource.
    displayName string
    The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
    filters GetClusterNetworksFilter[]
    state string
    The current state of the cluster network.
    cluster_networks Sequence[core.GetClusterNetworksClusterNetwork]
    The list of cluster_networks.
    compartment_id str
    The OCID of the compartment containing the instance pool.
    id str
    The provider-assigned unique ID for this managed resource.
    display_name str
    The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
    filters Sequence[core.GetClusterNetworksFilter]
    state str
    The current state of the cluster network.
    clusterNetworks List<Property Map>
    The list of cluster_networks.
    compartmentId String
    The OCID of the compartment containing the instance pool.
    id String
    The provider-assigned unique ID for this managed resource.
    displayName String
    The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
    filters List<Property Map>
    state String
    The current state of the cluster network.

    Supporting Types

    GetClusterNetworksClusterNetwork

    ClusterConfigurations List<GetClusterNetworksClusterNetworkClusterConfiguration>
    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"}
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    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"}
    HpcIslandId string
    The OCID of the HPC island used by the cluster network.
    Id string
    The OCID of the load balancer attachment.
    InstancePools List<GetClusterNetworksClusterNetworkInstancePool>
    The instance pools in the cluster network.
    NetworkBlockIds List<string>
    The list of network block OCIDs of the HPC island.
    PlacementConfigurations List<GetClusterNetworksClusterNetworkPlacementConfiguration>
    The location for where the instance pools in a cluster network will place instances.
    State string
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    TimeCreated string
    The date and time the resource was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the resource was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    ClusterConfigurations []GetClusterNetworksClusterNetworkClusterConfiguration
    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"}
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    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"}
    HpcIslandId string
    The OCID of the HPC island used by the cluster network.
    Id string
    The OCID of the load balancer attachment.
    InstancePools []GetClusterNetworksClusterNetworkInstancePool
    The instance pools in the cluster network.
    NetworkBlockIds []string
    The list of network block OCIDs of the HPC island.
    PlacementConfigurations []GetClusterNetworksClusterNetworkPlacementConfiguration
    The location for where the instance pools in a cluster network will place instances.
    State string
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    TimeCreated string
    The date and time the resource was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the resource was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    clusterConfigurations List<GetClusterNetworksClusterNetworkClusterConfiguration>
    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"}
    displayName String
    A filter to return only resources that match the given display name exactly.
    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"}
    hpcIslandId String
    The OCID of the HPC island used by the cluster network.
    id String
    The OCID of the load balancer attachment.
    instancePools List<GetClusterNetworksClusterNetworkInstancePool>
    The instance pools in the cluster network.
    networkBlockIds List<String>
    The list of network block OCIDs of the HPC island.
    placementConfigurations List<GetClusterNetworksClusterNetworkPlacementConfiguration>
    The location for where the instance pools in a cluster network will place instances.
    state String
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    timeCreated String
    The date and time the resource was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the resource was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    clusterConfigurations GetClusterNetworksClusterNetworkClusterConfiguration[]
    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"}
    displayName string
    A filter to return only resources that match the given display name exactly.
    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"}
    hpcIslandId string
    The OCID of the HPC island used by the cluster network.
    id string
    The OCID of the load balancer attachment.
    instancePools GetClusterNetworksClusterNetworkInstancePool[]
    The instance pools in the cluster network.
    networkBlockIds string[]
    The list of network block OCIDs of the HPC island.
    placementConfigurations GetClusterNetworksClusterNetworkPlacementConfiguration[]
    The location for where the instance pools in a cluster network will place instances.
    state string
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    timeCreated string
    The date and time the resource was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated string
    The date and time the resource was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    cluster_configurations Sequence[core.GetClusterNetworksClusterNetworkClusterConfiguration]
    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"}
    display_name str
    A filter to return only resources that match the given display name exactly.
    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"}
    hpc_island_id str
    The OCID of the HPC island used by the cluster network.
    id str
    The OCID of the load balancer attachment.
    instance_pools Sequence[core.GetClusterNetworksClusterNetworkInstancePool]
    The instance pools in the cluster network.
    network_block_ids Sequence[str]
    The list of network block OCIDs of the HPC island.
    placement_configurations Sequence[core.GetClusterNetworksClusterNetworkPlacementConfiguration]
    The location for where the instance pools in a cluster network will place instances.
    state str
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    time_created str
    The date and time the resource was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    time_updated str
    The date and time the resource was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    clusterConfigurations List<Property Map>
    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"}
    displayName String
    A filter to return only resources that match the given display name exactly.
    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"}
    hpcIslandId String
    The OCID of the HPC island used by the cluster network.
    id String
    The OCID of the load balancer attachment.
    instancePools List<Property Map>
    The instance pools in the cluster network.
    networkBlockIds List<String>
    The list of network block OCIDs of the HPC island.
    placementConfigurations List<Property Map>
    The location for where the instance pools in a cluster network will place instances.
    state String
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    timeCreated String
    The date and time the resource was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the resource was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z

    GetClusterNetworksClusterNetworkClusterConfiguration

    HpcIslandId string
    The OCID of the HPC island used by the cluster network.
    NetworkBlockIds List<string>
    The list of network block OCIDs of the HPC island.
    HpcIslandId string
    The OCID of the HPC island used by the cluster network.
    NetworkBlockIds []string
    The list of network block OCIDs of the HPC island.
    hpcIslandId String
    The OCID of the HPC island used by the cluster network.
    networkBlockIds List<String>
    The list of network block OCIDs of the HPC island.
    hpcIslandId string
    The OCID of the HPC island used by the cluster network.
    networkBlockIds string[]
    The list of network block OCIDs of the HPC island.
    hpc_island_id str
    The OCID of the HPC island used by the cluster network.
    network_block_ids Sequence[str]
    The list of network block OCIDs of the HPC island.
    hpcIslandId String
    The OCID of the HPC island used by the cluster network.
    networkBlockIds List<String>
    The list of network block OCIDs of the HPC island.

    GetClusterNetworksClusterNetworkInstancePool

    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"}
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    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 load balancer attachment.
    InstanceConfigurationId string
    The OCID of the instance configuration associated with the instance pool.
    InstanceDisplayNameFormatter string
    InstanceHostnameFormatter string
    LoadBalancers List<GetClusterNetworksClusterNetworkInstancePoolLoadBalancer>
    The load balancers attached to the instance pool.
    PlacementConfigurations List<GetClusterNetworksClusterNetworkInstancePoolPlacementConfiguration>
    The placement configurations for the instance pool.
    Size int
    The number of instances that should be in the instance pool.
    State string
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    TimeCreated string
    The date and time the resource was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    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"}
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    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 load balancer attachment.
    InstanceConfigurationId string
    The OCID of the instance configuration associated with the instance pool.
    InstanceDisplayNameFormatter string
    InstanceHostnameFormatter string
    LoadBalancers []GetClusterNetworksClusterNetworkInstancePoolLoadBalancer
    The load balancers attached to the instance pool.
    PlacementConfigurations []GetClusterNetworksClusterNetworkInstancePoolPlacementConfiguration
    The placement configurations for the instance pool.
    Size int
    The number of instances that should be in the instance pool.
    State string
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    TimeCreated string
    The date and time the resource was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    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"}
    displayName String
    A filter to return only resources that match the given display name exactly.
    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 load balancer attachment.
    instanceConfigurationId String
    The OCID of the instance configuration associated with the instance pool.
    instanceDisplayNameFormatter String
    instanceHostnameFormatter String
    loadBalancers List<GetClusterNetworksClusterNetworkInstancePoolLoadBalancer>
    The load balancers attached to the instance pool.
    placementConfigurations List<GetClusterNetworksClusterNetworkInstancePoolPlacementConfiguration>
    The placement configurations for the instance pool.
    size Integer
    The number of instances that should be in the instance pool.
    state String
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    timeCreated String
    The date and time the resource was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    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"}
    displayName string
    A filter to return only resources that match the given display name exactly.
    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 load balancer attachment.
    instanceConfigurationId string
    The OCID of the instance configuration associated with the instance pool.
    instanceDisplayNameFormatter string
    instanceHostnameFormatter string
    loadBalancers GetClusterNetworksClusterNetworkInstancePoolLoadBalancer[]
    The load balancers attached to the instance pool.
    placementConfigurations GetClusterNetworksClusterNetworkInstancePoolPlacementConfiguration[]
    The placement configurations for the instance pool.
    size number
    The number of instances that should be in the instance pool.
    state string
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    timeCreated string
    The date and time the resource was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    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"}
    display_name str
    A filter to return only resources that match the given display name exactly.
    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 load balancer attachment.
    instance_configuration_id str
    The OCID of the instance configuration associated with the instance pool.
    instance_display_name_formatter str
    instance_hostname_formatter str
    load_balancers Sequence[core.GetClusterNetworksClusterNetworkInstancePoolLoadBalancer]
    The load balancers attached to the instance pool.
    placement_configurations Sequence[core.GetClusterNetworksClusterNetworkInstancePoolPlacementConfiguration]
    The placement configurations for the instance pool.
    size int
    The number of instances that should be in the instance pool.
    state str
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    time_created str
    The date and time the resource was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
    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"}
    displayName String
    A filter to return only resources that match the given display name exactly.
    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 load balancer attachment.
    instanceConfigurationId String
    The OCID of the instance configuration associated with the instance pool.
    instanceDisplayNameFormatter String
    instanceHostnameFormatter String
    loadBalancers List<Property Map>
    The load balancers attached to the instance pool.
    placementConfigurations List<Property Map>
    The placement configurations for the instance pool.
    size Number
    The number of instances that should be in the instance pool.
    state String
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    timeCreated String
    The date and time the resource was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z

    GetClusterNetworksClusterNetworkInstancePoolLoadBalancer

    BackendSetName string
    The name of the backend set on the load balancer.
    Id string
    The OCID of the load balancer attachment.
    InstancePoolId string
    The OCID of the instance pool of the load balancer attachment.
    LoadBalancerId string
    The OCID of the load balancer attached to the instance pool.
    Port int
    The port value used for the backends.
    State string
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    VnicSelection string
    Indicates which VNIC on each instance in the instance pool should be used to associate with the load balancer. Possible values are "PrimaryVnic" or the displayName of one of the secondary VNICs on the instance configuration that is associated with the instance pool.
    BackendSetName string
    The name of the backend set on the load balancer.
    Id string
    The OCID of the load balancer attachment.
    InstancePoolId string
    The OCID of the instance pool of the load balancer attachment.
    LoadBalancerId string
    The OCID of the load balancer attached to the instance pool.
    Port int
    The port value used for the backends.
    State string
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    VnicSelection string
    Indicates which VNIC on each instance in the instance pool should be used to associate with the load balancer. Possible values are "PrimaryVnic" or the displayName of one of the secondary VNICs on the instance configuration that is associated with the instance pool.
    backendSetName String
    The name of the backend set on the load balancer.
    id String
    The OCID of the load balancer attachment.
    instancePoolId String
    The OCID of the instance pool of the load balancer attachment.
    loadBalancerId String
    The OCID of the load balancer attached to the instance pool.
    port Integer
    The port value used for the backends.
    state String
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    vnicSelection String
    Indicates which VNIC on each instance in the instance pool should be used to associate with the load balancer. Possible values are "PrimaryVnic" or the displayName of one of the secondary VNICs on the instance configuration that is associated with the instance pool.
    backendSetName string
    The name of the backend set on the load balancer.
    id string
    The OCID of the load balancer attachment.
    instancePoolId string
    The OCID of the instance pool of the load balancer attachment.
    loadBalancerId string
    The OCID of the load balancer attached to the instance pool.
    port number
    The port value used for the backends.
    state string
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    vnicSelection string
    Indicates which VNIC on each instance in the instance pool should be used to associate with the load balancer. Possible values are "PrimaryVnic" or the displayName of one of the secondary VNICs on the instance configuration that is associated with the instance pool.
    backend_set_name str
    The name of the backend set on the load balancer.
    id str
    The OCID of the load balancer attachment.
    instance_pool_id str
    The OCID of the instance pool of the load balancer attachment.
    load_balancer_id str
    The OCID of the load balancer attached to the instance pool.
    port int
    The port value used for the backends.
    state str
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    vnic_selection str
    Indicates which VNIC on each instance in the instance pool should be used to associate with the load balancer. Possible values are "PrimaryVnic" or the displayName of one of the secondary VNICs on the instance configuration that is associated with the instance pool.
    backendSetName String
    The name of the backend set on the load balancer.
    id String
    The OCID of the load balancer attachment.
    instancePoolId String
    The OCID of the instance pool of the load balancer attachment.
    loadBalancerId String
    The OCID of the load balancer attached to the instance pool.
    port Number
    The port value used for the backends.
    state String
    A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
    vnicSelection String
    Indicates which VNIC on each instance in the instance pool should be used to associate with the load balancer. Possible values are "PrimaryVnic" or the displayName of one of the secondary VNICs on the instance configuration that is associated with the instance pool.

    GetClusterNetworksClusterNetworkInstancePoolPlacementConfiguration

    AvailabilityDomain string
    The availability domain to place instances. Example: Uocm:PHX-AD-1
    FaultDomains List<string>
    The fault domains to place instances.
    PrimarySubnetId string
    The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnets instead to set VNIC data for instances in the pool.
    PrimaryVnicSubnets List<GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnet>
    Details about the IPv6 primary subnet.
    SecondaryVnicSubnets List<GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnet>
    The set of secondary VNIC data for instances in the pool.
    AvailabilityDomain string
    The availability domain to place instances. Example: Uocm:PHX-AD-1
    FaultDomains []string
    The fault domains to place instances.
    PrimarySubnetId string
    The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnets instead to set VNIC data for instances in the pool.
    PrimaryVnicSubnets []GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnet
    Details about the IPv6 primary subnet.
    SecondaryVnicSubnets []GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnet
    The set of secondary VNIC data for instances in the pool.
    availabilityDomain String
    The availability domain to place instances. Example: Uocm:PHX-AD-1
    faultDomains List<String>
    The fault domains to place instances.
    primarySubnetId String
    The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnets instead to set VNIC data for instances in the pool.
    primaryVnicSubnets List<GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnet>
    Details about the IPv6 primary subnet.
    secondaryVnicSubnets List<GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnet>
    The set of secondary VNIC data for instances in the pool.
    availabilityDomain string
    The availability domain to place instances. Example: Uocm:PHX-AD-1
    faultDomains string[]
    The fault domains to place instances.
    primarySubnetId string
    The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnets instead to set VNIC data for instances in the pool.
    primaryVnicSubnets GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnet[]
    Details about the IPv6 primary subnet.
    secondaryVnicSubnets GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnet[]
    The set of secondary VNIC data for instances in the pool.
    availability_domain str
    The availability domain to place instances. Example: Uocm:PHX-AD-1
    fault_domains Sequence[str]
    The fault domains to place instances.
    primary_subnet_id str
    The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnets instead to set VNIC data for instances in the pool.
    primary_vnic_subnets Sequence[core.GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnet]
    Details about the IPv6 primary subnet.
    secondary_vnic_subnets Sequence[core.GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnet]
    The set of secondary VNIC data for instances in the pool.
    availabilityDomain String
    The availability domain to place instances. Example: Uocm:PHX-AD-1
    faultDomains List<String>
    The fault domains to place instances.
    primarySubnetId String
    The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnets instead to set VNIC data for instances in the pool.
    primaryVnicSubnets List<Property Map>
    Details about the IPv6 primary subnet.
    secondaryVnicSubnets List<Property Map>
    The set of secondary VNIC data for instances in the pool.

    GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnet

    Ipv6addressIpv6subnetCidrPairDetails List<GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail>
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    IsAssignIpv6ip bool
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    SubnetId string
    The subnet OCID for the secondary VNIC.
    Ipv6addressIpv6subnetCidrPairDetails []GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    IsAssignIpv6ip bool
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    SubnetId string
    The subnet OCID for the secondary VNIC.
    ipv6addressIpv6subnetCidrPairDetails List<GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail>
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    isAssignIpv6ip Boolean
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    subnetId String
    The subnet OCID for the secondary VNIC.
    ipv6addressIpv6subnetCidrPairDetails GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail[]
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    isAssignIpv6ip boolean
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    subnetId string
    The subnet OCID for the secondary VNIC.
    ipv6address_ipv6subnet_cidr_pair_details Sequence[core.GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail]
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    is_assign_ipv6ip bool
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    subnet_id str
    The subnet OCID for the secondary VNIC.
    ipv6addressIpv6subnetCidrPairDetails List<Property Map>
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    isAssignIpv6ip Boolean
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    subnetId String
    The subnet OCID for the secondary VNIC.

    GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail

    Ipv6subnetCidr string
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
    Ipv6subnetCidr string
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
    ipv6subnetCidr String
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
    ipv6subnetCidr string
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
    ipv6subnet_cidr str
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
    ipv6subnetCidr String
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.

    GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnet

    DisplayName string
    A filter to return only resources that match the given display name exactly.
    Ipv6addressIpv6subnetCidrPairDetails List<GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail>
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    IsAssignIpv6ip bool
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    SubnetId string
    The subnet OCID for the secondary VNIC.
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    Ipv6addressIpv6subnetCidrPairDetails []GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    IsAssignIpv6ip bool
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    SubnetId string
    The subnet OCID for the secondary VNIC.
    displayName String
    A filter to return only resources that match the given display name exactly.
    ipv6addressIpv6subnetCidrPairDetails List<GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail>
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    isAssignIpv6ip Boolean
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    subnetId String
    The subnet OCID for the secondary VNIC.
    displayName string
    A filter to return only resources that match the given display name exactly.
    ipv6addressIpv6subnetCidrPairDetails GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail[]
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    isAssignIpv6ip boolean
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    subnetId string
    The subnet OCID for the secondary VNIC.
    display_name str
    A filter to return only resources that match the given display name exactly.
    ipv6address_ipv6subnet_cidr_pair_details Sequence[core.GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail]
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    is_assign_ipv6ip bool
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    subnet_id str
    The subnet OCID for the secondary VNIC.
    displayName String
    A filter to return only resources that match the given display name exactly.
    ipv6addressIpv6subnetCidrPairDetails List<Property Map>
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    isAssignIpv6ip Boolean
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    subnetId String
    The subnet OCID for the secondary VNIC.

    GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail

    Ipv6subnetCidr string
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
    Ipv6subnetCidr string
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
    ipv6subnetCidr String
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
    ipv6subnetCidr string
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
    ipv6subnet_cidr str
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
    ipv6subnetCidr String
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.

    GetClusterNetworksClusterNetworkPlacementConfiguration

    AvailabilityDomain string
    The availability domain to place instances. Example: Uocm:PHX-AD-1
    PlacementConstraint string
    PrimarySubnetId string
    The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnets instead to set VNIC data for instances in the pool.
    PrimaryVnicSubnets List<GetClusterNetworksClusterNetworkPlacementConfigurationPrimaryVnicSubnet>
    Details about the IPv6 primary subnet.
    SecondaryVnicSubnets List<GetClusterNetworksClusterNetworkPlacementConfigurationSecondaryVnicSubnet>
    The set of secondary VNIC data for instances in the pool.
    AvailabilityDomain string
    The availability domain to place instances. Example: Uocm:PHX-AD-1
    PlacementConstraint string
    PrimarySubnetId string
    The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnets instead to set VNIC data for instances in the pool.
    PrimaryVnicSubnets []GetClusterNetworksClusterNetworkPlacementConfigurationPrimaryVnicSubnet
    Details about the IPv6 primary subnet.
    SecondaryVnicSubnets []GetClusterNetworksClusterNetworkPlacementConfigurationSecondaryVnicSubnet
    The set of secondary VNIC data for instances in the pool.
    availabilityDomain String
    The availability domain to place instances. Example: Uocm:PHX-AD-1
    placementConstraint String
    primarySubnetId String
    The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnets instead to set VNIC data for instances in the pool.
    primaryVnicSubnets List<GetClusterNetworksClusterNetworkPlacementConfigurationPrimaryVnicSubnet>
    Details about the IPv6 primary subnet.
    secondaryVnicSubnets List<GetClusterNetworksClusterNetworkPlacementConfigurationSecondaryVnicSubnet>
    The set of secondary VNIC data for instances in the pool.
    availabilityDomain string
    The availability domain to place instances. Example: Uocm:PHX-AD-1
    placementConstraint string
    primarySubnetId string
    The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnets instead to set VNIC data for instances in the pool.
    primaryVnicSubnets GetClusterNetworksClusterNetworkPlacementConfigurationPrimaryVnicSubnet[]
    Details about the IPv6 primary subnet.
    secondaryVnicSubnets GetClusterNetworksClusterNetworkPlacementConfigurationSecondaryVnicSubnet[]
    The set of secondary VNIC data for instances in the pool.
    availability_domain str
    The availability domain to place instances. Example: Uocm:PHX-AD-1
    placement_constraint str
    primary_subnet_id str
    The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnets instead to set VNIC data for instances in the pool.
    primary_vnic_subnets Sequence[core.GetClusterNetworksClusterNetworkPlacementConfigurationPrimaryVnicSubnet]
    Details about the IPv6 primary subnet.
    secondary_vnic_subnets Sequence[core.GetClusterNetworksClusterNetworkPlacementConfigurationSecondaryVnicSubnet]
    The set of secondary VNIC data for instances in the pool.
    availabilityDomain String
    The availability domain to place instances. Example: Uocm:PHX-AD-1
    placementConstraint String
    primarySubnetId String
    The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnets instead to set VNIC data for instances in the pool.
    primaryVnicSubnets List<Property Map>
    Details about the IPv6 primary subnet.
    secondaryVnicSubnets List<Property Map>
    The set of secondary VNIC data for instances in the pool.

    GetClusterNetworksClusterNetworkPlacementConfigurationPrimaryVnicSubnet

    Ipv6addressIpv6subnetCidrPairDetails List<GetClusterNetworksClusterNetworkPlacementConfigurationPrimaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail>
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    IsAssignIpv6ip bool
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    SubnetId string
    The subnet OCID for the secondary VNIC.
    Ipv6addressIpv6subnetCidrPairDetails []GetClusterNetworksClusterNetworkPlacementConfigurationPrimaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    IsAssignIpv6ip bool
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    SubnetId string
    The subnet OCID for the secondary VNIC.
    ipv6addressIpv6subnetCidrPairDetails List<GetClusterNetworksClusterNetworkPlacementConfigurationPrimaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail>
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    isAssignIpv6ip Boolean
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    subnetId String
    The subnet OCID for the secondary VNIC.
    ipv6addressIpv6subnetCidrPairDetails GetClusterNetworksClusterNetworkPlacementConfigurationPrimaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail[]
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    isAssignIpv6ip boolean
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    subnetId string
    The subnet OCID for the secondary VNIC.
    ipv6address_ipv6subnet_cidr_pair_details Sequence[core.GetClusterNetworksClusterNetworkPlacementConfigurationPrimaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail]
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    is_assign_ipv6ip bool
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    subnet_id str
    The subnet OCID for the secondary VNIC.
    ipv6addressIpv6subnetCidrPairDetails List<Property Map>
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    isAssignIpv6ip Boolean
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    subnetId String
    The subnet OCID for the secondary VNIC.

    GetClusterNetworksClusterNetworkPlacementConfigurationPrimaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail

    Ipv6subnetCidr string
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
    Ipv6subnetCidr string
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
    ipv6subnetCidr String
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
    ipv6subnetCidr string
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
    ipv6subnet_cidr str
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
    ipv6subnetCidr String
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.

    GetClusterNetworksClusterNetworkPlacementConfigurationSecondaryVnicSubnet

    DisplayName string
    A filter to return only resources that match the given display name exactly.
    Ipv6addressIpv6subnetCidrPairDetails List<GetClusterNetworksClusterNetworkPlacementConfigurationSecondaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail>
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    IsAssignIpv6ip bool
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    SubnetId string
    The subnet OCID for the secondary VNIC.
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    Ipv6addressIpv6subnetCidrPairDetails []GetClusterNetworksClusterNetworkPlacementConfigurationSecondaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    IsAssignIpv6ip bool
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    SubnetId string
    The subnet OCID for the secondary VNIC.
    displayName String
    A filter to return only resources that match the given display name exactly.
    ipv6addressIpv6subnetCidrPairDetails List<GetClusterNetworksClusterNetworkPlacementConfigurationSecondaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail>
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    isAssignIpv6ip Boolean
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    subnetId String
    The subnet OCID for the secondary VNIC.
    displayName string
    A filter to return only resources that match the given display name exactly.
    ipv6addressIpv6subnetCidrPairDetails GetClusterNetworksClusterNetworkPlacementConfigurationSecondaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail[]
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    isAssignIpv6ip boolean
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    subnetId string
    The subnet OCID for the secondary VNIC.
    display_name str
    A filter to return only resources that match the given display name exactly.
    ipv6address_ipv6subnet_cidr_pair_details Sequence[core.GetClusterNetworksClusterNetworkPlacementConfigurationSecondaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail]
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    is_assign_ipv6ip bool
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    subnet_id str
    The subnet OCID for the secondary VNIC.
    displayName String
    A filter to return only resources that match the given display name exactly.
    ipv6addressIpv6subnetCidrPairDetails List<Property Map>
    A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
    isAssignIpv6ip Boolean
    Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    subnetId String
    The subnet OCID for the secondary VNIC.

    GetClusterNetworksClusterNetworkPlacementConfigurationSecondaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail

    Ipv6subnetCidr string
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
    Ipv6subnetCidr string
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
    ipv6subnetCidr String
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
    ipv6subnetCidr string
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
    ipv6subnet_cidr str
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
    ipv6subnetCidr String
    Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.

    GetClusterNetworksFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    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