Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.Core.getClusterNetworks
Explore with Pulumi AI
This data source provides the list of Cluster Networks in Oracle Cloud Infrastructure Core service.
Lists the cluster networks with instance pools in the specified compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testClusterNetworks = oci.Core.getClusterNetworks({
compartmentId: compartmentId,
displayName: clusterNetworkDisplayName,
state: clusterNetworkState,
});
import pulumi
import pulumi_oci as oci
test_cluster_networks = oci.Core.get_cluster_networks(compartment_id=compartment_id,
display_name=cluster_network_display_name,
state=cluster_network_state)
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.GetClusterNetworks(ctx, &core.GetClusterNetworksArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(clusterNetworkDisplayName),
State: pulumi.StringRef(clusterNetworkState),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testClusterNetworks = Oci.Core.GetClusterNetworks.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = clusterNetworkDisplayName,
State = clusterNetworkState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Core.CoreFunctions;
import com.pulumi.oci.Core.inputs.GetClusterNetworksArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testClusterNetworks = CoreFunctions.getClusterNetworks(GetClusterNetworksArgs.builder()
.compartmentId(compartmentId)
.displayName(clusterNetworkDisplayName)
.state(clusterNetworkState)
.build());
}
}
variables:
testClusterNetworks:
fn::invoke:
Function: oci:Core:getClusterNetworks
Arguments:
compartmentId: ${compartmentId}
displayName: ${clusterNetworkDisplayName}
state: ${clusterNetworkState}
Using getClusterNetworks
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getClusterNetworks(args: GetClusterNetworksArgs, opts?: InvokeOptions): Promise<GetClusterNetworksResult>
function getClusterNetworksOutput(args: GetClusterNetworksOutputArgs, opts?: InvokeOptions): Output<GetClusterNetworksResult>
def get_cluster_networks(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_core.GetClusterNetworksFilter]] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetClusterNetworksResult
def get_cluster_networks_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_core.GetClusterNetworksFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetClusterNetworksResult]
func GetClusterNetworks(ctx *Context, args *GetClusterNetworksArgs, opts ...InvokeOption) (*GetClusterNetworksResult, error)
func GetClusterNetworksOutput(ctx *Context, args *GetClusterNetworksOutputArgs, opts ...InvokeOption) GetClusterNetworksResultOutput
> Note: This function is named GetClusterNetworks
in the Go SDK.
public static class GetClusterNetworks
{
public static Task<GetClusterNetworksResult> InvokeAsync(GetClusterNetworksArgs args, InvokeOptions? opts = null)
public static Output<GetClusterNetworksResult> Invoke(GetClusterNetworksInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetClusterNetworksResult> getClusterNetworks(GetClusterNetworksArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Core/getClusterNetworks:getClusterNetworks
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
List<Get
Cluster Networks Filter> - State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
[]Get
Cluster Networks Filter - State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters
List<Get
Cluster Networks Filter> - state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id string - The OCID of the compartment.
- display
Name string - A filter to return only resources that match the given display name exactly.
- filters
Get
Cluster Networks Filter[] - state string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartment_
id str - The OCID of the compartment.
- display_
name str - A filter to return only resources that match the given display name exactly.
- filters
Sequence[core.
Get Cluster Networks Filter] - state str
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters List<Property Map>
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
getClusterNetworks Result
The following output properties are available:
- Cluster
Networks List<GetCluster Networks Cluster Network> - The list of cluster_networks.
- Compartment
Id string - The OCID of the compartment containing the instance pool.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- Filters
List<Get
Cluster Networks Filter> - State string
- The current state of the cluster network.
- Cluster
Networks []GetCluster Networks Cluster Network - The list of cluster_networks.
- Compartment
Id string - The OCID of the compartment containing the instance pool.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- Filters
[]Get
Cluster Networks Filter - State string
- The current state of the cluster network.
- cluster
Networks List<GetCluster Networks Cluster Network> - The list of cluster_networks.
- compartment
Id String - The OCID of the compartment containing the instance pool.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- filters
List<Get
Cluster Networks Filter> - state String
- The current state of the cluster network.
- cluster
Networks GetCluster Networks Cluster Network[] - The list of cluster_networks.
- compartment
Id string - The OCID of the compartment containing the instance pool.
- id string
- The provider-assigned unique ID for this managed resource.
- display
Name string - The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- filters
Get
Cluster Networks Filter[] - state string
- The current state of the cluster network.
- cluster_
networks Sequence[core.Get Cluster Networks Cluster Network] - The list of cluster_networks.
- compartment_
id str - The OCID of the compartment containing the instance pool.
- id str
- The provider-assigned unique ID for this managed resource.
- display_
name str - The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- filters
Sequence[core.
Get Cluster Networks Filter] - state str
- The current state of the cluster network.
- cluster
Networks List<Property Map> - The list of cluster_networks.
- compartment
Id String - The OCID of the compartment containing the instance pool.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
- filters List<Property Map>
- state String
- The current state of the cluster network.
Supporting Types
GetClusterNetworksClusterNetwork
- Cluster
Configurations List<GetCluster Networks Cluster Network Cluster Configuration> - Compartment
Id string - The OCID of the compartment.
- 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"}
- Display
Name string - A filter to return only resources that match the given display name exactly.
- 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"}
- Hpc
Island stringId - The OCID of the HPC island used by the cluster network.
- Id string
- The OCID of the load balancer attachment.
- Instance
Pools List<GetCluster Networks Cluster Network Instance Pool> - The instance pools in the cluster network.
- Network
Block List<string>Ids - The list of network block OCIDs of the HPC island.
- Placement
Configurations List<GetCluster Networks Cluster Network Placement Configuration> - The location for where the instance pools in a cluster network will place instances.
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- Time
Created string - The date and time the resource was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- Time
Updated string - The date and time the resource was updated, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- Cluster
Configurations []GetCluster Networks Cluster Network Cluster Configuration - Compartment
Id string - The OCID of the compartment.
- 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"}
- Display
Name string - A filter to return only resources that match the given display name exactly.
- 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"}
- Hpc
Island stringId - The OCID of the HPC island used by the cluster network.
- Id string
- The OCID of the load balancer attachment.
- Instance
Pools []GetCluster Networks Cluster Network Instance Pool - The instance pools in the cluster network.
- Network
Block []stringIds - The list of network block OCIDs of the HPC island.
- Placement
Configurations []GetCluster Networks Cluster Network Placement Configuration - The location for where the instance pools in a cluster network will place instances.
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- Time
Created string - The date and time the resource was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- Time
Updated string - The date and time the resource was updated, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- cluster
Configurations List<GetCluster Networks Cluster Network Cluster Configuration> - compartment
Id String - The OCID of the compartment.
- 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"}
- display
Name String - A filter to return only resources that match the given display name exactly.
- 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"}
- hpc
Island StringId - The OCID of the HPC island used by the cluster network.
- id String
- The OCID of the load balancer attachment.
- instance
Pools List<GetCluster Networks Cluster Network Instance Pool> - The instance pools in the cluster network.
- network
Block List<String>Ids - The list of network block OCIDs of the HPC island.
- placement
Configurations List<GetCluster Networks Cluster Network Placement Configuration> - The location for where the instance pools in a cluster network will place instances.
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- time
Created String - The date and time the resource was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated String - The date and time the resource was updated, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- cluster
Configurations GetCluster Networks Cluster Network Cluster Configuration[] - compartment
Id string - The OCID of the compartment.
- {[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"}
- display
Name string - A filter to return only resources that match the given display name exactly.
- {[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"}
- hpc
Island stringId - The OCID of the HPC island used by the cluster network.
- id string
- The OCID of the load balancer attachment.
- instance
Pools GetCluster Networks Cluster Network Instance Pool[] - The instance pools in the cluster network.
- network
Block string[]Ids - The list of network block OCIDs of the HPC island.
- placement
Configurations GetCluster Networks Cluster Network Placement Configuration[] - The location for where the instance pools in a cluster network will place instances.
- state string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- time
Created string - The date and time the resource was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated string - The date and time the resource was updated, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- cluster_
configurations Sequence[core.Get Cluster Networks Cluster Network Cluster Configuration] - compartment_
id str - The OCID of the compartment.
- 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 - A filter to return only resources that match the given display name exactly.
- 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[core.Get Cluster Networks Cluster 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[core.Get Cluster Networks Cluster Network Placement Configuration] - The location for where the instance pools in a cluster network will place instances.
- state str
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- time_
created str - The date and time the resource was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time_
updated str - The date and time the resource was updated, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- cluster
Configurations List<Property Map> - compartment
Id String - The OCID of the compartment.
- 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"}
- display
Name String - A filter to return only resources that match the given display name exactly.
- 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"}
- hpc
Island StringId - The OCID of the HPC island used by the cluster network.
- id String
- The OCID of the load balancer attachment.
- instance
Pools List<Property Map> - The instance pools in the cluster network.
- network
Block List<String>Ids - The list of network block OCIDs of the HPC island.
- placement
Configurations List<Property Map> - The location for where the instance pools in a cluster network will place instances.
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- time
Created String - The date and time the resource was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated String - The date and time the resource was updated, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
GetClusterNetworksClusterNetworkClusterConfiguration
- Hpc
Island stringId - The OCID of the HPC island used by the cluster network.
- Network
Block List<string>Ids - The list of network block OCIDs of the HPC island.
- Hpc
Island stringId - The OCID of the HPC island used by the cluster network.
- Network
Block []stringIds - The list of network block OCIDs of the HPC island.
- hpc
Island StringId - The OCID of the HPC island used by the cluster network.
- network
Block List<String>Ids - The list of network block OCIDs of the HPC island.
- hpc
Island stringId - The OCID of the HPC island used by the cluster network.
- network
Block 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.
- hpc
Island StringId - The OCID of the HPC island used by the cluster network.
- network
Block List<String>Ids - The list of network block OCIDs of the HPC island.
GetClusterNetworksClusterNetworkInstancePool
- Compartment
Id string - The OCID of the compartment.
- 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"}
- Display
Name string - A filter to return only resources that match the given display name exactly.
- 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.
- Instance
Configuration stringId - The OCID of the instance configuration associated with the instance pool.
- Instance
Display stringName Formatter - Instance
Hostname stringFormatter - Load
Balancers List<GetCluster Networks Cluster Network Instance Pool Load Balancer> - The load balancers attached to the instance pool.
- Placement
Configurations List<GetCluster Networks Cluster 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
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- Time
Created string - The date and time the resource was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- Compartment
Id string - The OCID of the compartment.
- 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"}
- Display
Name string - A filter to return only resources that match the given display name exactly.
- 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.
- Instance
Configuration stringId - The OCID of the instance configuration associated with the instance pool.
- Instance
Display stringName Formatter - Instance
Hostname stringFormatter - Load
Balancers []GetCluster Networks Cluster Network Instance Pool Load Balancer - The load balancers attached to the instance pool.
- Placement
Configurations []GetCluster Networks Cluster 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
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- Time
Created string - The date and time the resource was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id String - The OCID of the compartment.
- 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"}
- display
Name String - A filter to return only resources that match the given display name exactly.
- 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.
- instance
Configuration StringId - The OCID of the instance configuration associated with the instance pool.
- instance
Display StringName Formatter - instance
Hostname StringFormatter - load
Balancers List<GetCluster Networks Cluster Network Instance Pool Load Balancer> - The load balancers attached to the instance pool.
- placement
Configurations List<GetCluster Networks Cluster 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
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- time
Created String - The date and time the resource was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id string - The OCID of the compartment.
- {[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"}
- display
Name string - A filter to return only resources that match the given display name exactly.
- {[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.
- instance
Configuration stringId - The OCID of the instance configuration associated with the instance pool.
- instance
Display stringName Formatter - instance
Hostname stringFormatter - load
Balancers GetCluster Networks Cluster Network Instance Pool Load Balancer[] - The load balancers attached to the instance pool.
- placement
Configurations GetCluster Networks Cluster 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
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- time
Created 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.
- 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 - A filter to return only resources that match the given display name exactly.
- 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[core.Get Cluster Networks Cluster Network Instance Pool Load Balancer] - The load balancers attached to the instance pool.
- placement_
configurations Sequence[core.Get Cluster Networks Cluster 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
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- time_
created str - The date and time the resource was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id String - The OCID of the compartment.
- 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"}
- display
Name String - A filter to return only resources that match the given display name exactly.
- 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.
- instance
Configuration StringId - The OCID of the instance configuration associated with the instance pool.
- instance
Display StringName Formatter - instance
Hostname StringFormatter - load
Balancers List<Property Map> - The load balancers attached to the instance pool.
- placement
Configurations List<Property Map> - The placement configurations for the instance pool.
- size Number
- The number of instances that should be in the instance pool.
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- time
Created String - The date and time the resource was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
GetClusterNetworksClusterNetworkInstancePoolLoadBalancer
- Backend
Set stringName - The name of the backend set on the load balancer.
- Id string
- The OCID of the load balancer attachment.
- Instance
Pool stringId - The OCID of the instance pool of the load balancer attachment.
- Load
Balancer stringId - The OCID of the load balancer attached to the instance pool.
- Port int
- The port value used for the backends.
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- Vnic
Selection 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 stringName - The name of the backend set on the load balancer.
- Id string
- The OCID of the load balancer attachment.
- Instance
Pool stringId - The OCID of the instance pool of the load balancer attachment.
- Load
Balancer stringId - The OCID of the load balancer attached to the instance pool.
- Port int
- The port value used for the backends.
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- Vnic
Selection 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 StringName - The name of the backend set on the load balancer.
- id String
- The OCID of the load balancer attachment.
- instance
Pool StringId - The OCID of the instance pool of the load balancer attachment.
- load
Balancer StringId - The OCID of the load balancer attached to the instance pool.
- port Integer
- The port value used for the backends.
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- vnic
Selection 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 stringName - The name of the backend set on the load balancer.
- id string
- The OCID of the load balancer attachment.
- instance
Pool stringId - The OCID of the instance pool of the load balancer attachment.
- load
Balancer stringId - The OCID of the load balancer attached to the instance pool.
- port number
- The port value used for the backends.
- state string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- vnic
Selection 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
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- vnic_
selection str - Indicates which VNIC on each instance in the instance pool should be used to associate with the load balancer. Possible values are "PrimaryVnic" or the displayName of one of the secondary VNICs on the instance configuration that is associated with the instance pool.
- backend
Set StringName - The name of the backend set on the load balancer.
- id String
- The OCID of the load balancer attachment.
- instance
Pool StringId - The OCID of the instance pool of the load balancer attachment.
- load
Balancer StringId - The OCID of the load balancer attached to the instance pool.
- port Number
- The port value used for the backends.
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- vnic
Selection String - Indicates which VNIC on each instance in the instance pool should be used to associate with the load balancer. Possible values are "PrimaryVnic" or the displayName of one of the secondary VNICs on the instance configuration that is associated with the instance pool.
GetClusterNetworksClusterNetworkInstancePoolPlacementConfiguration
- Availability
Domain string - The availability domain to place instances. Example:
Uocm:PHX-AD-1
- Fault
Domains List<string> - The fault domains to place instances.
- Primary
Subnet stringId - The OCID of the primary subnet to place instances. This field is deprecated. Use
primaryVnicSubnets
instead to set VNIC data for instances in the pool. - Primary
Vnic List<GetSubnets Cluster Networks Cluster Network Instance Pool Placement Configuration Primary Vnic Subnet> - Details about the IPv6 primary subnet.
- Secondary
Vnic List<GetSubnets Cluster Networks Cluster Network Instance Pool Placement Configuration Secondary Vnic Subnet> - The set of secondary VNIC data for instances in the pool.
- Availability
Domain string - The availability domain to place instances. Example:
Uocm:PHX-AD-1
- Fault
Domains []string - The fault domains to place instances.
- Primary
Subnet stringId - The OCID of the primary subnet to place instances. This field is deprecated. Use
primaryVnicSubnets
instead to set VNIC data for instances in the pool. - Primary
Vnic []GetSubnets Cluster Networks Cluster Network Instance Pool Placement Configuration Primary Vnic Subnet - Details about the IPv6 primary subnet.
- Secondary
Vnic []GetSubnets Cluster Networks Cluster Network Instance Pool Placement Configuration Secondary Vnic Subnet - The set of secondary VNIC data for instances in the pool.
- availability
Domain String - The availability domain to place instances. Example:
Uocm:PHX-AD-1
- fault
Domains List<String> - The fault domains to place instances.
- primary
Subnet StringId - The OCID of the primary subnet to place instances. This field is deprecated. Use
primaryVnicSubnets
instead to set VNIC data for instances in the pool. - primary
Vnic List<GetSubnets Cluster Networks Cluster Network Instance Pool Placement Configuration Primary Vnic Subnet> - Details about the IPv6 primary subnet.
- secondary
Vnic List<GetSubnets Cluster Networks Cluster Network Instance Pool Placement Configuration Secondary Vnic Subnet> - The set of secondary VNIC data for instances in the pool.
- availability
Domain string - The availability domain to place instances. Example:
Uocm:PHX-AD-1
- fault
Domains string[] - The fault domains to place instances.
- primary
Subnet stringId - The OCID of the primary subnet to place instances. This field is deprecated. Use
primaryVnicSubnets
instead to set VNIC data for instances in the pool. - primary
Vnic GetSubnets Cluster Networks Cluster Network Instance Pool Placement Configuration Primary Vnic Subnet[] - Details about the IPv6 primary subnet.
- secondary
Vnic GetSubnets Cluster Networks 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
primaryVnicSubnets
instead to set VNIC data for instances in the pool. - primary_
vnic_ Sequence[core.subnets Get Cluster Networks Cluster Network Instance Pool Placement Configuration Primary Vnic Subnet] - Details about the IPv6 primary subnet.
- secondary_
vnic_ Sequence[core.subnets Get Cluster Networks Cluster Network Instance Pool Placement Configuration Secondary Vnic Subnet] - The set of secondary VNIC data for instances in the pool.
- availability
Domain String - The availability domain to place instances. Example:
Uocm:PHX-AD-1
- fault
Domains List<String> - The fault domains to place instances.
- primary
Subnet StringId - The OCID of the primary subnet to place instances. This field is deprecated. Use
primaryVnicSubnets
instead to set VNIC data for instances in the pool. - primary
Vnic List<Property Map>Subnets - Details about the IPv6 primary subnet.
- secondary
Vnic List<Property Map>Subnets - The set of secondary VNIC data for instances in the pool.
GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnet
- Ipv6address
Ipv6subnet List<GetCidr Pair Details Cluster Networks 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Subnet
Id string - The subnet OCID for the secondary VNIC.
- Ipv6address
Ipv6subnet []GetCidr Pair Details Cluster Networks 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Subnet
Id string - The subnet OCID for the secondary VNIC.
- ipv6address
Ipv6subnet List<GetCidr Pair Details Cluster Networks 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 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - subnet
Id String - The subnet OCID for the secondary VNIC.
- ipv6address
Ipv6subnet GetCidr Pair Details Cluster Networks 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 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - subnet
Id string - The subnet OCID for the secondary VNIC.
- ipv6address_
ipv6subnet_ Sequence[core.cidr_ pair_ details Get Cluster Networks 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - subnet_
id str - The subnet OCID for the secondary VNIC.
- ipv6address
Ipv6subnet 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.
- is
Assign 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - subnet
Id String - The subnet OCID for the secondary VNIC.
GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationPrimaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail
- Ipv6subnet
Cidr string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- Ipv6subnet
Cidr string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6subnet
Cidr String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6subnet
Cidr 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.
- ipv6subnet
Cidr String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnet
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Ipv6address
Ipv6subnet List<GetCidr Pair Details Cluster Networks 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Subnet
Id string - The subnet OCID for the secondary VNIC.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Ipv6address
Ipv6subnet []GetCidr Pair Details Cluster Networks 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Subnet
Id string - The subnet OCID for the secondary VNIC.
- display
Name String - A filter to return only resources that match the given display name exactly.
- ipv6address
Ipv6subnet List<GetCidr Pair Details Cluster Networks 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 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - subnet
Id String - The subnet OCID for the secondary VNIC.
- display
Name string - A filter to return only resources that match the given display name exactly.
- ipv6address
Ipv6subnet GetCidr Pair Details Cluster Networks 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 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - subnet
Id string - The subnet OCID for the secondary VNIC.
- display_
name str - A filter to return only resources that match the given display name exactly.
- ipv6address_
ipv6subnet_ Sequence[core.cidr_ pair_ details Get Cluster Networks 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - subnet_
id str - The subnet OCID for the secondary VNIC.
- display
Name String - A filter to return only resources that match the given display name exactly.
- ipv6address
Ipv6subnet 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.
- is
Assign 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - subnet
Id String - The subnet OCID for the secondary VNIC.
GetClusterNetworksClusterNetworkInstancePoolPlacementConfigurationSecondaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail
- Ipv6subnet
Cidr string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- Ipv6subnet
Cidr string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6subnet
Cidr String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6subnet
Cidr 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.
- ipv6subnet
Cidr String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
GetClusterNetworksClusterNetworkPlacementConfiguration
- Availability
Domain string - The availability domain to place instances. Example:
Uocm:PHX-AD-1
- Placement
Constraint string - Primary
Subnet stringId - The OCID of the primary subnet to place instances. This field is deprecated. Use
primaryVnicSubnets
instead to set VNIC data for instances in the pool. - Primary
Vnic List<GetSubnets Cluster Networks Cluster Network Placement Configuration Primary Vnic Subnet> - Details about the IPv6 primary subnet.
- Secondary
Vnic List<GetSubnets Cluster Networks Cluster Network Placement Configuration Secondary Vnic Subnet> - The set of secondary VNIC data for instances in the pool.
- Availability
Domain string - The availability domain to place instances. Example:
Uocm:PHX-AD-1
- Placement
Constraint string - Primary
Subnet stringId - The OCID of the primary subnet to place instances. This field is deprecated. Use
primaryVnicSubnets
instead to set VNIC data for instances in the pool. - Primary
Vnic []GetSubnets Cluster Networks Cluster Network Placement Configuration Primary Vnic Subnet - Details about the IPv6 primary subnet.
- Secondary
Vnic []GetSubnets Cluster Networks Cluster Network Placement Configuration Secondary Vnic Subnet - The set of secondary VNIC data for instances in the pool.
- availability
Domain String - The availability domain to place instances. Example:
Uocm:PHX-AD-1
- placement
Constraint String - primary
Subnet StringId - The OCID of the primary subnet to place instances. This field is deprecated. Use
primaryVnicSubnets
instead to set VNIC data for instances in the pool. - primary
Vnic List<GetSubnets Cluster Networks Cluster Network Placement Configuration Primary Vnic Subnet> - Details about the IPv6 primary subnet.
- secondary
Vnic List<GetSubnets Cluster Networks Cluster Network Placement Configuration Secondary Vnic Subnet> - The set of secondary VNIC data for instances in the pool.
- availability
Domain string - The availability domain to place instances. Example:
Uocm:PHX-AD-1
- placement
Constraint string - primary
Subnet stringId - The OCID of the primary subnet to place instances. This field is deprecated. Use
primaryVnicSubnets
instead to set VNIC data for instances in the pool. - primary
Vnic GetSubnets Cluster Networks Cluster Network Placement Configuration Primary Vnic Subnet[] - Details about the IPv6 primary subnet.
- secondary
Vnic GetSubnets Cluster Networks 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
primaryVnicSubnets
instead to set VNIC data for instances in the pool. - primary_
vnic_ Sequence[core.subnets Get Cluster Networks Cluster Network Placement Configuration Primary Vnic Subnet] - Details about the IPv6 primary subnet.
- secondary_
vnic_ Sequence[core.subnets Get Cluster Networks Cluster Network Placement Configuration Secondary Vnic Subnet] - The set of secondary VNIC data for instances in the pool.
- availability
Domain String - The availability domain to place instances. Example:
Uocm:PHX-AD-1
- placement
Constraint String - primary
Subnet StringId - The OCID of the primary subnet to place instances. This field is deprecated. Use
primaryVnicSubnets
instead to set VNIC data for instances in the pool. - primary
Vnic List<Property Map>Subnets - Details about the IPv6 primary subnet.
- secondary
Vnic List<Property Map>Subnets - The set of secondary VNIC data for instances in the pool.
GetClusterNetworksClusterNetworkPlacementConfigurationPrimaryVnicSubnet
- Ipv6address
Ipv6subnet List<GetCidr Pair Details Cluster Networks 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Subnet
Id string - The subnet OCID for the secondary VNIC.
- Ipv6address
Ipv6subnet []GetCidr Pair Details Cluster Networks 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Subnet
Id string - The subnet OCID for the secondary VNIC.
- ipv6address
Ipv6subnet List<GetCidr Pair Details Cluster Networks 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 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - subnet
Id String - The subnet OCID for the secondary VNIC.
- ipv6address
Ipv6subnet GetCidr Pair Details Cluster Networks 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 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - subnet
Id string - The subnet OCID for the secondary VNIC.
- ipv6address_
ipv6subnet_ Sequence[core.cidr_ pair_ details Get Cluster Networks 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - subnet_
id str - The subnet OCID for the secondary VNIC.
- ipv6address
Ipv6subnet 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.
- is
Assign 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - subnet
Id String - The subnet OCID for the secondary VNIC.
GetClusterNetworksClusterNetworkPlacementConfigurationPrimaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail
- Ipv6subnet
Cidr string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- Ipv6subnet
Cidr string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6subnet
Cidr String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6subnet
Cidr 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.
- ipv6subnet
Cidr String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
GetClusterNetworksClusterNetworkPlacementConfigurationSecondaryVnicSubnet
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Ipv6address
Ipv6subnet List<GetCidr Pair Details Cluster Networks 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Subnet
Id string - The subnet OCID for the secondary VNIC.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Ipv6address
Ipv6subnet []GetCidr Pair Details Cluster Networks 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Subnet
Id string - The subnet OCID for the secondary VNIC.
- display
Name String - A filter to return only resources that match the given display name exactly.
- ipv6address
Ipv6subnet List<GetCidr Pair Details Cluster Networks 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 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - subnet
Id String - The subnet OCID for the secondary VNIC.
- display
Name string - A filter to return only resources that match the given display name exactly.
- ipv6address
Ipv6subnet GetCidr Pair Details Cluster Networks 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 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - subnet
Id string - The subnet OCID for the secondary VNIC.
- display_
name str - A filter to return only resources that match the given display name exactly.
- ipv6address_
ipv6subnet_ Sequence[core.cidr_ pair_ details Get Cluster Networks 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - subnet_
id str - The subnet OCID for the secondary VNIC.
- display
Name String - A filter to return only resources that match the given display name exactly.
- ipv6address
Ipv6subnet 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.
- is
Assign 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - subnet
Id String - The subnet OCID for the secondary VNIC.
GetClusterNetworksClusterNetworkPlacementConfigurationSecondaryVnicSubnetIpv6addressIpv6subnetCidrPairDetail
- Ipv6subnet
Cidr string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- Ipv6subnet
Cidr string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6subnet
Cidr String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6subnet
Cidr 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.
- ipv6subnet
Cidr String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
GetClusterNetworksFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.