pulumi-oci 2.33.0a1746081542__py3-none-any.whl → 2.33.0a1746138884__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/containerengine/_inputs.py +43 -3
- pulumi_oci/containerengine/get_cluster.py +22 -3
- pulumi_oci/containerengine/node_pool.py +4 -0
- pulumi_oci/containerengine/outputs.py +79 -7
- pulumi_oci/database/_inputs.py +6 -5
- pulumi_oci/database/autonomous_database.py +47 -0
- pulumi_oci/database/get_autonomous_database.py +15 -1
- pulumi_oci/database/outputs.py +15 -3
- pulumi_oci/disasterrecovery/_inputs.py +566 -16
- pulumi_oci/disasterrecovery/dr_protection_group.py +312 -0
- pulumi_oci/disasterrecovery/outputs.py +1077 -27
- pulumi_oci/nosql/table.py +7 -7
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/resourcescheduler/_inputs.py +89 -1
- pulumi_oci/resourcescheduler/get_schedule.py +15 -1
- pulumi_oci/resourcescheduler/get_schedules.py +22 -7
- pulumi_oci/resourcescheduler/outputs.py +174 -11
- pulumi_oci/resourcescheduler/schedule.py +58 -2
- {pulumi_oci-2.33.0a1746081542.dist-info → pulumi_oci-2.33.0a1746138884.dist-info}/METADATA +1 -1
- {pulumi_oci-2.33.0a1746081542.dist-info → pulumi_oci-2.33.0a1746138884.dist-info}/RECORD +22 -22
- {pulumi_oci-2.33.0a1746081542.dist-info → pulumi_oci-2.33.0a1746138884.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.33.0a1746081542.dist-info → pulumi_oci-2.33.0a1746138884.dist-info}/top_level.txt +0 -0
@@ -32,9 +32,14 @@ __all__ = [
|
|
32
32
|
'DrProtectionGroupMemberBackendSetMapping',
|
33
33
|
'DrProtectionGroupMemberBackupConfig',
|
34
34
|
'DrProtectionGroupMemberBackupLocation',
|
35
|
+
'DrProtectionGroupMemberBlockVolumeAttachAndMountOperations',
|
36
|
+
'DrProtectionGroupMemberBlockVolumeAttachAndMountOperationsAttachment',
|
37
|
+
'DrProtectionGroupMemberBlockVolumeAttachAndMountOperationsMount',
|
35
38
|
'DrProtectionGroupMemberBlockVolumeOperation',
|
36
39
|
'DrProtectionGroupMemberBlockVolumeOperationAttachmentDetails',
|
37
40
|
'DrProtectionGroupMemberBlockVolumeOperationMountDetails',
|
41
|
+
'DrProtectionGroupMemberCommonDestinationKey',
|
42
|
+
'DrProtectionGroupMemberDestinationEncryptionKey',
|
38
43
|
'DrProtectionGroupMemberExportMapping',
|
39
44
|
'DrProtectionGroupMemberFileSystemOperation',
|
40
45
|
'DrProtectionGroupMemberFileSystemOperationMountDetails',
|
@@ -42,6 +47,8 @@ __all__ = [
|
|
42
47
|
'DrProtectionGroupMemberLoadBalancerMapping',
|
43
48
|
'DrProtectionGroupMemberManagedNodePoolConfig',
|
44
49
|
'DrProtectionGroupMemberNetworkLoadBalancerMapping',
|
50
|
+
'DrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMapping',
|
51
|
+
'DrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMappingDestinationEncryptionKey',
|
45
52
|
'DrProtectionGroupMemberVaultMapping',
|
46
53
|
'DrProtectionGroupMemberVirtualNodePoolConfig',
|
47
54
|
'DrProtectionGroupMemberVnicMapping',
|
@@ -75,9 +82,14 @@ __all__ = [
|
|
75
82
|
'GetDrProtectionGroupMemberBackendSetMappingResult',
|
76
83
|
'GetDrProtectionGroupMemberBackupConfigResult',
|
77
84
|
'GetDrProtectionGroupMemberBackupLocationResult',
|
85
|
+
'GetDrProtectionGroupMemberBlockVolumeAttachAndMountOperationResult',
|
86
|
+
'GetDrProtectionGroupMemberBlockVolumeAttachAndMountOperationAttachmentResult',
|
87
|
+
'GetDrProtectionGroupMemberBlockVolumeAttachAndMountOperationMountResult',
|
78
88
|
'GetDrProtectionGroupMemberBlockVolumeOperationResult',
|
79
89
|
'GetDrProtectionGroupMemberBlockVolumeOperationAttachmentDetailResult',
|
80
90
|
'GetDrProtectionGroupMemberBlockVolumeOperationMountDetailResult',
|
91
|
+
'GetDrProtectionGroupMemberCommonDestinationKeyResult',
|
92
|
+
'GetDrProtectionGroupMemberDestinationEncryptionKeyResult',
|
81
93
|
'GetDrProtectionGroupMemberExportMappingResult',
|
82
94
|
'GetDrProtectionGroupMemberFileSystemOperationResult',
|
83
95
|
'GetDrProtectionGroupMemberFileSystemOperationMountDetailResult',
|
@@ -85,6 +97,8 @@ __all__ = [
|
|
85
97
|
'GetDrProtectionGroupMemberLoadBalancerMappingResult',
|
86
98
|
'GetDrProtectionGroupMemberManagedNodePoolConfigResult',
|
87
99
|
'GetDrProtectionGroupMemberNetworkLoadBalancerMappingResult',
|
100
|
+
'GetDrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMappingResult',
|
101
|
+
'GetDrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMappingDestinationEncryptionKeyResult',
|
88
102
|
'GetDrProtectionGroupMemberVaultMappingResult',
|
89
103
|
'GetDrProtectionGroupMemberVirtualNodePoolConfigResult',
|
90
104
|
'GetDrProtectionGroupMemberVnicMappingResult',
|
@@ -96,9 +110,14 @@ __all__ = [
|
|
96
110
|
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBackendSetMappingResult',
|
97
111
|
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBackupConfigResult',
|
98
112
|
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBackupLocationResult',
|
113
|
+
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeAttachAndMountOperationResult',
|
114
|
+
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeAttachAndMountOperationAttachmentResult',
|
115
|
+
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeAttachAndMountOperationMountResult',
|
99
116
|
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeOperationResult',
|
100
117
|
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeOperationAttachmentDetailResult',
|
101
118
|
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeOperationMountDetailResult',
|
119
|
+
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberCommonDestinationKeyResult',
|
120
|
+
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberDestinationEncryptionKeyResult',
|
102
121
|
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberExportMappingResult',
|
103
122
|
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberFileSystemOperationResult',
|
104
123
|
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberFileSystemOperationMountDetailResult',
|
@@ -106,6 +125,8 @@ __all__ = [
|
|
106
125
|
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberLoadBalancerMappingResult',
|
107
126
|
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberManagedNodePoolConfigResult',
|
108
127
|
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberNetworkLoadBalancerMappingResult',
|
128
|
+
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberSourceVolumeToDestinationEncryptionKeyMappingResult',
|
129
|
+
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberSourceVolumeToDestinationEncryptionKeyMappingDestinationEncryptionKeyResult',
|
109
130
|
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberVaultMappingResult',
|
110
131
|
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberVirtualNodePoolConfigResult',
|
111
132
|
'GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberVnicMappingResult',
|
@@ -340,6 +361,8 @@ class DrPlanExecutionGroupExecutionStepExecution(dict):
|
|
340
361
|
suggest = "time_ended"
|
341
362
|
elif key == "timeStarted":
|
342
363
|
suggest = "time_started"
|
364
|
+
elif key == "typeDisplayName":
|
365
|
+
suggest = "type_display_name"
|
343
366
|
|
344
367
|
if suggest:
|
345
368
|
pulumi.log.warn(f"Key '{key}' not found in DrPlanExecutionGroupExecutionStepExecution. Access the value via the '{suggest}' property getter instead.")
|
@@ -362,7 +385,8 @@ class DrPlanExecutionGroupExecutionStepExecution(dict):
|
|
362
385
|
step_id: Optional[builtins.str] = None,
|
363
386
|
time_ended: Optional[builtins.str] = None,
|
364
387
|
time_started: Optional[builtins.str] = None,
|
365
|
-
type: Optional[builtins.str] = None
|
388
|
+
type: Optional[builtins.str] = None,
|
389
|
+
type_display_name: Optional[builtins.str] = None):
|
366
390
|
"""
|
367
391
|
:param builtins.str display_name: (Updatable) The display name of the DR plan execution. Example: `Execution - EBS Switchover PHX to IAD`
|
368
392
|
:param builtins.int execution_duration_in_sec: The total duration in seconds taken to complete the step execution. Example: `35`
|
@@ -374,6 +398,7 @@ class DrPlanExecutionGroupExecutionStepExecution(dict):
|
|
374
398
|
:param builtins.str time_ended: The date and time at which DR plan execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example: `2019-03-29T09:36:42Z`
|
375
399
|
:param builtins.str time_started: The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example: `2019-03-29T09:36:42Z`
|
376
400
|
:param builtins.str type: The group type. Example: `BUILT_IN`
|
401
|
+
:param builtins.str type_display_name: The display name of the DR Plan step type. Example: `Database Switchover`
|
377
402
|
"""
|
378
403
|
if display_name is not None:
|
379
404
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -395,6 +420,8 @@ class DrPlanExecutionGroupExecutionStepExecution(dict):
|
|
395
420
|
pulumi.set(__self__, "time_started", time_started)
|
396
421
|
if type is not None:
|
397
422
|
pulumi.set(__self__, "type", type)
|
423
|
+
if type_display_name is not None:
|
424
|
+
pulumi.set(__self__, "type_display_name", type_display_name)
|
398
425
|
|
399
426
|
@property
|
400
427
|
@pulumi.getter(name="displayName")
|
@@ -476,6 +503,14 @@ class DrPlanExecutionGroupExecutionStepExecution(dict):
|
|
476
503
|
"""
|
477
504
|
return pulumi.get(self, "type")
|
478
505
|
|
506
|
+
@property
|
507
|
+
@pulumi.getter(name="typeDisplayName")
|
508
|
+
def type_display_name(self) -> Optional[builtins.str]:
|
509
|
+
"""
|
510
|
+
The display name of the DR Plan step type. Example: `Database Switchover`
|
511
|
+
"""
|
512
|
+
return pulumi.get(self, "type_display_name")
|
513
|
+
|
479
514
|
|
480
515
|
@pulumi.output_type
|
481
516
|
class DrPlanExecutionGroupExecutionStepExecutionLogLocation(dict):
|
@@ -680,6 +715,8 @@ class DrPlanPlanGroupStep(dict):
|
|
680
715
|
suggest = "member_id"
|
681
716
|
elif key == "refreshStatus":
|
682
717
|
suggest = "refresh_status"
|
718
|
+
elif key == "typeDisplayName":
|
719
|
+
suggest = "type_display_name"
|
683
720
|
elif key == "userDefinedSteps":
|
684
721
|
suggest = "user_defined_steps"
|
685
722
|
|
@@ -704,6 +741,7 @@ class DrPlanPlanGroupStep(dict):
|
|
704
741
|
refresh_status: Optional[builtins.str] = None,
|
705
742
|
timeout: Optional[builtins.int] = None,
|
706
743
|
type: Optional[builtins.str] = None,
|
744
|
+
type_display_name: Optional[builtins.str] = None,
|
707
745
|
user_defined_steps: Optional[Sequence['outputs.DrPlanPlanGroupStepUserDefinedStep']] = None):
|
708
746
|
"""
|
709
747
|
:param builtins.str display_name: (Updatable) The display name of the DR plan being created. Example: `EBS Switchover PHX to IAD`
|
@@ -715,6 +753,7 @@ class DrPlanPlanGroupStep(dict):
|
|
715
753
|
:param builtins.str refresh_status: The DR plan step refresh status. Example: `STEP_ADDED`
|
716
754
|
:param builtins.int timeout: The timeout in seconds for executing this step. Example: `600`
|
717
755
|
:param builtins.str type: The type of DR plan to be created.
|
756
|
+
:param builtins.str type_display_name: The display name of the DR Plan step type. Example: `Database Switchover`
|
718
757
|
:param Sequence['DrPlanPlanGroupStepUserDefinedStepArgs'] user_defined_steps: The details for a user-defined step in a DR plan.
|
719
758
|
"""
|
720
759
|
if display_name is not None:
|
@@ -735,6 +774,8 @@ class DrPlanPlanGroupStep(dict):
|
|
735
774
|
pulumi.set(__self__, "timeout", timeout)
|
736
775
|
if type is not None:
|
737
776
|
pulumi.set(__self__, "type", type)
|
777
|
+
if type_display_name is not None:
|
778
|
+
pulumi.set(__self__, "type_display_name", type_display_name)
|
738
779
|
if user_defined_steps is not None:
|
739
780
|
pulumi.set(__self__, "user_defined_steps", user_defined_steps)
|
740
781
|
|
@@ -810,6 +851,14 @@ class DrPlanPlanGroupStep(dict):
|
|
810
851
|
"""
|
811
852
|
return pulumi.get(self, "type")
|
812
853
|
|
854
|
+
@property
|
855
|
+
@pulumi.getter(name="typeDisplayName")
|
856
|
+
def type_display_name(self) -> Optional[builtins.str]:
|
857
|
+
"""
|
858
|
+
The display name of the DR Plan step type. Example: `Database Switchover`
|
859
|
+
"""
|
860
|
+
return pulumi.get(self, "type_display_name")
|
861
|
+
|
813
862
|
@property
|
814
863
|
@pulumi.getter(name="userDefinedSteps")
|
815
864
|
def user_defined_steps(self) -> Optional[Sequence['outputs.DrPlanPlanGroupStepUserDefinedStep']]:
|
@@ -1129,22 +1178,32 @@ class DrProtectionGroupMember(dict):
|
|
1129
1178
|
suggest = "backup_config"
|
1130
1179
|
elif key == "backupLocation":
|
1131
1180
|
suggest = "backup_location"
|
1181
|
+
elif key == "blockVolumeAttachAndMountOperations":
|
1182
|
+
suggest = "block_volume_attach_and_mount_operations"
|
1132
1183
|
elif key == "blockVolumeOperations":
|
1133
1184
|
suggest = "block_volume_operations"
|
1185
|
+
elif key == "commonDestinationKey":
|
1186
|
+
suggest = "common_destination_key"
|
1134
1187
|
elif key == "connectionStringType":
|
1135
1188
|
suggest = "connection_string_type"
|
1136
1189
|
elif key == "destinationAvailabilityDomain":
|
1137
1190
|
suggest = "destination_availability_domain"
|
1191
|
+
elif key == "destinationBackupPolicyId":
|
1192
|
+
suggest = "destination_backup_policy_id"
|
1138
1193
|
elif key == "destinationCapacityReservationId":
|
1139
1194
|
suggest = "destination_capacity_reservation_id"
|
1140
1195
|
elif key == "destinationCompartmentId":
|
1141
1196
|
suggest = "destination_compartment_id"
|
1142
1197
|
elif key == "destinationDedicatedVmHostId":
|
1143
1198
|
suggest = "destination_dedicated_vm_host_id"
|
1199
|
+
elif key == "destinationEncryptionKey":
|
1200
|
+
suggest = "destination_encryption_key"
|
1144
1201
|
elif key == "destinationLoadBalancerId":
|
1145
1202
|
suggest = "destination_load_balancer_id"
|
1146
1203
|
elif key == "destinationNetworkLoadBalancerId":
|
1147
1204
|
suggest = "destination_network_load_balancer_id"
|
1205
|
+
elif key == "destinationSnapshotPolicyId":
|
1206
|
+
suggest = "destination_snapshot_policy_id"
|
1148
1207
|
elif key == "exportMappings":
|
1149
1208
|
suggest = "export_mappings"
|
1150
1209
|
elif key == "fileSystemOperations":
|
@@ -1167,6 +1226,8 @@ class DrProtectionGroupMember(dict):
|
|
1167
1226
|
suggest = "password_vault_secret_id"
|
1168
1227
|
elif key == "peerClusterId":
|
1169
1228
|
suggest = "peer_cluster_id"
|
1229
|
+
elif key == "sourceVolumeToDestinationEncryptionKeyMappings":
|
1230
|
+
suggest = "source_volume_to_destination_encryption_key_mappings"
|
1170
1231
|
elif key == "vaultMappings":
|
1171
1232
|
suggest = "vault_mappings"
|
1172
1233
|
elif key == "virtualNodePoolConfigs":
|
@@ -1194,15 +1255,20 @@ class DrProtectionGroupMember(dict):
|
|
1194
1255
|
backend_set_mappings: Optional[Sequence['outputs.DrProtectionGroupMemberBackendSetMapping']] = None,
|
1195
1256
|
backup_config: Optional['outputs.DrProtectionGroupMemberBackupConfig'] = None,
|
1196
1257
|
backup_location: Optional['outputs.DrProtectionGroupMemberBackupLocation'] = None,
|
1258
|
+
block_volume_attach_and_mount_operations: Optional['outputs.DrProtectionGroupMemberBlockVolumeAttachAndMountOperations'] = None,
|
1197
1259
|
block_volume_operations: Optional[Sequence['outputs.DrProtectionGroupMemberBlockVolumeOperation']] = None,
|
1198
1260
|
bucket: Optional[builtins.str] = None,
|
1261
|
+
common_destination_key: Optional['outputs.DrProtectionGroupMemberCommonDestinationKey'] = None,
|
1199
1262
|
connection_string_type: Optional[builtins.str] = None,
|
1200
1263
|
destination_availability_domain: Optional[builtins.str] = None,
|
1264
|
+
destination_backup_policy_id: Optional[builtins.str] = None,
|
1201
1265
|
destination_capacity_reservation_id: Optional[builtins.str] = None,
|
1202
1266
|
destination_compartment_id: Optional[builtins.str] = None,
|
1203
1267
|
destination_dedicated_vm_host_id: Optional[builtins.str] = None,
|
1268
|
+
destination_encryption_key: Optional['outputs.DrProtectionGroupMemberDestinationEncryptionKey'] = None,
|
1204
1269
|
destination_load_balancer_id: Optional[builtins.str] = None,
|
1205
1270
|
destination_network_load_balancer_id: Optional[builtins.str] = None,
|
1271
|
+
destination_snapshot_policy_id: Optional[builtins.str] = None,
|
1206
1272
|
export_mappings: Optional[Sequence['outputs.DrProtectionGroupMemberExportMapping']] = None,
|
1207
1273
|
file_system_operations: Optional[Sequence['outputs.DrProtectionGroupMemberFileSystemOperation']] = None,
|
1208
1274
|
is_movable: Optional[builtins.bool] = None,
|
@@ -1215,6 +1281,7 @@ class DrProtectionGroupMember(dict):
|
|
1215
1281
|
network_load_balancer_mappings: Optional[Sequence['outputs.DrProtectionGroupMemberNetworkLoadBalancerMapping']] = None,
|
1216
1282
|
password_vault_secret_id: Optional[builtins.str] = None,
|
1217
1283
|
peer_cluster_id: Optional[builtins.str] = None,
|
1284
|
+
source_volume_to_destination_encryption_key_mappings: Optional[Sequence['outputs.DrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMapping']] = None,
|
1218
1285
|
vault_mappings: Optional[Sequence['outputs.DrProtectionGroupMemberVaultMapping']] = None,
|
1219
1286
|
virtual_node_pool_configs: Optional[Sequence['outputs.DrProtectionGroupMemberVirtualNodePoolConfig']] = None,
|
1220
1287
|
vnic_mapping: Optional[Sequence['outputs.DrProtectionGroupMemberVnicMapping']] = None,
|
@@ -1226,15 +1293,20 @@ class DrProtectionGroupMember(dict):
|
|
1226
1293
|
:param Sequence['DrProtectionGroupMemberBackendSetMappingArgs'] backend_set_mappings: (Updatable) A list of backend set mappings that are used to transfer or update backends during DR.
|
1227
1294
|
:param 'DrProtectionGroupMemberBackupConfigArgs' backup_config: (Updatable) Create backup configuration properties for an OKE member.
|
1228
1295
|
:param 'DrProtectionGroupMemberBackupLocationArgs' backup_location: (Updatable) The details for creating the backup location of an OKE Cluster.
|
1229
|
-
:param
|
1296
|
+
:param 'DrProtectionGroupMemberBlockVolumeAttachAndMountOperationsArgs' block_volume_attach_and_mount_operations: (Updatable) The details for creating the operations performed on a block volume.
|
1297
|
+
:param Sequence['DrProtectionGroupMemberBlockVolumeOperationArgs'] block_volume_operations: (Updatable) Deprecated. Use the 'blockVolumeAttachAndMountOperations' attribute instead of this. A list of operations performed on block volumes used by the compute instance.
|
1230
1298
|
:param builtins.str bucket: (Updatable) The bucket name inside the object storage namespace. Example: `bucket_name`
|
1299
|
+
:param 'DrProtectionGroupMemberCommonDestinationKeyArgs' common_destination_key: (Updatable) Create properties for a customer-managed vault and encryption key in the destination region. The customer-managed encryption key in this will be used to encrypt the resource or containing resources after they move to the destination region.
|
1231
1300
|
:param builtins.str connection_string_type: (Updatable) 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.
|
1232
1301
|
:param builtins.str destination_availability_domain: (Updatable) The availability domain of the destination mount target. Example: `BBTh:region-AD`
|
1302
|
+
:param builtins.str destination_backup_policy_id: (Updatable) The OCID of the backup policy to use in the destination region. This policy will be used to create backups for this volume group after it moves the destination region. Example: `ocid1.volumebackuppolicy.oc1..uniqueID`
|
1233
1303
|
:param builtins.str destination_capacity_reservation_id: (Updatable) The OCID of a capacity reservation in the destination region which will be used to launch the compute instance. Example: `ocid1.capacityreservation.oc1..uniqueID`
|
1234
1304
|
:param builtins.str destination_compartment_id: (Updatable) The OCID of a compartment in the destination region in which the compute instance should be launched. Example: `ocid1.compartment.oc1..uniqueID`
|
1235
1305
|
:param builtins.str destination_dedicated_vm_host_id: (Updatable) The OCID of a dedicated VM host in the destination region where the compute instance should be launched. Example: `ocid1.dedicatedvmhost.oc1..uniqueID`
|
1306
|
+
:param 'DrProtectionGroupMemberDestinationEncryptionKeyArgs' destination_encryption_key: (Updatable) Create properties for a customer-managed vault and encryption key in the destination region. The customer-managed encryption key in this will be used to encrypt the resource or containing resources after they move to the destination region.
|
1236
1307
|
:param builtins.str destination_load_balancer_id: (Updatable) The OCID of the destination load balancer. Example: `ocid1.loadbalancer.oc1..uniqueID`
|
1237
1308
|
:param builtins.str destination_network_load_balancer_id: (Updatable) The OCID of the destination network load balancer. Example: `ocid1.networkloadbalancer.oc1..uniqueID`
|
1309
|
+
:param builtins.str destination_snapshot_policy_id: (Updatable) The OCID of the snapshot policy to use in the destination region. This policy will be attached to the file system after it moves to the destination region. Example: `ocid1.filesystemsnapshotpolicy.oc1..uniqueID`
|
1238
1310
|
:param Sequence['DrProtectionGroupMemberExportMappingArgs'] export_mappings: (Updatable) A list of mappings between file system exports in the primary region and mount targets in the standby region.
|
1239
1311
|
:param Sequence['DrProtectionGroupMemberFileSystemOperationArgs'] file_system_operations: (Updatable) A list of operations performed on file systems used by the compute instance.
|
1240
1312
|
:param builtins.bool is_movable: (Updatable) A flag indicating if the compute instance should be moved during DR operations. Example: `false`
|
@@ -1247,6 +1319,11 @@ class DrProtectionGroupMember(dict):
|
|
1247
1319
|
:param Sequence['DrProtectionGroupMemberNetworkLoadBalancerMappingArgs'] network_load_balancer_mappings: (Updatable) The list of source-to-destination network load balancer mappings required for DR operations. This property applies to the OKE cluster member in primary region.
|
1248
1320
|
:param builtins.str password_vault_secret_id: (Updatable) 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`
|
1249
1321
|
:param builtins.str peer_cluster_id: (Updatable) The OCID of the peer OKE cluster. This property applies to the OKE cluster member in both the primary and standby region. Example: `ocid1.cluster.oc1..uniqueID`
|
1322
|
+
:param Sequence['DrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMappingArgs'] source_volume_to_destination_encryption_key_mappings: (Updatable) A list of mappings between source volume IDs in the volume group and customer-managed encryption keys in the destination region which will be used to encrypt the volume after it moves to the destination region.
|
1323
|
+
|
1324
|
+
If you add the entry for source volumes and its corresponding vault and encryption keys here, you can not use 'commonDestinationKey' for encrypting all volumes with common encryption key. Similarly, if you specify common vault and encryption key using 'commonDestinationKey', you cannot specify vaults and encryption keys individually for each volume using 'sourceVolumeToDestinationEncryptionKeyMappings'.
|
1325
|
+
|
1326
|
+
An entry for each volume in volume group should be added in this list. The encryption key will not be updated for the volumes that are part of volume group but missing in this list.
|
1250
1327
|
:param Sequence['DrProtectionGroupMemberVaultMappingArgs'] vault_mappings: (Updatable) The list of source-to-destination vault mappings required for DR operations. This property applies to the OKE cluster member in primary region.
|
1251
1328
|
:param Sequence['DrProtectionGroupMemberVirtualNodePoolConfigArgs'] virtual_node_pool_configs: (Updatable) The list of virtual node pools with configurations for minimum and maximum node counts. This property applies to the OKE cluster member in both the primary and standby region.
|
1252
1329
|
:param Sequence['DrProtectionGroupMemberVnicMappingArgs'] vnic_mapping: (Updatable) A list of compute instance VNIC mappings.
|
@@ -1262,24 +1339,34 @@ class DrProtectionGroupMember(dict):
|
|
1262
1339
|
pulumi.set(__self__, "backup_config", backup_config)
|
1263
1340
|
if backup_location is not None:
|
1264
1341
|
pulumi.set(__self__, "backup_location", backup_location)
|
1342
|
+
if block_volume_attach_and_mount_operations is not None:
|
1343
|
+
pulumi.set(__self__, "block_volume_attach_and_mount_operations", block_volume_attach_and_mount_operations)
|
1265
1344
|
if block_volume_operations is not None:
|
1266
1345
|
pulumi.set(__self__, "block_volume_operations", block_volume_operations)
|
1267
1346
|
if bucket is not None:
|
1268
1347
|
pulumi.set(__self__, "bucket", bucket)
|
1348
|
+
if common_destination_key is not None:
|
1349
|
+
pulumi.set(__self__, "common_destination_key", common_destination_key)
|
1269
1350
|
if connection_string_type is not None:
|
1270
1351
|
pulumi.set(__self__, "connection_string_type", connection_string_type)
|
1271
1352
|
if destination_availability_domain is not None:
|
1272
1353
|
pulumi.set(__self__, "destination_availability_domain", destination_availability_domain)
|
1354
|
+
if destination_backup_policy_id is not None:
|
1355
|
+
pulumi.set(__self__, "destination_backup_policy_id", destination_backup_policy_id)
|
1273
1356
|
if destination_capacity_reservation_id is not None:
|
1274
1357
|
pulumi.set(__self__, "destination_capacity_reservation_id", destination_capacity_reservation_id)
|
1275
1358
|
if destination_compartment_id is not None:
|
1276
1359
|
pulumi.set(__self__, "destination_compartment_id", destination_compartment_id)
|
1277
1360
|
if destination_dedicated_vm_host_id is not None:
|
1278
1361
|
pulumi.set(__self__, "destination_dedicated_vm_host_id", destination_dedicated_vm_host_id)
|
1362
|
+
if destination_encryption_key is not None:
|
1363
|
+
pulumi.set(__self__, "destination_encryption_key", destination_encryption_key)
|
1279
1364
|
if destination_load_balancer_id is not None:
|
1280
1365
|
pulumi.set(__self__, "destination_load_balancer_id", destination_load_balancer_id)
|
1281
1366
|
if destination_network_load_balancer_id is not None:
|
1282
1367
|
pulumi.set(__self__, "destination_network_load_balancer_id", destination_network_load_balancer_id)
|
1368
|
+
if destination_snapshot_policy_id is not None:
|
1369
|
+
pulumi.set(__self__, "destination_snapshot_policy_id", destination_snapshot_policy_id)
|
1283
1370
|
if export_mappings is not None:
|
1284
1371
|
pulumi.set(__self__, "export_mappings", export_mappings)
|
1285
1372
|
if file_system_operations is not None:
|
@@ -1304,6 +1391,8 @@ class DrProtectionGroupMember(dict):
|
|
1304
1391
|
pulumi.set(__self__, "password_vault_secret_id", password_vault_secret_id)
|
1305
1392
|
if peer_cluster_id is not None:
|
1306
1393
|
pulumi.set(__self__, "peer_cluster_id", peer_cluster_id)
|
1394
|
+
if source_volume_to_destination_encryption_key_mappings is not None:
|
1395
|
+
pulumi.set(__self__, "source_volume_to_destination_encryption_key_mappings", source_volume_to_destination_encryption_key_mappings)
|
1307
1396
|
if vault_mappings is not None:
|
1308
1397
|
pulumi.set(__self__, "vault_mappings", vault_mappings)
|
1309
1398
|
if virtual_node_pool_configs is not None:
|
@@ -1361,11 +1450,19 @@ class DrProtectionGroupMember(dict):
|
|
1361
1450
|
"""
|
1362
1451
|
return pulumi.get(self, "backup_location")
|
1363
1452
|
|
1453
|
+
@property
|
1454
|
+
@pulumi.getter(name="blockVolumeAttachAndMountOperations")
|
1455
|
+
def block_volume_attach_and_mount_operations(self) -> Optional['outputs.DrProtectionGroupMemberBlockVolumeAttachAndMountOperations']:
|
1456
|
+
"""
|
1457
|
+
(Updatable) The details for creating the operations performed on a block volume.
|
1458
|
+
"""
|
1459
|
+
return pulumi.get(self, "block_volume_attach_and_mount_operations")
|
1460
|
+
|
1364
1461
|
@property
|
1365
1462
|
@pulumi.getter(name="blockVolumeOperations")
|
1366
1463
|
def block_volume_operations(self) -> Optional[Sequence['outputs.DrProtectionGroupMemberBlockVolumeOperation']]:
|
1367
1464
|
"""
|
1368
|
-
(Updatable) A list of operations performed on block volumes used by the compute instance.
|
1465
|
+
(Updatable) Deprecated. Use the 'blockVolumeAttachAndMountOperations' attribute instead of this. A list of operations performed on block volumes used by the compute instance.
|
1369
1466
|
"""
|
1370
1467
|
return pulumi.get(self, "block_volume_operations")
|
1371
1468
|
|
@@ -1377,6 +1474,14 @@ class DrProtectionGroupMember(dict):
|
|
1377
1474
|
"""
|
1378
1475
|
return pulumi.get(self, "bucket")
|
1379
1476
|
|
1477
|
+
@property
|
1478
|
+
@pulumi.getter(name="commonDestinationKey")
|
1479
|
+
def common_destination_key(self) -> Optional['outputs.DrProtectionGroupMemberCommonDestinationKey']:
|
1480
|
+
"""
|
1481
|
+
(Updatable) Create properties for a customer-managed vault and encryption key in the destination region. The customer-managed encryption key in this will be used to encrypt the resource or containing resources after they move to the destination region.
|
1482
|
+
"""
|
1483
|
+
return pulumi.get(self, "common_destination_key")
|
1484
|
+
|
1380
1485
|
@property
|
1381
1486
|
@pulumi.getter(name="connectionStringType")
|
1382
1487
|
def connection_string_type(self) -> Optional[builtins.str]:
|
@@ -1393,6 +1498,14 @@ class DrProtectionGroupMember(dict):
|
|
1393
1498
|
"""
|
1394
1499
|
return pulumi.get(self, "destination_availability_domain")
|
1395
1500
|
|
1501
|
+
@property
|
1502
|
+
@pulumi.getter(name="destinationBackupPolicyId")
|
1503
|
+
def destination_backup_policy_id(self) -> Optional[builtins.str]:
|
1504
|
+
"""
|
1505
|
+
(Updatable) The OCID of the backup policy to use in the destination region. This policy will be used to create backups for this volume group after it moves the destination region. Example: `ocid1.volumebackuppolicy.oc1..uniqueID`
|
1506
|
+
"""
|
1507
|
+
return pulumi.get(self, "destination_backup_policy_id")
|
1508
|
+
|
1396
1509
|
@property
|
1397
1510
|
@pulumi.getter(name="destinationCapacityReservationId")
|
1398
1511
|
def destination_capacity_reservation_id(self) -> Optional[builtins.str]:
|
@@ -1417,6 +1530,14 @@ class DrProtectionGroupMember(dict):
|
|
1417
1530
|
"""
|
1418
1531
|
return pulumi.get(self, "destination_dedicated_vm_host_id")
|
1419
1532
|
|
1533
|
+
@property
|
1534
|
+
@pulumi.getter(name="destinationEncryptionKey")
|
1535
|
+
def destination_encryption_key(self) -> Optional['outputs.DrProtectionGroupMemberDestinationEncryptionKey']:
|
1536
|
+
"""
|
1537
|
+
(Updatable) Create properties for a customer-managed vault and encryption key in the destination region. The customer-managed encryption key in this will be used to encrypt the resource or containing resources after they move to the destination region.
|
1538
|
+
"""
|
1539
|
+
return pulumi.get(self, "destination_encryption_key")
|
1540
|
+
|
1420
1541
|
@property
|
1421
1542
|
@pulumi.getter(name="destinationLoadBalancerId")
|
1422
1543
|
def destination_load_balancer_id(self) -> Optional[builtins.str]:
|
@@ -1433,6 +1554,14 @@ class DrProtectionGroupMember(dict):
|
|
1433
1554
|
"""
|
1434
1555
|
return pulumi.get(self, "destination_network_load_balancer_id")
|
1435
1556
|
|
1557
|
+
@property
|
1558
|
+
@pulumi.getter(name="destinationSnapshotPolicyId")
|
1559
|
+
def destination_snapshot_policy_id(self) -> Optional[builtins.str]:
|
1560
|
+
"""
|
1561
|
+
(Updatable) The OCID of the snapshot policy to use in the destination region. This policy will be attached to the file system after it moves to the destination region. Example: `ocid1.filesystemsnapshotpolicy.oc1..uniqueID`
|
1562
|
+
"""
|
1563
|
+
return pulumi.get(self, "destination_snapshot_policy_id")
|
1564
|
+
|
1436
1565
|
@property
|
1437
1566
|
@pulumi.getter(name="exportMappings")
|
1438
1567
|
def export_mappings(self) -> Optional[Sequence['outputs.DrProtectionGroupMemberExportMapping']]:
|
@@ -1529,6 +1658,18 @@ class DrProtectionGroupMember(dict):
|
|
1529
1658
|
"""
|
1530
1659
|
return pulumi.get(self, "peer_cluster_id")
|
1531
1660
|
|
1661
|
+
@property
|
1662
|
+
@pulumi.getter(name="sourceVolumeToDestinationEncryptionKeyMappings")
|
1663
|
+
def source_volume_to_destination_encryption_key_mappings(self) -> Optional[Sequence['outputs.DrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMapping']]:
|
1664
|
+
"""
|
1665
|
+
(Updatable) A list of mappings between source volume IDs in the volume group and customer-managed encryption keys in the destination region which will be used to encrypt the volume after it moves to the destination region.
|
1666
|
+
|
1667
|
+
If you add the entry for source volumes and its corresponding vault and encryption keys here, you can not use 'commonDestinationKey' for encrypting all volumes with common encryption key. Similarly, if you specify common vault and encryption key using 'commonDestinationKey', you cannot specify vaults and encryption keys individually for each volume using 'sourceVolumeToDestinationEncryptionKeyMappings'.
|
1668
|
+
|
1669
|
+
An entry for each volume in volume group should be added in this list. The encryption key will not be updated for the volumes that are part of volume group but missing in this list.
|
1670
|
+
"""
|
1671
|
+
return pulumi.get(self, "source_volume_to_destination_encryption_key_mappings")
|
1672
|
+
|
1532
1673
|
@property
|
1533
1674
|
@pulumi.getter(name="vaultMappings")
|
1534
1675
|
def vault_mappings(self) -> Optional[Sequence['outputs.DrProtectionGroupMemberVaultMapping']]:
|
@@ -1670,9 +1811,9 @@ class DrProtectionGroupMemberBackupConfig(dict):
|
|
1670
1811
|
* Minimum = 1
|
1671
1812
|
* Maximum = 12
|
1672
1813
|
|
1673
|
-
Examples: FREQ=WEEKLY;BYDAY=MO,WE;BYHOUR=10;INTERVAL=1 > Run a backup every
|
1814
|
+
Examples: FREQ=WEEKLY;BYDAY=MO,WE;BYHOUR=10;INTERVAL=1 > Run a backup every Monday and Wednesday at 10:00 AM. FREQ=WEEKLY;BYDAY=MO,WE;BYHOUR=10;INTERVAL=2 > Invalid configuration (Cannot specify an interval of 2).
|
1674
1815
|
|
1675
|
-
FREQ=HOURLY;INTERVAL=25 > Invalid configuration (
|
1816
|
+
FREQ=HOURLY;INTERVAL=25 > Invalid configuration (Cannot specify an interval of 25). FREQ=HOURLY;INTERVAL=0 > Invalid configuration (Cannot specify an interval of 0). FREQ=HOURLY;INTERVAL=24 > Run a backup every 24 hours. FREQ=HOURLY;INTERVAL=1 > Run a backup every hour. FREQ=HOURLY;BYMINUTE=30;INTERVAL=15 > Run a backup every 15 hours at the 30th minute. FREQ=DAILY;INTERVAL=31 > Invalid configuration (Cannot specify an interval of 31). FREQ=DAILY;INTERVAL=0 > Invalid configuration (Cannot specify an interval of 0). FREQ=DAILY;INTERVAL=30 > Run a backup every 30 days at 12:00 midnight. FREQ=DAILY;BYHOUR=17;BYMINUTE=10;INTERVAL=1 > Run a backup daily at 05:10 PM.
|
1676
1817
|
:param builtins.str image_replication_vault_secret_id: (Updatable) The OCID of the vault secret that stores the image credential. This property applies to the OKE cluster member in both the primary and standby region.
|
1677
1818
|
:param builtins.int max_number_of_backups_retained: (Updatable) The maximum number of backups that should be retained. This property applies to the OKE cluster member in primary region.
|
1678
1819
|
:param Sequence[builtins.str] namespaces: (Updatable) A list of namespaces that need to be backed up. The default value is null. If a list of namespaces is not provided, all namespaces will be backed up. This property applies to the OKE cluster member in primary region. Example: ["default", "pv-nginx"]
|
@@ -1705,9 +1846,9 @@ class DrProtectionGroupMemberBackupConfig(dict):
|
|
1705
1846
|
* Minimum = 1
|
1706
1847
|
* Maximum = 12
|
1707
1848
|
|
1708
|
-
Examples: FREQ=WEEKLY;BYDAY=MO,WE;BYHOUR=10;INTERVAL=1 > Run a backup every
|
1849
|
+
Examples: FREQ=WEEKLY;BYDAY=MO,WE;BYHOUR=10;INTERVAL=1 > Run a backup every Monday and Wednesday at 10:00 AM. FREQ=WEEKLY;BYDAY=MO,WE;BYHOUR=10;INTERVAL=2 > Invalid configuration (Cannot specify an interval of 2).
|
1709
1850
|
|
1710
|
-
FREQ=HOURLY;INTERVAL=25 > Invalid configuration (
|
1851
|
+
FREQ=HOURLY;INTERVAL=25 > Invalid configuration (Cannot specify an interval of 25). FREQ=HOURLY;INTERVAL=0 > Invalid configuration (Cannot specify an interval of 0). FREQ=HOURLY;INTERVAL=24 > Run a backup every 24 hours. FREQ=HOURLY;INTERVAL=1 > Run a backup every hour. FREQ=HOURLY;BYMINUTE=30;INTERVAL=15 > Run a backup every 15 hours at the 30th minute. FREQ=DAILY;INTERVAL=31 > Invalid configuration (Cannot specify an interval of 31). FREQ=DAILY;INTERVAL=0 > Invalid configuration (Cannot specify an interval of 0). FREQ=DAILY;INTERVAL=30 > Run a backup every 30 days at 12:00 midnight. FREQ=DAILY;BYHOUR=17;BYMINUTE=10;INTERVAL=1 > Run a backup daily at 05:10 PM.
|
1711
1852
|
"""
|
1712
1853
|
return pulumi.get(self, "backup_schedule")
|
1713
1854
|
|
@@ -1787,6 +1928,123 @@ class DrProtectionGroupMemberBackupLocation(dict):
|
|
1787
1928
|
return pulumi.get(self, "object")
|
1788
1929
|
|
1789
1930
|
|
1931
|
+
@pulumi.output_type
|
1932
|
+
class DrProtectionGroupMemberBlockVolumeAttachAndMountOperations(dict):
|
1933
|
+
def __init__(__self__, *,
|
1934
|
+
attachments: Optional[Sequence['outputs.DrProtectionGroupMemberBlockVolumeAttachAndMountOperationsAttachment']] = None,
|
1935
|
+
mounts: Optional[Sequence['outputs.DrProtectionGroupMemberBlockVolumeAttachAndMountOperationsMount']] = None):
|
1936
|
+
"""
|
1937
|
+
:param Sequence['DrProtectionGroupMemberBlockVolumeAttachAndMountOperationsAttachmentArgs'] attachments: (Updatable) A list of details of attach or detach operations performed on block volumes.
|
1938
|
+
:param Sequence['DrProtectionGroupMemberBlockVolumeAttachAndMountOperationsMountArgs'] mounts: (Updatable) A list of details of mount operations performed on block volumes.
|
1939
|
+
"""
|
1940
|
+
if attachments is not None:
|
1941
|
+
pulumi.set(__self__, "attachments", attachments)
|
1942
|
+
if mounts is not None:
|
1943
|
+
pulumi.set(__self__, "mounts", mounts)
|
1944
|
+
|
1945
|
+
@property
|
1946
|
+
@pulumi.getter
|
1947
|
+
def attachments(self) -> Optional[Sequence['outputs.DrProtectionGroupMemberBlockVolumeAttachAndMountOperationsAttachment']]:
|
1948
|
+
"""
|
1949
|
+
(Updatable) A list of details of attach or detach operations performed on block volumes.
|
1950
|
+
"""
|
1951
|
+
return pulumi.get(self, "attachments")
|
1952
|
+
|
1953
|
+
@property
|
1954
|
+
@pulumi.getter
|
1955
|
+
def mounts(self) -> Optional[Sequence['outputs.DrProtectionGroupMemberBlockVolumeAttachAndMountOperationsMount']]:
|
1956
|
+
"""
|
1957
|
+
(Updatable) A list of details of mount operations performed on block volumes.
|
1958
|
+
"""
|
1959
|
+
return pulumi.get(self, "mounts")
|
1960
|
+
|
1961
|
+
|
1962
|
+
@pulumi.output_type
|
1963
|
+
class DrProtectionGroupMemberBlockVolumeAttachAndMountOperationsAttachment(dict):
|
1964
|
+
@staticmethod
|
1965
|
+
def __key_warning(key: str):
|
1966
|
+
suggest = None
|
1967
|
+
if key == "blockVolumeId":
|
1968
|
+
suggest = "block_volume_id"
|
1969
|
+
elif key == "volumeAttachmentReferenceInstanceId":
|
1970
|
+
suggest = "volume_attachment_reference_instance_id"
|
1971
|
+
|
1972
|
+
if suggest:
|
1973
|
+
pulumi.log.warn(f"Key '{key}' not found in DrProtectionGroupMemberBlockVolumeAttachAndMountOperationsAttachment. Access the value via the '{suggest}' property getter instead.")
|
1974
|
+
|
1975
|
+
def __getitem__(self, key: str) -> Any:
|
1976
|
+
DrProtectionGroupMemberBlockVolumeAttachAndMountOperationsAttachment.__key_warning(key)
|
1977
|
+
return super().__getitem__(key)
|
1978
|
+
|
1979
|
+
def get(self, key: str, default = None) -> Any:
|
1980
|
+
DrProtectionGroupMemberBlockVolumeAttachAndMountOperationsAttachment.__key_warning(key)
|
1981
|
+
return super().get(key, default)
|
1982
|
+
|
1983
|
+
def __init__(__self__, *,
|
1984
|
+
block_volume_id: Optional[builtins.str] = None,
|
1985
|
+
volume_attachment_reference_instance_id: Optional[builtins.str] = None):
|
1986
|
+
"""
|
1987
|
+
:param builtins.str block_volume_id: (Updatable) The OCID of the block volume. Example: `ocid1.volume.oc1..uniqueID`
|
1988
|
+
:param builtins.str volume_attachment_reference_instance_id: (Updatable) The OCID of the reference compute instance needed to obtain the volume attachment details. This reference compute instance belongs to the peer DR protection group. Example: `ocid1.instance.oc1..uniqueID`
|
1989
|
+
"""
|
1990
|
+
if block_volume_id is not None:
|
1991
|
+
pulumi.set(__self__, "block_volume_id", block_volume_id)
|
1992
|
+
if volume_attachment_reference_instance_id is not None:
|
1993
|
+
pulumi.set(__self__, "volume_attachment_reference_instance_id", volume_attachment_reference_instance_id)
|
1994
|
+
|
1995
|
+
@property
|
1996
|
+
@pulumi.getter(name="blockVolumeId")
|
1997
|
+
def block_volume_id(self) -> Optional[builtins.str]:
|
1998
|
+
"""
|
1999
|
+
(Updatable) The OCID of the block volume. Example: `ocid1.volume.oc1..uniqueID`
|
2000
|
+
"""
|
2001
|
+
return pulumi.get(self, "block_volume_id")
|
2002
|
+
|
2003
|
+
@property
|
2004
|
+
@pulumi.getter(name="volumeAttachmentReferenceInstanceId")
|
2005
|
+
def volume_attachment_reference_instance_id(self) -> Optional[builtins.str]:
|
2006
|
+
"""
|
2007
|
+
(Updatable) The OCID of the reference compute instance needed to obtain the volume attachment details. This reference compute instance belongs to the peer DR protection group. Example: `ocid1.instance.oc1..uniqueID`
|
2008
|
+
"""
|
2009
|
+
return pulumi.get(self, "volume_attachment_reference_instance_id")
|
2010
|
+
|
2011
|
+
|
2012
|
+
@pulumi.output_type
|
2013
|
+
class DrProtectionGroupMemberBlockVolumeAttachAndMountOperationsMount(dict):
|
2014
|
+
@staticmethod
|
2015
|
+
def __key_warning(key: str):
|
2016
|
+
suggest = None
|
2017
|
+
if key == "mountPoint":
|
2018
|
+
suggest = "mount_point"
|
2019
|
+
|
2020
|
+
if suggest:
|
2021
|
+
pulumi.log.warn(f"Key '{key}' not found in DrProtectionGroupMemberBlockVolumeAttachAndMountOperationsMount. Access the value via the '{suggest}' property getter instead.")
|
2022
|
+
|
2023
|
+
def __getitem__(self, key: str) -> Any:
|
2024
|
+
DrProtectionGroupMemberBlockVolumeAttachAndMountOperationsMount.__key_warning(key)
|
2025
|
+
return super().__getitem__(key)
|
2026
|
+
|
2027
|
+
def get(self, key: str, default = None) -> Any:
|
2028
|
+
DrProtectionGroupMemberBlockVolumeAttachAndMountOperationsMount.__key_warning(key)
|
2029
|
+
return super().get(key, default)
|
2030
|
+
|
2031
|
+
def __init__(__self__, *,
|
2032
|
+
mount_point: Optional[builtins.str] = None):
|
2033
|
+
"""
|
2034
|
+
:param builtins.str mount_point: (Updatable) The physical mount point where the file system is mounted on the block volume. Example: `/mnt/yourmountpoint`
|
2035
|
+
"""
|
2036
|
+
if mount_point is not None:
|
2037
|
+
pulumi.set(__self__, "mount_point", mount_point)
|
2038
|
+
|
2039
|
+
@property
|
2040
|
+
@pulumi.getter(name="mountPoint")
|
2041
|
+
def mount_point(self) -> Optional[builtins.str]:
|
2042
|
+
"""
|
2043
|
+
(Updatable) The physical mount point where the file system is mounted on the block volume. Example: `/mnt/yourmountpoint`
|
2044
|
+
"""
|
2045
|
+
return pulumi.get(self, "mount_point")
|
2046
|
+
|
2047
|
+
|
1790
2048
|
@pulumi.output_type
|
1791
2049
|
class DrProtectionGroupMemberBlockVolumeOperation(dict):
|
1792
2050
|
@staticmethod
|
@@ -1815,7 +2073,7 @@ class DrProtectionGroupMemberBlockVolumeOperation(dict):
|
|
1815
2073
|
block_volume_id: Optional[builtins.str] = None,
|
1816
2074
|
mount_details: Optional['outputs.DrProtectionGroupMemberBlockVolumeOperationMountDetails'] = None):
|
1817
2075
|
"""
|
1818
|
-
:param 'DrProtectionGroupMemberBlockVolumeOperationAttachmentDetailsArgs' attachment_details: (Updatable) The details for creating a block volume attachment.
|
2076
|
+
:param 'DrProtectionGroupMemberBlockVolumeOperationAttachmentDetailsArgs' attachment_details: (Updatable) Deprecated. Use the 'CreateComputeInstanceNonMovableBlockVolumeAttachOperationDetails' definition instead of this. The details for creating a block volume attachment.
|
1819
2077
|
:param builtins.str block_volume_id: (Updatable) The OCID of the block volume. Example: `ocid1.volume.oc1..uniqueID`
|
1820
2078
|
:param 'DrProtectionGroupMemberBlockVolumeOperationMountDetailsArgs' mount_details: (Updatable) The details for creating a mount for a file system on a block volume.
|
1821
2079
|
"""
|
@@ -1830,7 +2088,7 @@ class DrProtectionGroupMemberBlockVolumeOperation(dict):
|
|
1830
2088
|
@pulumi.getter(name="attachmentDetails")
|
1831
2089
|
def attachment_details(self) -> Optional['outputs.DrProtectionGroupMemberBlockVolumeOperationAttachmentDetails']:
|
1832
2090
|
"""
|
1833
|
-
(Updatable) The details for creating a block volume attachment.
|
2091
|
+
(Updatable) Deprecated. Use the 'CreateComputeInstanceNonMovableBlockVolumeAttachOperationDetails' definition instead of this. The details for creating a block volume attachment.
|
1834
2092
|
"""
|
1835
2093
|
return pulumi.get(self, "attachment_details")
|
1836
2094
|
|
@@ -1873,7 +2131,7 @@ class DrProtectionGroupMemberBlockVolumeOperationAttachmentDetails(dict):
|
|
1873
2131
|
def __init__(__self__, *,
|
1874
2132
|
volume_attachment_reference_instance_id: Optional[builtins.str] = None):
|
1875
2133
|
"""
|
1876
|
-
:param builtins.str volume_attachment_reference_instance_id: (Updatable) The OCID of the reference compute instance
|
2134
|
+
:param builtins.str volume_attachment_reference_instance_id: (Updatable) The OCID of the reference compute instance needed to obtain the volume attachment details. This reference compute instance belongs to the peer DR protection group. Example: `ocid1.instance.oc1..uniqueID`
|
1877
2135
|
"""
|
1878
2136
|
if volume_attachment_reference_instance_id is not None:
|
1879
2137
|
pulumi.set(__self__, "volume_attachment_reference_instance_id", volume_attachment_reference_instance_id)
|
@@ -1882,7 +2140,7 @@ class DrProtectionGroupMemberBlockVolumeOperationAttachmentDetails(dict):
|
|
1882
2140
|
@pulumi.getter(name="volumeAttachmentReferenceInstanceId")
|
1883
2141
|
def volume_attachment_reference_instance_id(self) -> Optional[builtins.str]:
|
1884
2142
|
"""
|
1885
|
-
(Updatable) The OCID of the reference compute instance
|
2143
|
+
(Updatable) The OCID of the reference compute instance needed to obtain the volume attachment details. This reference compute instance belongs to the peer DR protection group. Example: `ocid1.instance.oc1..uniqueID`
|
1886
2144
|
"""
|
1887
2145
|
return pulumi.get(self, "volume_attachment_reference_instance_id")
|
1888
2146
|
|
@@ -1923,6 +2181,106 @@ class DrProtectionGroupMemberBlockVolumeOperationMountDetails(dict):
|
|
1923
2181
|
return pulumi.get(self, "mount_point")
|
1924
2182
|
|
1925
2183
|
|
2184
|
+
@pulumi.output_type
|
2185
|
+
class DrProtectionGroupMemberCommonDestinationKey(dict):
|
2186
|
+
@staticmethod
|
2187
|
+
def __key_warning(key: str):
|
2188
|
+
suggest = None
|
2189
|
+
if key == "encryptionKeyId":
|
2190
|
+
suggest = "encryption_key_id"
|
2191
|
+
elif key == "vaultId":
|
2192
|
+
suggest = "vault_id"
|
2193
|
+
|
2194
|
+
if suggest:
|
2195
|
+
pulumi.log.warn(f"Key '{key}' not found in DrProtectionGroupMemberCommonDestinationKey. Access the value via the '{suggest}' property getter instead.")
|
2196
|
+
|
2197
|
+
def __getitem__(self, key: str) -> Any:
|
2198
|
+
DrProtectionGroupMemberCommonDestinationKey.__key_warning(key)
|
2199
|
+
return super().__getitem__(key)
|
2200
|
+
|
2201
|
+
def get(self, key: str, default = None) -> Any:
|
2202
|
+
DrProtectionGroupMemberCommonDestinationKey.__key_warning(key)
|
2203
|
+
return super().get(key, default)
|
2204
|
+
|
2205
|
+
def __init__(__self__, *,
|
2206
|
+
encryption_key_id: Optional[builtins.str] = None,
|
2207
|
+
vault_id: Optional[builtins.str] = None):
|
2208
|
+
"""
|
2209
|
+
:param builtins.str encryption_key_id: (Updatable) The OCID of the customer-managed encryption key in the destination region vault. Example: `ocid1.key.oc1..uniqueID`
|
2210
|
+
:param builtins.str vault_id: (Updatable) The OCID of the destination region vault for the customer-managed encryption key. Example: `ocid1.vault.oc1..uniqueID`
|
2211
|
+
"""
|
2212
|
+
if encryption_key_id is not None:
|
2213
|
+
pulumi.set(__self__, "encryption_key_id", encryption_key_id)
|
2214
|
+
if vault_id is not None:
|
2215
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
2216
|
+
|
2217
|
+
@property
|
2218
|
+
@pulumi.getter(name="encryptionKeyId")
|
2219
|
+
def encryption_key_id(self) -> Optional[builtins.str]:
|
2220
|
+
"""
|
2221
|
+
(Updatable) The OCID of the customer-managed encryption key in the destination region vault. Example: `ocid1.key.oc1..uniqueID`
|
2222
|
+
"""
|
2223
|
+
return pulumi.get(self, "encryption_key_id")
|
2224
|
+
|
2225
|
+
@property
|
2226
|
+
@pulumi.getter(name="vaultId")
|
2227
|
+
def vault_id(self) -> Optional[builtins.str]:
|
2228
|
+
"""
|
2229
|
+
(Updatable) The OCID of the destination region vault for the customer-managed encryption key. Example: `ocid1.vault.oc1..uniqueID`
|
2230
|
+
"""
|
2231
|
+
return pulumi.get(self, "vault_id")
|
2232
|
+
|
2233
|
+
|
2234
|
+
@pulumi.output_type
|
2235
|
+
class DrProtectionGroupMemberDestinationEncryptionKey(dict):
|
2236
|
+
@staticmethod
|
2237
|
+
def __key_warning(key: str):
|
2238
|
+
suggest = None
|
2239
|
+
if key == "encryptionKeyId":
|
2240
|
+
suggest = "encryption_key_id"
|
2241
|
+
elif key == "vaultId":
|
2242
|
+
suggest = "vault_id"
|
2243
|
+
|
2244
|
+
if suggest:
|
2245
|
+
pulumi.log.warn(f"Key '{key}' not found in DrProtectionGroupMemberDestinationEncryptionKey. Access the value via the '{suggest}' property getter instead.")
|
2246
|
+
|
2247
|
+
def __getitem__(self, key: str) -> Any:
|
2248
|
+
DrProtectionGroupMemberDestinationEncryptionKey.__key_warning(key)
|
2249
|
+
return super().__getitem__(key)
|
2250
|
+
|
2251
|
+
def get(self, key: str, default = None) -> Any:
|
2252
|
+
DrProtectionGroupMemberDestinationEncryptionKey.__key_warning(key)
|
2253
|
+
return super().get(key, default)
|
2254
|
+
|
2255
|
+
def __init__(__self__, *,
|
2256
|
+
encryption_key_id: Optional[builtins.str] = None,
|
2257
|
+
vault_id: Optional[builtins.str] = None):
|
2258
|
+
"""
|
2259
|
+
:param builtins.str encryption_key_id: (Updatable) The OCID of the customer-managed encryption key in the destination region vault. Example: `ocid1.key.oc1..uniqueID`
|
2260
|
+
:param builtins.str vault_id: (Updatable) The OCID of the destination region vault for the customer-managed encryption key. Example: `ocid1.vault.oc1..uniqueID`
|
2261
|
+
"""
|
2262
|
+
if encryption_key_id is not None:
|
2263
|
+
pulumi.set(__self__, "encryption_key_id", encryption_key_id)
|
2264
|
+
if vault_id is not None:
|
2265
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
2266
|
+
|
2267
|
+
@property
|
2268
|
+
@pulumi.getter(name="encryptionKeyId")
|
2269
|
+
def encryption_key_id(self) -> Optional[builtins.str]:
|
2270
|
+
"""
|
2271
|
+
(Updatable) The OCID of the customer-managed encryption key in the destination region vault. Example: `ocid1.key.oc1..uniqueID`
|
2272
|
+
"""
|
2273
|
+
return pulumi.get(self, "encryption_key_id")
|
2274
|
+
|
2275
|
+
@property
|
2276
|
+
@pulumi.getter(name="vaultId")
|
2277
|
+
def vault_id(self) -> Optional[builtins.str]:
|
2278
|
+
"""
|
2279
|
+
(Updatable) The OCID of the destination region vault for the customer-managed encryption key. Example: `ocid1.vault.oc1..uniqueID`
|
2280
|
+
"""
|
2281
|
+
return pulumi.get(self, "vault_id")
|
2282
|
+
|
2283
|
+
|
1926
2284
|
@pulumi.output_type
|
1927
2285
|
class DrProtectionGroupMemberExportMapping(dict):
|
1928
2286
|
@staticmethod
|
@@ -2280,6 +2638,106 @@ class DrProtectionGroupMemberNetworkLoadBalancerMapping(dict):
|
|
2280
2638
|
return pulumi.get(self, "source_network_load_balancer_id")
|
2281
2639
|
|
2282
2640
|
|
2641
|
+
@pulumi.output_type
|
2642
|
+
class DrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMapping(dict):
|
2643
|
+
@staticmethod
|
2644
|
+
def __key_warning(key: str):
|
2645
|
+
suggest = None
|
2646
|
+
if key == "destinationEncryptionKey":
|
2647
|
+
suggest = "destination_encryption_key"
|
2648
|
+
elif key == "sourceVolumeId":
|
2649
|
+
suggest = "source_volume_id"
|
2650
|
+
|
2651
|
+
if suggest:
|
2652
|
+
pulumi.log.warn(f"Key '{key}' not found in DrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMapping. Access the value via the '{suggest}' property getter instead.")
|
2653
|
+
|
2654
|
+
def __getitem__(self, key: str) -> Any:
|
2655
|
+
DrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMapping.__key_warning(key)
|
2656
|
+
return super().__getitem__(key)
|
2657
|
+
|
2658
|
+
def get(self, key: str, default = None) -> Any:
|
2659
|
+
DrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMapping.__key_warning(key)
|
2660
|
+
return super().get(key, default)
|
2661
|
+
|
2662
|
+
def __init__(__self__, *,
|
2663
|
+
destination_encryption_key: Optional['outputs.DrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMappingDestinationEncryptionKey'] = None,
|
2664
|
+
source_volume_id: Optional[builtins.str] = None):
|
2665
|
+
"""
|
2666
|
+
:param 'DrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMappingDestinationEncryptionKeyArgs' destination_encryption_key: (Updatable) Create properties for a customer-managed vault and encryption key in the destination region. The customer-managed encryption key in this will be used to encrypt the resource or containing resources after they move to the destination region.
|
2667
|
+
:param builtins.str source_volume_id: (Updatable) The OCID of the source boot volume or block volume. Example: `ocid1.volume.oc1..uniqueID`
|
2668
|
+
"""
|
2669
|
+
if destination_encryption_key is not None:
|
2670
|
+
pulumi.set(__self__, "destination_encryption_key", destination_encryption_key)
|
2671
|
+
if source_volume_id is not None:
|
2672
|
+
pulumi.set(__self__, "source_volume_id", source_volume_id)
|
2673
|
+
|
2674
|
+
@property
|
2675
|
+
@pulumi.getter(name="destinationEncryptionKey")
|
2676
|
+
def destination_encryption_key(self) -> Optional['outputs.DrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMappingDestinationEncryptionKey']:
|
2677
|
+
"""
|
2678
|
+
(Updatable) Create properties for a customer-managed vault and encryption key in the destination region. The customer-managed encryption key in this will be used to encrypt the resource or containing resources after they move to the destination region.
|
2679
|
+
"""
|
2680
|
+
return pulumi.get(self, "destination_encryption_key")
|
2681
|
+
|
2682
|
+
@property
|
2683
|
+
@pulumi.getter(name="sourceVolumeId")
|
2684
|
+
def source_volume_id(self) -> Optional[builtins.str]:
|
2685
|
+
"""
|
2686
|
+
(Updatable) The OCID of the source boot volume or block volume. Example: `ocid1.volume.oc1..uniqueID`
|
2687
|
+
"""
|
2688
|
+
return pulumi.get(self, "source_volume_id")
|
2689
|
+
|
2690
|
+
|
2691
|
+
@pulumi.output_type
|
2692
|
+
class DrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMappingDestinationEncryptionKey(dict):
|
2693
|
+
@staticmethod
|
2694
|
+
def __key_warning(key: str):
|
2695
|
+
suggest = None
|
2696
|
+
if key == "encryptionKeyId":
|
2697
|
+
suggest = "encryption_key_id"
|
2698
|
+
elif key == "vaultId":
|
2699
|
+
suggest = "vault_id"
|
2700
|
+
|
2701
|
+
if suggest:
|
2702
|
+
pulumi.log.warn(f"Key '{key}' not found in DrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMappingDestinationEncryptionKey. Access the value via the '{suggest}' property getter instead.")
|
2703
|
+
|
2704
|
+
def __getitem__(self, key: str) -> Any:
|
2705
|
+
DrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMappingDestinationEncryptionKey.__key_warning(key)
|
2706
|
+
return super().__getitem__(key)
|
2707
|
+
|
2708
|
+
def get(self, key: str, default = None) -> Any:
|
2709
|
+
DrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMappingDestinationEncryptionKey.__key_warning(key)
|
2710
|
+
return super().get(key, default)
|
2711
|
+
|
2712
|
+
def __init__(__self__, *,
|
2713
|
+
encryption_key_id: Optional[builtins.str] = None,
|
2714
|
+
vault_id: Optional[builtins.str] = None):
|
2715
|
+
"""
|
2716
|
+
:param builtins.str encryption_key_id: (Updatable) The OCID of the customer-managed encryption key in the destination region vault. Example: `ocid1.key.oc1..uniqueID`
|
2717
|
+
:param builtins.str vault_id: (Updatable) The OCID of the destination region vault for the customer-managed encryption key. Example: `ocid1.vault.oc1..uniqueID`
|
2718
|
+
"""
|
2719
|
+
if encryption_key_id is not None:
|
2720
|
+
pulumi.set(__self__, "encryption_key_id", encryption_key_id)
|
2721
|
+
if vault_id is not None:
|
2722
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
2723
|
+
|
2724
|
+
@property
|
2725
|
+
@pulumi.getter(name="encryptionKeyId")
|
2726
|
+
def encryption_key_id(self) -> Optional[builtins.str]:
|
2727
|
+
"""
|
2728
|
+
(Updatable) The OCID of the customer-managed encryption key in the destination region vault. Example: `ocid1.key.oc1..uniqueID`
|
2729
|
+
"""
|
2730
|
+
return pulumi.get(self, "encryption_key_id")
|
2731
|
+
|
2732
|
+
@property
|
2733
|
+
@pulumi.getter(name="vaultId")
|
2734
|
+
def vault_id(self) -> Optional[builtins.str]:
|
2735
|
+
"""
|
2736
|
+
(Updatable) The OCID of the destination region vault for the customer-managed encryption key. Example: `ocid1.vault.oc1..uniqueID`
|
2737
|
+
"""
|
2738
|
+
return pulumi.get(self, "vault_id")
|
2739
|
+
|
2740
|
+
|
2283
2741
|
@pulumi.output_type
|
2284
2742
|
class DrProtectionGroupMemberVaultMapping(dict):
|
2285
2743
|
@staticmethod
|
@@ -2384,6 +2842,8 @@ class DrProtectionGroupMemberVnicMapping(dict):
|
|
2384
2842
|
suggest = "destination_primary_private_ip_address"
|
2385
2843
|
elif key == "destinationPrimaryPrivateIpHostnameLabel":
|
2386
2844
|
suggest = "destination_primary_private_ip_hostname_label"
|
2845
|
+
elif key == "destinationReservedPublicIpId":
|
2846
|
+
suggest = "destination_reserved_public_ip_id"
|
2387
2847
|
elif key == "destinationSubnetId":
|
2388
2848
|
suggest = "destination_subnet_id"
|
2389
2849
|
elif key == "sourceVnicId":
|
@@ -2404,12 +2864,14 @@ class DrProtectionGroupMemberVnicMapping(dict):
|
|
2404
2864
|
destination_nsg_id_lists: Optional[Sequence[builtins.str]] = None,
|
2405
2865
|
destination_primary_private_ip_address: Optional[builtins.str] = None,
|
2406
2866
|
destination_primary_private_ip_hostname_label: Optional[builtins.str] = None,
|
2867
|
+
destination_reserved_public_ip_id: Optional[builtins.str] = None,
|
2407
2868
|
destination_subnet_id: Optional[builtins.str] = None,
|
2408
2869
|
source_vnic_id: Optional[builtins.str] = None):
|
2409
2870
|
"""
|
2410
2871
|
:param Sequence[builtins.str] destination_nsg_id_lists: (Updatable) 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 ]`
|
2411
2872
|
:param builtins.str destination_primary_private_ip_address: (Updatable) The primary private IP address to be assigned to the source VNIC in the destination subnet. This IP address must belong to the destination subnet. Example: `10.0.3.3`
|
2412
2873
|
:param builtins.str destination_primary_private_ip_hostname_label: (Updatable) 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`
|
2874
|
+
:param builtins.str destination_reserved_public_ip_id: (Updatable) The OCID of the reserved public IP address to be assigned to the compute instance in the destination region. Example: `ocid1.publicip.oc1..uniqueID`
|
2413
2875
|
:param builtins.str destination_subnet_id: (Updatable) The OCID of the destination subnet to which the source VNIC should connect. Example: `ocid1.subnet.oc1..uniqueID`
|
2414
2876
|
:param builtins.str source_vnic_id: (Updatable) The OCID of the source VNIC. Example: `ocid1.vnic.oc1..uniqueID`
|
2415
2877
|
"""
|
@@ -2419,6 +2881,8 @@ class DrProtectionGroupMemberVnicMapping(dict):
|
|
2419
2881
|
pulumi.set(__self__, "destination_primary_private_ip_address", destination_primary_private_ip_address)
|
2420
2882
|
if destination_primary_private_ip_hostname_label is not None:
|
2421
2883
|
pulumi.set(__self__, "destination_primary_private_ip_hostname_label", destination_primary_private_ip_hostname_label)
|
2884
|
+
if destination_reserved_public_ip_id is not None:
|
2885
|
+
pulumi.set(__self__, "destination_reserved_public_ip_id", destination_reserved_public_ip_id)
|
2422
2886
|
if destination_subnet_id is not None:
|
2423
2887
|
pulumi.set(__self__, "destination_subnet_id", destination_subnet_id)
|
2424
2888
|
if source_vnic_id is not None:
|
@@ -2448,6 +2912,14 @@ class DrProtectionGroupMemberVnicMapping(dict):
|
|
2448
2912
|
"""
|
2449
2913
|
return pulumi.get(self, "destination_primary_private_ip_hostname_label")
|
2450
2914
|
|
2915
|
+
@property
|
2916
|
+
@pulumi.getter(name="destinationReservedPublicIpId")
|
2917
|
+
def destination_reserved_public_ip_id(self) -> Optional[builtins.str]:
|
2918
|
+
"""
|
2919
|
+
(Updatable) The OCID of the reserved public IP address to be assigned to the compute instance in the destination region. Example: `ocid1.publicip.oc1..uniqueID`
|
2920
|
+
"""
|
2921
|
+
return pulumi.get(self, "destination_reserved_public_ip_id")
|
2922
|
+
|
2451
2923
|
@property
|
2452
2924
|
@pulumi.getter(name="destinationSubnetId")
|
2453
2925
|
def destination_subnet_id(self) -> Optional[builtins.str]:
|
@@ -2623,7 +3095,8 @@ class GetDrPlanExecutionGroupExecutionStepExecutionResult(dict):
|
|
2623
3095
|
step_id: builtins.str,
|
2624
3096
|
time_ended: builtins.str,
|
2625
3097
|
time_started: builtins.str,
|
2626
|
-
type: builtins.str
|
3098
|
+
type: builtins.str,
|
3099
|
+
type_display_name: builtins.str):
|
2627
3100
|
"""
|
2628
3101
|
:param builtins.str display_name: The display name of the step execution. Example: `DATABASE_SWITCHOVER`
|
2629
3102
|
:param builtins.int execution_duration_in_sec: The total duration in seconds taken to complete the step execution. Example: `35`
|
@@ -2635,6 +3108,7 @@ class GetDrPlanExecutionGroupExecutionStepExecutionResult(dict):
|
|
2635
3108
|
:param builtins.str time_ended: The date and time at which DR plan execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example: `2019-03-29T09:36:42Z`
|
2636
3109
|
:param builtins.str time_started: The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example: `2019-03-29T09:36:42Z`
|
2637
3110
|
:param builtins.str type: The group type. Example: `BUILT_IN`
|
3111
|
+
:param builtins.str type_display_name: The display name of the DR Plan step type. Example: `Database Switchover`
|
2638
3112
|
"""
|
2639
3113
|
pulumi.set(__self__, "display_name", display_name)
|
2640
3114
|
pulumi.set(__self__, "execution_duration_in_sec", execution_duration_in_sec)
|
@@ -2646,6 +3120,7 @@ class GetDrPlanExecutionGroupExecutionStepExecutionResult(dict):
|
|
2646
3120
|
pulumi.set(__self__, "time_ended", time_ended)
|
2647
3121
|
pulumi.set(__self__, "time_started", time_started)
|
2648
3122
|
pulumi.set(__self__, "type", type)
|
3123
|
+
pulumi.set(__self__, "type_display_name", type_display_name)
|
2649
3124
|
|
2650
3125
|
@property
|
2651
3126
|
@pulumi.getter(name="displayName")
|
@@ -2727,6 +3202,14 @@ class GetDrPlanExecutionGroupExecutionStepExecutionResult(dict):
|
|
2727
3202
|
"""
|
2728
3203
|
return pulumi.get(self, "type")
|
2729
3204
|
|
3205
|
+
@property
|
3206
|
+
@pulumi.getter(name="typeDisplayName")
|
3207
|
+
def type_display_name(self) -> builtins.str:
|
3208
|
+
"""
|
3209
|
+
The display name of the DR Plan step type. Example: `Database Switchover`
|
3210
|
+
"""
|
3211
|
+
return pulumi.get(self, "type_display_name")
|
3212
|
+
|
2730
3213
|
|
2731
3214
|
@pulumi.output_type
|
2732
3215
|
class GetDrPlanExecutionGroupExecutionStepExecutionLogLocationResult(dict):
|
@@ -3216,7 +3699,8 @@ class GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecutio
|
|
3216
3699
|
step_id: builtins.str,
|
3217
3700
|
time_ended: builtins.str,
|
3218
3701
|
time_started: builtins.str,
|
3219
|
-
type: builtins.str
|
3702
|
+
type: builtins.str,
|
3703
|
+
type_display_name: builtins.str):
|
3220
3704
|
"""
|
3221
3705
|
:param builtins.str display_name: A filter to return only resources that match the given display name. Example: `MyResourceDisplayName`
|
3222
3706
|
:param builtins.int execution_duration_in_sec: The total duration in seconds taken to complete the step execution. Example: `35`
|
@@ -3228,6 +3712,7 @@ class GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecutio
|
|
3228
3712
|
:param builtins.str time_ended: The date and time at which DR plan execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example: `2019-03-29T09:36:42Z`
|
3229
3713
|
:param builtins.str time_started: The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example: `2019-03-29T09:36:42Z`
|
3230
3714
|
:param builtins.str type: The group type. Example: `BUILT_IN`
|
3715
|
+
:param builtins.str type_display_name: The display name of the DR Plan step type. Example: `Database Switchover`
|
3231
3716
|
"""
|
3232
3717
|
pulumi.set(__self__, "display_name", display_name)
|
3233
3718
|
pulumi.set(__self__, "execution_duration_in_sec", execution_duration_in_sec)
|
@@ -3239,6 +3724,7 @@ class GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecutio
|
|
3239
3724
|
pulumi.set(__self__, "time_ended", time_ended)
|
3240
3725
|
pulumi.set(__self__, "time_started", time_started)
|
3241
3726
|
pulumi.set(__self__, "type", type)
|
3727
|
+
pulumi.set(__self__, "type_display_name", type_display_name)
|
3242
3728
|
|
3243
3729
|
@property
|
3244
3730
|
@pulumi.getter(name="displayName")
|
@@ -3320,6 +3806,14 @@ class GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecutio
|
|
3320
3806
|
"""
|
3321
3807
|
return pulumi.get(self, "type")
|
3322
3808
|
|
3809
|
+
@property
|
3810
|
+
@pulumi.getter(name="typeDisplayName")
|
3811
|
+
def type_display_name(self) -> builtins.str:
|
3812
|
+
"""
|
3813
|
+
The display name of the DR Plan step type. Example: `Database Switchover`
|
3814
|
+
"""
|
3815
|
+
return pulumi.get(self, "type_display_name")
|
3816
|
+
|
3323
3817
|
|
3324
3818
|
@pulumi.output_type
|
3325
3819
|
class GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecutionLogLocationResult(dict):
|
@@ -3513,6 +4007,7 @@ class GetDrPlanPlanGroupStepResult(dict):
|
|
3513
4007
|
refresh_status: builtins.str,
|
3514
4008
|
timeout: builtins.int,
|
3515
4009
|
type: builtins.str,
|
4010
|
+
type_display_name: builtins.str,
|
3516
4011
|
user_defined_steps: Sequence['outputs.GetDrPlanPlanGroupStepUserDefinedStepResult']):
|
3517
4012
|
"""
|
3518
4013
|
:param builtins.str display_name: The display name of the group. Example: `DATABASE_SWITCHOVER`
|
@@ -3524,6 +4019,7 @@ class GetDrPlanPlanGroupStepResult(dict):
|
|
3524
4019
|
:param builtins.str refresh_status: The DR plan step refresh status. Example: `STEP_ADDED`
|
3525
4020
|
:param builtins.int timeout: The timeout in seconds for executing this step. Example: `600`
|
3526
4021
|
:param builtins.str type: The type of the DR plan.
|
4022
|
+
:param builtins.str type_display_name: The display name of the DR Plan step type. Example: `Database Switchover`
|
3527
4023
|
:param Sequence['GetDrPlanPlanGroupStepUserDefinedStepArgs'] user_defined_steps: The details for a user-defined step in a DR plan.
|
3528
4024
|
"""
|
3529
4025
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -3535,6 +4031,7 @@ class GetDrPlanPlanGroupStepResult(dict):
|
|
3535
4031
|
pulumi.set(__self__, "refresh_status", refresh_status)
|
3536
4032
|
pulumi.set(__self__, "timeout", timeout)
|
3537
4033
|
pulumi.set(__self__, "type", type)
|
4034
|
+
pulumi.set(__self__, "type_display_name", type_display_name)
|
3538
4035
|
pulumi.set(__self__, "user_defined_steps", user_defined_steps)
|
3539
4036
|
|
3540
4037
|
@property
|
@@ -3609,6 +4106,14 @@ class GetDrPlanPlanGroupStepResult(dict):
|
|
3609
4106
|
"""
|
3610
4107
|
return pulumi.get(self, "type")
|
3611
4108
|
|
4109
|
+
@property
|
4110
|
+
@pulumi.getter(name="typeDisplayName")
|
4111
|
+
def type_display_name(self) -> builtins.str:
|
4112
|
+
"""
|
4113
|
+
The display name of the DR Plan step type. Example: `Database Switchover`
|
4114
|
+
"""
|
4115
|
+
return pulumi.get(self, "type_display_name")
|
4116
|
+
|
3612
4117
|
@property
|
3613
4118
|
@pulumi.getter(name="userDefinedSteps")
|
3614
4119
|
def user_defined_steps(self) -> Sequence['outputs.GetDrPlanPlanGroupStepUserDefinedStepResult']:
|
@@ -4069,6 +4574,7 @@ class GetDrPlansDrPlanCollectionItemPlanGroupStepResult(dict):
|
|
4069
4574
|
refresh_status: builtins.str,
|
4070
4575
|
timeout: builtins.int,
|
4071
4576
|
type: builtins.str,
|
4577
|
+
type_display_name: builtins.str,
|
4072
4578
|
user_defined_steps: Sequence['outputs.GetDrPlansDrPlanCollectionItemPlanGroupStepUserDefinedStepResult']):
|
4073
4579
|
"""
|
4074
4580
|
:param builtins.str display_name: A filter to return only resources that match the given display name. Example: `MyResourceDisplayName`
|
@@ -4080,6 +4586,7 @@ class GetDrPlansDrPlanCollectionItemPlanGroupStepResult(dict):
|
|
4080
4586
|
:param builtins.str refresh_status: The DR plan step refresh status. Example: `STEP_ADDED`
|
4081
4587
|
:param builtins.int timeout: The timeout in seconds for executing this step. Example: `600`
|
4082
4588
|
:param builtins.str type: The type of the DR plan.
|
4589
|
+
:param builtins.str type_display_name: The display name of the DR Plan step type. Example: `Database Switchover`
|
4083
4590
|
:param Sequence['GetDrPlansDrPlanCollectionItemPlanGroupStepUserDefinedStepArgs'] user_defined_steps: The details for a user-defined step in a DR plan.
|
4084
4591
|
"""
|
4085
4592
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -4091,6 +4598,7 @@ class GetDrPlansDrPlanCollectionItemPlanGroupStepResult(dict):
|
|
4091
4598
|
pulumi.set(__self__, "refresh_status", refresh_status)
|
4092
4599
|
pulumi.set(__self__, "timeout", timeout)
|
4093
4600
|
pulumi.set(__self__, "type", type)
|
4601
|
+
pulumi.set(__self__, "type_display_name", type_display_name)
|
4094
4602
|
pulumi.set(__self__, "user_defined_steps", user_defined_steps)
|
4095
4603
|
|
4096
4604
|
@property
|
@@ -4165,6 +4673,14 @@ class GetDrPlansDrPlanCollectionItemPlanGroupStepResult(dict):
|
|
4165
4673
|
"""
|
4166
4674
|
return pulumi.get(self, "type")
|
4167
4675
|
|
4676
|
+
@property
|
4677
|
+
@pulumi.getter(name="typeDisplayName")
|
4678
|
+
def type_display_name(self) -> builtins.str:
|
4679
|
+
"""
|
4680
|
+
The display name of the DR Plan step type. Example: `Database Switchover`
|
4681
|
+
"""
|
4682
|
+
return pulumi.get(self, "type_display_name")
|
4683
|
+
|
4168
4684
|
@property
|
4169
4685
|
@pulumi.getter(name="userDefinedSteps")
|
4170
4686
|
def user_defined_steps(self) -> Sequence['outputs.GetDrPlansDrPlanCollectionItemPlanGroupStepUserDefinedStepResult']:
|
@@ -4434,15 +4950,20 @@ class GetDrProtectionGroupMemberResult(dict):
|
|
4434
4950
|
backend_set_mappings: Sequence['outputs.GetDrProtectionGroupMemberBackendSetMappingResult'],
|
4435
4951
|
backup_configs: Sequence['outputs.GetDrProtectionGroupMemberBackupConfigResult'],
|
4436
4952
|
backup_locations: Sequence['outputs.GetDrProtectionGroupMemberBackupLocationResult'],
|
4953
|
+
block_volume_attach_and_mount_operations: Sequence['outputs.GetDrProtectionGroupMemberBlockVolumeAttachAndMountOperationResult'],
|
4437
4954
|
block_volume_operations: Sequence['outputs.GetDrProtectionGroupMemberBlockVolumeOperationResult'],
|
4438
4955
|
bucket: builtins.str,
|
4956
|
+
common_destination_keys: Sequence['outputs.GetDrProtectionGroupMemberCommonDestinationKeyResult'],
|
4439
4957
|
connection_string_type: builtins.str,
|
4440
4958
|
destination_availability_domain: builtins.str,
|
4959
|
+
destination_backup_policy_id: builtins.str,
|
4441
4960
|
destination_capacity_reservation_id: builtins.str,
|
4442
4961
|
destination_compartment_id: builtins.str,
|
4443
4962
|
destination_dedicated_vm_host_id: builtins.str,
|
4963
|
+
destination_encryption_keys: Sequence['outputs.GetDrProtectionGroupMemberDestinationEncryptionKeyResult'],
|
4444
4964
|
destination_load_balancer_id: builtins.str,
|
4445
4965
|
destination_network_load_balancer_id: builtins.str,
|
4966
|
+
destination_snapshot_policy_id: builtins.str,
|
4446
4967
|
export_mappings: Sequence['outputs.GetDrProtectionGroupMemberExportMappingResult'],
|
4447
4968
|
file_system_operations: Sequence['outputs.GetDrProtectionGroupMemberFileSystemOperationResult'],
|
4448
4969
|
is_movable: builtins.bool,
|
@@ -4457,6 +4978,7 @@ class GetDrProtectionGroupMemberResult(dict):
|
|
4457
4978
|
network_load_balancer_mappings: Sequence['outputs.GetDrProtectionGroupMemberNetworkLoadBalancerMappingResult'],
|
4458
4979
|
password_vault_secret_id: builtins.str,
|
4459
4980
|
peer_cluster_id: builtins.str,
|
4981
|
+
source_volume_to_destination_encryption_key_mappings: Sequence['outputs.GetDrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMappingResult'],
|
4460
4982
|
vault_mappings: Sequence['outputs.GetDrProtectionGroupMemberVaultMappingResult'],
|
4461
4983
|
virtual_node_pool_configs: Sequence['outputs.GetDrProtectionGroupMemberVirtualNodePoolConfigResult'],
|
4462
4984
|
vnic_mapping: Sequence['outputs.GetDrProtectionGroupMemberVnicMappingResult'],
|
@@ -4466,15 +4988,20 @@ class GetDrProtectionGroupMemberResult(dict):
|
|
4466
4988
|
:param Sequence['GetDrProtectionGroupMemberBackendSetMappingArgs'] backend_set_mappings: A list of backend set mappings that are used to transfer or update backends during DR.
|
4467
4989
|
:param Sequence['GetDrProtectionGroupMemberBackupConfigArgs'] backup_configs: The details of backup performed on OKE Cluster.
|
4468
4990
|
:param Sequence['GetDrProtectionGroupMemberBackupLocationArgs'] backup_locations: The details for object storage backup location of an OKE Cluster
|
4469
|
-
:param Sequence['
|
4991
|
+
:param Sequence['GetDrProtectionGroupMemberBlockVolumeAttachAndMountOperationArgs'] block_volume_attach_and_mount_operations: The details of the block volume operations performed on the non-movable compute instance.
|
4992
|
+
:param Sequence['GetDrProtectionGroupMemberBlockVolumeOperationArgs'] block_volume_operations: Deprecated. Use the 'blockVolumeAttachAndMountOperations' attribute instead of this. Operations performed on a list of block volumes used on the non-movable compute instance.
|
4470
4993
|
:param builtins.str bucket: The bucket name inside the object storage namespace. Example: `bucket_name`
|
4994
|
+
:param Sequence['GetDrProtectionGroupMemberCommonDestinationKeyArgs'] common_destination_keys: The OCID of a vault and customer-managed encryption key in the destination region.
|
4471
4995
|
:param builtins.str connection_string_type: 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.
|
4472
4996
|
:param builtins.str destination_availability_domain: The availability domain of the destination mount target. Example: `BBTh:region-AD`
|
4997
|
+
:param builtins.str destination_backup_policy_id: The OCID of the backup policy to use in the destination region. This policy will be used to create backups for this volume group after it moves the destination region. Example: `ocid1.volumebackuppolicy.oc1..uniqueID`
|
4473
4998
|
:param builtins.str destination_capacity_reservation_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`
|
4474
4999
|
:param builtins.str destination_compartment_id: The OCID of a compartment in the destination region in which the compute instance should be launched. Example: `ocid1.compartment.oc1..uniqueID`
|
4475
5000
|
:param builtins.str destination_dedicated_vm_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`
|
5001
|
+
:param Sequence['GetDrProtectionGroupMemberDestinationEncryptionKeyArgs'] destination_encryption_keys: The OCID of a vault and customer-managed encryption key in the destination region.
|
4476
5002
|
:param builtins.str destination_load_balancer_id: The OCID of the destination Load Balancer. Example: `ocid1.loadbalancer.oc1..uniqueID`
|
4477
5003
|
:param builtins.str destination_network_load_balancer_id: The OCID of the destination Network Load Balancer. Example: `ocid1.networkloadbalancer.oc1..uniqueID`
|
5004
|
+
:param builtins.str destination_snapshot_policy_id: The OCID of the snapshot policy to use in the destination region. This policy will be attached to the file system after it moves to the destination region. Example: `ocid1.filesystemsnapshotpolicy.oc1..uniqueID`
|
4478
5005
|
:param Sequence['GetDrProtectionGroupMemberExportMappingArgs'] export_mappings: A list of mappings between the primary region file system export and destination region mount target.
|
4479
5006
|
:param Sequence['GetDrProtectionGroupMemberFileSystemOperationArgs'] file_system_operations: Operations performed on a list of file systems used on the non-movable compute instance.
|
4480
5007
|
:param builtins.bool is_movable: A flag indicating if the compute instance should be moved during DR operations. Example: `false`
|
@@ -4489,6 +5016,7 @@ class GetDrProtectionGroupMemberResult(dict):
|
|
4489
5016
|
:param Sequence['GetDrProtectionGroupMemberNetworkLoadBalancerMappingArgs'] network_load_balancer_mappings: The list of source-to-destination network load balancer mappings required for DR operations. This property applies to the OKE cluster member in primary region.
|
4490
5017
|
:param builtins.str password_vault_secret_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`
|
4491
5018
|
:param builtins.str peer_cluster_id: The OCID of the peer OKE cluster. This property applies to the OKE cluster member in both the primary and standby region. Example: `ocid1.cluster.oc1.uniqueID`
|
5019
|
+
:param Sequence['GetDrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMappingArgs'] source_volume_to_destination_encryption_key_mappings: A list of mappings between source volume IDs in the volume group and customer-managed encryption keys in the destination region which will be used to encrypt the volume after it moves to the destination region.
|
4492
5020
|
:param Sequence['GetDrProtectionGroupMemberVaultMappingArgs'] vault_mappings: The list of source-to-destination vault mappings required for DR operations. This property applies to the OKE cluster member in primary region.
|
4493
5021
|
:param Sequence['GetDrProtectionGroupMemberVirtualNodePoolConfigArgs'] virtual_node_pool_configs: The list of node pools with configurations for minimum and maximum node counts. This property applies to the OKE cluster member in both the primary and standby region.
|
4494
5022
|
:param Sequence['GetDrProtectionGroupMemberVnicMappingArgs'] vnic_mapping: A list of compute instance VNIC mappings.
|
@@ -4498,15 +5026,20 @@ class GetDrProtectionGroupMemberResult(dict):
|
|
4498
5026
|
pulumi.set(__self__, "backend_set_mappings", backend_set_mappings)
|
4499
5027
|
pulumi.set(__self__, "backup_configs", backup_configs)
|
4500
5028
|
pulumi.set(__self__, "backup_locations", backup_locations)
|
5029
|
+
pulumi.set(__self__, "block_volume_attach_and_mount_operations", block_volume_attach_and_mount_operations)
|
4501
5030
|
pulumi.set(__self__, "block_volume_operations", block_volume_operations)
|
4502
5031
|
pulumi.set(__self__, "bucket", bucket)
|
5032
|
+
pulumi.set(__self__, "common_destination_keys", common_destination_keys)
|
4503
5033
|
pulumi.set(__self__, "connection_string_type", connection_string_type)
|
4504
5034
|
pulumi.set(__self__, "destination_availability_domain", destination_availability_domain)
|
5035
|
+
pulumi.set(__self__, "destination_backup_policy_id", destination_backup_policy_id)
|
4505
5036
|
pulumi.set(__self__, "destination_capacity_reservation_id", destination_capacity_reservation_id)
|
4506
5037
|
pulumi.set(__self__, "destination_compartment_id", destination_compartment_id)
|
4507
5038
|
pulumi.set(__self__, "destination_dedicated_vm_host_id", destination_dedicated_vm_host_id)
|
5039
|
+
pulumi.set(__self__, "destination_encryption_keys", destination_encryption_keys)
|
4508
5040
|
pulumi.set(__self__, "destination_load_balancer_id", destination_load_balancer_id)
|
4509
5041
|
pulumi.set(__self__, "destination_network_load_balancer_id", destination_network_load_balancer_id)
|
5042
|
+
pulumi.set(__self__, "destination_snapshot_policy_id", destination_snapshot_policy_id)
|
4510
5043
|
pulumi.set(__self__, "export_mappings", export_mappings)
|
4511
5044
|
pulumi.set(__self__, "file_system_operations", file_system_operations)
|
4512
5045
|
pulumi.set(__self__, "is_movable", is_movable)
|
@@ -4521,6 +5054,7 @@ class GetDrProtectionGroupMemberResult(dict):
|
|
4521
5054
|
pulumi.set(__self__, "network_load_balancer_mappings", network_load_balancer_mappings)
|
4522
5055
|
pulumi.set(__self__, "password_vault_secret_id", password_vault_secret_id)
|
4523
5056
|
pulumi.set(__self__, "peer_cluster_id", peer_cluster_id)
|
5057
|
+
pulumi.set(__self__, "source_volume_to_destination_encryption_key_mappings", source_volume_to_destination_encryption_key_mappings)
|
4524
5058
|
pulumi.set(__self__, "vault_mappings", vault_mappings)
|
4525
5059
|
pulumi.set(__self__, "virtual_node_pool_configs", virtual_node_pool_configs)
|
4526
5060
|
pulumi.set(__self__, "vnic_mapping", vnic_mapping)
|
@@ -4559,10 +5093,18 @@ class GetDrProtectionGroupMemberResult(dict):
|
|
4559
5093
|
return pulumi.get(self, "backup_locations")
|
4560
5094
|
|
4561
5095
|
@property
|
4562
|
-
@pulumi.getter(name="
|
4563
|
-
def
|
5096
|
+
@pulumi.getter(name="blockVolumeAttachAndMountOperations")
|
5097
|
+
def block_volume_attach_and_mount_operations(self) -> Sequence['outputs.GetDrProtectionGroupMemberBlockVolumeAttachAndMountOperationResult']:
|
4564
5098
|
"""
|
4565
|
-
|
5099
|
+
The details of the block volume operations performed on the non-movable compute instance.
|
5100
|
+
"""
|
5101
|
+
return pulumi.get(self, "block_volume_attach_and_mount_operations")
|
5102
|
+
|
5103
|
+
@property
|
5104
|
+
@pulumi.getter(name="blockVolumeOperations")
|
5105
|
+
def block_volume_operations(self) -> Sequence['outputs.GetDrProtectionGroupMemberBlockVolumeOperationResult']:
|
5106
|
+
"""
|
5107
|
+
Deprecated. Use the 'blockVolumeAttachAndMountOperations' attribute instead of this. Operations performed on a list of block volumes used on the non-movable compute instance.
|
4566
5108
|
"""
|
4567
5109
|
return pulumi.get(self, "block_volume_operations")
|
4568
5110
|
|
@@ -4574,6 +5116,14 @@ class GetDrProtectionGroupMemberResult(dict):
|
|
4574
5116
|
"""
|
4575
5117
|
return pulumi.get(self, "bucket")
|
4576
5118
|
|
5119
|
+
@property
|
5120
|
+
@pulumi.getter(name="commonDestinationKeys")
|
5121
|
+
def common_destination_keys(self) -> Sequence['outputs.GetDrProtectionGroupMemberCommonDestinationKeyResult']:
|
5122
|
+
"""
|
5123
|
+
The OCID of a vault and customer-managed encryption key in the destination region.
|
5124
|
+
"""
|
5125
|
+
return pulumi.get(self, "common_destination_keys")
|
5126
|
+
|
4577
5127
|
@property
|
4578
5128
|
@pulumi.getter(name="connectionStringType")
|
4579
5129
|
def connection_string_type(self) -> builtins.str:
|
@@ -4590,6 +5140,14 @@ class GetDrProtectionGroupMemberResult(dict):
|
|
4590
5140
|
"""
|
4591
5141
|
return pulumi.get(self, "destination_availability_domain")
|
4592
5142
|
|
5143
|
+
@property
|
5144
|
+
@pulumi.getter(name="destinationBackupPolicyId")
|
5145
|
+
def destination_backup_policy_id(self) -> builtins.str:
|
5146
|
+
"""
|
5147
|
+
The OCID of the backup policy to use in the destination region. This policy will be used to create backups for this volume group after it moves the destination region. Example: `ocid1.volumebackuppolicy.oc1..uniqueID`
|
5148
|
+
"""
|
5149
|
+
return pulumi.get(self, "destination_backup_policy_id")
|
5150
|
+
|
4593
5151
|
@property
|
4594
5152
|
@pulumi.getter(name="destinationCapacityReservationId")
|
4595
5153
|
def destination_capacity_reservation_id(self) -> builtins.str:
|
@@ -4614,6 +5172,14 @@ class GetDrProtectionGroupMemberResult(dict):
|
|
4614
5172
|
"""
|
4615
5173
|
return pulumi.get(self, "destination_dedicated_vm_host_id")
|
4616
5174
|
|
5175
|
+
@property
|
5176
|
+
@pulumi.getter(name="destinationEncryptionKeys")
|
5177
|
+
def destination_encryption_keys(self) -> Sequence['outputs.GetDrProtectionGroupMemberDestinationEncryptionKeyResult']:
|
5178
|
+
"""
|
5179
|
+
The OCID of a vault and customer-managed encryption key in the destination region.
|
5180
|
+
"""
|
5181
|
+
return pulumi.get(self, "destination_encryption_keys")
|
5182
|
+
|
4617
5183
|
@property
|
4618
5184
|
@pulumi.getter(name="destinationLoadBalancerId")
|
4619
5185
|
def destination_load_balancer_id(self) -> builtins.str:
|
@@ -4630,6 +5196,14 @@ class GetDrProtectionGroupMemberResult(dict):
|
|
4630
5196
|
"""
|
4631
5197
|
return pulumi.get(self, "destination_network_load_balancer_id")
|
4632
5198
|
|
5199
|
+
@property
|
5200
|
+
@pulumi.getter(name="destinationSnapshotPolicyId")
|
5201
|
+
def destination_snapshot_policy_id(self) -> builtins.str:
|
5202
|
+
"""
|
5203
|
+
The OCID of the snapshot policy to use in the destination region. This policy will be attached to the file system after it moves to the destination region. Example: `ocid1.filesystemsnapshotpolicy.oc1..uniqueID`
|
5204
|
+
"""
|
5205
|
+
return pulumi.get(self, "destination_snapshot_policy_id")
|
5206
|
+
|
4633
5207
|
@property
|
4634
5208
|
@pulumi.getter(name="exportMappings")
|
4635
5209
|
def export_mappings(self) -> Sequence['outputs.GetDrProtectionGroupMemberExportMappingResult']:
|
@@ -4742,6 +5316,14 @@ class GetDrProtectionGroupMemberResult(dict):
|
|
4742
5316
|
"""
|
4743
5317
|
return pulumi.get(self, "peer_cluster_id")
|
4744
5318
|
|
5319
|
+
@property
|
5320
|
+
@pulumi.getter(name="sourceVolumeToDestinationEncryptionKeyMappings")
|
5321
|
+
def source_volume_to_destination_encryption_key_mappings(self) -> Sequence['outputs.GetDrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMappingResult']:
|
5322
|
+
"""
|
5323
|
+
A list of mappings between source volume IDs in the volume group and customer-managed encryption keys in the destination region which will be used to encrypt the volume after it moves to the destination region.
|
5324
|
+
"""
|
5325
|
+
return pulumi.get(self, "source_volume_to_destination_encryption_key_mappings")
|
5326
|
+
|
4745
5327
|
@property
|
4746
5328
|
@pulumi.getter(name="vaultMappings")
|
4747
5329
|
def vault_mappings(self) -> Sequence['outputs.GetDrProtectionGroupMemberVaultMappingResult']:
|
@@ -4917,6 +5499,82 @@ class GetDrProtectionGroupMemberBackupLocationResult(dict):
|
|
4917
5499
|
return pulumi.get(self, "object")
|
4918
5500
|
|
4919
5501
|
|
5502
|
+
@pulumi.output_type
|
5503
|
+
class GetDrProtectionGroupMemberBlockVolumeAttachAndMountOperationResult(dict):
|
5504
|
+
def __init__(__self__, *,
|
5505
|
+
attachments: Sequence['outputs.GetDrProtectionGroupMemberBlockVolumeAttachAndMountOperationAttachmentResult'],
|
5506
|
+
mounts: Sequence['outputs.GetDrProtectionGroupMemberBlockVolumeAttachAndMountOperationMountResult']):
|
5507
|
+
"""
|
5508
|
+
:param Sequence['GetDrProtectionGroupMemberBlockVolumeAttachAndMountOperationAttachmentArgs'] attachments: A list of details of attach or detach operations performed on block volumes.
|
5509
|
+
:param Sequence['GetDrProtectionGroupMemberBlockVolumeAttachAndMountOperationMountArgs'] mounts: A list of details of mount operations performed on block volumes.
|
5510
|
+
"""
|
5511
|
+
pulumi.set(__self__, "attachments", attachments)
|
5512
|
+
pulumi.set(__self__, "mounts", mounts)
|
5513
|
+
|
5514
|
+
@property
|
5515
|
+
@pulumi.getter
|
5516
|
+
def attachments(self) -> Sequence['outputs.GetDrProtectionGroupMemberBlockVolumeAttachAndMountOperationAttachmentResult']:
|
5517
|
+
"""
|
5518
|
+
A list of details of attach or detach operations performed on block volumes.
|
5519
|
+
"""
|
5520
|
+
return pulumi.get(self, "attachments")
|
5521
|
+
|
5522
|
+
@property
|
5523
|
+
@pulumi.getter
|
5524
|
+
def mounts(self) -> Sequence['outputs.GetDrProtectionGroupMemberBlockVolumeAttachAndMountOperationMountResult']:
|
5525
|
+
"""
|
5526
|
+
A list of details of mount operations performed on block volumes.
|
5527
|
+
"""
|
5528
|
+
return pulumi.get(self, "mounts")
|
5529
|
+
|
5530
|
+
|
5531
|
+
@pulumi.output_type
|
5532
|
+
class GetDrProtectionGroupMemberBlockVolumeAttachAndMountOperationAttachmentResult(dict):
|
5533
|
+
def __init__(__self__, *,
|
5534
|
+
block_volume_id: builtins.str,
|
5535
|
+
volume_attachment_reference_instance_id: builtins.str):
|
5536
|
+
"""
|
5537
|
+
:param builtins.str block_volume_id: The OCID of the block volume. Example: `ocid1.volume.oc1..uniqueID`
|
5538
|
+
:param builtins.str volume_attachment_reference_instance_id: The OCID of the reference compute instance needed to obtain the volume attachment details. This reference compute instance belongs to the peer DR protection group. Example: `ocid1.instance.oc1..uniqueID`
|
5539
|
+
"""
|
5540
|
+
pulumi.set(__self__, "block_volume_id", block_volume_id)
|
5541
|
+
pulumi.set(__self__, "volume_attachment_reference_instance_id", volume_attachment_reference_instance_id)
|
5542
|
+
|
5543
|
+
@property
|
5544
|
+
@pulumi.getter(name="blockVolumeId")
|
5545
|
+
def block_volume_id(self) -> builtins.str:
|
5546
|
+
"""
|
5547
|
+
The OCID of the block volume. Example: `ocid1.volume.oc1..uniqueID`
|
5548
|
+
"""
|
5549
|
+
return pulumi.get(self, "block_volume_id")
|
5550
|
+
|
5551
|
+
@property
|
5552
|
+
@pulumi.getter(name="volumeAttachmentReferenceInstanceId")
|
5553
|
+
def volume_attachment_reference_instance_id(self) -> builtins.str:
|
5554
|
+
"""
|
5555
|
+
The OCID of the reference compute instance needed to obtain the volume attachment details. This reference compute instance belongs to the peer DR protection group. Example: `ocid1.instance.oc1..uniqueID`
|
5556
|
+
"""
|
5557
|
+
return pulumi.get(self, "volume_attachment_reference_instance_id")
|
5558
|
+
|
5559
|
+
|
5560
|
+
@pulumi.output_type
|
5561
|
+
class GetDrProtectionGroupMemberBlockVolumeAttachAndMountOperationMountResult(dict):
|
5562
|
+
def __init__(__self__, *,
|
5563
|
+
mount_point: builtins.str):
|
5564
|
+
"""
|
5565
|
+
:param builtins.str mount_point: The physical mount point of the file system on a host. Example: `/mnt/yourmountpoint`
|
5566
|
+
"""
|
5567
|
+
pulumi.set(__self__, "mount_point", mount_point)
|
5568
|
+
|
5569
|
+
@property
|
5570
|
+
@pulumi.getter(name="mountPoint")
|
5571
|
+
def mount_point(self) -> builtins.str:
|
5572
|
+
"""
|
5573
|
+
The physical mount point of the file system on a host. Example: `/mnt/yourmountpoint`
|
5574
|
+
"""
|
5575
|
+
return pulumi.get(self, "mount_point")
|
5576
|
+
|
5577
|
+
|
4920
5578
|
@pulumi.output_type
|
4921
5579
|
class GetDrProtectionGroupMemberBlockVolumeOperationResult(dict):
|
4922
5580
|
def __init__(__self__, *,
|
@@ -4924,7 +5582,7 @@ class GetDrProtectionGroupMemberBlockVolumeOperationResult(dict):
|
|
4924
5582
|
block_volume_id: builtins.str,
|
4925
5583
|
mount_details: Sequence['outputs.GetDrProtectionGroupMemberBlockVolumeOperationMountDetailResult']):
|
4926
5584
|
"""
|
4927
|
-
:param Sequence['GetDrProtectionGroupMemberBlockVolumeOperationAttachmentDetailArgs'] attachment_details: The details for attaching or detaching a block volume.
|
5585
|
+
:param Sequence['GetDrProtectionGroupMemberBlockVolumeOperationAttachmentDetailArgs'] attachment_details: Deprecated. Use the 'ComputeInstanceNonMovableBlockVolumeAttachOperationDetails' definition instead of this. The details for attaching or detaching a block volume.
|
4928
5586
|
:param builtins.str block_volume_id: The OCID of the block volume. Example: `ocid1.volume.oc1..uniqueID`
|
4929
5587
|
:param Sequence['GetDrProtectionGroupMemberBlockVolumeOperationMountDetailArgs'] mount_details: Mount details of a file system.
|
4930
5588
|
"""
|
@@ -4936,7 +5594,7 @@ class GetDrProtectionGroupMemberBlockVolumeOperationResult(dict):
|
|
4936
5594
|
@pulumi.getter(name="attachmentDetails")
|
4937
5595
|
def attachment_details(self) -> Sequence['outputs.GetDrProtectionGroupMemberBlockVolumeOperationAttachmentDetailResult']:
|
4938
5596
|
"""
|
4939
|
-
The details for attaching or detaching a block volume.
|
5597
|
+
Deprecated. Use the 'ComputeInstanceNonMovableBlockVolumeAttachOperationDetails' definition instead of this. The details for attaching or detaching a block volume.
|
4940
5598
|
"""
|
4941
5599
|
return pulumi.get(self, "attachment_details")
|
4942
5600
|
|
@@ -4962,7 +5620,7 @@ class GetDrProtectionGroupMemberBlockVolumeOperationAttachmentDetailResult(dict)
|
|
4962
5620
|
def __init__(__self__, *,
|
4963
5621
|
volume_attachment_reference_instance_id: builtins.str):
|
4964
5622
|
"""
|
4965
|
-
:param builtins.str volume_attachment_reference_instance_id: The OCID of the reference compute instance
|
5623
|
+
:param builtins.str volume_attachment_reference_instance_id: The OCID of the reference compute instance needed to obtain the volume attachment details. This reference compute instance belongs to the peer DR protection group. Example: `ocid1.instance.oc1..uniqueID`
|
4966
5624
|
"""
|
4967
5625
|
pulumi.set(__self__, "volume_attachment_reference_instance_id", volume_attachment_reference_instance_id)
|
4968
5626
|
|
@@ -4970,7 +5628,7 @@ class GetDrProtectionGroupMemberBlockVolumeOperationAttachmentDetailResult(dict)
|
|
4970
5628
|
@pulumi.getter(name="volumeAttachmentReferenceInstanceId")
|
4971
5629
|
def volume_attachment_reference_instance_id(self) -> builtins.str:
|
4972
5630
|
"""
|
4973
|
-
The OCID of the reference compute instance
|
5631
|
+
The OCID of the reference compute instance needed to obtain the volume attachment details. This reference compute instance belongs to the peer DR protection group. Example: `ocid1.instance.oc1..uniqueID`
|
4974
5632
|
"""
|
4975
5633
|
return pulumi.get(self, "volume_attachment_reference_instance_id")
|
4976
5634
|
|
@@ -4993,6 +5651,64 @@ class GetDrProtectionGroupMemberBlockVolumeOperationMountDetailResult(dict):
|
|
4993
5651
|
return pulumi.get(self, "mount_point")
|
4994
5652
|
|
4995
5653
|
|
5654
|
+
@pulumi.output_type
|
5655
|
+
class GetDrProtectionGroupMemberCommonDestinationKeyResult(dict):
|
5656
|
+
def __init__(__self__, *,
|
5657
|
+
encryption_key_id: builtins.str,
|
5658
|
+
vault_id: builtins.str):
|
5659
|
+
"""
|
5660
|
+
:param builtins.str encryption_key_id: The OCID of the customer-managed encryption key in the destination region vault. Example: `ocid1.key.oc1..uniqueID`
|
5661
|
+
:param builtins.str vault_id: The OCID of the destination region vault for the customer-managed encryption key. Example: `ocid1.vault.oc1..uniqueID`
|
5662
|
+
"""
|
5663
|
+
pulumi.set(__self__, "encryption_key_id", encryption_key_id)
|
5664
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
5665
|
+
|
5666
|
+
@property
|
5667
|
+
@pulumi.getter(name="encryptionKeyId")
|
5668
|
+
def encryption_key_id(self) -> builtins.str:
|
5669
|
+
"""
|
5670
|
+
The OCID of the customer-managed encryption key in the destination region vault. Example: `ocid1.key.oc1..uniqueID`
|
5671
|
+
"""
|
5672
|
+
return pulumi.get(self, "encryption_key_id")
|
5673
|
+
|
5674
|
+
@property
|
5675
|
+
@pulumi.getter(name="vaultId")
|
5676
|
+
def vault_id(self) -> builtins.str:
|
5677
|
+
"""
|
5678
|
+
The OCID of the destination region vault for the customer-managed encryption key. Example: `ocid1.vault.oc1..uniqueID`
|
5679
|
+
"""
|
5680
|
+
return pulumi.get(self, "vault_id")
|
5681
|
+
|
5682
|
+
|
5683
|
+
@pulumi.output_type
|
5684
|
+
class GetDrProtectionGroupMemberDestinationEncryptionKeyResult(dict):
|
5685
|
+
def __init__(__self__, *,
|
5686
|
+
encryption_key_id: builtins.str,
|
5687
|
+
vault_id: builtins.str):
|
5688
|
+
"""
|
5689
|
+
:param builtins.str encryption_key_id: The OCID of the customer-managed encryption key in the destination region vault. Example: `ocid1.key.oc1..uniqueID`
|
5690
|
+
:param builtins.str vault_id: The OCID of the destination region vault for the customer-managed encryption key. Example: `ocid1.vault.oc1..uniqueID`
|
5691
|
+
"""
|
5692
|
+
pulumi.set(__self__, "encryption_key_id", encryption_key_id)
|
5693
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
5694
|
+
|
5695
|
+
@property
|
5696
|
+
@pulumi.getter(name="encryptionKeyId")
|
5697
|
+
def encryption_key_id(self) -> builtins.str:
|
5698
|
+
"""
|
5699
|
+
The OCID of the customer-managed encryption key in the destination region vault. Example: `ocid1.key.oc1..uniqueID`
|
5700
|
+
"""
|
5701
|
+
return pulumi.get(self, "encryption_key_id")
|
5702
|
+
|
5703
|
+
@property
|
5704
|
+
@pulumi.getter(name="vaultId")
|
5705
|
+
def vault_id(self) -> builtins.str:
|
5706
|
+
"""
|
5707
|
+
The OCID of the destination region vault for the customer-managed encryption key. Example: `ocid1.vault.oc1..uniqueID`
|
5708
|
+
"""
|
5709
|
+
return pulumi.get(self, "vault_id")
|
5710
|
+
|
5711
|
+
|
4996
5712
|
@pulumi.output_type
|
4997
5713
|
class GetDrProtectionGroupMemberExportMappingResult(dict):
|
4998
5714
|
def __init__(__self__, *,
|
@@ -5218,6 +5934,64 @@ class GetDrProtectionGroupMemberNetworkLoadBalancerMappingResult(dict):
|
|
5218
5934
|
return pulumi.get(self, "source_network_load_balancer_id")
|
5219
5935
|
|
5220
5936
|
|
5937
|
+
@pulumi.output_type
|
5938
|
+
class GetDrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMappingResult(dict):
|
5939
|
+
def __init__(__self__, *,
|
5940
|
+
destination_encryption_keys: Sequence['outputs.GetDrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMappingDestinationEncryptionKeyResult'],
|
5941
|
+
source_volume_id: builtins.str):
|
5942
|
+
"""
|
5943
|
+
:param Sequence['GetDrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMappingDestinationEncryptionKeyArgs'] destination_encryption_keys: The OCID of a vault and customer-managed encryption key in the destination region.
|
5944
|
+
:param builtins.str source_volume_id: The OCID of the source boot volume or block volume. Example: `ocid1.volume.oc1..uniqueID`
|
5945
|
+
"""
|
5946
|
+
pulumi.set(__self__, "destination_encryption_keys", destination_encryption_keys)
|
5947
|
+
pulumi.set(__self__, "source_volume_id", source_volume_id)
|
5948
|
+
|
5949
|
+
@property
|
5950
|
+
@pulumi.getter(name="destinationEncryptionKeys")
|
5951
|
+
def destination_encryption_keys(self) -> Sequence['outputs.GetDrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMappingDestinationEncryptionKeyResult']:
|
5952
|
+
"""
|
5953
|
+
The OCID of a vault and customer-managed encryption key in the destination region.
|
5954
|
+
"""
|
5955
|
+
return pulumi.get(self, "destination_encryption_keys")
|
5956
|
+
|
5957
|
+
@property
|
5958
|
+
@pulumi.getter(name="sourceVolumeId")
|
5959
|
+
def source_volume_id(self) -> builtins.str:
|
5960
|
+
"""
|
5961
|
+
The OCID of the source boot volume or block volume. Example: `ocid1.volume.oc1..uniqueID`
|
5962
|
+
"""
|
5963
|
+
return pulumi.get(self, "source_volume_id")
|
5964
|
+
|
5965
|
+
|
5966
|
+
@pulumi.output_type
|
5967
|
+
class GetDrProtectionGroupMemberSourceVolumeToDestinationEncryptionKeyMappingDestinationEncryptionKeyResult(dict):
|
5968
|
+
def __init__(__self__, *,
|
5969
|
+
encryption_key_id: builtins.str,
|
5970
|
+
vault_id: builtins.str):
|
5971
|
+
"""
|
5972
|
+
:param builtins.str encryption_key_id: The OCID of the customer-managed encryption key in the destination region vault. Example: `ocid1.key.oc1..uniqueID`
|
5973
|
+
:param builtins.str vault_id: The OCID of the destination region vault for the customer-managed encryption key. Example: `ocid1.vault.oc1..uniqueID`
|
5974
|
+
"""
|
5975
|
+
pulumi.set(__self__, "encryption_key_id", encryption_key_id)
|
5976
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
5977
|
+
|
5978
|
+
@property
|
5979
|
+
@pulumi.getter(name="encryptionKeyId")
|
5980
|
+
def encryption_key_id(self) -> builtins.str:
|
5981
|
+
"""
|
5982
|
+
The OCID of the customer-managed encryption key in the destination region vault. Example: `ocid1.key.oc1..uniqueID`
|
5983
|
+
"""
|
5984
|
+
return pulumi.get(self, "encryption_key_id")
|
5985
|
+
|
5986
|
+
@property
|
5987
|
+
@pulumi.getter(name="vaultId")
|
5988
|
+
def vault_id(self) -> builtins.str:
|
5989
|
+
"""
|
5990
|
+
The OCID of the destination region vault for the customer-managed encryption key. Example: `ocid1.vault.oc1..uniqueID`
|
5991
|
+
"""
|
5992
|
+
return pulumi.get(self, "vault_id")
|
5993
|
+
|
5994
|
+
|
5221
5995
|
@pulumi.output_type
|
5222
5996
|
class GetDrProtectionGroupMemberVaultMappingResult(dict):
|
5223
5997
|
def __init__(__self__, *,
|
@@ -5293,18 +6067,21 @@ class GetDrProtectionGroupMemberVnicMappingResult(dict):
|
|
5293
6067
|
destination_nsg_id_lists: Sequence[builtins.str],
|
5294
6068
|
destination_primary_private_ip_address: builtins.str,
|
5295
6069
|
destination_primary_private_ip_hostname_label: builtins.str,
|
6070
|
+
destination_reserved_public_ip_id: builtins.str,
|
5296
6071
|
destination_subnet_id: builtins.str,
|
5297
6072
|
source_vnic_id: builtins.str):
|
5298
6073
|
"""
|
5299
6074
|
:param Sequence[builtins.str] destination_nsg_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 ]`
|
5300
6075
|
:param builtins.str destination_primary_private_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`
|
5301
6076
|
:param builtins.str destination_primary_private_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`
|
6077
|
+
:param builtins.str destination_reserved_public_ip_id: The OCID of the reserved public IP address to be assigned to the compute instance in the destination region. Example: `ocid1.publicip.oc1..uniqueID`
|
5302
6078
|
:param builtins.str destination_subnet_id: The OCID of the destination subnet to which the source VNIC should connect. Example: `ocid1.subnet.oc1..uniqueID`
|
5303
6079
|
:param builtins.str source_vnic_id: The OCID of the source VNIC. Example: `ocid1.vnic.oc1..uniqueID`
|
5304
6080
|
"""
|
5305
6081
|
pulumi.set(__self__, "destination_nsg_id_lists", destination_nsg_id_lists)
|
5306
6082
|
pulumi.set(__self__, "destination_primary_private_ip_address", destination_primary_private_ip_address)
|
5307
6083
|
pulumi.set(__self__, "destination_primary_private_ip_hostname_label", destination_primary_private_ip_hostname_label)
|
6084
|
+
pulumi.set(__self__, "destination_reserved_public_ip_id", destination_reserved_public_ip_id)
|
5308
6085
|
pulumi.set(__self__, "destination_subnet_id", destination_subnet_id)
|
5309
6086
|
pulumi.set(__self__, "source_vnic_id", source_vnic_id)
|
5310
6087
|
|
@@ -5332,6 +6109,14 @@ class GetDrProtectionGroupMemberVnicMappingResult(dict):
|
|
5332
6109
|
"""
|
5333
6110
|
return pulumi.get(self, "destination_primary_private_ip_hostname_label")
|
5334
6111
|
|
6112
|
+
@property
|
6113
|
+
@pulumi.getter(name="destinationReservedPublicIpId")
|
6114
|
+
def destination_reserved_public_ip_id(self) -> builtins.str:
|
6115
|
+
"""
|
6116
|
+
The OCID of the reserved public IP address to be assigned to the compute instance in the destination region. Example: `ocid1.publicip.oc1..uniqueID`
|
6117
|
+
"""
|
6118
|
+
return pulumi.get(self, "destination_reserved_public_ip_id")
|
6119
|
+
|
5335
6120
|
@property
|
5336
6121
|
@pulumi.getter(name="destinationSubnetId")
|
5337
6122
|
def destination_subnet_id(self) -> builtins.str:
|
@@ -5645,15 +6430,20 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberResult(dict):
|
|
5645
6430
|
backend_set_mappings: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBackendSetMappingResult'],
|
5646
6431
|
backup_configs: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBackupConfigResult'],
|
5647
6432
|
backup_locations: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBackupLocationResult'],
|
6433
|
+
block_volume_attach_and_mount_operations: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeAttachAndMountOperationResult'],
|
5648
6434
|
block_volume_operations: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeOperationResult'],
|
5649
6435
|
bucket: builtins.str,
|
6436
|
+
common_destination_keys: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberCommonDestinationKeyResult'],
|
5650
6437
|
connection_string_type: builtins.str,
|
5651
6438
|
destination_availability_domain: builtins.str,
|
6439
|
+
destination_backup_policy_id: builtins.str,
|
5652
6440
|
destination_capacity_reservation_id: builtins.str,
|
5653
6441
|
destination_compartment_id: builtins.str,
|
5654
6442
|
destination_dedicated_vm_host_id: builtins.str,
|
6443
|
+
destination_encryption_keys: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberDestinationEncryptionKeyResult'],
|
5655
6444
|
destination_load_balancer_id: builtins.str,
|
5656
6445
|
destination_network_load_balancer_id: builtins.str,
|
6446
|
+
destination_snapshot_policy_id: builtins.str,
|
5657
6447
|
export_mappings: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberExportMappingResult'],
|
5658
6448
|
file_system_operations: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberFileSystemOperationResult'],
|
5659
6449
|
is_movable: builtins.bool,
|
@@ -5668,6 +6458,7 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberResult(dict):
|
|
5668
6458
|
network_load_balancer_mappings: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberNetworkLoadBalancerMappingResult'],
|
5669
6459
|
password_vault_secret_id: builtins.str,
|
5670
6460
|
peer_cluster_id: builtins.str,
|
6461
|
+
source_volume_to_destination_encryption_key_mappings: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberSourceVolumeToDestinationEncryptionKeyMappingResult'],
|
5671
6462
|
vault_mappings: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberVaultMappingResult'],
|
5672
6463
|
virtual_node_pool_configs: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberVirtualNodePoolConfigResult'],
|
5673
6464
|
vnic_mapping: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberVnicMappingResult'],
|
@@ -5677,15 +6468,19 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberResult(dict):
|
|
5677
6468
|
:param Sequence['GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBackendSetMappingArgs'] backend_set_mappings: A list of backend set mappings that are used to transfer or update backends during DR.
|
5678
6469
|
:param Sequence['GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBackupConfigArgs'] backup_configs: The details of backup performed on OKE Cluster.
|
5679
6470
|
:param Sequence['GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBackupLocationArgs'] backup_locations: The details for object storage backup location of an OKE Cluster
|
5680
|
-
:param Sequence['
|
6471
|
+
:param Sequence['GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeAttachAndMountOperationArgs'] block_volume_attach_and_mount_operations: The details of the block volume operations performed on the non-movable compute instance.
|
6472
|
+
:param Sequence['GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeOperationArgs'] block_volume_operations: Deprecated. Use the 'blockVolumeAttachAndMountOperations' attribute instead of this. Operations performed on a list of block volumes used on the non-movable compute instance.
|
5681
6473
|
:param builtins.str bucket: The bucket name inside the object storage namespace. Example: `bucket_name`
|
5682
6474
|
:param builtins.str connection_string_type: 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.
|
5683
6475
|
:param builtins.str destination_availability_domain: The availability domain of the destination mount target. Example: `BBTh:region-AD`
|
6476
|
+
:param builtins.str destination_backup_policy_id: The OCID of the backup policy to use in the destination region. This policy will be used to create backups for this volume group after it moves the destination region. Example: `ocid1.volumebackuppolicy.oc1..uniqueID`
|
5684
6477
|
:param builtins.str destination_capacity_reservation_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`
|
5685
6478
|
:param builtins.str destination_compartment_id: The OCID of a compartment in the destination region in which the compute instance should be launched. Example: `ocid1.compartment.oc1..uniqueID`
|
5686
6479
|
:param builtins.str destination_dedicated_vm_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`
|
6480
|
+
:param Sequence['GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberDestinationEncryptionKeyArgs'] destination_encryption_keys: The OCID of a vault and customer-managed encryption key in the destination region.
|
5687
6481
|
:param builtins.str destination_load_balancer_id: The OCID of the destination Load Balancer. Example: `ocid1.loadbalancer.oc1..uniqueID`
|
5688
6482
|
:param builtins.str destination_network_load_balancer_id: The OCID of the destination Network Load Balancer. Example: `ocid1.networkloadbalancer.oc1..uniqueID`
|
6483
|
+
:param builtins.str destination_snapshot_policy_id: The OCID of the snapshot policy to use in the destination region. This policy will be attached to the file system after it moves to the destination region. Example: `ocid1.filesystemsnapshotpolicy.oc1..uniqueID`
|
5689
6484
|
:param Sequence['GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberExportMappingArgs'] export_mappings: A list of mappings between the primary region file system export and destination region mount target.
|
5690
6485
|
:param Sequence['GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberFileSystemOperationArgs'] file_system_operations: Operations performed on a list of file systems used on the non-movable compute instance.
|
5691
6486
|
:param builtins.bool is_movable: A flag indicating if the compute instance should be moved during DR operations. Example: `false`
|
@@ -5700,6 +6495,7 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberResult(dict):
|
|
5700
6495
|
:param Sequence['GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberNetworkLoadBalancerMappingArgs'] network_load_balancer_mappings: The list of source-to-destination network load balancer mappings required for DR operations. This property applies to the OKE cluster member in primary region.
|
5701
6496
|
:param builtins.str password_vault_secret_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`
|
5702
6497
|
:param builtins.str peer_cluster_id: The OCID of the peer OKE cluster. This property applies to the OKE cluster member in both the primary and standby region. Example: `ocid1.cluster.oc1.uniqueID`
|
6498
|
+
:param Sequence['GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberSourceVolumeToDestinationEncryptionKeyMappingArgs'] source_volume_to_destination_encryption_key_mappings: A list of mappings between source volume IDs in the volume group and customer-managed encryption keys in the destination region which will be used to encrypt the volume after it moves to the destination region.
|
5703
6499
|
:param Sequence['GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberVaultMappingArgs'] vault_mappings: The list of source-to-destination vault mappings required for DR operations. This property applies to the OKE cluster member in primary region.
|
5704
6500
|
:param Sequence['GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberVirtualNodePoolConfigArgs'] virtual_node_pool_configs: The list of node pools with configurations for minimum and maximum node counts. This property applies to the OKE cluster member in both the primary and standby region.
|
5705
6501
|
:param Sequence['GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberVnicMappingArgs'] vnic_mapping: A list of compute instance VNIC mappings.
|
@@ -5709,15 +6505,20 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberResult(dict):
|
|
5709
6505
|
pulumi.set(__self__, "backend_set_mappings", backend_set_mappings)
|
5710
6506
|
pulumi.set(__self__, "backup_configs", backup_configs)
|
5711
6507
|
pulumi.set(__self__, "backup_locations", backup_locations)
|
6508
|
+
pulumi.set(__self__, "block_volume_attach_and_mount_operations", block_volume_attach_and_mount_operations)
|
5712
6509
|
pulumi.set(__self__, "block_volume_operations", block_volume_operations)
|
5713
6510
|
pulumi.set(__self__, "bucket", bucket)
|
6511
|
+
pulumi.set(__self__, "common_destination_keys", common_destination_keys)
|
5714
6512
|
pulumi.set(__self__, "connection_string_type", connection_string_type)
|
5715
6513
|
pulumi.set(__self__, "destination_availability_domain", destination_availability_domain)
|
6514
|
+
pulumi.set(__self__, "destination_backup_policy_id", destination_backup_policy_id)
|
5716
6515
|
pulumi.set(__self__, "destination_capacity_reservation_id", destination_capacity_reservation_id)
|
5717
6516
|
pulumi.set(__self__, "destination_compartment_id", destination_compartment_id)
|
5718
6517
|
pulumi.set(__self__, "destination_dedicated_vm_host_id", destination_dedicated_vm_host_id)
|
6518
|
+
pulumi.set(__self__, "destination_encryption_keys", destination_encryption_keys)
|
5719
6519
|
pulumi.set(__self__, "destination_load_balancer_id", destination_load_balancer_id)
|
5720
6520
|
pulumi.set(__self__, "destination_network_load_balancer_id", destination_network_load_balancer_id)
|
6521
|
+
pulumi.set(__self__, "destination_snapshot_policy_id", destination_snapshot_policy_id)
|
5721
6522
|
pulumi.set(__self__, "export_mappings", export_mappings)
|
5722
6523
|
pulumi.set(__self__, "file_system_operations", file_system_operations)
|
5723
6524
|
pulumi.set(__self__, "is_movable", is_movable)
|
@@ -5732,6 +6533,7 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberResult(dict):
|
|
5732
6533
|
pulumi.set(__self__, "network_load_balancer_mappings", network_load_balancer_mappings)
|
5733
6534
|
pulumi.set(__self__, "password_vault_secret_id", password_vault_secret_id)
|
5734
6535
|
pulumi.set(__self__, "peer_cluster_id", peer_cluster_id)
|
6536
|
+
pulumi.set(__self__, "source_volume_to_destination_encryption_key_mappings", source_volume_to_destination_encryption_key_mappings)
|
5735
6537
|
pulumi.set(__self__, "vault_mappings", vault_mappings)
|
5736
6538
|
pulumi.set(__self__, "virtual_node_pool_configs", virtual_node_pool_configs)
|
5737
6539
|
pulumi.set(__self__, "vnic_mapping", vnic_mapping)
|
@@ -5769,11 +6571,19 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberResult(dict):
|
|
5769
6571
|
"""
|
5770
6572
|
return pulumi.get(self, "backup_locations")
|
5771
6573
|
|
6574
|
+
@property
|
6575
|
+
@pulumi.getter(name="blockVolumeAttachAndMountOperations")
|
6576
|
+
def block_volume_attach_and_mount_operations(self) -> Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeAttachAndMountOperationResult']:
|
6577
|
+
"""
|
6578
|
+
The details of the block volume operations performed on the non-movable compute instance.
|
6579
|
+
"""
|
6580
|
+
return pulumi.get(self, "block_volume_attach_and_mount_operations")
|
6581
|
+
|
5772
6582
|
@property
|
5773
6583
|
@pulumi.getter(name="blockVolumeOperations")
|
5774
6584
|
def block_volume_operations(self) -> Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeOperationResult']:
|
5775
6585
|
"""
|
5776
|
-
Operations performed on a list of block volumes used on the non-movable compute instance.
|
6586
|
+
Deprecated. Use the 'blockVolumeAttachAndMountOperations' attribute instead of this. Operations performed on a list of block volumes used on the non-movable compute instance.
|
5777
6587
|
"""
|
5778
6588
|
return pulumi.get(self, "block_volume_operations")
|
5779
6589
|
|
@@ -5785,6 +6595,11 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberResult(dict):
|
|
5785
6595
|
"""
|
5786
6596
|
return pulumi.get(self, "bucket")
|
5787
6597
|
|
6598
|
+
@property
|
6599
|
+
@pulumi.getter(name="commonDestinationKeys")
|
6600
|
+
def common_destination_keys(self) -> Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberCommonDestinationKeyResult']:
|
6601
|
+
return pulumi.get(self, "common_destination_keys")
|
6602
|
+
|
5788
6603
|
@property
|
5789
6604
|
@pulumi.getter(name="connectionStringType")
|
5790
6605
|
def connection_string_type(self) -> builtins.str:
|
@@ -5801,6 +6616,14 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberResult(dict):
|
|
5801
6616
|
"""
|
5802
6617
|
return pulumi.get(self, "destination_availability_domain")
|
5803
6618
|
|
6619
|
+
@property
|
6620
|
+
@pulumi.getter(name="destinationBackupPolicyId")
|
6621
|
+
def destination_backup_policy_id(self) -> builtins.str:
|
6622
|
+
"""
|
6623
|
+
The OCID of the backup policy to use in the destination region. This policy will be used to create backups for this volume group after it moves the destination region. Example: `ocid1.volumebackuppolicy.oc1..uniqueID`
|
6624
|
+
"""
|
6625
|
+
return pulumi.get(self, "destination_backup_policy_id")
|
6626
|
+
|
5804
6627
|
@property
|
5805
6628
|
@pulumi.getter(name="destinationCapacityReservationId")
|
5806
6629
|
def destination_capacity_reservation_id(self) -> builtins.str:
|
@@ -5825,6 +6648,14 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberResult(dict):
|
|
5825
6648
|
"""
|
5826
6649
|
return pulumi.get(self, "destination_dedicated_vm_host_id")
|
5827
6650
|
|
6651
|
+
@property
|
6652
|
+
@pulumi.getter(name="destinationEncryptionKeys")
|
6653
|
+
def destination_encryption_keys(self) -> Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberDestinationEncryptionKeyResult']:
|
6654
|
+
"""
|
6655
|
+
The OCID of a vault and customer-managed encryption key in the destination region.
|
6656
|
+
"""
|
6657
|
+
return pulumi.get(self, "destination_encryption_keys")
|
6658
|
+
|
5828
6659
|
@property
|
5829
6660
|
@pulumi.getter(name="destinationLoadBalancerId")
|
5830
6661
|
def destination_load_balancer_id(self) -> builtins.str:
|
@@ -5841,6 +6672,14 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberResult(dict):
|
|
5841
6672
|
"""
|
5842
6673
|
return pulumi.get(self, "destination_network_load_balancer_id")
|
5843
6674
|
|
6675
|
+
@property
|
6676
|
+
@pulumi.getter(name="destinationSnapshotPolicyId")
|
6677
|
+
def destination_snapshot_policy_id(self) -> builtins.str:
|
6678
|
+
"""
|
6679
|
+
The OCID of the snapshot policy to use in the destination region. This policy will be attached to the file system after it moves to the destination region. Example: `ocid1.filesystemsnapshotpolicy.oc1..uniqueID`
|
6680
|
+
"""
|
6681
|
+
return pulumi.get(self, "destination_snapshot_policy_id")
|
6682
|
+
|
5844
6683
|
@property
|
5845
6684
|
@pulumi.getter(name="exportMappings")
|
5846
6685
|
def export_mappings(self) -> Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberExportMappingResult']:
|
@@ -5953,6 +6792,14 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberResult(dict):
|
|
5953
6792
|
"""
|
5954
6793
|
return pulumi.get(self, "peer_cluster_id")
|
5955
6794
|
|
6795
|
+
@property
|
6796
|
+
@pulumi.getter(name="sourceVolumeToDestinationEncryptionKeyMappings")
|
6797
|
+
def source_volume_to_destination_encryption_key_mappings(self) -> Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberSourceVolumeToDestinationEncryptionKeyMappingResult']:
|
6798
|
+
"""
|
6799
|
+
A list of mappings between source volume IDs in the volume group and customer-managed encryption keys in the destination region which will be used to encrypt the volume after it moves to the destination region.
|
6800
|
+
"""
|
6801
|
+
return pulumi.get(self, "source_volume_to_destination_encryption_key_mappings")
|
6802
|
+
|
5956
6803
|
@property
|
5957
6804
|
@pulumi.getter(name="vaultMappings")
|
5958
6805
|
def vault_mappings(self) -> Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberVaultMappingResult']:
|
@@ -6128,6 +6975,82 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBackupLocationRe
|
|
6128
6975
|
return pulumi.get(self, "object")
|
6129
6976
|
|
6130
6977
|
|
6978
|
+
@pulumi.output_type
|
6979
|
+
class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeAttachAndMountOperationResult(dict):
|
6980
|
+
def __init__(__self__, *,
|
6981
|
+
attachments: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeAttachAndMountOperationAttachmentResult'],
|
6982
|
+
mounts: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeAttachAndMountOperationMountResult']):
|
6983
|
+
"""
|
6984
|
+
:param Sequence['GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeAttachAndMountOperationAttachmentArgs'] attachments: A list of details of attach or detach operations performed on block volumes.
|
6985
|
+
:param Sequence['GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeAttachAndMountOperationMountArgs'] mounts: A list of details of mount operations performed on block volumes.
|
6986
|
+
"""
|
6987
|
+
pulumi.set(__self__, "attachments", attachments)
|
6988
|
+
pulumi.set(__self__, "mounts", mounts)
|
6989
|
+
|
6990
|
+
@property
|
6991
|
+
@pulumi.getter
|
6992
|
+
def attachments(self) -> Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeAttachAndMountOperationAttachmentResult']:
|
6993
|
+
"""
|
6994
|
+
A list of details of attach or detach operations performed on block volumes.
|
6995
|
+
"""
|
6996
|
+
return pulumi.get(self, "attachments")
|
6997
|
+
|
6998
|
+
@property
|
6999
|
+
@pulumi.getter
|
7000
|
+
def mounts(self) -> Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeAttachAndMountOperationMountResult']:
|
7001
|
+
"""
|
7002
|
+
A list of details of mount operations performed on block volumes.
|
7003
|
+
"""
|
7004
|
+
return pulumi.get(self, "mounts")
|
7005
|
+
|
7006
|
+
|
7007
|
+
@pulumi.output_type
|
7008
|
+
class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeAttachAndMountOperationAttachmentResult(dict):
|
7009
|
+
def __init__(__self__, *,
|
7010
|
+
block_volume_id: builtins.str,
|
7011
|
+
volume_attachment_reference_instance_id: builtins.str):
|
7012
|
+
"""
|
7013
|
+
:param builtins.str block_volume_id: The OCID of the block volume. Example: `ocid1.volume.oc1..uniqueID`
|
7014
|
+
:param builtins.str volume_attachment_reference_instance_id: The OCID of the reference compute instance needed to obtain the volume attachment details. This reference compute instance belongs to the peer DR protection group. Example: `ocid1.instance.oc1..uniqueID`
|
7015
|
+
"""
|
7016
|
+
pulumi.set(__self__, "block_volume_id", block_volume_id)
|
7017
|
+
pulumi.set(__self__, "volume_attachment_reference_instance_id", volume_attachment_reference_instance_id)
|
7018
|
+
|
7019
|
+
@property
|
7020
|
+
@pulumi.getter(name="blockVolumeId")
|
7021
|
+
def block_volume_id(self) -> builtins.str:
|
7022
|
+
"""
|
7023
|
+
The OCID of the block volume. Example: `ocid1.volume.oc1..uniqueID`
|
7024
|
+
"""
|
7025
|
+
return pulumi.get(self, "block_volume_id")
|
7026
|
+
|
7027
|
+
@property
|
7028
|
+
@pulumi.getter(name="volumeAttachmentReferenceInstanceId")
|
7029
|
+
def volume_attachment_reference_instance_id(self) -> builtins.str:
|
7030
|
+
"""
|
7031
|
+
The OCID of the reference compute instance needed to obtain the volume attachment details. This reference compute instance belongs to the peer DR protection group. Example: `ocid1.instance.oc1..uniqueID`
|
7032
|
+
"""
|
7033
|
+
return pulumi.get(self, "volume_attachment_reference_instance_id")
|
7034
|
+
|
7035
|
+
|
7036
|
+
@pulumi.output_type
|
7037
|
+
class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeAttachAndMountOperationMountResult(dict):
|
7038
|
+
def __init__(__self__, *,
|
7039
|
+
mount_point: builtins.str):
|
7040
|
+
"""
|
7041
|
+
:param builtins.str mount_point: The physical mount point of the file system on a host. Example: `/mnt/yourmountpoint`
|
7042
|
+
"""
|
7043
|
+
pulumi.set(__self__, "mount_point", mount_point)
|
7044
|
+
|
7045
|
+
@property
|
7046
|
+
@pulumi.getter(name="mountPoint")
|
7047
|
+
def mount_point(self) -> builtins.str:
|
7048
|
+
"""
|
7049
|
+
The physical mount point of the file system on a host. Example: `/mnt/yourmountpoint`
|
7050
|
+
"""
|
7051
|
+
return pulumi.get(self, "mount_point")
|
7052
|
+
|
7053
|
+
|
6131
7054
|
@pulumi.output_type
|
6132
7055
|
class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeOperationResult(dict):
|
6133
7056
|
def __init__(__self__, *,
|
@@ -6135,7 +7058,7 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeOpera
|
|
6135
7058
|
block_volume_id: builtins.str,
|
6136
7059
|
mount_details: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeOperationMountDetailResult']):
|
6137
7060
|
"""
|
6138
|
-
:param Sequence['GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeOperationAttachmentDetailArgs'] attachment_details: The details for attaching or detaching a block volume.
|
7061
|
+
:param Sequence['GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeOperationAttachmentDetailArgs'] attachment_details: Deprecated. Use the 'ComputeInstanceNonMovableBlockVolumeAttachOperationDetails' definition instead of this. The details for attaching or detaching a block volume.
|
6139
7062
|
:param builtins.str block_volume_id: The OCID of the block volume. Example: `ocid1.volume.oc1..uniqueID`
|
6140
7063
|
:param Sequence['GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeOperationMountDetailArgs'] mount_details: Mount details of a file system.
|
6141
7064
|
"""
|
@@ -6147,7 +7070,7 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeOpera
|
|
6147
7070
|
@pulumi.getter(name="attachmentDetails")
|
6148
7071
|
def attachment_details(self) -> Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeOperationAttachmentDetailResult']:
|
6149
7072
|
"""
|
6150
|
-
The details for attaching or detaching a block volume.
|
7073
|
+
Deprecated. Use the 'ComputeInstanceNonMovableBlockVolumeAttachOperationDetails' definition instead of this. The details for attaching or detaching a block volume.
|
6151
7074
|
"""
|
6152
7075
|
return pulumi.get(self, "attachment_details")
|
6153
7076
|
|
@@ -6173,7 +7096,7 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeOpera
|
|
6173
7096
|
def __init__(__self__, *,
|
6174
7097
|
volume_attachment_reference_instance_id: builtins.str):
|
6175
7098
|
"""
|
6176
|
-
:param builtins.str volume_attachment_reference_instance_id: The OCID of the reference compute instance
|
7099
|
+
:param builtins.str volume_attachment_reference_instance_id: The OCID of the reference compute instance needed to obtain the volume attachment details. This reference compute instance belongs to the peer DR protection group. Example: `ocid1.instance.oc1..uniqueID`
|
6177
7100
|
"""
|
6178
7101
|
pulumi.set(__self__, "volume_attachment_reference_instance_id", volume_attachment_reference_instance_id)
|
6179
7102
|
|
@@ -6181,7 +7104,7 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeOpera
|
|
6181
7104
|
@pulumi.getter(name="volumeAttachmentReferenceInstanceId")
|
6182
7105
|
def volume_attachment_reference_instance_id(self) -> builtins.str:
|
6183
7106
|
"""
|
6184
|
-
The OCID of the reference compute instance
|
7107
|
+
The OCID of the reference compute instance needed to obtain the volume attachment details. This reference compute instance belongs to the peer DR protection group. Example: `ocid1.instance.oc1..uniqueID`
|
6185
7108
|
"""
|
6186
7109
|
return pulumi.get(self, "volume_attachment_reference_instance_id")
|
6187
7110
|
|
@@ -6204,6 +7127,64 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberBlockVolumeOpera
|
|
6204
7127
|
return pulumi.get(self, "mount_point")
|
6205
7128
|
|
6206
7129
|
|
7130
|
+
@pulumi.output_type
|
7131
|
+
class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberCommonDestinationKeyResult(dict):
|
7132
|
+
def __init__(__self__, *,
|
7133
|
+
encryption_key_id: builtins.str,
|
7134
|
+
vault_id: builtins.str):
|
7135
|
+
"""
|
7136
|
+
:param builtins.str encryption_key_id: The OCID of the customer-managed encryption key in the destination region vault. Example: `ocid1.key.oc1..uniqueID`
|
7137
|
+
:param builtins.str vault_id: The OCID of the destination region vault for the customer-managed encryption key. Example: `ocid1.vault.oc1..uniqueID`
|
7138
|
+
"""
|
7139
|
+
pulumi.set(__self__, "encryption_key_id", encryption_key_id)
|
7140
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
7141
|
+
|
7142
|
+
@property
|
7143
|
+
@pulumi.getter(name="encryptionKeyId")
|
7144
|
+
def encryption_key_id(self) -> builtins.str:
|
7145
|
+
"""
|
7146
|
+
The OCID of the customer-managed encryption key in the destination region vault. Example: `ocid1.key.oc1..uniqueID`
|
7147
|
+
"""
|
7148
|
+
return pulumi.get(self, "encryption_key_id")
|
7149
|
+
|
7150
|
+
@property
|
7151
|
+
@pulumi.getter(name="vaultId")
|
7152
|
+
def vault_id(self) -> builtins.str:
|
7153
|
+
"""
|
7154
|
+
The OCID of the destination region vault for the customer-managed encryption key. Example: `ocid1.vault.oc1..uniqueID`
|
7155
|
+
"""
|
7156
|
+
return pulumi.get(self, "vault_id")
|
7157
|
+
|
7158
|
+
|
7159
|
+
@pulumi.output_type
|
7160
|
+
class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberDestinationEncryptionKeyResult(dict):
|
7161
|
+
def __init__(__self__, *,
|
7162
|
+
encryption_key_id: builtins.str,
|
7163
|
+
vault_id: builtins.str):
|
7164
|
+
"""
|
7165
|
+
:param builtins.str encryption_key_id: The OCID of the customer-managed encryption key in the destination region vault. Example: `ocid1.key.oc1..uniqueID`
|
7166
|
+
:param builtins.str vault_id: The OCID of the destination region vault for the customer-managed encryption key. Example: `ocid1.vault.oc1..uniqueID`
|
7167
|
+
"""
|
7168
|
+
pulumi.set(__self__, "encryption_key_id", encryption_key_id)
|
7169
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
7170
|
+
|
7171
|
+
@property
|
7172
|
+
@pulumi.getter(name="encryptionKeyId")
|
7173
|
+
def encryption_key_id(self) -> builtins.str:
|
7174
|
+
"""
|
7175
|
+
The OCID of the customer-managed encryption key in the destination region vault. Example: `ocid1.key.oc1..uniqueID`
|
7176
|
+
"""
|
7177
|
+
return pulumi.get(self, "encryption_key_id")
|
7178
|
+
|
7179
|
+
@property
|
7180
|
+
@pulumi.getter(name="vaultId")
|
7181
|
+
def vault_id(self) -> builtins.str:
|
7182
|
+
"""
|
7183
|
+
The OCID of the destination region vault for the customer-managed encryption key. Example: `ocid1.vault.oc1..uniqueID`
|
7184
|
+
"""
|
7185
|
+
return pulumi.get(self, "vault_id")
|
7186
|
+
|
7187
|
+
|
6207
7188
|
@pulumi.output_type
|
6208
7189
|
class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberExportMappingResult(dict):
|
6209
7190
|
def __init__(__self__, *,
|
@@ -6429,6 +7410,64 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberNetworkLoadBalan
|
|
6429
7410
|
return pulumi.get(self, "source_network_load_balancer_id")
|
6430
7411
|
|
6431
7412
|
|
7413
|
+
@pulumi.output_type
|
7414
|
+
class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberSourceVolumeToDestinationEncryptionKeyMappingResult(dict):
|
7415
|
+
def __init__(__self__, *,
|
7416
|
+
destination_encryption_keys: Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberSourceVolumeToDestinationEncryptionKeyMappingDestinationEncryptionKeyResult'],
|
7417
|
+
source_volume_id: builtins.str):
|
7418
|
+
"""
|
7419
|
+
:param Sequence['GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberSourceVolumeToDestinationEncryptionKeyMappingDestinationEncryptionKeyArgs'] destination_encryption_keys: The OCID of a vault and customer-managed encryption key in the destination region.
|
7420
|
+
:param builtins.str source_volume_id: The OCID of the source boot volume or block volume. Example: `ocid1.volume.oc1..uniqueID`
|
7421
|
+
"""
|
7422
|
+
pulumi.set(__self__, "destination_encryption_keys", destination_encryption_keys)
|
7423
|
+
pulumi.set(__self__, "source_volume_id", source_volume_id)
|
7424
|
+
|
7425
|
+
@property
|
7426
|
+
@pulumi.getter(name="destinationEncryptionKeys")
|
7427
|
+
def destination_encryption_keys(self) -> Sequence['outputs.GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberSourceVolumeToDestinationEncryptionKeyMappingDestinationEncryptionKeyResult']:
|
7428
|
+
"""
|
7429
|
+
The OCID of a vault and customer-managed encryption key in the destination region.
|
7430
|
+
"""
|
7431
|
+
return pulumi.get(self, "destination_encryption_keys")
|
7432
|
+
|
7433
|
+
@property
|
7434
|
+
@pulumi.getter(name="sourceVolumeId")
|
7435
|
+
def source_volume_id(self) -> builtins.str:
|
7436
|
+
"""
|
7437
|
+
The OCID of the source boot volume or block volume. Example: `ocid1.volume.oc1..uniqueID`
|
7438
|
+
"""
|
7439
|
+
return pulumi.get(self, "source_volume_id")
|
7440
|
+
|
7441
|
+
|
7442
|
+
@pulumi.output_type
|
7443
|
+
class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberSourceVolumeToDestinationEncryptionKeyMappingDestinationEncryptionKeyResult(dict):
|
7444
|
+
def __init__(__self__, *,
|
7445
|
+
encryption_key_id: builtins.str,
|
7446
|
+
vault_id: builtins.str):
|
7447
|
+
"""
|
7448
|
+
:param builtins.str encryption_key_id: The OCID of the customer-managed encryption key in the destination region vault. Example: `ocid1.key.oc1..uniqueID`
|
7449
|
+
:param builtins.str vault_id: The OCID of the destination region vault for the customer-managed encryption key. Example: `ocid1.vault.oc1..uniqueID`
|
7450
|
+
"""
|
7451
|
+
pulumi.set(__self__, "encryption_key_id", encryption_key_id)
|
7452
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
7453
|
+
|
7454
|
+
@property
|
7455
|
+
@pulumi.getter(name="encryptionKeyId")
|
7456
|
+
def encryption_key_id(self) -> builtins.str:
|
7457
|
+
"""
|
7458
|
+
The OCID of the customer-managed encryption key in the destination region vault. Example: `ocid1.key.oc1..uniqueID`
|
7459
|
+
"""
|
7460
|
+
return pulumi.get(self, "encryption_key_id")
|
7461
|
+
|
7462
|
+
@property
|
7463
|
+
@pulumi.getter(name="vaultId")
|
7464
|
+
def vault_id(self) -> builtins.str:
|
7465
|
+
"""
|
7466
|
+
The OCID of the destination region vault for the customer-managed encryption key. Example: `ocid1.vault.oc1..uniqueID`
|
7467
|
+
"""
|
7468
|
+
return pulumi.get(self, "vault_id")
|
7469
|
+
|
7470
|
+
|
6432
7471
|
@pulumi.output_type
|
6433
7472
|
class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberVaultMappingResult(dict):
|
6434
7473
|
def __init__(__self__, *,
|
@@ -6504,18 +7543,21 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberVnicMappingResul
|
|
6504
7543
|
destination_nsg_id_lists: Sequence[builtins.str],
|
6505
7544
|
destination_primary_private_ip_address: builtins.str,
|
6506
7545
|
destination_primary_private_ip_hostname_label: builtins.str,
|
7546
|
+
destination_reserved_public_ip_id: builtins.str,
|
6507
7547
|
destination_subnet_id: builtins.str,
|
6508
7548
|
source_vnic_id: builtins.str):
|
6509
7549
|
"""
|
6510
7550
|
:param Sequence[builtins.str] destination_nsg_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 ]`
|
6511
7551
|
:param builtins.str destination_primary_private_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`
|
6512
7552
|
:param builtins.str destination_primary_private_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`
|
7553
|
+
:param builtins.str destination_reserved_public_ip_id: The OCID of the reserved public IP address to be assigned to the compute instance in the destination region. Example: `ocid1.publicip.oc1..uniqueID`
|
6513
7554
|
:param builtins.str destination_subnet_id: The OCID of the destination subnet to which the source VNIC should connect. Example: `ocid1.subnet.oc1..uniqueID`
|
6514
7555
|
:param builtins.str source_vnic_id: The OCID of the source VNIC. Example: `ocid1.vnic.oc1..uniqueID`
|
6515
7556
|
"""
|
6516
7557
|
pulumi.set(__self__, "destination_nsg_id_lists", destination_nsg_id_lists)
|
6517
7558
|
pulumi.set(__self__, "destination_primary_private_ip_address", destination_primary_private_ip_address)
|
6518
7559
|
pulumi.set(__self__, "destination_primary_private_ip_hostname_label", destination_primary_private_ip_hostname_label)
|
7560
|
+
pulumi.set(__self__, "destination_reserved_public_ip_id", destination_reserved_public_ip_id)
|
6519
7561
|
pulumi.set(__self__, "destination_subnet_id", destination_subnet_id)
|
6520
7562
|
pulumi.set(__self__, "source_vnic_id", source_vnic_id)
|
6521
7563
|
|
@@ -6543,6 +7585,14 @@ class GetDrProtectionGroupsDrProtectionGroupCollectionItemMemberVnicMappingResul
|
|
6543
7585
|
"""
|
6544
7586
|
return pulumi.get(self, "destination_primary_private_ip_hostname_label")
|
6545
7587
|
|
7588
|
+
@property
|
7589
|
+
@pulumi.getter(name="destinationReservedPublicIpId")
|
7590
|
+
def destination_reserved_public_ip_id(self) -> builtins.str:
|
7591
|
+
"""
|
7592
|
+
The OCID of the reserved public IP address to be assigned to the compute instance in the destination region. Example: `ocid1.publicip.oc1..uniqueID`
|
7593
|
+
"""
|
7594
|
+
return pulumi.get(self, "destination_reserved_public_ip_id")
|
7595
|
+
|
6546
7596
|
@property
|
6547
7597
|
@pulumi.getter(name="destinationSubnetId")
|
6548
7598
|
def destination_subnet_id(self) -> builtins.str:
|