oci logo
Oracle Cloud Infrastructure v0.12.0, Mar 17 23

oci.Core.getClusterNetwork

This data source provides details about a specific Cluster Network resource in Oracle Cloud Infrastructure Core service.

Gets information about the specified cluster network.

Example Usage

using System.Collections.Generic;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testClusterNetwork = Oci.Core.GetClusterNetwork.Invoke(new()
    {
        ClusterNetworkId = oci_core_cluster_network.Test_cluster_network.Id,
    });

});
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.GetClusterNetwork(ctx, &core.GetClusterNetworkArgs{
			ClusterNetworkId: oci_core_cluster_network.Test_cluster_network.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
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(oci_core_cluster_network.test_cluster_network().id())
            .build());

    }
}
import pulumi
import pulumi_oci as oci

test_cluster_network = oci.Core.get_cluster_network(cluster_network_id=oci_core_cluster_network["test_cluster_network"]["id"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testClusterNetwork = oci.Core.getClusterNetwork({
    clusterNetworkId: oci_core_cluster_network.test_cluster_network.id,
});
variables:
  testClusterNetwork:
    fn::invoke:
      Function: oci:Core:getClusterNetwork
      Arguments:
        clusterNetworkId: ${oci_core_cluster_network.test_cluster_network.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 GetClusterNetwork(ctx *Context, args *GetClusterNetworkArgs, opts ...InvokeOption) (*GetClusterNetworkResult, error)
func GetClusterNetworkOutput(ctx *Context, args *GetClusterNetworkOutputArgs, opts ...InvokeOption) GetClusterNetworkResultOutput

> Note: This function is named GetClusterNetwork 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)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: oci:Core/getClusterNetwork:getClusterNetwork
  arguments:
    # arguments dictionary

The following arguments are supported:

ClusterNetworkId string

The OCID of the cluster network.

ClusterNetworkId string

The OCID of the cluster network.

clusterNetworkId String

The OCID of the cluster network.

clusterNetworkId string

The OCID of the cluster network.

cluster_network_id str

The OCID of the cluster network.

clusterNetworkId String

The OCID of the cluster network.

getClusterNetwork Result

The following output properties are available:

ClusterNetworkId string
CompartmentId string

The OCID of the compartment containing the instance pool.

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

The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.

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.

InstancePools List<GetClusterNetworkInstancePool>

The instance pools in the cluster network.

PlacementConfigurations List<GetClusterNetworkPlacementConfiguration>

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

ClusterNetworkId string
CompartmentId string

The OCID of the compartment containing the instance pool.

DefinedTags map[string]interface{}

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}

DisplayName string

The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.

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.

InstancePools []GetClusterNetworkInstancePool

The instance pools in the cluster network.

PlacementConfigurations []GetClusterNetworkPlacementConfiguration

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

clusterNetworkId String
compartmentId String

The OCID of the compartment containing the instance pool.

definedTags Map<String,Object>

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}

displayName String

The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.

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.

instancePools List<GetClusterNetworkInstancePool>

The instance pools in the cluster network.

placementConfigurations List<GetClusterNetworkPlacementConfiguration>

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

clusterNetworkId string
compartmentId string

The OCID of the compartment containing the instance pool.

definedTags {[key: string]: any}

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}

displayName string

The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.

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.

instancePools GetClusterNetworkInstancePool[]

The instance pools in the cluster network.

placementConfigurations GetClusterNetworkPlacementConfiguration[]

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_network_id str
compartment_id str

The OCID of the compartment containing the instance pool.

defined_tags Mapping[str, Any]

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}

display_name str

The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.

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_pools GetClusterNetworkInstancePool]

The instance pools in the cluster network.

placement_configurations GetClusterNetworkPlacementConfiguration]

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

clusterNetworkId String
compartmentId String

The OCID of the compartment containing the instance pool.

definedTags Map<Any>

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}

displayName String

The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.

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.

instancePools List<Property Map>

The instance pools in the cluster network.

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

GetClusterNetworkInstancePool

