Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
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
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDrProtectionGroup = oci.DisasterRecovery.getDrProtectionGroup({
drProtectionGroupId: testDrProtectionGroupOciDisasterRecoveryDrProtectionGroup.id,
});
import pulumi
import pulumi_oci as oci
test_dr_protection_group = oci.DisasterRecovery.get_dr_protection_group(dr_protection_group_id=test_dr_protection_group_oci_disaster_recovery_dr_protection_group["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/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: testDrProtectionGroupOciDisasterRecoveryDrProtectionGroup.Id,
}, 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 testDrProtectionGroup = Oci.DisasterRecovery.GetDrProtectionGroup.Invoke(new()
{
DrProtectionGroupId = testDrProtectionGroupOciDisasterRecoveryDrProtectionGroup.Id,
});
});
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(testDrProtectionGroupOciDisasterRecoveryDrProtectionGroup.id())
.build());
}
}
variables:
testDrProtectionGroup:
fn::invoke:
Function: oci:DisasterRecovery:getDrProtectionGroup
Arguments:
drProtectionGroupId: ${testDrProtectionGroupOciDisasterRecoveryDrProtectionGroup.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..uniqueID
- Dr
Protection stringGroup Id - The OCID of the DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
- dr
Protection StringGroup Id - The OCID of the DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
- dr
Protection stringGroup Id - The OCID of the DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
- dr_
protection_ strgroup_ id - The OCID of the DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
- dr
Protection StringGroup Id - The OCID of the DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
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..uniqueID
- Dictionary<string, string>
- 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 Group
- Dr
Protection stringGroup Id - Dictionary<string, string>
- 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..uniqueID
- Life
Cycle stringDetails - A message describing the DR protection group's current state in more detail.
- Lifecycle
Sub stringState - The current sub-state of the DR protection group.
- Log
Locations List<GetDr Protection Group Log Location> - The details of 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 DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
- Peer
Region string - The region of the peer 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, string>
- 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..uniqueID
- map[string]string
- 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 Group
- Dr
Protection stringGroup Id - map[string]string
- 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..uniqueID
- Life
Cycle stringDetails - A message describing the DR protection group's current state in more detail.
- Lifecycle
Sub stringState - The current sub-state of the DR protection group.
- Log
Locations []GetDr Protection Group Log Location - The details of 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 DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
- Peer
Region string - The region of the peer 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]string
- 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..uniqueID
- Map<String,String>
- 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 Group
- dr
Protection StringGroup Id - Map<String,String>
- 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..uniqueID
- life
Cycle StringDetails - A message describing the DR protection group's current state in more detail.
- lifecycle
Sub StringState - The current sub-state of the DR protection group.
- log
Locations List<GetDr Protection Group Log Location> - The details of 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 DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
- peer
Region String - The region of the peer 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,String>
- 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..uniqueID
- {[key: string]: string}
- 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 Group
- dr
Protection stringGroup Id - {[key: string]: string}
- 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..uniqueID
- life
Cycle stringDetails - A message describing the DR protection group's current state in more detail.
- lifecycle
Sub stringState - The current sub-state of the DR protection group.
- log
Locations GetDr Protection Group Log Location[] - The details of 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 DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
- peer
Region string - The region of the peer 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]: string}
- 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
Sequence[disasterrecovery.
Get Dr Protection Group Association] - compartment_
id str - The OCID of the compartment containing the DR protection group. Example:
ocid1.compartment.oc1..uniqueID
- Mapping[str, str]
- 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 Group
- dr_
protection_ strgroup_ id - Mapping[str, str]
- 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..uniqueID
- life_
cycle_ strdetails - A message describing the DR protection group's current state in more detail.
- lifecycle_
sub_ strstate - The current sub-state of the DR protection group.
- log_
locations Sequence[disasterrecovery.Get Dr Protection Group Log Location] - The details of an object storage log location for a DR protection group.
- members
Sequence[disasterrecovery.
Get Dr Protection Group Member] - A list of DR protection group members.
- peer_
id str - The OCID of the peer DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
- peer_
region str - The region of the peer 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, str]
- 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..uniqueID
- Map<String>
- 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 Group
- dr
Protection StringGroup Id - Map<String>
- 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..uniqueID
- life
Cycle StringDetails - A message describing the DR protection group's current state in more detail.
- lifecycle
Sub StringState - The current sub-state of the DR protection group.
- log
Locations List<Property Map> - The details of 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 DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
- peer
Region String - The region of the peer 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>
- 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 DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
- Peer
Region string - The region of the peer DR protection group. Example:
us-ashburn-1
- Role string
- The role of the DR protection group.
- Peer
Id string - The OCID of the peer DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
- Peer
Region string - The region of the peer DR protection group. Example:
us-ashburn-1
- Role string
- The role of the DR protection group.
- peer
Id String - The OCID of the peer DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
- peer
Region String - The region of the peer DR protection group. Example:
us-ashburn-1
- role String
- The role of the DR protection group.
- peer
Id string - The OCID of the peer DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
- peer
Region string - The region of the peer DR protection group. Example:
us-ashburn-1
- role string
- The role of the DR protection group.
- peer_
id str - The OCID of the peer DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
- peer_
region str - The region of the peer DR protection group. Example:
us-ashburn-1
- role str
- The role of the DR protection group.
- peer
Id String - The OCID of the peer DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
- peer
Region String - The region of the peer DR protection group. Example:
us-ashburn-1
- role String
- The role of the DR protection group.
GetDrProtectionGroupLogLocation
GetDrProtectionGroupMember
- Autonomous
Database stringStandby Type For Dr Drills - This specifies the mechanism used to create a temporary Autonomous Database instance for DR Drills. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-clone-about.html for information about these clone types. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-data-guard-snapshot-standby.html for information about snapshot standby.
- Backend
Set List<GetMappings Dr Protection Group Member Backend Set Mapping> - A list of backend set mappings that are used to transfer or update backends during DR.
- Block
Volume List<GetOperations Dr Protection Group Member Block Volume Operation> - Operations performed on a list of block volumes used on the non-movable compute instance.
- Bucket string
- The bucket name inside the object storage namespace. Example:
bucket_name
- Connection
String stringType - The type of connection strings used to connect to an Autonomous Container Database snapshot standby created during a DR Drill operation. See https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html for information about these service types.
- string
- The availability domain of the destination mount target. Example:
BBTh:region-AD
- Destination
Capacity stringReservation Id - The OCID of a capacity reservation in the destination region which will be used to launch the compute instance. Example:
ocid1.capacityreservation.oc1..uniqueID
- Destination
Compartment stringId - The OCID of a compartment in the destination region in which the compute instance should be launched. Example:
ocid1.compartment.oc1..uniqueID
- Destination
Dedicated stringVm Host Id - The OCID of a dedicated VM host in the destination region where the compute instance should be launched. Example:
ocid1.dedicatedvmhost.oc1..uniqueID
- Destination
Load stringBalancer Id - The OCID of the destination load balancer. The backend sets in this destination load balancer are updated during DR. Example:
ocid1.loadbalancer.oc1..uniqueID
- Destination
Network stringLoad Balancer Id - The OCID of the destination network load balancer. The backend sets in this destination network load balancer are updated during DR. Example:
ocid1.networkloadbalancer.oc1..uniqueID
- Export
Mappings List<GetDr Protection Group Member Export Mapping> - A list of mappings between the primary region file system export and destination region mount target.
- File
System List<GetOperations Dr Protection Group Member File System Operation> - Operations performed on a list of file systems used on the non-movable compute instance.
- Is
Movable bool - A flag indicating if the compute instance should be moved during DR operations. Example:
false
- Is
Retain boolFault Domain - A flag indicating if the compute instance should be moved to the same fault domain in the destination region. The compute instance launch will fail if this flag is set to true and capacity is not available in the specified fault domain in the destination region. Example:
false
- Is
Start boolStop Enabled - A flag indicating whether the non-movable compute instance needs to be started and stopped during DR operations.
- Member
Id string - The OCID of the member. Example:
ocid1.instance.oc1..uniqueID
- Member
Type string - The type of the member.
- Namespace string
- The namespace in object storage (Note - this is usually the tenancy name). Example:
myocitenancy
- Password
Vault stringSecret Id - The OCID of the vault secret where the database SYSDBA password is stored. This password is required and used for performing database DR Drill operations when using full clone. Example:
ocid1.vaultsecret.oc1..uniqueID
- Vnic
Mapping List<GetDr Protection Group Member Vnic Mapping> - A list of compute instance VNIC mappings.
- Vnic
Mappings List<GetDr Protection Group Member Vnic Mapping> - A list of compute instance VNIC mappings.
- Autonomous
Database stringStandby Type For Dr Drills - This specifies the mechanism used to create a temporary Autonomous Database instance for DR Drills. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-clone-about.html for information about these clone types. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-data-guard-snapshot-standby.html for information about snapshot standby.
- Backend
Set []GetMappings Dr Protection Group Member Backend Set Mapping - A list of backend set mappings that are used to transfer or update backends during DR.
- Block
Volume []GetOperations Dr Protection Group Member Block Volume Operation - Operations performed on a list of block volumes used on the non-movable compute instance.
- Bucket string
- The bucket name inside the object storage namespace. Example:
bucket_name
- Connection
String stringType - The type of connection strings used to connect to an Autonomous Container Database snapshot standby created during a DR Drill operation. See https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html for information about these service types.
- string
- The availability domain of the destination mount target. Example:
BBTh:region-AD
- Destination
Capacity stringReservation Id - The OCID of a capacity reservation in the destination region which will be used to launch the compute instance. Example:
ocid1.capacityreservation.oc1..uniqueID
- Destination
Compartment stringId - The OCID of a compartment in the destination region in which the compute instance should be launched. Example:
ocid1.compartment.oc1..uniqueID
- Destination
Dedicated stringVm Host Id - The OCID of a dedicated VM host in the destination region where the compute instance should be launched. Example:
ocid1.dedicatedvmhost.oc1..uniqueID
- Destination
Load stringBalancer Id - The OCID of the destination load balancer. The backend sets in this destination load balancer are updated during DR. Example:
ocid1.loadbalancer.oc1..uniqueID
- Destination
Network stringLoad Balancer Id - The OCID of the destination network load balancer. The backend sets in this destination network load balancer are updated during DR. Example:
ocid1.networkloadbalancer.oc1..uniqueID
- Export
Mappings []GetDr Protection Group Member Export Mapping - A list of mappings between the primary region file system export and destination region mount target.
- File
System []GetOperations Dr Protection Group Member File System Operation - Operations performed on a list of file systems used on the non-movable compute instance.
- Is
Movable bool - A flag indicating if the compute instance should be moved during DR operations. Example:
false
- Is
Retain boolFault Domain - A flag indicating if the compute instance should be moved to the same fault domain in the destination region. The compute instance launch will fail if this flag is set to true and capacity is not available in the specified fault domain in the destination region. Example:
false
- Is
Start boolStop Enabled - A flag indicating whether the non-movable compute instance needs to be started and stopped during DR operations.
- Member
Id string - The OCID of the member. Example:
ocid1.instance.oc1..uniqueID
- Member
Type string - The type of the member.
- Namespace string
- The namespace in object storage (Note - this is usually the tenancy name). Example:
myocitenancy
- Password
Vault stringSecret Id - The OCID of the vault secret where the database SYSDBA password is stored. This password is required and used for performing database DR Drill operations when using full clone. Example:
ocid1.vaultsecret.oc1..uniqueID
- Vnic
Mapping []GetDr Protection Group Member Vnic Mapping - A list of compute instance VNIC mappings.
- Vnic
Mappings []GetDr Protection Group Member Vnic Mapping - A list of compute instance VNIC mappings.
- autonomous
Database StringStandby Type For Dr Drills - This specifies the mechanism used to create a temporary Autonomous Database instance for DR Drills. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-clone-about.html for information about these clone types. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-data-guard-snapshot-standby.html for information about snapshot standby.
- backend
Set List<GetMappings Dr Protection Group Member Backend Set Mapping> - A list of backend set mappings that are used to transfer or update backends during DR.
- block
Volume List<GetOperations Dr Protection Group Member Block Volume Operation> - Operations performed on a list of block volumes used on the non-movable compute instance.
- bucket String
- The bucket name inside the object storage namespace. Example:
bucket_name
- connection
String StringType - The type of connection strings used to connect to an Autonomous Container Database snapshot standby created during a DR Drill operation. See https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html for information about these service types.
- String
- The availability domain of the destination mount target. Example:
BBTh:region-AD
- destination
Capacity StringReservation Id - The OCID of a capacity reservation in the destination region which will be used to launch the compute instance. Example:
ocid1.capacityreservation.oc1..uniqueID
- destination
Compartment StringId - The OCID of a compartment in the destination region in which the compute instance should be launched. Example:
ocid1.compartment.oc1..uniqueID
- destination
Dedicated StringVm Host Id - The OCID of a dedicated VM host in the destination region where the compute instance should be launched. Example:
ocid1.dedicatedvmhost.oc1..uniqueID
- destination
Load StringBalancer Id - The OCID of the destination load balancer. The backend sets in this destination load balancer are updated during DR. Example:
ocid1.loadbalancer.oc1..uniqueID
- destination
Network StringLoad Balancer Id - The OCID of the destination network load balancer. The backend sets in this destination network load balancer are updated during DR. Example:
ocid1.networkloadbalancer.oc1..uniqueID
- export
Mappings List<GetDr Protection Group Member Export Mapping> - A list of mappings between the primary region file system export and destination region mount target.
- file
System List<GetOperations Dr Protection Group Member File System Operation> - Operations performed on a list of file systems used on the non-movable compute instance.
- is
Movable Boolean - A flag indicating if the compute instance should be moved during DR operations. Example:
false
- is
Retain BooleanFault Domain - A flag indicating if the compute instance should be moved to the same fault domain in the destination region. The compute instance launch will fail if this flag is set to true and capacity is not available in the specified fault domain in the destination region. Example:
false
- is
Start BooleanStop Enabled - A flag indicating whether the non-movable compute instance needs to be started and stopped during DR operations.
- member
Id String - The OCID of the member. Example:
ocid1.instance.oc1..uniqueID
- member
Type String - The type of the member.
- namespace String
- The namespace in object storage (Note - this is usually the tenancy name). Example:
myocitenancy
- password
Vault StringSecret Id - The OCID of the vault secret where the database SYSDBA password is stored. This password is required and used for performing database DR Drill operations when using full clone. Example:
ocid1.vaultsecret.oc1..uniqueID
- vnic
Mapping List<GetDr Protection Group Member Vnic Mapping> - A list of compute instance VNIC mappings.
- vnic
Mappings List<GetDr Protection Group Member Vnic Mapping> - A list of compute instance VNIC mappings.
- autonomous
Database stringStandby Type For Dr Drills - This specifies the mechanism used to create a temporary Autonomous Database instance for DR Drills. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-clone-about.html for information about these clone types. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-data-guard-snapshot-standby.html for information about snapshot standby.
- backend
Set GetMappings Dr Protection Group Member Backend Set Mapping[] - A list of backend set mappings that are used to transfer or update backends during DR.
- block
Volume GetOperations Dr Protection Group Member Block Volume Operation[] - Operations performed on a list of block volumes used on the non-movable compute instance.
- bucket string
- The bucket name inside the object storage namespace. Example:
bucket_name
- connection
String stringType - The type of connection strings used to connect to an Autonomous Container Database snapshot standby created during a DR Drill operation. See https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html for information about these service types.
- string
- The availability domain of the destination mount target. Example:
BBTh:region-AD
- destination
Capacity stringReservation Id - The OCID of a capacity reservation in the destination region which will be used to launch the compute instance. Example:
ocid1.capacityreservation.oc1..uniqueID
- destination
Compartment stringId - The OCID of a compartment in the destination region in which the compute instance should be launched. Example:
ocid1.compartment.oc1..uniqueID
- destination
Dedicated stringVm Host Id - The OCID of a dedicated VM host in the destination region where the compute instance should be launched. Example:
ocid1.dedicatedvmhost.oc1..uniqueID
- destination
Load stringBalancer Id - The OCID of the destination load balancer. The backend sets in this destination load balancer are updated during DR. Example:
ocid1.loadbalancer.oc1..uniqueID
- destination
Network stringLoad Balancer Id - The OCID of the destination network load balancer. The backend sets in this destination network load balancer are updated during DR. Example:
ocid1.networkloadbalancer.oc1..uniqueID
- export
Mappings GetDr Protection Group Member Export Mapping[] - A list of mappings between the primary region file system export and destination region mount target.
- file
System GetOperations Dr Protection Group Member File System Operation[] - Operations performed on a list of file systems used on the non-movable compute instance.
- is
Movable boolean - A flag indicating if the compute instance should be moved during DR operations. Example:
false
- is
Retain booleanFault Domain - A flag indicating if the compute instance should be moved to the same fault domain in the destination region. The compute instance launch will fail if this flag is set to true and capacity is not available in the specified fault domain in the destination region. Example:
false
- is
Start booleanStop Enabled - A flag indicating whether the non-movable compute instance needs to be started and stopped during DR operations.
- member
Id string - The OCID of the member. Example:
ocid1.instance.oc1..uniqueID
- member
Type string - The type of the member.
- namespace string
- The namespace in object storage (Note - this is usually the tenancy name). Example:
myocitenancy
- password
Vault stringSecret Id - The OCID of the vault secret where the database SYSDBA password is stored. This password is required and used for performing database DR Drill operations when using full clone. Example:
ocid1.vaultsecret.oc1..uniqueID
- vnic
Mapping GetDr Protection Group Member Vnic Mapping[] - A list of compute instance VNIC mappings.
- vnic
Mappings GetDr Protection Group Member Vnic Mapping[] - A list of compute instance VNIC mappings.
- autonomous_
database_ strstandby_ type_ for_ dr_ drills - This specifies the mechanism used to create a temporary Autonomous Database instance for DR Drills. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-clone-about.html for information about these clone types. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-data-guard-snapshot-standby.html for information about snapshot standby.
- backend_
set_ Sequence[disasterrecovery.mappings Get Dr Protection Group Member Backend Set Mapping] - A list of backend set mappings that are used to transfer or update backends during DR.
- block_
volume_ Sequence[disasterrecovery.operations Get Dr Protection Group Member Block Volume Operation] - Operations performed on a list of block volumes used on the non-movable compute instance.
- bucket str
- The bucket name inside the object storage namespace. Example:
bucket_name
- connection_
string_ strtype - The type of connection strings used to connect to an Autonomous Container Database snapshot standby created during a DR Drill operation. See https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html for information about these service types.
- destination_
availability_ strdomain - The availability domain of the destination mount target. Example:
BBTh:region-AD
- destination_
capacity_ strreservation_ id - The OCID of a capacity reservation in the destination region which will be used to launch the compute instance. Example:
ocid1.capacityreservation.oc1..uniqueID
- destination_
compartment_ strid - The OCID of a compartment in the destination region in which the compute instance should be launched. Example:
ocid1.compartment.oc1..uniqueID
- destination_
dedicated_ strvm_ host_ id - The OCID of a dedicated VM host in the destination region where the compute instance should be launched. Example:
ocid1.dedicatedvmhost.oc1..uniqueID
- destination_
load_ strbalancer_ id - The OCID of the destination load balancer. The backend sets in this destination load balancer are updated during DR. Example:
ocid1.loadbalancer.oc1..uniqueID
- destination_
network_ strload_ balancer_ id - The OCID of the destination network load balancer. The backend sets in this destination network load balancer are updated during DR. Example:
ocid1.networkloadbalancer.oc1..uniqueID
- export_
mappings Sequence[disasterrecovery.Get Dr Protection Group Member Export Mapping] - A list of mappings between the primary region file system export and destination region mount target.
- file_
system_ Sequence[disasterrecovery.operations Get Dr Protection Group Member File System Operation] - Operations performed on a list of file systems used on the non-movable compute instance.
- is_
movable bool - A flag indicating if the compute instance should be moved during DR operations. Example:
false
- is_
retain_ boolfault_ domain - A flag indicating if the compute instance should be moved to the same fault domain in the destination region. The compute instance launch will fail if this flag is set to true and capacity is not available in the specified fault domain in the destination region. Example:
false
- is_
start_ boolstop_ enabled - A flag indicating whether the non-movable compute instance needs to be started and stopped during DR operations.
- member_
id str - The OCID of the member. Example:
ocid1.instance.oc1..uniqueID
- member_
type str - The type of the member.
- namespace str
- The namespace in object storage (Note - this is usually the tenancy name). Example:
myocitenancy
- password_
vault_ strsecret_ id - The OCID of the vault secret where the database SYSDBA password is stored. This password is required and used for performing database DR Drill operations when using full clone. Example:
ocid1.vaultsecret.oc1..uniqueID
- vnic_
mapping Sequence[disasterrecovery.Get Dr Protection Group Member Vnic Mapping] - A list of compute instance VNIC mappings.
- vnic_
mappings Sequence[disasterrecovery.Get Dr Protection Group Member Vnic Mapping] - A list of compute instance VNIC mappings.
- autonomous
Database StringStandby Type For Dr Drills - This specifies the mechanism used to create a temporary Autonomous Database instance for DR Drills. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-clone-about.html for information about these clone types. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-data-guard-snapshot-standby.html for information about snapshot standby.
- backend
Set List<Property Map>Mappings - A list of backend set mappings that are used to transfer or update backends during DR.
- block
Volume List<Property Map>Operations - Operations performed on a list of block volumes used on the non-movable compute instance.
- bucket String
- The bucket name inside the object storage namespace. Example:
bucket_name
- connection
String StringType - The type of connection strings used to connect to an Autonomous Container Database snapshot standby created during a DR Drill operation. See https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html for information about these service types.
- String
- The availability domain of the destination mount target. Example:
BBTh:region-AD
- destination
Capacity StringReservation Id - The OCID of a capacity reservation in the destination region which will be used to launch the compute instance. Example:
ocid1.capacityreservation.oc1..uniqueID
- destination
Compartment StringId - The OCID of a compartment in the destination region in which the compute instance should be launched. Example:
ocid1.compartment.oc1..uniqueID
- destination
Dedicated StringVm Host Id - The OCID of a dedicated VM host in the destination region where the compute instance should be launched. Example:
ocid1.dedicatedvmhost.oc1..uniqueID
- destination
Load StringBalancer Id - The OCID of the destination load balancer. The backend sets in this destination load balancer are updated during DR. Example:
ocid1.loadbalancer.oc1..uniqueID
- destination
Network StringLoad Balancer Id - The OCID of the destination network load balancer. The backend sets in this destination network load balancer are updated during DR. Example:
ocid1.networkloadbalancer.oc1..uniqueID
- export
Mappings List<Property Map> - A list of mappings between the primary region file system export and destination region mount target.
- file
System List<Property Map>Operations - Operations performed on a list of file systems used on the non-movable compute instance.
- is
Movable Boolean - A flag indicating if the compute instance should be moved during DR operations. Example:
false
- is
Retain BooleanFault Domain - A flag indicating if the compute instance should be moved to the same fault domain in the destination region. The compute instance launch will fail if this flag is set to true and capacity is not available in the specified fault domain in the destination region. Example:
false
- is
Start BooleanStop Enabled - A flag indicating whether the non-movable compute instance needs to be started and stopped during DR operations.
- member
Id String - The OCID of the member. Example:
ocid1.instance.oc1..uniqueID
- member
Type String - The type of the member.
- namespace String
- The namespace in object storage (Note - this is usually the tenancy name). Example:
myocitenancy
- password
Vault StringSecret Id - The OCID of the vault secret where the database SYSDBA password is stored. This password is required and used for performing database DR Drill operations when using full clone. Example:
ocid1.vaultsecret.oc1..uniqueID
- vnic
Mapping List<Property Map> - A list of compute instance VNIC mappings.
- vnic
Mappings List<Property Map> - A list of compute instance VNIC mappings.
GetDrProtectionGroupMemberBackendSetMapping
- Destination
Backend stringSet Name - The name of the destination backend set. Example:
My_Destination_Backend_Set
- Is
Backend boolSet For Non Movable - This flag specifies if this backend set is used for traffic for non-movable compute instances. Backend sets that point to non-movable instances are only enabled or disabled during DR. For non-movable instances this flag should be set to 'true'. Backend sets that point to movable instances are emptied and their contents are transferred to the destination region network load balancer. For movable instances this flag should be set to 'false'. Example:
true
- Source
Backend stringSet Name - The name of the source backend set. Example:
My_Source_Backend_Set
- Destination
Backend stringSet Name - The name of the destination backend set. Example:
My_Destination_Backend_Set
- Is
Backend boolSet For Non Movable - This flag specifies if this backend set is used for traffic for non-movable compute instances. Backend sets that point to non-movable instances are only enabled or disabled during DR. For non-movable instances this flag should be set to 'true'. Backend sets that point to movable instances are emptied and their contents are transferred to the destination region network load balancer. For movable instances this flag should be set to 'false'. Example:
true
- Source
Backend stringSet Name - The name of the source backend set. Example:
My_Source_Backend_Set
- destination
Backend StringSet Name - The name of the destination backend set. Example:
My_Destination_Backend_Set
- is
Backend BooleanSet For Non Movable - This flag specifies if this backend set is used for traffic for non-movable compute instances. Backend sets that point to non-movable instances are only enabled or disabled during DR. For non-movable instances this flag should be set to 'true'. Backend sets that point to movable instances are emptied and their contents are transferred to the destination region network load balancer. For movable instances this flag should be set to 'false'. Example:
true
- source
Backend StringSet Name - The name of the source backend set. Example:
My_Source_Backend_Set
- destination
Backend stringSet Name - The name of the destination backend set. Example:
My_Destination_Backend_Set
- is
Backend booleanSet For Non Movable - This flag specifies if this backend set is used for traffic for non-movable compute instances. Backend sets that point to non-movable instances are only enabled or disabled during DR. For non-movable instances this flag should be set to 'true'. Backend sets that point to movable instances are emptied and their contents are transferred to the destination region network load balancer. For movable instances this flag should be set to 'false'. Example:
true
- source
Backend stringSet Name - The name of the source backend set. Example:
My_Source_Backend_Set
- destination_
backend_ strset_ name - The name of the destination backend set. Example:
My_Destination_Backend_Set
- is_
backend_ boolset_ for_ non_ movable - This flag specifies if this backend set is used for traffic for non-movable compute instances. Backend sets that point to non-movable instances are only enabled or disabled during DR. For non-movable instances this flag should be set to 'true'. Backend sets that point to movable instances are emptied and their contents are transferred to the destination region network load balancer. For movable instances this flag should be set to 'false'. Example:
true
- source_
backend_ strset_ name - The name of the source backend set. Example:
My_Source_Backend_Set
- destination
Backend StringSet Name - The name of the destination backend set. Example:
My_Destination_Backend_Set
- is
Backend BooleanSet For Non Movable - This flag specifies if this backend set is used for traffic for non-movable compute instances. Backend sets that point to non-movable instances are only enabled or disabled during DR. For non-movable instances this flag should be set to 'true'. Backend sets that point to movable instances are emptied and their contents are transferred to the destination region network load balancer. For movable instances this flag should be set to 'false'. Example:
true
- source
Backend StringSet Name - The name of the source backend set. Example:
My_Source_Backend_Set
GetDrProtectionGroupMemberBlockVolumeOperation
- Attachment
Details List<GetDr Protection Group Member Block Volume Operation Attachment Detail> - The details for attaching or detaching a block volume.
- Block
Volume stringId - The OCID of the block volume. Example:
ocid1.volume.oc1..uniqueID
- Mount
Details List<GetDr Protection Group Member Block Volume Operation Mount Detail> - Mount details of a file system.
- Attachment
Details []GetDr Protection Group Member Block Volume Operation Attachment Detail - The details for attaching or detaching a block volume.
- Block
Volume stringId - The OCID of the block volume. Example:
ocid1.volume.oc1..uniqueID
- Mount
Details []GetDr Protection Group Member Block Volume Operation Mount Detail - Mount details of a file system.
- attachment
Details List<GetDr Protection Group Member Block Volume Operation Attachment Detail> - The details for attaching or detaching a block volume.
- block
Volume StringId - The OCID of the block volume. Example:
ocid1.volume.oc1..uniqueID
- mount
Details List<GetDr Protection Group Member Block Volume Operation Mount Detail> - Mount details of a file system.
- attachment
Details GetDr Protection Group Member Block Volume Operation Attachment Detail[] - The details for attaching or detaching a block volume.
- block
Volume stringId - The OCID of the block volume. Example:
ocid1.volume.oc1..uniqueID
- mount
Details GetDr Protection Group Member Block Volume Operation Mount Detail[] - Mount details of a file system.
- attachment_
details Sequence[disasterrecovery.Get Dr Protection Group Member Block Volume Operation Attachment Detail] - The details for attaching or detaching a block volume.
- block_
volume_ strid - The OCID of the block volume. Example:
ocid1.volume.oc1..uniqueID
- mount_
details Sequence[disasterrecovery.Get Dr Protection Group Member Block Volume Operation Mount Detail] - Mount details of a file system.
- attachment
Details List<Property Map> - The details for attaching or detaching a block volume.
- block
Volume StringId - The OCID of the block volume. Example:
ocid1.volume.oc1..uniqueID
- mount
Details List<Property Map> - Mount details of a file system.
GetDrProtectionGroupMemberBlockVolumeOperationAttachmentDetail
- Volume
Attachment stringReference Instance Id - The OCID of the reference compute instance from which to obtain the attachment details for the volume. This reference compute instance is from the peer DR protection group. Example:
ocid1.instance.oc1..uniqueID
- Volume
Attachment stringReference Instance Id - The OCID of the reference compute instance from which to obtain the attachment details for the volume. This reference compute instance is from the peer DR protection group. Example:
ocid1.instance.oc1..uniqueID
- volume
Attachment StringReference Instance Id - The OCID of the reference compute instance from which to obtain the attachment details for the volume. This reference compute instance is from the peer DR protection group. Example:
ocid1.instance.oc1..uniqueID
- volume
Attachment stringReference Instance Id - The OCID of the reference compute instance from which to obtain the attachment details for the volume. This reference compute instance is from the peer DR protection group. Example:
ocid1.instance.oc1..uniqueID
- volume_
attachment_ strreference_ instance_ id - The OCID of the reference compute instance from which to obtain the attachment details for the volume. This reference compute instance is from the peer DR protection group. Example:
ocid1.instance.oc1..uniqueID
- volume
Attachment StringReference Instance Id - The OCID of the reference compute instance from which to obtain the attachment details for the volume. This reference compute instance is from the peer DR protection group. Example:
ocid1.instance.oc1..uniqueID
GetDrProtectionGroupMemberBlockVolumeOperationMountDetail
- Mount
Point string - The physical mount point of the file system on a host. Example:
/mnt/yourmountpoint
- Mount
Point string - The physical mount point of the file system on a host. Example:
/mnt/yourmountpoint
- mount
Point String - The physical mount point of the file system on a host. Example:
/mnt/yourmountpoint
- mount
Point string - The physical mount point of the file system on a host. Example:
/mnt/yourmountpoint
- mount_
point str - The physical mount point of the file system on a host. Example:
/mnt/yourmountpoint
- mount
Point String - The physical mount point of the file system on a host. Example:
/mnt/yourmountpoint
GetDrProtectionGroupMemberExportMapping
- Destination
Mount stringTarget Id - The OCID of the destination mount target on which this file system export should be created. Example:
ocid1.mounttarget.oc1..uniqueID
- Export
Id string - The OCID of the export path. Example:
ocid1.export.oc1..uniqueID
- Destination
Mount stringTarget Id - The OCID of the destination mount target on which this file system export should be created. Example:
ocid1.mounttarget.oc1..uniqueID
- Export
Id string - The OCID of the export path. Example:
ocid1.export.oc1..uniqueID
- destination
Mount StringTarget Id - The OCID of the destination mount target on which this file system export should be created. Example:
ocid1.mounttarget.oc1..uniqueID
- export
Id String - The OCID of the export path. Example:
ocid1.export.oc1..uniqueID
- destination
Mount stringTarget Id - The OCID of the destination mount target on which this file system export should be created. Example:
ocid1.mounttarget.oc1..uniqueID
- export
Id string - The OCID of the export path. Example:
ocid1.export.oc1..uniqueID
- destination_
mount_ strtarget_ id - The OCID of the destination mount target on which this file system export should be created. Example:
ocid1.mounttarget.oc1..uniqueID
- export_
id str - The OCID of the export path. Example:
ocid1.export.oc1..uniqueID
- destination
Mount StringTarget Id - The OCID of the destination mount target on which this file system export should be created. Example:
ocid1.mounttarget.oc1..uniqueID
- export
Id String - The OCID of the export path. Example:
ocid1.export.oc1..uniqueID
GetDrProtectionGroupMemberFileSystemOperation
- Export
Path string - The export path of the file system. Example:
/fs-export-path
- Mount
Details List<GetDr Protection Group Member File System Operation Mount Detail> - Mount details of a file system.
- Mount
Point string - The physical mount point of the file system on a host. Example:
/mnt/yourmountpoint
- Mount
Target stringId - The OCID of the mount target for this file system. Example:
ocid1.mounttarget.oc1..uniqueID
- Unmount
Details List<GetDr Protection Group Member File System Operation Unmount Detail> - Unmount details for a file system.
- Export
Path string - The export path of the file system. Example:
/fs-export-path
- Mount
Details []GetDr Protection Group Member File System Operation Mount Detail - Mount details of a file system.
- Mount
Point string - The physical mount point of the file system on a host. Example:
/mnt/yourmountpoint
- Mount
Target stringId - The OCID of the mount target for this file system. Example:
ocid1.mounttarget.oc1..uniqueID
- Unmount
Details []GetDr Protection Group Member File System Operation Unmount Detail - Unmount details for a file system.
- export
Path String - The export path of the file system. Example:
/fs-export-path
- mount
Details List<GetDr Protection Group Member File System Operation Mount Detail> - Mount details of a file system.
- mount
Point String - The physical mount point of the file system on a host. Example:
/mnt/yourmountpoint
- mount
Target StringId - The OCID of the mount target for this file system. Example:
ocid1.mounttarget.oc1..uniqueID
- unmount
Details List<GetDr Protection Group Member File System Operation Unmount Detail> - Unmount details for a file system.
- export
Path string - The export path of the file system. Example:
/fs-export-path
- mount
Details GetDr Protection Group Member File System Operation Mount Detail[] - Mount details of a file system.
- mount
Point string - The physical mount point of the file system on a host. Example:
/mnt/yourmountpoint
- mount
Target stringId - The OCID of the mount target for this file system. Example:
ocid1.mounttarget.oc1..uniqueID
- unmount
Details GetDr Protection Group Member File System Operation Unmount Detail[] - Unmount details for a file system.
- export_
path str - The export path of the file system. Example:
/fs-export-path
- mount_
details Sequence[disasterrecovery.Get Dr Protection Group Member File System Operation Mount Detail] - Mount details of a file system.
- mount_
point str - The physical mount point of the file system on a host. Example:
/mnt/yourmountpoint
- mount_
target_ strid - The OCID of the mount target for this file system. Example:
ocid1.mounttarget.oc1..uniqueID
- unmount_
details Sequence[disasterrecovery.Get Dr Protection Group Member File System Operation Unmount Detail] - Unmount details for a file system.
- export
Path String - The export path of the file system. Example:
/fs-export-path
- mount
Details List<Property Map> - Mount details of a file system.
- mount
Point String - The physical mount point of the file system on a host. Example:
/mnt/yourmountpoint
- mount
Target StringId - The OCID of the mount target for this file system. Example:
ocid1.mounttarget.oc1..uniqueID
- unmount
Details List<Property Map> - Unmount details for a file system.
GetDrProtectionGroupMemberFileSystemOperationMountDetail
- Mount
Target stringId - The OCID of the mount target for this file system. Example:
ocid1.mounttarget.oc1..uniqueID
- Mount
Target stringId - The OCID of the mount target for this file system. Example:
ocid1.mounttarget.oc1..uniqueID
- mount
Target StringId - The OCID of the mount target for this file system. Example:
ocid1.mounttarget.oc1..uniqueID
- mount
Target stringId - The OCID of the mount target for this file system. Example:
ocid1.mounttarget.oc1..uniqueID
- mount_
target_ strid - The OCID of the mount target for this file system. Example:
ocid1.mounttarget.oc1..uniqueID
- mount
Target StringId - The OCID of the mount target for this file system. Example:
ocid1.mounttarget.oc1..uniqueID
GetDrProtectionGroupMemberFileSystemOperationUnmountDetail
- Mount
Target stringId - The OCID of the mount target for this file system. Example:
ocid1.mounttarget.oc1..uniqueID
- Mount
Target stringId - The OCID of the mount target for this file system. Example:
ocid1.mounttarget.oc1..uniqueID
- mount
Target StringId - The OCID of the mount target for this file system. Example:
ocid1.mounttarget.oc1..uniqueID
- mount
Target stringId - The OCID of the mount target for this file system. Example:
ocid1.mounttarget.oc1..uniqueID
- mount_
target_ strid - The OCID of the mount target for this file system. Example:
ocid1.mounttarget.oc1..uniqueID
- mount
Target StringId - The OCID of the mount target for this file system. Example:
ocid1.mounttarget.oc1..uniqueID
GetDrProtectionGroupMemberVnicMapping
- Destination
Nsg List<string>Id Lists - A list of OCIDs of network security groups (NSG) in the destination region which should be assigned to the source VNIC. Example:
[ ocid1.networksecuritygroup.oc1..uniqueID, ocid1.networksecuritygroup.oc1..uniqueID ]
- Destination
Primary stringPrivate Ip Address - The private IP address to be assigned as the VNIC's primary IP address in the destination subnet. This must be a valid IP address in the destination subnet and the IP address must be available. Example:
10.0.3.3
- Destination
Primary stringPrivate Ip Hostname Label - The hostname label to be assigned in the destination subnet for the primary private IP of the source VNIC. This label is the hostname portion of the private IP's fully qualified domain name (FQDN) (for example, 'myhost1' in the FQDN 'myhost1.subnet123.vcn1.oraclevcn.com'). Example:
myhost1
- Destination
Subnet stringId - The OCID of the destination subnet to which the source VNIC should connect. Example:
ocid1.subnet.oc1..uniqueID
- Source
Vnic stringId - The OCID of the source VNIC. Example:
ocid1.vnic.oc1..uniqueID
- Destination
Nsg []stringId Lists - A list of OCIDs of network security groups (NSG) in the destination region which should be assigned to the source VNIC. Example:
[ ocid1.networksecuritygroup.oc1..uniqueID, ocid1.networksecuritygroup.oc1..uniqueID ]
- Destination
Primary stringPrivate Ip Address - The private IP address to be assigned as the VNIC's primary IP address in the destination subnet. This must be a valid IP address in the destination subnet and the IP address must be available. Example:
10.0.3.3
- Destination
Primary stringPrivate Ip Hostname Label - The hostname label to be assigned in the destination subnet for the primary private IP of the source VNIC. This label is the hostname portion of the private IP's fully qualified domain name (FQDN) (for example, 'myhost1' in the FQDN 'myhost1.subnet123.vcn1.oraclevcn.com'). Example:
myhost1
- Destination
Subnet stringId - The OCID of the destination subnet to which the source VNIC should connect. Example:
ocid1.subnet.oc1..uniqueID
- Source
Vnic stringId - The OCID of the source VNIC. Example:
ocid1.vnic.oc1..uniqueID
- destination
Nsg List<String>Id Lists - A list of OCIDs of network security groups (NSG) in the destination region which should be assigned to the source VNIC. Example:
[ ocid1.networksecuritygroup.oc1..uniqueID, ocid1.networksecuritygroup.oc1..uniqueID ]
- destination
Primary StringPrivate Ip Address - The private IP address to be assigned as the VNIC's primary IP address in the destination subnet. This must be a valid IP address in the destination subnet and the IP address must be available. Example:
10.0.3.3
- destination
Primary StringPrivate Ip Hostname Label - The hostname label to be assigned in the destination subnet for the primary private IP of the source VNIC. This label is the hostname portion of the private IP's fully qualified domain name (FQDN) (for example, 'myhost1' in the FQDN 'myhost1.subnet123.vcn1.oraclevcn.com'). Example:
myhost1
- destination
Subnet StringId - The OCID of the destination subnet to which the source VNIC should connect. Example:
ocid1.subnet.oc1..uniqueID
- source
Vnic StringId - The OCID of the source VNIC. Example:
ocid1.vnic.oc1..uniqueID
- destination
Nsg string[]Id Lists - A list of OCIDs of network security groups (NSG) in the destination region which should be assigned to the source VNIC. Example:
[ ocid1.networksecuritygroup.oc1..uniqueID, ocid1.networksecuritygroup.oc1..uniqueID ]
- destination
Primary stringPrivate Ip Address - The private IP address to be assigned as the VNIC's primary IP address in the destination subnet. This must be a valid IP address in the destination subnet and the IP address must be available. Example:
10.0.3.3
- destination
Primary stringPrivate Ip Hostname Label - The hostname label to be assigned in the destination subnet for the primary private IP of the source VNIC. This label is the hostname portion of the private IP's fully qualified domain name (FQDN) (for example, 'myhost1' in the FQDN 'myhost1.subnet123.vcn1.oraclevcn.com'). Example:
myhost1
- destination
Subnet stringId - The OCID of the destination subnet to which the source VNIC should connect. Example:
ocid1.subnet.oc1..uniqueID
- source
Vnic stringId - The OCID of the source VNIC. Example:
ocid1.vnic.oc1..uniqueID
- destination_
nsg_ Sequence[str]id_ lists - A list of OCIDs of network security groups (NSG) in the destination region which should be assigned to the source VNIC. Example:
[ ocid1.networksecuritygroup.oc1..uniqueID, ocid1.networksecuritygroup.oc1..uniqueID ]
- destination_
primary_ strprivate_ ip_ address - The private IP address to be assigned as the VNIC's primary IP address in the destination subnet. This must be a valid IP address in the destination subnet and the IP address must be available. Example:
10.0.3.3
- destination_
primary_ strprivate_ ip_ hostname_ label - The hostname label to be assigned in the destination subnet for the primary private IP of the source VNIC. This label is the hostname portion of the private IP's fully qualified domain name (FQDN) (for example, 'myhost1' in the FQDN 'myhost1.subnet123.vcn1.oraclevcn.com'). Example:
myhost1
- destination_
subnet_ strid - The OCID of the destination subnet to which the source VNIC should connect. Example:
ocid1.subnet.oc1..uniqueID
- source_
vnic_ strid - The OCID of the source VNIC. Example:
ocid1.vnic.oc1..uniqueID
- destination
Nsg List<String>Id Lists - A list of OCIDs of network security groups (NSG) in the destination region which should be assigned to the source VNIC. Example:
[ ocid1.networksecuritygroup.oc1..uniqueID, ocid1.networksecuritygroup.oc1..uniqueID ]
- destination
Primary StringPrivate Ip Address - The private IP address to be assigned as the VNIC's primary IP address in the destination subnet. This must be a valid IP address in the destination subnet and the IP address must be available. Example:
10.0.3.3
- destination
Primary StringPrivate Ip Hostname Label - The hostname label to be assigned in the destination subnet for the primary private IP of the source VNIC. This label is the hostname portion of the private IP's fully qualified domain name (FQDN) (for example, 'myhost1' in the FQDN 'myhost1.subnet123.vcn1.oraclevcn.com'). Example:
myhost1
- destination
Subnet StringId - The OCID of the destination subnet to which the source VNIC should connect. Example:
ocid1.subnet.oc1..uniqueID
- source
Vnic StringId - The OCID of the source VNIC. Example:
ocid1.vnic.oc1..uniqueID
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.