Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Core.getClusterNetwork
Explore with Pulumi AI
This data source provides details about a specific Cluster Network resource in Oracle Cloud Infrastructure Core service.
Gets information about a cluster network with instance pools.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testClusterNetwork = oci.Core.getClusterNetwork({
    clusterNetworkId: testClusterNetworkOciCoreClusterNetwork.id,
});
import pulumi
import pulumi_oci as oci
test_cluster_network = oci.Core.get_cluster_network(cluster_network_id=test_cluster_network_oci_core_cluster_network["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/core"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := core.GetClusterNetwork(ctx, &core.GetClusterNetworkArgs{
			ClusterNetworkId: testClusterNetworkOciCoreClusterNetwork.Id,
		}, 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 testClusterNetwork = Oci.Core.GetClusterNetwork.Invoke(new()
    {
        ClusterNetworkId = testClusterNetworkOciCoreClusterNetwork.Id,
    });
});
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.GetClusterNetworkArgs;
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 testClusterNetwork = CoreFunctions.getClusterNetwork(GetClusterNetworkArgs.builder()
            .clusterNetworkId(testClusterNetworkOciCoreClusterNetwork.id())
            .build());
    }
}
variables:
  testClusterNetwork:
    fn::invoke:
      function: oci:Core:getClusterNetwork
      arguments:
        clusterNetworkId: ${testClusterNetworkOciCoreClusterNetwork.id}
Using getClusterNetwork
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 getClusterNetwork(args: GetClusterNetworkArgs, opts?: InvokeOptions): Promise<GetClusterNetworkResult>
function getClusterNetworkOutput(args: GetClusterNetworkOutputArgs, opts?: InvokeOptions): Output<GetClusterNetworkResult>def get_cluster_network(cluster_network_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetClusterNetworkResult
def get_cluster_network_output(cluster_network_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetClusterNetworkResult]func LookupClusterNetwork(ctx *Context, args *LookupClusterNetworkArgs, opts ...InvokeOption) (*LookupClusterNetworkResult, error)
func LookupClusterNetworkOutput(ctx *Context, args *LookupClusterNetworkOutputArgs, opts ...InvokeOption) LookupClusterNetworkResultOutput> Note: This function is named LookupClusterNetwork in the Go SDK.
public static class GetClusterNetwork 
{
    public static Task<GetClusterNetworkResult> InvokeAsync(GetClusterNetworkArgs args, InvokeOptions? opts = null)
    public static Output<GetClusterNetworkResult> Invoke(GetClusterNetworkInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetClusterNetworkResult> getClusterNetwork(GetClusterNetworkArgs args, InvokeOptions options)
public static Output<GetClusterNetworkResult> getClusterNetwork(GetClusterNetworkArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Core/getClusterNetwork:getClusterNetwork
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ClusterNetwork stringId 
- The OCID of the cluster network.
- ClusterNetwork stringId 
- The OCID of the cluster network.
- clusterNetwork StringId 
- The OCID of the cluster network.
- clusterNetwork stringId 
- The OCID of the cluster network.
- cluster_network_ strid 
- The OCID of the cluster network.
- clusterNetwork StringId 
- The OCID of the cluster network.
getClusterNetwork Result
The following output properties are available:
- ClusterConfigurations List<GetCluster Network Cluster Configuration> 
- ClusterNetwork stringId 
- CompartmentId string
- The OCID of the compartment containing the instance pool.
- Dictionary<string, string>
- 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
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- Dictionary<string, string>
- 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"}
- HpcIsland stringId 
- The OCID of the HPC island used by the cluster network.
- Id string
- The OCID of the load balancer attachment.
- InstancePools List<GetCluster Network Instance Pool> 
- The instance pools in the cluster network.
- NetworkBlock List<string>Ids 
- The list of network block OCIDs of the HPC island.
- PlacementConfigurations List<GetCluster Network Placement Configuration> 
- The location for where the instance pools in a cluster network will place instances.
- State string
- The current state of the cluster network.
- 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 []GetCluster Network Cluster Configuration 
- ClusterNetwork stringId 
- CompartmentId string
- The OCID of the compartment containing the instance pool.
- map[string]string
- 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
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- map[string]string
- 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"}
- HpcIsland stringId 
- The OCID of the HPC island used by the cluster network.
- Id string
- The OCID of the load balancer attachment.
- InstancePools []GetCluster Network Instance Pool 
- The instance pools in the cluster network.
- NetworkBlock []stringIds 
- The list of network block OCIDs of the HPC island.
- PlacementConfigurations []GetCluster Network Placement Configuration 
- The location for where the instance pools in a cluster network will place instances.
- State string
- The current state of the cluster network.
- 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<GetCluster Network Cluster Configuration> 
- clusterNetwork StringId 
- compartmentId String
- The OCID of the compartment containing the instance pool.
- Map<String,String>
- 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
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- Map<String,String>
- 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"}
- hpcIsland StringId 
- The OCID of the HPC island used by the cluster network.
- id String
- The OCID of the load balancer attachment.
- instancePools List<GetCluster Network Instance Pool> 
- The instance pools in the cluster network.
- networkBlock List<String>Ids 
- The list of network block OCIDs of the HPC island.
- placementConfigurations List<GetCluster Network Placement Configuration> 
- The location for where the instance pools in a cluster network will place instances.
- state String
- The current state of the cluster network.
- 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 GetCluster Network Cluster Configuration[] 
- clusterNetwork stringId 
- compartmentId string
- The OCID of the compartment containing the instance pool.
- {[key: string]: string}
- 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
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- {[key: string]: string}
- 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"}
- hpcIsland stringId 
- The OCID of the HPC island used by the cluster network.
- id string
- The OCID of the load balancer attachment.
- instancePools GetCluster Network Instance Pool[] 
- The instance pools in the cluster network.
- networkBlock string[]Ids 
- The list of network block OCIDs of the HPC island.
- placementConfigurations GetCluster Network Placement Configuration[] 
- The location for where the instance pools in a cluster network will place instances.
- state string
- The current state of the cluster network.
- 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[GetCluster Network Cluster Configuration] 
- cluster_network_ strid 
- compartment_id str
- The OCID of the compartment containing the instance pool.
- Mapping[str, str]
- 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
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- Mapping[str, str]
- 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_ strid 
- The OCID of the HPC island used by the cluster network.
- id str
- The OCID of the load balancer attachment.
- instance_pools Sequence[GetCluster Network Instance Pool] 
- The instance pools in the cluster network.
- network_block_ Sequence[str]ids 
- The list of network block OCIDs of the HPC island.
- placement_configurations Sequence[GetCluster Network Placement Configuration] 
- The location for where the instance pools in a cluster network will place instances.
- state str
- The current state of the cluster network.
- 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>
- clusterNetwork StringId 
- compartmentId String
- The OCID of the compartment containing the instance pool.
- Map<String>
- 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
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- Map<String>
- 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"}
- hpcIsland StringId 
- 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.
- networkBlock List<String>Ids 
- 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
- The current state of the cluster network.
- 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
Supporting Types
GetClusterNetworkClusterConfiguration    
- HpcIsland stringId 
- The OCID of the HPC island used by the cluster network.
- NetworkBlock List<string>Ids 
- The list of network block OCIDs of the HPC island.
- HpcIsland stringId 
- The OCID of the HPC island used by the cluster network.
- NetworkBlock []stringIds 
- The list of network block OCIDs of the HPC island.
- hpcIsland StringId 
- The OCID of the HPC island used by the cluster network.
- networkBlock List<String>Ids 
- The list of network block OCIDs of the HPC island.
- hpcIsland stringId 
- The OCID of the HPC island used by the cluster network.
- networkBlock string[]Ids 
- The list of network block OCIDs of the HPC island.
- hpc_island_ strid 
- The OCID of the HPC island used by the cluster network.
- network_block_ Sequence[str]ids 
- The list of network block OCIDs of the HPC island.
- hpcIsland StringId 
- The OCID of the HPC island used by the cluster network.
- networkBlock List<String>Ids 
- The list of network block OCIDs of the HPC island.
GetClusterNetworkInstancePool    
- CompartmentId string
- The OCID of the compartment containing the instance pool.
- Dictionary<string, string>
- 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
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- Dictionary<string, string>
- 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.
- InstanceConfiguration stringId 
- The OCID of the instance configuration associated with the instance pool.
- InstanceDisplay stringName Formatter 
- InstanceHostname stringFormatter 
- LoadBalancers List<GetCluster Network Instance Pool Load Balancer> 
- The load balancers attached to the instance pool.
- PlacementConfigurations List<GetCluster Network Instance Pool Placement Configuration> 
- The placement configurations for the instance pool.
- Size int
- The number of instances that should be in the instance pool.
- State string
- The current state of the cluster network.
- 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 containing the instance pool.
- map[string]string
- 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
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- map[string]string
- 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.
- InstanceConfiguration stringId 
- The OCID of the instance configuration associated with the instance pool.
- InstanceDisplay stringName Formatter 
- InstanceHostname stringFormatter 
- LoadBalancers []GetCluster Network Instance Pool Load Balancer 
- The load balancers attached to the instance pool.
- PlacementConfigurations []GetCluster Network Instance Pool Placement Configuration 
- The placement configurations for the instance pool.
- Size int
- The number of instances that should be in the instance pool.
- State string
- The current state of the cluster network.
- 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 containing the instance pool.
- Map<String,String>
- 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
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- Map<String,String>
- 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.
- instanceConfiguration StringId 
- The OCID of the instance configuration associated with the instance pool.
- instanceDisplay StringName Formatter 
- instanceHostname StringFormatter 
- loadBalancers List<GetCluster Network Instance Pool Load Balancer> 
- The load balancers attached to the instance pool.
- placementConfigurations List<GetCluster Network Instance Pool Placement Configuration> 
- The placement configurations for the instance pool.
- size Integer
- The number of instances that should be in the instance pool.
- state String
- The current state of the cluster network.
- 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 containing the instance pool.
- {[key: string]: string}
- 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
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- {[key: string]: string}
- 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.
- instanceConfiguration stringId 
- The OCID of the instance configuration associated with the instance pool.
- instanceDisplay stringName Formatter 
- instanceHostname stringFormatter 
- loadBalancers GetCluster Network Instance Pool Load Balancer[] 
- The load balancers attached to the instance pool.
- placementConfigurations GetCluster Network Instance Pool Placement Configuration[] 
- The placement configurations for the instance pool.
- size number
- The number of instances that should be in the instance pool.
- state string
- The current state of the cluster network.
- 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 containing the instance pool.
- Mapping[str, str]
- 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
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- Mapping[str, str]
- 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_ strid 
- The OCID of the instance configuration associated with the instance pool.
- instance_display_ strname_ formatter 
- instance_hostname_ strformatter 
- load_balancers Sequence[GetCluster Network Instance Pool Load Balancer] 
- The load balancers attached to the instance pool.
- placement_configurations Sequence[GetCluster Network Instance Pool Placement Configuration] 
- The placement configurations for the instance pool.
- size int
- The number of instances that should be in the instance pool.
- state str
- The current state of the cluster network.
- 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 containing the instance pool.
- Map<String>
- 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
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- Map<String>
- 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.
- instanceConfiguration StringId 
- The OCID of the instance configuration associated with the instance pool.
- instanceDisplay StringName Formatter 
- instanceHostname StringFormatter 
- 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
- The current state of the cluster network.
- timeCreated String
- The date and time the resource was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
GetClusterNetworkInstancePoolLoadBalancer      
- BackendSet stringName 
- The name of the backend set on the load balancer.
- Id string
- The OCID of the load balancer attachment.
- InstancePool stringId 
- The OCID of the instance pool of the load balancer attachment.
- LoadBalancer stringId 
- The OCID of the load balancer attached to the instance pool.
- Port int
- The port value used for the backends.
- State string
- The current state of the cluster network.
- 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.
- BackendSet stringName 
- The name of the backend set on the load balancer.
- Id string
- The OCID of the load balancer attachment.
- InstancePool stringId 
- The OCID of the instance pool of the load balancer attachment.
- LoadBalancer stringId 
- The OCID of the load balancer attached to the instance pool.
- Port int
- The port value used for the backends.
- State string
- The current state of the cluster network.
- 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.
- backendSet StringName 
- The name of the backend set on the load balancer.
- id String
- The OCID of the load balancer attachment.
- instancePool StringId 
- The OCID of the instance pool of the load balancer attachment.
- loadBalancer StringId 
- The OCID of the load balancer attached to the instance pool.
- port Integer
- The port value used for the backends.
- state String
- The current state of the cluster network.
- 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.
- backendSet stringName 
- The name of the backend set on the load balancer.
- id string
- The OCID of the load balancer attachment.
- instancePool stringId 
- The OCID of the instance pool of the load balancer attachment.
- loadBalancer stringId 
- The OCID of the load balancer attached to the instance pool.
- port number
- The port value used for the backends.
- state string
- The current state of the cluster network.
- 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_ strname 
- The name of the backend set on the load balancer.
- id str
- The OCID of the load balancer attachment.
- instance_pool_ strid 
- The OCID of the instance pool of the load balancer attachment.
- load_balancer_ strid 
- The OCID of the load balancer attached to the instance pool.
- port int
- The port value used for the backends.
- state str
- The current state of the cluster network.
- 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.
- backendSet StringName 
- The name of the backend set on the load balancer.
- id String
- The OCID of the load balancer attachment.
- instancePool StringId 
- The OCID of the instance pool of the load balancer attachment.
- loadBalancer StringId 
- The OCID of the load balancer attached to the instance pool.
- port Number
- The port value used for the backends.
- state String
- The current state of the cluster network.
- 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.
GetClusterNetworkInstancePoolPlacementConfiguration      
- AvailabilityDomain string
- The availability domain to place instances. Example: Uocm:PHX-AD-1
- FaultDomains List<string>
- The fault domains to place instances.
- PrimarySubnet stringId 
- The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnetsinstead to set VNIC data for instances in the pool.
- PrimaryVnic List<GetSubnets Cluster Network Instance Pool Placement Configuration Primary Vnic Subnet> 
- Details about the IPv6 primary subnet.
- SecondaryVnic List<GetSubnets Cluster Network Instance Pool Placement Configuration Secondary Vnic Subnet> 
- 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.
- PrimarySubnet stringId 
- The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnetsinstead to set VNIC data for instances in the pool.
- PrimaryVnic []GetSubnets Cluster Network Instance Pool Placement Configuration Primary Vnic Subnet 
- Details about the IPv6 primary subnet.
- SecondaryVnic []GetSubnets Cluster Network Instance Pool Placement Configuration Secondary Vnic Subnet 
- 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.
- primarySubnet StringId 
- The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnetsinstead to set VNIC data for instances in the pool.
- primaryVnic List<GetSubnets Cluster Network Instance Pool Placement Configuration Primary Vnic Subnet> 
- Details about the IPv6 primary subnet.
- secondaryVnic List<GetSubnets Cluster Network Instance Pool Placement Configuration Secondary Vnic Subnet> 
- 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.
- primarySubnet stringId 
- The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnetsinstead to set VNIC data for instances in the pool.
- primaryVnic GetSubnets Cluster Network Instance Pool Placement Configuration Primary Vnic Subnet[] 
- Details about the IPv6 primary subnet.
- secondaryVnic GetSubnets Cluster Network Instance Pool Placement Configuration Secondary Vnic Subnet[] 
- 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_ strid 
- The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnetsinstead to set VNIC data for instances in the pool.
- primary_vnic_ Sequence[Getsubnets Cluster Network Instance Pool Placement Configuration Primary Vnic Subnet] 
- Details about the IPv6 primary subnet.
- secondary_vnic_ Sequence[Getsubnets Cluster Network Instance Pool Placement Configuration Secondary Vnic Subnet] 
- 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.
- primarySubnet StringId 
- The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnetsinstead to set VNIC data for instances in the pool.
- primaryVnic List<Property Map>Subnets 
- Details about the IPv6 primary subnet.
- secondaryVnic List<Property Map>Subnets 
- The set of secondary VNIC data for instances in the pool.
GetClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnet         
- Ipv6addressIpv6subnet List<GetCidr Pair Details Cluster Network Instance Pool Placement Configuration Primary Vnic Subnet Ipv6address Ipv6subnet Cidr Pair Detail> 
- 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.
- IsAssign boolIpv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- SubnetId string
- The subnet OCID for the secondary VNIC.
- Ipv6addressIpv6subnet []GetCidr Pair Details Cluster Network Instance Pool Placement Configuration Primary Vnic Subnet Ipv6address Ipv6subnet Cidr Pair Detail 
- 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.
- IsAssign boolIpv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- SubnetId string
- The subnet OCID for the secondary VNIC.
- ipv6addressIpv6subnet List<GetCidr Pair Details Cluster Network Instance Pool Placement Configuration Primary Vnic Subnet Ipv6address Ipv6subnet Cidr Pair Detail> 
- 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.
- isAssign BooleanIpv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- subnetId String
- The subnet OCID for the secondary VNIC.
- ipv6addressIpv6subnet GetCidr Pair Details Cluster Network Instance Pool Placement Configuration Primary Vnic Subnet Ipv6address Ipv6subnet Cidr Pair Detail[] 
- 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.
- isAssign booleanIpv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- subnetId string
- The subnet OCID for the secondary VNIC.
- ipv6address_ipv6subnet_ Sequence[Getcidr_ pair_ details Cluster Network Instance Pool Placement Configuration Primary Vnic Subnet Ipv6address Ipv6subnet Cidr Pair Detail] 
- 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_ boolipv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- subnet_id str
- The subnet OCID for the secondary VNIC.
- ipv6addressIpv6subnet List<Property Map>Cidr Pair Details 
- 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.
- isAssign BooleanIpv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- subnetId String
- The subnet OCID for the secondary VNIC.
GetClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail              
- 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.
GetClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnet         
- DisplayName string
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- Ipv6addressIpv6subnet List<GetCidr Pair Details Cluster Network Instance Pool Placement Configuration Secondary Vnic Subnet Ipv6address Ipv6subnet Cidr Pair Detail> 
- 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.
- IsAssign boolIpv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- SubnetId string
- The subnet OCID for the secondary VNIC.
- DisplayName string
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- Ipv6addressIpv6subnet []GetCidr Pair Details Cluster Network Instance Pool Placement Configuration Secondary Vnic Subnet Ipv6address Ipv6subnet Cidr Pair Detail 
- 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.
- IsAssign boolIpv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- SubnetId string
- The subnet OCID for the secondary VNIC.
- displayName String
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- ipv6addressIpv6subnet List<GetCidr Pair Details Cluster Network Instance Pool Placement Configuration Secondary Vnic Subnet Ipv6address Ipv6subnet Cidr Pair Detail> 
- 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.
- isAssign BooleanIpv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- subnetId String
- The subnet OCID for the secondary VNIC.
- displayName string
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- ipv6addressIpv6subnet GetCidr Pair Details Cluster Network Instance Pool Placement Configuration Secondary Vnic Subnet Ipv6address Ipv6subnet Cidr Pair Detail[] 
- 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.
- isAssign booleanIpv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- subnetId string
- The subnet OCID for the secondary VNIC.
- display_name str
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- ipv6address_ipv6subnet_ Sequence[Getcidr_ pair_ details Cluster Network Instance Pool Placement Configuration Secondary Vnic Subnet Ipv6address Ipv6subnet Cidr Pair Detail] 
- 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_ boolipv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- subnet_id str
- The subnet OCID for the secondary VNIC.
- displayName String
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- ipv6addressIpv6subnet List<Property Map>Cidr Pair Details 
- 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.
- isAssign BooleanIpv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- subnetId String
- The subnet OCID for the secondary VNIC.
GetClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail              
- 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.
GetClusterNetworkPlacementConfiguration    
- AvailabilityDomain string
- The availability domain to place instances. Example: Uocm:PHX-AD-1
- PlacementConstraint string
- PrimarySubnet stringId 
- The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnetsinstead to set VNIC data for instances in the pool.
- PrimaryVnic List<GetSubnets Cluster Network Placement Configuration Primary Vnic Subnet> 
- Details about the IPv6 primary subnet.
- SecondaryVnic List<GetSubnets Cluster Network Placement Configuration Secondary Vnic Subnet> 
- 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
- PrimarySubnet stringId 
- The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnetsinstead to set VNIC data for instances in the pool.
- PrimaryVnic []GetSubnets Cluster Network Placement Configuration Primary Vnic Subnet 
- Details about the IPv6 primary subnet.
- SecondaryVnic []GetSubnets Cluster Network Placement Configuration Secondary Vnic Subnet 
- 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
- primarySubnet StringId 
- The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnetsinstead to set VNIC data for instances in the pool.
- primaryVnic List<GetSubnets Cluster Network Placement Configuration Primary Vnic Subnet> 
- Details about the IPv6 primary subnet.
- secondaryVnic List<GetSubnets Cluster Network Placement Configuration Secondary Vnic Subnet> 
- 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
- primarySubnet stringId 
- The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnetsinstead to set VNIC data for instances in the pool.
- primaryVnic GetSubnets Cluster Network Placement Configuration Primary Vnic Subnet[] 
- Details about the IPv6 primary subnet.
- secondaryVnic GetSubnets Cluster Network Placement Configuration Secondary Vnic Subnet[] 
- 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_ strid 
- The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnetsinstead to set VNIC data for instances in the pool.
- primary_vnic_ Sequence[Getsubnets Cluster Network Placement Configuration Primary Vnic Subnet] 
- Details about the IPv6 primary subnet.
- secondary_vnic_ Sequence[Getsubnets Cluster Network Placement Configuration Secondary Vnic Subnet] 
- 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
- primarySubnet StringId 
- The OCID of the primary subnet to place instances. This field is deprecated. Use primaryVnicSubnetsinstead to set VNIC data for instances in the pool.
- primaryVnic List<Property Map>Subnets 
- Details about the IPv6 primary subnet.
- secondaryVnic List<Property Map>Subnets 
- The set of secondary VNIC data for instances in the pool.
GetClusterNetworkPlacementConfigurationPrimaryVnicSubnet       
- Ipv6addressIpv6subnet List<GetCidr Pair Details Cluster Network Placement Configuration Primary Vnic Subnet Ipv6address Ipv6subnet Cidr Pair Detail> 
- 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.
- IsAssign boolIpv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- SubnetId string
- The subnet OCID for the secondary VNIC.
- Ipv6addressIpv6subnet []GetCidr Pair Details Cluster Network Placement Configuration Primary Vnic Subnet Ipv6address Ipv6subnet Cidr Pair Detail 
- 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.
- IsAssign boolIpv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- SubnetId string
- The subnet OCID for the secondary VNIC.
- ipv6addressIpv6subnet List<GetCidr Pair Details Cluster Network Placement Configuration Primary Vnic Subnet Ipv6address Ipv6subnet Cidr Pair Detail> 
- 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.
- isAssign BooleanIpv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- subnetId String
- The subnet OCID for the secondary VNIC.
- ipv6addressIpv6subnet GetCidr Pair Details Cluster Network Placement Configuration Primary Vnic Subnet Ipv6address Ipv6subnet Cidr Pair Detail[] 
- 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.
- isAssign booleanIpv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- subnetId string
- The subnet OCID for the secondary VNIC.
- ipv6address_ipv6subnet_ Sequence[Getcidr_ pair_ details Cluster Network Placement Configuration Primary Vnic Subnet Ipv6address Ipv6subnet Cidr Pair Detail] 
- 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_ boolipv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- subnet_id str
- The subnet OCID for the secondary VNIC.
- ipv6addressIpv6subnet List<Property Map>Cidr Pair Details 
- 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.
- isAssign BooleanIpv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- subnetId String
- The subnet OCID for the secondary VNIC.
GetClusterNetworkPlacementConfigurationPrimaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail            
- 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.
GetClusterNetworkPlacementConfigurationSecondaryVnicSubnet       
- DisplayName string
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- Ipv6addressIpv6subnet List<GetCidr Pair Details Cluster Network Placement Configuration Secondary Vnic Subnet Ipv6address Ipv6subnet Cidr Pair Detail> 
- 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.
- IsAssign boolIpv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- SubnetId string
- The subnet OCID for the secondary VNIC.
- DisplayName string
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- Ipv6addressIpv6subnet []GetCidr Pair Details Cluster Network Placement Configuration Secondary Vnic Subnet Ipv6address Ipv6subnet Cidr Pair Detail 
- 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.
- IsAssign boolIpv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- SubnetId string
- The subnet OCID for the secondary VNIC.
- displayName String
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- ipv6addressIpv6subnet List<GetCidr Pair Details Cluster Network Placement Configuration Secondary Vnic Subnet Ipv6address Ipv6subnet Cidr Pair Detail> 
- 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.
- isAssign BooleanIpv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- subnetId String
- The subnet OCID for the secondary VNIC.
- displayName string
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- ipv6addressIpv6subnet GetCidr Pair Details Cluster Network Placement Configuration Secondary Vnic Subnet Ipv6address Ipv6subnet Cidr Pair Detail[] 
- 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.
- isAssign booleanIpv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- subnetId string
- The subnet OCID for the secondary VNIC.
- display_name str
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- ipv6address_ipv6subnet_ Sequence[Getcidr_ pair_ details Cluster Network Placement Configuration Secondary Vnic Subnet Ipv6address Ipv6subnet Cidr Pair Detail] 
- 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_ boolipv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- subnet_id str
- The subnet OCID for the secondary VNIC.
- displayName String
- The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- ipv6addressIpv6subnet List<Property Map>Cidr Pair Details 
- 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.
- isAssign BooleanIpv6ip 
- 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. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- subnetId String
- The subnet OCID for the secondary VNIC.
GetClusterNetworkPlacementConfigurationSecondaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail            
- 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.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.