CompartmentId string

The OCID of the compartment containing the instance pool.

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

The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.

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.

LoadBalancers List<GetClusterNetworkInstancePoolLoadBalancer>

The load balancers attached to the instance pool.

PlacementConfigurations List<GetClusterNetworkInstancePoolPlacementConfiguration>

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.

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

The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.

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.

LoadBalancers []GetClusterNetworkInstancePoolLoadBalancer

The load balancers attached to the instance pool.

PlacementConfigurations []GetClusterNetworkInstancePoolPlacementConfiguration

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.

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

The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.

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.

loadBalancers List<GetClusterNetworkInstancePoolLoadBalancer>

The load balancers attached to the instance pool.

placementConfigurations List<GetClusterNetworkInstancePoolPlacementConfiguration>

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.

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

The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.

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.

loadBalancers GetClusterNetworkInstancePoolLoadBalancer[]

The load balancers attached to the instance pool.

placementConfigurations GetClusterNetworkInstancePoolPlacementConfiguration[]

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.

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

The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.

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.

load_balancers GetClusterNetworkInstancePoolLoadBalancer]

The load balancers attached to the instance pool.

placement_configurations GetClusterNetworkInstancePoolPlacementConfiguration]

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.

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

The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.

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.

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

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

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.

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

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.

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

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.

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

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_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

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.

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

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.

PrimarySubnetId string

The OCID of the primary subnet to place instances.

SecondaryVnicSubnets List<GetClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnet>

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.

SecondaryVnicSubnets []GetClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnet

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.

secondaryVnicSubnets List<GetClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnet>

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.

secondaryVnicSubnets GetClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnet[]

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.

secondary_vnic_subnets GetClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnet]

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.

secondaryVnicSubnets List<Property Map>

The set of secondary VNIC data for instances in the pool.

GetClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnet

DisplayName string

The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.

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.

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.

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.

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.

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.

subnetId String

The subnet OCID for the secondary VNIC.

GetClusterNetworkPlacementConfiguration

AvailabilityDomain string

The availability domain to place instances. Example: Uocm:PHX-AD-1

PrimarySubnetId string

The OCID of the primary subnet to place instances.

SecondaryVnicSubnets List<GetClusterNetworkPlacementConfigurationSecondaryVnicSubnet>

The set of secondary VNIC data for instances in the pool.

AvailabilityDomain string

The availability domain to place instances. Example: Uocm:PHX-AD-1

PrimarySubnetId string

The OCID of the primary subnet to place instances.

SecondaryVnicSubnets []GetClusterNetworkPlacementConfigurationSecondaryVnicSubnet

The set of secondary VNIC data for instances in the pool.

availabilityDomain String

The availability domain to place instances. Example: Uocm:PHX-AD-1

primarySubnetId String

The OCID of the primary subnet to place instances.

secondaryVnicSubnets List<GetClusterNetworkPlacementConfigurationSecondaryVnicSubnet>

The set of secondary VNIC data for instances in the pool.

availabilityDomain string

The availability domain to place instances. Example: Uocm:PHX-AD-1

primarySubnetId string

The OCID of the primary subnet to place instances.

secondaryVnicSubnets GetClusterNetworkPlacementConfigurationSecondaryVnicSubnet[]

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

primary_subnet_id str

The OCID of the primary subnet to place instances.

secondary_vnic_subnets GetClusterNetworkPlacementConfigurationSecondaryVnicSubnet]

The set of secondary VNIC data for instances in the pool.

availabilityDomain String

The availability domain to place instances. Example: Uocm:PHX-AD-1

primarySubnetId String

The OCID of the primary subnet to place instances.

secondaryVnicSubnets List<Property Map>

The set of secondary VNIC data for instances in the pool.

GetClusterNetworkPlacementConfigurationSecondaryVnicSubnet

DisplayName string

The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.

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.

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.

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.

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.

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.

subnetId String

The subnet OCID for the secondary VNIC.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes

This Pulumi package is based on the oci Terraform Provider.