1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. oci
  5. getMulticloudNetworkAnchor
Oracle Cloud Infrastructure v3.11.1 published on Friday, Nov 14, 2025 by Pulumi
oci logo
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 dictionary

    The following arguments are supported:

    NetworkAnchorId string
    The OCID of the NetworkAnchor.
    SubscriptionId string
    The OCID of the subscription in which to list resources.
    SubscriptionServiceName string
    The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
    ExternalLocation string
    OMHub Control Plane must know underlying CSP CP Region External Location Name.
    NetworkAnchorId string
    The OCID of the NetworkAnchor.
    SubscriptionId string
    The OCID of the subscription in which to list resources.
    SubscriptionServiceName string
    The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
    ExternalLocation string
    OMHub Control Plane must know underlying CSP CP Region External Location Name.
    networkAnchorId String
    The OCID of the NetworkAnchor.
    subscriptionId String
    The OCID of the subscription in which to list resources.
    subscriptionServiceName String
    The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
    externalLocation String
    OMHub Control Plane must know underlying CSP CP Region External Location Name.
    networkAnchorId string
    The OCID of the NetworkAnchor.
    subscriptionId string
    The OCID of the subscription in which to list resources.
    subscriptionServiceName string
    The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
    externalLocation string
    OMHub Control Plane must know underlying CSP CP Region External Location Name.
    network_anchor_id str
    The OCID of the NetworkAnchor.
    subscription_id str
    The OCID of the subscription in which to list resources.
    subscription_service_name str
    The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
    external_location str
    OMHub Control Plane must know underlying CSP CP Region External Location Name.
    networkAnchorId String
    The OCID of the NetworkAnchor.
    subscriptionId String
    The OCID of the subscription in which to list resources.
    subscriptionServiceName String
    The subscription service name values from [ORACLEDBATAZURE, ORACLEDBATGOOGLE, ORACLEDBATAWS]
    externalLocation String
    OMHub Control Plane must know underlying CSP CP Region External Location Name.

    getMulticloudNetworkAnchor Result

    The following output properties are available:

    CloudServiceProviderMetadataItems List<GetMulticloudNetworkAnchorCloudServiceProviderMetadataItem>
    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
    ClusterPlacementGroupId string
    The CPG ID in which Network Anchor will be created.
    CompartmentId string
    The OCID of the compartment.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable.
    FreeformTags 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.
    LifecycleDetails 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.
    NetworkAnchorId string
    NetworkAnchorLifecycleState string
    The current state of the NetworkAnchor.
    OciMetadataItems List<GetMulticloudNetworkAnchorOciMetadataItem>
    Oracle Cloud Infrastructure network anchor related meta data items
    ResourceAnchorId string
    Oracle Cloud Infrastructure resource anchor Id (OCID).
    SetupMode 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
    SubscriptionId string
    SubscriptionServiceName string
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the NetworkAnchor was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the NetworkAnchor was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    ExternalLocation string
    CloudServiceProviderMetadataItems []GetMulticloudNetworkAnchorCloudServiceProviderMetadataItem
    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
    ClusterPlacementGroupId string
    The CPG ID in which Network Anchor will be created.
    CompartmentId string
    The OCID of the compartment.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable.
    FreeformTags 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.
    LifecycleDetails 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.
    NetworkAnchorId string
    NetworkAnchorLifecycleState string
    The current state of the NetworkAnchor.
    OciMetadataItems []GetMulticloudNetworkAnchorOciMetadataItem
    Oracle Cloud Infrastructure network anchor related meta data items
    ResourceAnchorId string
    Oracle Cloud Infrastructure resource anchor Id (OCID).
    SetupMode 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
    SubscriptionId string
    SubscriptionServiceName string
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the NetworkAnchor was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the NetworkAnchor was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    ExternalLocation string
    cloudServiceProviderMetadataItems List<GetMulticloudNetworkAnchorCloudServiceProviderMetadataItem>
    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
    clusterPlacementGroupId String
    The CPG ID in which Network Anchor will be created.
    compartmentId String
    The OCID of the compartment.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable.
    freeformTags 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.
    lifecycleDetails 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.
    networkAnchorId String
    networkAnchorLifecycleState String
    The current state of the NetworkAnchor.
    ociMetadataItems List<GetMulticloudNetworkAnchorOciMetadataItem>
    Oracle Cloud Infrastructure network anchor related meta data items
    resourceAnchorId String
    Oracle Cloud Infrastructure resource anchor Id (OCID).
    setupMode 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
    subscriptionId String
    subscriptionServiceName String
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the NetworkAnchor was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the NetworkAnchor was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    externalLocation String
    cloudServiceProviderMetadataItems GetMulticloudNetworkAnchorCloudServiceProviderMetadataItem[]
    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
    clusterPlacementGroupId string
    The CPG ID in which Network Anchor will be created.
    compartmentId string
    The OCID of the compartment.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName string
    A user-friendly name. Does not have to be unique, and it's changeable.
    freeformTags {[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.
    lifecycleDetails 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.
    networkAnchorId string
    networkAnchorLifecycleState string
    The current state of the NetworkAnchor.
    ociMetadataItems GetMulticloudNetworkAnchorOciMetadataItem[]
    Oracle Cloud Infrastructure network anchor related meta data items
    resourceAnchorId string
    Oracle Cloud Infrastructure resource anchor Id (OCID).
    setupMode 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
    subscriptionId string
    subscriptionServiceName string
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The date and time the NetworkAnchor was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated string
    The date and time the NetworkAnchor was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    externalLocation string
    cloud_service_provider_metadata_items Sequence[GetMulticloudNetworkAnchorCloudServiceProviderMetadataItem]
    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_group_id str
    The CPG ID in which Network Anchor will be created.
    compartment_id str
    The OCID of the compartment.
    defined_tags 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.
    freeform_tags 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_id str
    network_anchor_lifecycle_state str
    The current state of the NetworkAnchor.
    oci_metadata_items Sequence[GetMulticloudNetworkAnchorOciMetadataItem]
    Oracle Cloud Infrastructure network anchor related meta data items
    resource_anchor_id str
    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_name str
    system_tags 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
    cloudServiceProviderMetadataItems List<Property Map>
    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
    clusterPlacementGroupId String
    The CPG ID in which Network Anchor will be created.
    compartmentId String
    The OCID of the compartment.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable.
    freeformTags 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.
    lifecycleDetails 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.
    networkAnchorId String
    networkAnchorLifecycleState String
    The current state of the NetworkAnchor.
    ociMetadataItems List<Property Map>
    Oracle Cloud Infrastructure network anchor related meta data items
    resourceAnchorId String
    Oracle Cloud Infrastructure resource anchor Id (OCID).
    setupMode 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
    subscriptionId String
    subscriptionServiceName String
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the NetworkAnchor was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the NetworkAnchor was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    externalLocation String

    Supporting Types

    GetMulticloudNetworkAnchorCloudServiceProviderMetadataItem

    CidrBlocks List<string>
    An Azure/GCP/AWS cidrBlocks
    DnsForwardingConfigs List<object>
    DNS domain ip mapping forwarding configuration
    NetworkAnchorUri string
    CSP network anchor Uri
    OdbNetworkId string
    CSP oracle database network anchor unique ID/name
    Region string
    Azure/GCP/AWS region
    CidrBlocks []string
    An Azure/GCP/AWS cidrBlocks
    DnsForwardingConfigs []interface{}
    DNS domain ip mapping forwarding configuration
    NetworkAnchorUri string
    CSP network anchor Uri
    OdbNetworkId string
    CSP oracle database network anchor unique ID/name
    Region string
    Azure/GCP/AWS region
    cidrBlocks List<String>
    An Azure/GCP/AWS cidrBlocks
    dnsForwardingConfigs List<Object>
    DNS domain ip mapping forwarding configuration
    networkAnchorUri String
    CSP network anchor Uri
    odbNetworkId String
    CSP oracle database network anchor unique ID/name
    region String
    Azure/GCP/AWS region
    cidrBlocks string[]
    An Azure/GCP/AWS cidrBlocks
    dnsForwardingConfigs any[]
    DNS domain ip mapping forwarding configuration
    networkAnchorUri string
    CSP network anchor Uri
    odbNetworkId string
    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_configs Sequence[Any]
    DNS domain ip mapping forwarding configuration
    network_anchor_uri str
    CSP network anchor Uri
    odb_network_id str
    CSP oracle database network anchor unique ID/name
    region str
    Azure/GCP/AWS region
    cidrBlocks List<String>
    An Azure/GCP/AWS cidrBlocks
    dnsForwardingConfigs List<Any>
    DNS domain ip mapping forwarding configuration
    networkAnchorUri String
    CSP network anchor Uri
    odbNetworkId String
    CSP oracle database network anchor unique ID/name
    region String
    Azure/GCP/AWS region

    GetMulticloudNetworkAnchorOciMetadataItem

    Dns List<GetMulticloudNetworkAnchorOciMetadataItemDn>
    Oracle Cloud Infrastructure network anchor related meta data items
    DnsForwardingConfigs List<object>
    DNS domain ip mapping forwarding configuration
    DnsForwardingEndpointIpAddress string
    The DNS Listener Forwarding Address.
    DnsListeningEndpointIpAddress string
    The DNS Listener Endpoint Address.
    NetworkAnchorConnectionStatus string
    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<GetMulticloudNetworkAnchorOciMetadataItemSubnet>
    Network subnets
    Vcns List<GetMulticloudNetworkAnchorOciMetadataItemVcn>
    Oracle Cloud Infrastructure VCN basic information object. It is optional and planned to used for future for network anchor
    Dns []GetMulticloudNetworkAnchorOciMetadataItemDn
    Oracle Cloud Infrastructure network anchor related meta data items
    DnsForwardingConfigs []interface{}
    DNS domain ip mapping forwarding configuration
    DnsForwardingEndpointIpAddress string
    The DNS Listener Forwarding Address.
    DnsListeningEndpointIpAddress string
    The DNS Listener Endpoint Address.
    NetworkAnchorConnectionStatus string
    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 []GetMulticloudNetworkAnchorOciMetadataItemSubnet
    Network subnets
    Vcns []GetMulticloudNetworkAnchorOciMetadataItemVcn
    Oracle Cloud Infrastructure VCN basic information object. It is optional and planned to used for future for network anchor
    dns List<GetMulticloudNetworkAnchorOciMetadataItemDn>
    Oracle Cloud Infrastructure network anchor related meta data items
    dnsForwardingConfigs List<Object>
    DNS domain ip mapping forwarding configuration
    dnsForwardingEndpointIpAddress String
    The DNS Listener Forwarding Address.
    dnsListeningEndpointIpAddress String
    The DNS Listener Endpoint Address.
    networkAnchorConnectionStatus String
    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<GetMulticloudNetworkAnchorOciMetadataItemSubnet>
    Network subnets
    vcns List<GetMulticloudNetworkAnchorOciMetadataItemVcn>
    Oracle Cloud Infrastructure VCN basic information object. It is optional and planned to used for future for network anchor
    dns GetMulticloudNetworkAnchorOciMetadataItemDn[]
    Oracle Cloud Infrastructure network anchor related meta data items
    dnsForwardingConfigs any[]
    DNS domain ip mapping forwarding configuration
    dnsForwardingEndpointIpAddress string
    The DNS Listener Forwarding Address.
    dnsListeningEndpointIpAddress string
    The DNS Listener Endpoint Address.
    networkAnchorConnectionStatus string
    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 GetMulticloudNetworkAnchorOciMetadataItemSubnet[]
    Network subnets
    vcns GetMulticloudNetworkAnchorOciMetadataItemVcn[]
    Oracle Cloud Infrastructure VCN basic information object. It is optional and planned to used for future for network anchor
    dns Sequence[GetMulticloudNetworkAnchorOciMetadataItemDn]
    Oracle Cloud Infrastructure network anchor related meta data items
    dns_forwarding_configs Sequence[Any]
    DNS domain ip mapping forwarding configuration
    dns_forwarding_endpoint_ip_address str
    The DNS Listener Forwarding Address.
    dns_listening_endpoint_ip_address str
    The DNS Listener Endpoint Address.
    network_anchor_connection_status str
    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[GetMulticloudNetworkAnchorOciMetadataItemSubnet]
    Network subnets
    vcns Sequence[GetMulticloudNetworkAnchorOciMetadataItemVcn]
    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
    dnsForwardingConfigs List<Any>
    DNS domain ip mapping forwarding configuration
    dnsForwardingEndpointIpAddress String
    The DNS Listener Forwarding Address.
    dnsListeningEndpointIpAddress String
    The DNS Listener Endpoint Address.
    networkAnchorConnectionStatus String
    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

    CustomDomainName string
    Full custom domain name. If this field is passed dnsLabel will be ignored
    CustomDomainName string
    Full custom domain name. If this field is passed dnsLabel will be ignored
    customDomainName String
    Full custom domain name. If this field is passed dnsLabel will be ignored
    customDomainName string
    Full custom domain name. If this field is passed dnsLabel will be ignored
    custom_domain_name str
    Full custom domain name. If this field is passed dnsLabel will be ignored
    customDomainName String
    Full custom domain name. If this field is passed dnsLabel will be ignored

    GetMulticloudNetworkAnchorOciMetadataItemSubnet

    Label string
    Subnet label. CSP can set this property
    SubnetId string
    OCID for existing the subnet. CSP can not set this property.
    Type string
    Defines if the subnet is the primary or backup for the network
    Label string
    Subnet label. CSP can set this property
    SubnetId string
    OCID for existing the subnet. CSP can not set this property.
    Type string
    Defines if the subnet is the primary or backup for the network
    label String
    Subnet label. CSP can set this property
    subnetId String
    OCID for existing the subnet. CSP can not set this property.
    type String
    Defines if the subnet is the primary or backup for the network
    label string
    Subnet label. CSP can set this property
    subnetId string
    OCID for existing the subnet. CSP can not set this property.
    type string
    Defines if the subnet is the primary or backup for the network
    label str
    Subnet label. CSP can set this property
    subnet_id str
    OCID for existing the subnet. CSP can not set this property.
    type str
    Defines if the subnet is the primary or backup for the network
    label String
    Subnet label. CSP can set this property
    subnetId String
    OCID for existing the subnet. CSP can not set this property.
    type String
    Defines if the subnet is the primary or backup for the network

    GetMulticloudNetworkAnchorOciMetadataItemVcn

    BackupCidrBlocks List<string>
    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.
    CidrBlocks List<string>
    An Azure/GCP/AWS cidrBlocks
    DnsLabel string
    Oracle Cloud Infrastructure DNS label. This is optional if DNS config is provided.
    VcnId string
    Oracle Cloud Infrastructure VCN OCID. CSP can not set this property.
    BackupCidrBlocks []string
    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.
    CidrBlocks []string
    An Azure/GCP/AWS cidrBlocks
    DnsLabel string
    Oracle Cloud Infrastructure DNS label. This is optional if DNS config is provided.
    VcnId string
    Oracle Cloud Infrastructure VCN OCID. CSP can not set this property.
    backupCidrBlocks List<String>
    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.
    cidrBlocks List<String>
    An Azure/GCP/AWS cidrBlocks
    dnsLabel String
    Oracle Cloud Infrastructure DNS label. This is optional if DNS config is provided.
    vcnId String
    Oracle Cloud Infrastructure VCN OCID. CSP can not set this property.
    backupCidrBlocks string[]
    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.
    cidrBlocks string[]
    An Azure/GCP/AWS cidrBlocks
    dnsLabel string
    Oracle Cloud Infrastructure DNS label. This is optional if DNS config is provided.
    vcnId string
    Oracle Cloud Infrastructure VCN OCID. CSP can not set this property.
    backup_cidr_blocks Sequence[str]
    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.
    backupCidrBlocks List<String>
    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.
    cidrBlocks List<String>
    An Azure/GCP/AWS cidrBlocks
    dnsLabel String
    Oracle Cloud Infrastructure DNS label. This is optional if DNS config is provided.
    vcnId 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 oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.11.1 published on Friday, Nov 14, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate