oci.DisasterRecovery.getDrProtectionGroup
Explore with Pulumi AI
This data source provides details about a specific Dr Protection Group resource in Oracle Cloud Infrastructure Disaster Recovery service.
Get the DR Protection Group identified by drProtectionGroupId.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testDrProtectionGroup = Oci.DisasterRecovery.GetDrProtectionGroup.Invoke(new()
{
DrProtectionGroupId = oci_disaster_recovery_dr_protection_group.Test_dr_protection_group.Id,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/DisasterRecovery"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DisasterRecovery.GetDrProtectionGroup(ctx, &disasterrecovery.GetDrProtectionGroupArgs{
DrProtectionGroupId: oci_disaster_recovery_dr_protection_group.Test_dr_protection_group.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DisasterRecovery.DisasterRecoveryFunctions;
import com.pulumi.oci.DisasterRecovery.inputs.GetDrProtectionGroupArgs;
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 testDrProtectionGroup = DisasterRecoveryFunctions.getDrProtectionGroup(GetDrProtectionGroupArgs.builder()
.drProtectionGroupId(oci_disaster_recovery_dr_protection_group.test_dr_protection_group().id())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_dr_protection_group = oci.DisasterRecovery.get_dr_protection_group(dr_protection_group_id=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDrProtectionGroup = oci.DisasterRecovery.getDrProtectionGroup({
drProtectionGroupId: oci_disaster_recovery_dr_protection_group.test_dr_protection_group.id,
});
variables:
testDrProtectionGroup:
fn::invoke:
Function: oci:DisasterRecovery:getDrProtectionGroup
Arguments:
drProtectionGroupId: ${oci_disaster_recovery_dr_protection_group.test_dr_protection_group.id}
Using getDrProtectionGroup
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 getDrProtectionGroup(args: GetDrProtectionGroupArgs, opts?: InvokeOptions): Promise<GetDrProtectionGroupResult>
function getDrProtectionGroupOutput(args: GetDrProtectionGroupOutputArgs, opts?: InvokeOptions): Output<GetDrProtectionGroupResult>
def get_dr_protection_group(dr_protection_group_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDrProtectionGroupResult
def get_dr_protection_group_output(dr_protection_group_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDrProtectionGroupResult]
func GetDrProtectionGroup(ctx *Context, args *GetDrProtectionGroupArgs, opts ...InvokeOption) (*GetDrProtectionGroupResult, error)
func GetDrProtectionGroupOutput(ctx *Context, args *GetDrProtectionGroupOutputArgs, opts ...InvokeOption) GetDrProtectionGroupResultOutput
> Note: This function is named GetDrProtectionGroup
in the Go SDK.
public static class GetDrProtectionGroup
{
public static Task<GetDrProtectionGroupResult> InvokeAsync(GetDrProtectionGroupArgs args, InvokeOptions? opts = null)
public static Output<GetDrProtectionGroupResult> Invoke(GetDrProtectionGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDrProtectionGroupResult> getDrProtectionGroup(GetDrProtectionGroupArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DisasterRecovery/getDrProtectionGroup:getDrProtectionGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Dr
Protection stringGroup Id The OCID of the DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.phx.exampleocid
- Dr
Protection stringGroup Id The OCID of the DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.phx.exampleocid
- dr
Protection StringGroup Id The OCID of the DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.phx.exampleocid
- dr
Protection stringGroup Id The OCID of the DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.phx.exampleocid
- dr_
protection_ strgroup_ id The OCID of the DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.phx.exampleocid
- dr
Protection StringGroup Id The OCID of the DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.phx.exampleocid
getDrProtectionGroup Result
The following output properties are available:
- Associations
List<Get
Dr Protection Group Association> - Compartment
Id string The OCID of the compartment containing the DR Protection Group. Example:
ocid1.compartment.oc1..exampleocid1
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"Operations.CostCenter": "42"}
- Disassociate
Trigger int - Display
Name string The display name of the DR Protection Group. Example:
EBS PHX DRPG
- Dr
Protection stringGroup Id - Dictionary<string, object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"Department": "Finance"}
- Id string
The OCID of the DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.phx.exampleocid1
- Life
Cycle stringDetails A message describing the DR Protection Group's current state in more detail.
- Log
Locations List<GetDr Protection Group Log Location> Information about an Object Storage log location for a DR Protection Group.
- Members
List<Get
Dr Protection Group Member> A list of DR Protection Group members.
- Peer
Id string The OCID of the peer (remote) DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.iad.exampleocid2
- Peer
Region string The region of the peer (remote) DR Protection Group. Example:
us-ashburn-1
- Role string
The role of the DR Protection Group.
- State string
The current state of the DR Protection Group.
- Dictionary<string, object>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The date and time the DR Protection Group was created. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- Time
Updated string The date and time the DR Protection Group was updated. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- Associations
[]Get
Dr Protection Group Association - Compartment
Id string The OCID of the compartment containing the DR Protection Group. Example:
ocid1.compartment.oc1..exampleocid1
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"Operations.CostCenter": "42"}
- Disassociate
Trigger int - Display
Name string The display name of the DR Protection Group. Example:
EBS PHX DRPG
- Dr
Protection stringGroup Id - map[string]interface{}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"Department": "Finance"}
- Id string
The OCID of the DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.phx.exampleocid1
- Life
Cycle stringDetails A message describing the DR Protection Group's current state in more detail.
- Log
Locations []GetDr Protection Group Log Location Information about an Object Storage log location for a DR Protection Group.
- Members
[]Get
Dr Protection Group Member A list of DR Protection Group members.
- Peer
Id string The OCID of the peer (remote) DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.iad.exampleocid2
- Peer
Region string The region of the peer (remote) DR Protection Group. Example:
us-ashburn-1
- Role string
The role of the DR Protection Group.
- State string
The current state of the DR Protection Group.
- map[string]interface{}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The date and time the DR Protection Group was created. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- Time
Updated string The date and time the DR Protection Group was updated. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- associations
List<Get
Dr Protection Group Association> - compartment
Id String The OCID of the compartment containing the DR Protection Group. Example:
ocid1.compartment.oc1..exampleocid1
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"Operations.CostCenter": "42"}
- disassociate
Trigger Integer - display
Name String The display name of the DR Protection Group. Example:
EBS PHX DRPG
- dr
Protection StringGroup Id - Map<String,Object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"Department": "Finance"}
- id String
The OCID of the DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.phx.exampleocid1
- life
Cycle StringDetails A message describing the DR Protection Group's current state in more detail.
- log
Locations List<GetDr Protection Group Log Location> Information about an Object Storage log location for a DR Protection Group.
- members
List<Get
Dr Protection Group Member> A list of DR Protection Group members.
- peer
Id String The OCID of the peer (remote) DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.iad.exampleocid2
- peer
Region String The region of the peer (remote) DR Protection Group. Example:
us-ashburn-1
- role String
The role of the DR Protection Group.
- state String
The current state of the DR Protection Group.
- Map<String,Object>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The date and time the DR Protection Group was created. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time
Updated String The date and time the DR Protection Group was updated. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- associations
Get
Dr Protection Group Association[] - compartment
Id string The OCID of the compartment containing the DR Protection Group. Example:
ocid1.compartment.oc1..exampleocid1
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"Operations.CostCenter": "42"}
- disassociate
Trigger number - display
Name string The display name of the DR Protection Group. Example:
EBS PHX DRPG
- dr
Protection stringGroup Id - {[key: string]: any}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"Department": "Finance"}
- id string
The OCID of the DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.phx.exampleocid1
- life
Cycle stringDetails A message describing the DR Protection Group's current state in more detail.
- log
Locations GetDr Protection Group Log Location[] Information about an Object Storage log location for a DR Protection Group.
- members
Get
Dr Protection Group Member[] A list of DR Protection Group members.
- peer
Id string The OCID of the peer (remote) DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.iad.exampleocid2
- peer
Region string The region of the peer (remote) DR Protection Group. Example:
us-ashburn-1
- role string
The role of the DR Protection Group.
- state string
The current state of the DR Protection Group.
- {[key: string]: any}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string The date and time the DR Protection Group was created. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time
Updated string The date and time the DR Protection Group was updated. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- associations
Get
Dr Protection Group Association] - compartment_
id str The OCID of the compartment containing the DR Protection Group. Example:
ocid1.compartment.oc1..exampleocid1
- Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"Operations.CostCenter": "42"}
- disassociate_
trigger int - display_
name str The display name of the DR Protection Group. Example:
EBS PHX DRPG
- dr_
protection_ strgroup_ id - Mapping[str, Any]
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"Department": "Finance"}
- id str
The OCID of the DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.phx.exampleocid1
- life_
cycle_ strdetails A message describing the DR Protection Group's current state in more detail.
- log_
locations GetDr Protection Group Log Location] Information about an Object Storage log location for a DR Protection Group.
- members
Get
Dr Protection Group Member] A list of DR Protection Group members.
- peer_
id str The OCID of the peer (remote) DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.iad.exampleocid2
- peer_
region str The region of the peer (remote) DR Protection Group. Example:
us-ashburn-1
- role str
The role of the DR Protection Group.
- state str
The current state of the DR Protection Group.
- Mapping[str, Any]
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str The date and time the DR Protection Group was created. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time_
updated str The date and time the DR Protection Group was updated. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- associations List<Property Map>
- compartment
Id String The OCID of the compartment containing the DR Protection Group. Example:
ocid1.compartment.oc1..exampleocid1
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"Operations.CostCenter": "42"}
- disassociate
Trigger Number - display
Name String The display name of the DR Protection Group. Example:
EBS PHX DRPG
- dr
Protection StringGroup Id - Map<Any>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"Department": "Finance"}
- id String
The OCID of the DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.phx.exampleocid1
- life
Cycle StringDetails A message describing the DR Protection Group's current state in more detail.
- log
Locations List<Property Map> Information about an Object Storage log location for a DR Protection Group.
- members List<Property Map>
A list of DR Protection Group members.
- peer
Id String The OCID of the peer (remote) DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.iad.exampleocid2
- peer
Region String The region of the peer (remote) DR Protection Group. Example:
us-ashburn-1
- role String
The role of the DR Protection Group.
- state String
The current state of the DR Protection Group.
- Map<Any>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The date and time the DR Protection Group was created. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time
Updated String The date and time the DR Protection Group was updated. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
Supporting Types
GetDrProtectionGroupAssociation
- Peer
Id string The OCID of the peer (remote) DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.iad.exampleocid2
- Peer
Region string The region of the peer (remote) DR Protection Group. Example:
us-ashburn-1
- Role string
The role of the DR Protection Group.
- Peer
Id string The OCID of the peer (remote) DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.iad.exampleocid2
- Peer
Region string The region of the peer (remote) DR Protection Group. Example:
us-ashburn-1
- Role string
The role of the DR Protection Group.
- peer
Id String The OCID of the peer (remote) DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.iad.exampleocid2
- peer
Region String The region of the peer (remote) DR Protection Group. Example:
us-ashburn-1
- role String
The role of the DR Protection Group.
- peer
Id string The OCID of the peer (remote) DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.iad.exampleocid2
- peer
Region string The region of the peer (remote) DR Protection Group. Example:
us-ashburn-1
- role string
The role of the DR Protection Group.
- peer_
id str The OCID of the peer (remote) DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.iad.exampleocid2
- peer_
region str The region of the peer (remote) DR Protection Group. Example:
us-ashburn-1
- role str
The role of the DR Protection Group.
- peer
Id String The OCID of the peer (remote) DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.iad.exampleocid2
- peer
Region String The region of the peer (remote) DR Protection Group. Example:
us-ashburn-1
- role String
The role of the DR Protection Group.
GetDrProtectionGroupLogLocation
GetDrProtectionGroupMember
- Destination
Compartment stringId The OCID of the compartment for this compute instance in the destination region. Example:
ocid1.compartment.oc1..exampleocid
- Destination
Dedicated stringVm Host Id The OCID of the dedicated VM Host for this compute instance in the destination region. Example:
ocid1.dedicatedvmhost.oc1.iad.exampleocid
- Is
Movable bool A flag indicating if this compute instance should be moved during DR operations. Example:
false
- Member
Id string The OCID of the member. Example:
ocid1.instance.oc1.phx.exampleocid1
- Member
Type string The type of the member.
- Password
Vault stringSecret Id The ID of the vault secret where the database password is stored. Example:
ocid1.vaultsecret.oc1.phx.exampleocid1
- Vnic
Mappings List<GetDr Protection Group Member Vnic Mapping> A list of compute instance VNIC mappings.
- Destination
Compartment stringId The OCID of the compartment for this compute instance in the destination region. Example:
ocid1.compartment.oc1..exampleocid
- Destination
Dedicated stringVm Host Id The OCID of the dedicated VM Host for this compute instance in the destination region. Example:
ocid1.dedicatedvmhost.oc1.iad.exampleocid
- Is
Movable bool A flag indicating if this compute instance should be moved during DR operations. Example:
false
- Member
Id string The OCID of the member. Example:
ocid1.instance.oc1.phx.exampleocid1
- Member
Type string The type of the member.
- Password
Vault stringSecret Id The ID of the vault secret where the database password is stored. Example:
ocid1.vaultsecret.oc1.phx.exampleocid1
- Vnic
Mappings []GetDr Protection Group Member Vnic Mapping A list of compute instance VNIC mappings.
- destination
Compartment StringId The OCID of the compartment for this compute instance in the destination region. Example:
ocid1.compartment.oc1..exampleocid
- destination
Dedicated StringVm Host Id The OCID of the dedicated VM Host for this compute instance in the destination region. Example:
ocid1.dedicatedvmhost.oc1.iad.exampleocid
- is
Movable Boolean A flag indicating if this compute instance should be moved during DR operations. Example:
false
- member
Id String The OCID of the member. Example:
ocid1.instance.oc1.phx.exampleocid1
- member
Type String The type of the member.
- password
Vault StringSecret Id The ID of the vault secret where the database password is stored. Example:
ocid1.vaultsecret.oc1.phx.exampleocid1
- vnic
Mappings List<GetDr Protection Group Member Vnic Mapping> A list of compute instance VNIC mappings.
- destination
Compartment stringId The OCID of the compartment for this compute instance in the destination region. Example:
ocid1.compartment.oc1..exampleocid
- destination
Dedicated stringVm Host Id The OCID of the dedicated VM Host for this compute instance in the destination region. Example:
ocid1.dedicatedvmhost.oc1.iad.exampleocid
- is
Movable boolean A flag indicating if this compute instance should be moved during DR operations. Example:
false
- member
Id string The OCID of the member. Example:
ocid1.instance.oc1.phx.exampleocid1
- member
Type string The type of the member.
- password
Vault stringSecret Id The ID of the vault secret where the database password is stored. Example:
ocid1.vaultsecret.oc1.phx.exampleocid1
- vnic
Mappings GetDr Protection Group Member Vnic Mapping[] A list of compute instance VNIC mappings.
- destination_
compartment_ strid The OCID of the compartment for this compute instance in the destination region. Example:
ocid1.compartment.oc1..exampleocid
- destination_
dedicated_ strvm_ host_ id The OCID of the dedicated VM Host for this compute instance in the destination region. Example:
ocid1.dedicatedvmhost.oc1.iad.exampleocid
- is_
movable bool A flag indicating if this compute instance should be moved during DR operations. Example:
false
- member_
id str The OCID of the member. Example:
ocid1.instance.oc1.phx.exampleocid1
- member_
type str The type of the member.
- password_
vault_ strsecret_ id The ID of the vault secret where the database password is stored. Example:
ocid1.vaultsecret.oc1.phx.exampleocid1
- vnic_
mappings GetDr Protection Group Member Vnic Mapping] A list of compute instance VNIC mappings.
- destination
Compartment StringId The OCID of the compartment for this compute instance in the destination region. Example:
ocid1.compartment.oc1..exampleocid
- destination
Dedicated StringVm Host Id The OCID of the dedicated VM Host for this compute instance in the destination region. Example:
ocid1.dedicatedvmhost.oc1.iad.exampleocid
- is
Movable Boolean A flag indicating if this compute instance should be moved during DR operations. Example:
false
- member
Id String The OCID of the member. Example:
ocid1.instance.oc1.phx.exampleocid1
- member
Type String The type of the member.
- password
Vault StringSecret Id The ID of the vault secret where the database password is stored. Example:
ocid1.vaultsecret.oc1.phx.exampleocid1
- vnic
Mappings List<Property Map> A list of compute instance VNIC mappings.
GetDrProtectionGroupMemberVnicMapping
- Destination
Nsg List<string>Id Lists A list of destination region's network security group (NSG) OCIDs which this VNIC should use. Example:
[ ocid1.networksecuritygroup.oc1.iad.exampleocid1, ocid1.networksecuritygroup.oc1.iad.exampleocid2 ]
- Destination
Subnet stringId The OCID of the destination (remote) subnet to which this VNIC should connect. Example:
ocid1.subnet.oc1.iad.exampleocid
- Source
Vnic stringId The OCID of the VNIC. Example:
ocid1.vnic.oc1.phx.exampleocid
- Destination
Nsg []stringId Lists A list of destination region's network security group (NSG) OCIDs which this VNIC should use. Example:
[ ocid1.networksecuritygroup.oc1.iad.exampleocid1, ocid1.networksecuritygroup.oc1.iad.exampleocid2 ]
- Destination
Subnet stringId The OCID of the destination (remote) subnet to which this VNIC should connect. Example:
ocid1.subnet.oc1.iad.exampleocid
- Source
Vnic stringId The OCID of the VNIC. Example:
ocid1.vnic.oc1.phx.exampleocid
- destination
Nsg List<String>Id Lists A list of destination region's network security group (NSG) OCIDs which this VNIC should use. Example:
[ ocid1.networksecuritygroup.oc1.iad.exampleocid1, ocid1.networksecuritygroup.oc1.iad.exampleocid2 ]
- destination
Subnet StringId The OCID of the destination (remote) subnet to which this VNIC should connect. Example:
ocid1.subnet.oc1.iad.exampleocid
- source
Vnic StringId The OCID of the VNIC. Example:
ocid1.vnic.oc1.phx.exampleocid
- destination
Nsg string[]Id Lists A list of destination region's network security group (NSG) OCIDs which this VNIC should use. Example:
[ ocid1.networksecuritygroup.oc1.iad.exampleocid1, ocid1.networksecuritygroup.oc1.iad.exampleocid2 ]
- destination
Subnet stringId The OCID of the destination (remote) subnet to which this VNIC should connect. Example:
ocid1.subnet.oc1.iad.exampleocid
- source
Vnic stringId The OCID of the VNIC. Example:
ocid1.vnic.oc1.phx.exampleocid
- destination_
nsg_ Sequence[str]id_ lists A list of destination region's network security group (NSG) OCIDs which this VNIC should use. Example:
[ ocid1.networksecuritygroup.oc1.iad.exampleocid1, ocid1.networksecuritygroup.oc1.iad.exampleocid2 ]
- destination_
subnet_ strid The OCID of the destination (remote) subnet to which this VNIC should connect. Example:
ocid1.subnet.oc1.iad.exampleocid
- source_
vnic_ strid The OCID of the VNIC. Example:
ocid1.vnic.oc1.phx.exampleocid
- destination
Nsg List<String>Id Lists A list of destination region's network security group (NSG) OCIDs which this VNIC should use. Example:
[ ocid1.networksecuritygroup.oc1.iad.exampleocid1, ocid1.networksecuritygroup.oc1.iad.exampleocid2 ]
- destination
Subnet StringId The OCID of the destination (remote) subnet to which this VNIC should connect. Example:
ocid1.subnet.oc1.iad.exampleocid
- source
Vnic StringId The OCID of the VNIC. Example:
ocid1.vnic.oc1.phx.exampleocid
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.