Oracle Cloud Infrastructure v3.11.1 published on Friday, Nov 14, 2025 by Pulumi
Oracle Cloud Infrastructure v3.11.1 published on Friday, Nov 14, 2025 by Pulumi
This data source provides details about a specific Network Anchor resource in Oracle Cloud Infrastructure Multicloud service.
Gets information about a NetworkAnchor.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testNetworkAnchor = oci.oci.getMulticloudNetworkAnchor({
networkAnchorId: networkAnchorId,
subscriptionId: subscriptionId,
subscriptionServiceName: subscriptionServiceName,
externalLocation: networkAnchorExternalLocation,
});
import pulumi
import pulumi_oci as oci
test_network_anchor = oci.oci.get_multicloud_network_anchor(network_anchor_id=network_anchor_id,
subscription_id=subscription_id,
subscription_service_name=subscription_service_name,
external_location=network_anchor_external_location)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/oci"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := oci.GetMulticloudNetworkAnchor(ctx, &oci.GetMulticloudNetworkAnchorArgs{
NetworkAnchorId: networkAnchorId,
SubscriptionId: subscriptionId,
SubscriptionServiceName: subscriptionServiceName,
ExternalLocation: pulumi.StringRef(networkAnchorExternalLocation),
}, 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 testNetworkAnchor = Oci.Oci.GetMulticloudNetworkAnchor.Invoke(new()
{
NetworkAnchorId = networkAnchorId,
SubscriptionId = subscriptionId,
SubscriptionServiceName = subscriptionServiceName,
ExternalLocation = networkAnchorExternalLocation,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.oci.OciFunctions;
import com.pulumi.oci.oci.inputs.GetMulticloudNetworkAnchorArgs;
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 testNetworkAnchor = OciFunctions.getMulticloudNetworkAnchor(GetMulticloudNetworkAnchorArgs.builder()
.networkAnchorId(networkAnchorId)
.subscriptionId(subscriptionId)
.subscriptionServiceName(subscriptionServiceName)
.externalLocation(networkAnchorExternalLocation)
.build());
}
}
variables:
testNetworkAnchor:
fn::invoke:
function: oci:oci:getMulticloudNetworkAnchor
arguments:
networkAnchorId: ${networkAnchorId}
subscriptionId: ${subscriptionId}
subscriptionServiceName: ${subscriptionServiceName}
externalLocation: ${networkAnchorExternalLocation}
Using getMulticloudNetworkAnchor
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 getMulticloudNetworkAnchor(args: GetMulticloudNetworkAnchorArgs, opts?: InvokeOptions): Promise<GetMulticloudNetworkAnchorResult>
function getMulticloudNetworkAnchorOutput(args: GetMulticloudNetworkAnchorOutputArgs, opts?: InvokeOptions): Output<GetMulticloudNetworkAnchorResult>def get_multicloud_network_anchor(external_location: Optional[str] = None,
network_anchor_id: Optional[str] = None,
subscription_id: Optional[str] = None,
subscription_service_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMulticloudNetworkAnchorResult
def get_multicloud_network_anchor_output(external_location: Optional[pulumi.Input[str]] = None,
network_anchor_id: Optional[pulumi.Input[str]] = None,
subscription_id: Optional[pulumi.Input[str]] = None,
subscription_service_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMulticloudNetworkAnchorResult]func GetMulticloudNetworkAnchor(ctx *Context, args *GetMulticloudNetworkAnchorArgs, opts ...InvokeOption) (*GetMulticloudNetworkAnchorResult, error)
func GetMulticloudNetworkAnchorOutput(ctx *Context, args *GetMulticloudNetworkAnchorOutputArgs, opts ...InvokeOption) GetMulticloudNetworkAnchorResultOutput> Note: This function is named GetMulticloudNetworkAnchor in the Go SDK.
public static class GetMulticloudNetworkAnchor
{
public static Task<GetMulticloudNetworkAnchorResult> InvokeAsync(GetMulticloudNetworkAnchorArgs args, InvokeOptions? opts = null)
public static Output<GetMulticloudNetworkAnchorResult> Invoke(GetMulticloudNetworkAnchorInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMulticloudNetworkAnchorResult> getMulticloudNetworkAnchor(GetMulticloudNetworkAnchorArgs args, InvokeOptions options)
public static Output<GetMulticloudNetworkAnchorResult> getMulticloudNetworkAnchor(GetMulticloudNetworkAnchorArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getMulticloudNetworkAnchor:getMulticloudNetworkAnchor
arguments:
# arguments dictionaryThe following arguments are supported:
- Network
Anchor stringId - The OCID of the NetworkAnchor.
- Subscription
Id string - The OCID of the subscription in which to list resources.
- Subscription
Service stringName - The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
- External
Location string - OMHub Control Plane must know underlying CSP CP Region External Location Name.
- Network
Anchor stringId - The OCID of the NetworkAnchor.
- Subscription
Id string - The OCID of the subscription in which to list resources.
- Subscription
Service stringName - The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
- External
Location string - OMHub Control Plane must know underlying CSP CP Region External Location Name.
- network
Anchor StringId - The OCID of the NetworkAnchor.
- subscription
Id String - The OCID of the subscription in which to list resources.
- subscription
Service StringName - The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
- external
Location String - OMHub Control Plane must know underlying CSP CP Region External Location Name.
- network
Anchor stringId - The OCID of the NetworkAnchor.
- subscription
Id string - The OCID of the subscription in which to list resources.
- subscription
Service stringName - The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
- external
Location string - OMHub Control Plane must know underlying CSP CP Region External Location Name.
- network_
anchor_ strid - The OCID of the NetworkAnchor.
- subscription_
id str - The OCID of the subscription in which to list resources.
- subscription_
service_ strname - The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
- external_
location str - OMHub Control Plane must know underlying CSP CP Region External Location Name.
- network
Anchor StringId - The OCID of the NetworkAnchor.
- subscription
Id String - The OCID of the subscription in which to list resources.
- subscription
Service StringName - The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
- external
Location String - OMHub Control Plane must know underlying CSP CP Region External Location Name.
getMulticloudNetworkAnchor Result
The following output properties are available:
- Cloud
Service List<GetProvider Metadata Items Multicloud Network Anchor Cloud Service Provider Metadata Item> - Cloud Service Provider metadata item. Warning - In future this object can change to generic object with future Cloud Service Provider based on CloudServiceProvider field. This can be one of CSP provider type Azure, GCP and AWS
- Cluster
Placement stringGroup Id - The CPG ID in which Network Anchor will be created.
- 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 user-friendly name. Does not have to be unique, and it's changeable.
- 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 NetworkAnchor.
- Lifecycle
Details string - A message that describes the current state of the NetworkAnchor in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- Network
Anchor stringId - Network
Anchor stringLifecycle State - The current state of the NetworkAnchor.
- Oci
Metadata List<GetItems Multicloud Network Anchor Oci Metadata Item> - Oracle Cloud Infrastructure network anchor related meta data items
- Resource
Anchor stringId - Oracle Cloud Infrastructure resource anchor Id (OCID).
- Setup
Mode string - AUTO_BIND - when passed compartment will be created on-behalf of customer and bind to this resource anchor NO_AUTO_BIND - compartment will not be created and later customer can bind existing compartment. to this resource anchor. This is for future use only
- Subscription
Id string - Subscription
Service stringName - Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the NetworkAnchor was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the NetworkAnchor was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - External
Location string
- Cloud
Service []GetProvider Metadata Items Multicloud Network Anchor Cloud Service Provider Metadata Item - Cloud Service Provider metadata item. Warning - In future this object can change to generic object with future Cloud Service Provider based on CloudServiceProvider field. This can be one of CSP provider type Azure, GCP and AWS
- Cluster
Placement stringGroup Id - The CPG ID in which Network Anchor will be created.
- 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 user-friendly name. Does not have to be unique, and it's changeable.
- 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 NetworkAnchor.
- Lifecycle
Details string - A message that describes the current state of the NetworkAnchor in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- Network
Anchor stringId - Network
Anchor stringLifecycle State - The current state of the NetworkAnchor.
- Oci
Metadata []GetItems Multicloud Network Anchor Oci Metadata Item - Oracle Cloud Infrastructure network anchor related meta data items
- Resource
Anchor stringId - Oracle Cloud Infrastructure resource anchor Id (OCID).
- Setup
Mode string - AUTO_BIND - when passed compartment will be created on-behalf of customer and bind to this resource anchor NO_AUTO_BIND - compartment will not be created and later customer can bind existing compartment. to this resource anchor. This is for future use only
- Subscription
Id string - Subscription
Service stringName - map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the NetworkAnchor was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the NetworkAnchor was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - External
Location string
- cloud
Service List<GetProvider Metadata Items Multicloud Network Anchor Cloud Service Provider Metadata Item> - Cloud Service Provider metadata item. Warning - In future this object can change to generic object with future Cloud Service Provider based on CloudServiceProvider field. This can be one of CSP provider type Azure, GCP and AWS
- cluster
Placement StringGroup Id - The CPG ID in which Network Anchor will be created.
- 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 user-friendly name. Does not have to be unique, and it's changeable.
- 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 NetworkAnchor.
- lifecycle
Details String - A message that describes the current state of the NetworkAnchor in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- network
Anchor StringId - network
Anchor StringLifecycle State - The current state of the NetworkAnchor.
- oci
Metadata List<GetItems Multicloud Network Anchor Oci Metadata Item> - Oracle Cloud Infrastructure network anchor related meta data items
- resource
Anchor StringId - Oracle Cloud Infrastructure resource anchor Id (OCID).
- setup
Mode String - AUTO_BIND - when passed compartment will be created on-behalf of customer and bind to this resource anchor NO_AUTO_BIND - compartment will not be created and later customer can bind existing compartment. to this resource anchor. This is for future use only
- subscription
Id String - subscription
Service StringName - Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the NetworkAnchor was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the NetworkAnchor was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - external
Location String
- cloud
Service GetProvider Metadata Items Multicloud Network Anchor Cloud Service Provider Metadata Item[] - Cloud Service Provider metadata item. Warning - In future this object can change to generic object with future Cloud Service Provider based on CloudServiceProvider field. This can be one of CSP provider type Azure, GCP and AWS
- cluster
Placement stringGroup Id - The CPG ID in which Network Anchor will be created.
- 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 user-friendly name. Does not have to be unique, and it's changeable.
- {[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 NetworkAnchor.
- lifecycle
Details string - A message that describes the current state of the NetworkAnchor in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- network
Anchor stringId - network
Anchor stringLifecycle State - The current state of the NetworkAnchor.
- oci
Metadata GetItems Multicloud Network Anchor Oci Metadata Item[] - Oracle Cloud Infrastructure network anchor related meta data items
- resource
Anchor stringId - Oracle Cloud Infrastructure resource anchor Id (OCID).
- setup
Mode string - AUTO_BIND - when passed compartment will be created on-behalf of customer and bind to this resource anchor NO_AUTO_BIND - compartment will not be created and later customer can bind existing compartment. to this resource anchor. This is for future use only
- subscription
Id string - subscription
Service stringName - {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The date and time the NetworkAnchor was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated string - The date and time the NetworkAnchor was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - external
Location string
- cloud_
service_ Sequence[Getprovider_ metadata_ items Multicloud Network Anchor Cloud Service Provider Metadata Item] - Cloud Service Provider metadata item. Warning - In future this object can change to generic object with future Cloud Service Provider based on CloudServiceProvider field. This can be one of CSP provider type Azure, GCP and AWS
- cluster_
placement_ strgroup_ id - The CPG ID in which Network Anchor will be created.
- 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 user-friendly name. Does not have to be unique, and it's changeable.
- 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 NetworkAnchor.
- lifecycle_
details str - A message that describes the current state of the NetworkAnchor in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- network_
anchor_ strid - network_
anchor_ strlifecycle_ state - The current state of the NetworkAnchor.
- oci_
metadata_ Sequence[Getitems Multicloud Network Anchor Oci Metadata Item] - Oracle Cloud Infrastructure network anchor related meta data items
- resource_
anchor_ strid - Oracle Cloud Infrastructure resource anchor Id (OCID).
- setup_
mode str - AUTO_BIND - when passed compartment will be created on-behalf of customer and bind to this resource anchor NO_AUTO_BIND - compartment will not be created and later customer can bind existing compartment. to this resource anchor. This is for future use only
- subscription_
id str - subscription_
service_ strname - Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - The date and time the NetworkAnchor was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
updated str - The date and time the NetworkAnchor was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - external_
location str
- cloud
Service List<Property Map>Provider Metadata Items - Cloud Service Provider metadata item. Warning - In future this object can change to generic object with future Cloud Service Provider based on CloudServiceProvider field. This can be one of CSP provider type Azure, GCP and AWS
- cluster
Placement StringGroup Id - The CPG ID in which Network Anchor will be created.
- 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 user-friendly name. Does not have to be unique, and it's changeable.
- 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 NetworkAnchor.
- lifecycle
Details String - A message that describes the current state of the NetworkAnchor in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- network
Anchor StringId - network
Anchor StringLifecycle State - The current state of the NetworkAnchor.
- oci
Metadata List<Property Map>Items - Oracle Cloud Infrastructure network anchor related meta data items
- resource
Anchor StringId - Oracle Cloud Infrastructure resource anchor Id (OCID).
- setup
Mode String - AUTO_BIND - when passed compartment will be created on-behalf of customer and bind to this resource anchor NO_AUTO_BIND - compartment will not be created and later customer can bind existing compartment. to this resource anchor. This is for future use only
- subscription
Id String - subscription
Service StringName - Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the NetworkAnchor was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the NetworkAnchor was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - external
Location String
Supporting Types
GetMulticloudNetworkAnchorCloudServiceProviderMetadataItem
- Cidr
Blocks List<string> - An Azure/GCP/AWS cidrBlocks
- Dns
Forwarding List<object>Configs - DNS domain ip mapping forwarding configuration
- Network
Anchor stringUri - CSP network anchor Uri
- Odb
Network stringId - CSP oracle database network anchor unique ID/name
- Region string
- Azure/GCP/AWS region
- Cidr
Blocks []string - An Azure/GCP/AWS cidrBlocks
- Dns
Forwarding []interface{}Configs - DNS domain ip mapping forwarding configuration
- Network
Anchor stringUri - CSP network anchor Uri
- Odb
Network stringId - CSP oracle database network anchor unique ID/name
- Region string
- Azure/GCP/AWS region
- cidr
Blocks List<String> - An Azure/GCP/AWS cidrBlocks
- dns
Forwarding List<Object>Configs - DNS domain ip mapping forwarding configuration
- network
Anchor StringUri - CSP network anchor Uri
- odb
Network StringId - CSP oracle database network anchor unique ID/name
- region String
- Azure/GCP/AWS region
- cidr
Blocks string[] - An Azure/GCP/AWS cidrBlocks
- dns
Forwarding any[]Configs - DNS domain ip mapping forwarding configuration
- network
Anchor stringUri - CSP network anchor Uri
- odb
Network stringId - CSP oracle database network anchor unique ID/name
- region string
- Azure/GCP/AWS region
- cidr_
blocks Sequence[str] - An Azure/GCP/AWS cidrBlocks
- dns_
forwarding_ Sequence[Any]configs - DNS domain ip mapping forwarding configuration
- network_
anchor_ struri - CSP network anchor Uri
- odb_
network_ strid - CSP oracle database network anchor unique ID/name
- region str
- Azure/GCP/AWS region
- cidr
Blocks List<String> - An Azure/GCP/AWS cidrBlocks
- dns
Forwarding List<Any>Configs - DNS domain ip mapping forwarding configuration
- network
Anchor StringUri - CSP network anchor Uri
- odb
Network StringId - CSP oracle database network anchor unique ID/name
- region String
- Azure/GCP/AWS region
GetMulticloudNetworkAnchorOciMetadataItem
- Dns
List<Get
Multicloud Network Anchor Oci Metadata Item Dn> - Oracle Cloud Infrastructure network anchor related meta data items
- Dns
Forwarding List<object>Configs - DNS domain ip mapping forwarding configuration
- Dns
Forwarding stringEndpoint Ip Address - The DNS Listener Forwarding Address.
- Dns
Listening stringEndpoint Ip Address - The DNS Listener Endpoint Address.
- Network
Anchor stringConnection Status - This can be merge to lifecycleState CONNECTED - Partner and CSI information is assigned and MulticloudLink provisioned. DISCONNECTED - Only partner cloud information is assigned. CONNECTING - Oracle Cloud Infrastructure information is assigned and the control plane is provisioning resources. ACTIVE - Network anchor is connected and resources (VNICs) exist within a subnet. ERROR - DRG attach fails during connection. FAILED - Network anchor creation failed NEEDS_ATTENTION - Network anchor is in temporary bad state UPDATING - Network anchor is getting updated. DELETING - Network anchor is getting deleted DELETED - A connected network anchor is deleted.
- Subnets
List<Get
Multicloud Network Anchor Oci Metadata Item Subnet> - Network subnets
- Vcns
List<Get
Multicloud Network Anchor Oci Metadata Item Vcn> - Oracle Cloud Infrastructure VCN basic information object. It is optional and planned to used for future for network anchor
- Dns
[]Get
Multicloud Network Anchor Oci Metadata Item Dn - Oracle Cloud Infrastructure network anchor related meta data items
- Dns
Forwarding []interface{}Configs - DNS domain ip mapping forwarding configuration
- Dns
Forwarding stringEndpoint Ip Address - The DNS Listener Forwarding Address.
- Dns
Listening stringEndpoint Ip Address - The DNS Listener Endpoint Address.
- Network
Anchor stringConnection Status - This can be merge to lifecycleState CONNECTED - Partner and CSI information is assigned and MulticloudLink provisioned. DISCONNECTED - Only partner cloud information is assigned. CONNECTING - Oracle Cloud Infrastructure information is assigned and the control plane is provisioning resources. ACTIVE - Network anchor is connected and resources (VNICs) exist within a subnet. ERROR - DRG attach fails during connection. FAILED - Network anchor creation failed NEEDS_ATTENTION - Network anchor is in temporary bad state UPDATING - Network anchor is getting updated. DELETING - Network anchor is getting deleted DELETED - A connected network anchor is deleted.
- Subnets
[]Get
Multicloud Network Anchor Oci Metadata Item Subnet - Network subnets
- Vcns
[]Get
Multicloud Network Anchor Oci Metadata Item Vcn - Oracle Cloud Infrastructure VCN basic information object. It is optional and planned to used for future for network anchor
- dns
List<Get
Multicloud Network Anchor Oci Metadata Item Dn> - Oracle Cloud Infrastructure network anchor related meta data items
- dns
Forwarding List<Object>Configs - DNS domain ip mapping forwarding configuration
- dns
Forwarding StringEndpoint Ip Address - The DNS Listener Forwarding Address.
- dns
Listening StringEndpoint Ip Address - The DNS Listener Endpoint Address.
- network
Anchor StringConnection Status - This can be merge to lifecycleState CONNECTED - Partner and CSI information is assigned and MulticloudLink provisioned. DISCONNECTED - Only partner cloud information is assigned. CONNECTING - Oracle Cloud Infrastructure information is assigned and the control plane is provisioning resources. ACTIVE - Network anchor is connected and resources (VNICs) exist within a subnet. ERROR - DRG attach fails during connection. FAILED - Network anchor creation failed NEEDS_ATTENTION - Network anchor is in temporary bad state UPDATING - Network anchor is getting updated. DELETING - Network anchor is getting deleted DELETED - A connected network anchor is deleted.
- subnets
List<Get
Multicloud Network Anchor Oci Metadata Item Subnet> - Network subnets
- vcns
List<Get
Multicloud Network Anchor Oci Metadata Item Vcn> - Oracle Cloud Infrastructure VCN basic information object. It is optional and planned to used for future for network anchor
- dns
Get
Multicloud Network Anchor Oci Metadata Item Dn[] - Oracle Cloud Infrastructure network anchor related meta data items
- dns
Forwarding any[]Configs - DNS domain ip mapping forwarding configuration
- dns
Forwarding stringEndpoint Ip Address - The DNS Listener Forwarding Address.
- dns
Listening stringEndpoint Ip Address - The DNS Listener Endpoint Address.
- network
Anchor stringConnection Status - This can be merge to lifecycleState CONNECTED - Partner and CSI information is assigned and MulticloudLink provisioned. DISCONNECTED - Only partner cloud information is assigned. CONNECTING - Oracle Cloud Infrastructure information is assigned and the control plane is provisioning resources. ACTIVE - Network anchor is connected and resources (VNICs) exist within a subnet. ERROR - DRG attach fails during connection. FAILED - Network anchor creation failed NEEDS_ATTENTION - Network anchor is in temporary bad state UPDATING - Network anchor is getting updated. DELETING - Network anchor is getting deleted DELETED - A connected network anchor is deleted.
- subnets
Get
Multicloud Network Anchor Oci Metadata Item Subnet[] - Network subnets
- vcns
Get
Multicloud Network Anchor Oci Metadata Item Vcn[] - Oracle Cloud Infrastructure VCN basic information object. It is optional and planned to used for future for network anchor
- dns
Sequence[Get
Multicloud Network Anchor Oci Metadata Item Dn] - Oracle Cloud Infrastructure network anchor related meta data items
- dns_
forwarding_ Sequence[Any]configs - DNS domain ip mapping forwarding configuration
- dns_
forwarding_ strendpoint_ ip_ address - The DNS Listener Forwarding Address.
- dns_
listening_ strendpoint_ ip_ address - The DNS Listener Endpoint Address.
- network_
anchor_ strconnection_ status - This can be merge to lifecycleState CONNECTED - Partner and CSI information is assigned and MulticloudLink provisioned. DISCONNECTED - Only partner cloud information is assigned. CONNECTING - Oracle Cloud Infrastructure information is assigned and the control plane is provisioning resources. ACTIVE - Network anchor is connected and resources (VNICs) exist within a subnet. ERROR - DRG attach fails during connection. FAILED - Network anchor creation failed NEEDS_ATTENTION - Network anchor is in temporary bad state UPDATING - Network anchor is getting updated. DELETING - Network anchor is getting deleted DELETED - A connected network anchor is deleted.
- subnets
Sequence[Get
Multicloud Network Anchor Oci Metadata Item Subnet] - Network subnets
- vcns
Sequence[Get
Multicloud Network Anchor Oci Metadata Item Vcn] - Oracle Cloud Infrastructure VCN basic information object. It is optional and planned to used for future for network anchor
- dns List<Property Map>
- Oracle Cloud Infrastructure network anchor related meta data items
- dns
Forwarding List<Any>Configs - DNS domain ip mapping forwarding configuration
- dns
Forwarding StringEndpoint Ip Address - The DNS Listener Forwarding Address.
- dns
Listening StringEndpoint Ip Address - The DNS Listener Endpoint Address.
- network
Anchor StringConnection Status - This can be merge to lifecycleState CONNECTED - Partner and CSI information is assigned and MulticloudLink provisioned. DISCONNECTED - Only partner cloud information is assigned. CONNECTING - Oracle Cloud Infrastructure information is assigned and the control plane is provisioning resources. ACTIVE - Network anchor is connected and resources (VNICs) exist within a subnet. ERROR - DRG attach fails during connection. FAILED - Network anchor creation failed NEEDS_ATTENTION - Network anchor is in temporary bad state UPDATING - Network anchor is getting updated. DELETING - Network anchor is getting deleted DELETED - A connected network anchor is deleted.
- subnets List<Property Map>
- Network subnets
- vcns List<Property Map>
- Oracle Cloud Infrastructure VCN basic information object. It is optional and planned to used for future for network anchor
GetMulticloudNetworkAnchorOciMetadataItemDn
- Custom
Domain stringName - Full custom domain name. If this field is passed dnsLabel will be ignored
- Custom
Domain stringName - Full custom domain name. If this field is passed dnsLabel will be ignored
- custom
Domain StringName - Full custom domain name. If this field is passed dnsLabel will be ignored
- custom
Domain stringName - Full custom domain name. If this field is passed dnsLabel will be ignored
- custom_
domain_ strname - Full custom domain name. If this field is passed dnsLabel will be ignored
- custom
Domain StringName - Full custom domain name. If this field is passed dnsLabel will be ignored
GetMulticloudNetworkAnchorOciMetadataItemSubnet
GetMulticloudNetworkAnchorOciMetadataItemVcn
- Backup
Cidr List<string>Blocks - Oracle Cloud Infrastructure backup cidr block. CSP can set this property It's optional only if disconnect anchor is allowed. IPv4 CIDR blocks for the VCN that meet the following criteria Type: [string (length: 1–32), ...] The CIDR blocks must be valid. They must not overlap with each other or with the on-premises network CIDR block.
- Cidr
Blocks List<string> - An Azure/GCP/AWS cidrBlocks
- Dns
Label string - Oracle Cloud Infrastructure DNS label. This is optional if DNS config is provided.
- Vcn
Id string - Oracle Cloud Infrastructure VCN OCID. CSP can not set this property.
- Backup
Cidr []stringBlocks - Oracle Cloud Infrastructure backup cidr block. CSP can set this property It's optional only if disconnect anchor is allowed. IPv4 CIDR blocks for the VCN that meet the following criteria Type: [string (length: 1–32), ...] The CIDR blocks must be valid. They must not overlap with each other or with the on-premises network CIDR block.
- Cidr
Blocks []string - An Azure/GCP/AWS cidrBlocks
- Dns
Label string - Oracle Cloud Infrastructure DNS label. This is optional if DNS config is provided.
- Vcn
Id string - Oracle Cloud Infrastructure VCN OCID. CSP can not set this property.
- backup
Cidr List<String>Blocks - Oracle Cloud Infrastructure backup cidr block. CSP can set this property It's optional only if disconnect anchor is allowed. IPv4 CIDR blocks for the VCN that meet the following criteria Type: [string (length: 1–32), ...] The CIDR blocks must be valid. They must not overlap with each other or with the on-premises network CIDR block.
- cidr
Blocks List<String> - An Azure/GCP/AWS cidrBlocks
- dns
Label String - Oracle Cloud Infrastructure DNS label. This is optional if DNS config is provided.
- vcn
Id String - Oracle Cloud Infrastructure VCN OCID. CSP can not set this property.
- backup
Cidr string[]Blocks - Oracle Cloud Infrastructure backup cidr block. CSP can set this property It's optional only if disconnect anchor is allowed. IPv4 CIDR blocks for the VCN that meet the following criteria Type: [string (length: 1–32), ...] The CIDR blocks must be valid. They must not overlap with each other or with the on-premises network CIDR block.
- cidr
Blocks string[] - An Azure/GCP/AWS cidrBlocks
- dns
Label string - Oracle Cloud Infrastructure DNS label. This is optional if DNS config is provided.
- vcn
Id string - Oracle Cloud Infrastructure VCN OCID. CSP can not set this property.
- backup_
cidr_ Sequence[str]blocks - Oracle Cloud Infrastructure backup cidr block. CSP can set this property It's optional only if disconnect anchor is allowed. IPv4 CIDR blocks for the VCN that meet the following criteria Type: [string (length: 1–32), ...] The CIDR blocks must be valid. They must not overlap with each other or with the on-premises network CIDR block.
- cidr_
blocks Sequence[str] - An Azure/GCP/AWS cidrBlocks
- dns_
label str - Oracle Cloud Infrastructure DNS label. This is optional if DNS config is provided.
- vcn_
id str - Oracle Cloud Infrastructure VCN OCID. CSP can not set this property.
- backup
Cidr List<String>Blocks - Oracle Cloud Infrastructure backup cidr block. CSP can set this property It's optional only if disconnect anchor is allowed. IPv4 CIDR blocks for the VCN that meet the following criteria Type: [string (length: 1–32), ...] The CIDR blocks must be valid. They must not overlap with each other or with the on-premises network CIDR block.
- cidr
Blocks List<String> - An Azure/GCP/AWS cidrBlocks
- dns
Label String - Oracle Cloud Infrastructure DNS label. This is optional if DNS config is provided.
- vcn
Id String - Oracle Cloud Infrastructure VCN OCID. CSP can not set this property.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Oracle Cloud Infrastructure v3.11.1 published on Friday, Nov 14, 2025 by Pulumi
