pulumi-oci 1.33.0__py3-none-any.whl → 1.33.0a1713903118__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.
Files changed (39) hide show
  1. pulumi_oci/__init__.py +0 -11
  2. pulumi_oci/core/_inputs.py +28 -116
  3. pulumi_oci/core/boot_volume.py +0 -49
  4. pulumi_oci/core/compute_capacity_reservation.py +0 -2
  5. pulumi_oci/core/compute_cluster.py +4 -2
  6. pulumi_oci/core/drg_route_distribution.py +7 -7
  7. pulumi_oci/core/get_boot_volume.py +1 -14
  8. pulumi_oci/core/get_cnv_dns_resolver_association.py +2 -2
  9. pulumi_oci/core/get_instance.py +1 -14
  10. pulumi_oci/core/get_subnet.py +2 -2
  11. pulumi_oci/core/get_vcn.py +2 -2
  12. pulumi_oci/core/get_volume.py +1 -14
  13. pulumi_oci/core/get_volumes.py +1 -21
  14. pulumi_oci/core/instance.py +4 -51
  15. pulumi_oci/core/instance_configuration.py +0 -8
  16. pulumi_oci/core/outputs.py +45 -302
  17. pulumi_oci/core/volume.py +0 -49
  18. pulumi_oci/core/volume_attachment.py +0 -28
  19. pulumi_oci/core/volume_group.py +0 -49
  20. pulumi_oci/databasemigration/_inputs.py +0 -20
  21. pulumi_oci/databasemigration/connection.py +0 -13
  22. pulumi_oci/databasemigration/get_connection.py +0 -3
  23. pulumi_oci/databasemigration/get_migration.py +0 -3
  24. pulumi_oci/databasemigration/migration.py +0 -13
  25. pulumi_oci/databasemigration/outputs.py +0 -68
  26. pulumi_oci/networkloadbalancer/backend_set.py +0 -49
  27. pulumi_oci/networkloadbalancer/get_backend_set.py +1 -14
  28. pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +0 -49
  29. pulumi_oci/networkloadbalancer/outputs.py +0 -11
  30. {pulumi_oci-1.33.0.dist-info → pulumi_oci-1.33.0a1713903118.dist-info}/METADATA +1 -1
  31. {pulumi_oci-1.33.0.dist-info → pulumi_oci-1.33.0a1713903118.dist-info}/RECORD +33 -39
  32. pulumi_oci/clusterplacementgroups/__init__.py +0 -12
  33. pulumi_oci/clusterplacementgroups/_inputs.py +0 -159
  34. pulumi_oci/clusterplacementgroups/cluster_placement_group.py +0 -843
  35. pulumi_oci/clusterplacementgroups/get_cluster_placement_group.py +0 -298
  36. pulumi_oci/clusterplacementgroups/get_cluster_placement_groups.py +0 -217
  37. pulumi_oci/clusterplacementgroups/outputs.py +0 -485
  38. {pulumi_oci-1.33.0.dist-info → pulumi_oci-1.33.0a1713903118.dist-info}/WHEEL +0 -0
  39. {pulumi_oci-1.33.0.dist-info → pulumi_oci-1.33.0a1713903118.dist-info}/top_level.txt +0 -0
@@ -46,7 +46,6 @@ class MigrationArgs:
46
46
  :param pulumi.Input[str] agent_id: (Updatable) The OCID of the registered ODMS Agent. Only valid for Offline Logical Migrations.
47
47
  :param pulumi.Input[str] csv_text: Database objects to exclude/include from migration in CSV format. The excludeObjects and includeObjects fields will be ignored if this field is not null.
48
48
  :param pulumi.Input['MigrationDataTransferMediumDetailsArgs'] data_transfer_medium_details: (Updatable) Data Transfer Medium details for the Migration. If not specified, it will default to Database Link. Only one type of data transfer medium can be specified.
49
- :param pulumi.Input['MigrationDataTransferMediumDetailsV2Args'] data_transfer_medium_details_v2: (Updatable) Optional additional properties for dump transfer in source or target host.
50
49
  :param pulumi.Input['MigrationDatapumpSettingsArgs'] datapump_settings: (Updatable) Optional settings for Data Pump Export and Import jobs
51
50
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
52
51
  :param pulumi.Input[str] display_name: (Updatable) Migration Display Name
@@ -195,9 +194,6 @@ class MigrationArgs:
195
194
  @property
196
195
  @pulumi.getter(name="dataTransferMediumDetailsV2")
197
196
  def data_transfer_medium_details_v2(self) -> Optional[pulumi.Input['MigrationDataTransferMediumDetailsV2Args']]:
198
- """
199
- (Updatable) Optional additional properties for dump transfer in source or target host.
200
- """
201
197
  return pulumi.get(self, "data_transfer_medium_details_v2")
202
198
 
203
199
  @data_transfer_medium_details_v2.setter
@@ -377,7 +373,6 @@ class _MigrationState:
377
373
  :param pulumi.Input[str] credentials_secret_id: OCID of the Secret in the Oracle Cloud Infrastructure vault containing the Migration credentials. Used to store GoldenGate administrator user credentials.
378
374
  :param pulumi.Input[str] csv_text: Database objects to exclude/include from migration in CSV format. The excludeObjects and includeObjects fields will be ignored if this field is not null.
379
375
  :param pulumi.Input['MigrationDataTransferMediumDetailsArgs'] data_transfer_medium_details: (Updatable) Data Transfer Medium details for the Migration. If not specified, it will default to Database Link. Only one type of data transfer medium can be specified.
380
- :param pulumi.Input['MigrationDataTransferMediumDetailsV2Args'] data_transfer_medium_details_v2: (Updatable) Optional additional properties for dump transfer in source or target host.
381
376
  :param pulumi.Input['MigrationDatapumpSettingsArgs'] datapump_settings: (Updatable) Optional settings for Data Pump Export and Import jobs
382
377
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
383
378
  :param pulumi.Input[str] display_name: (Updatable) Migration Display Name
@@ -535,9 +530,6 @@ class _MigrationState:
535
530
  @property
536
531
  @pulumi.getter(name="dataTransferMediumDetailsV2")
537
532
  def data_transfer_medium_details_v2(self) -> Optional[pulumi.Input['MigrationDataTransferMediumDetailsV2Args']]:
538
- """
539
- (Updatable) Optional additional properties for dump transfer in source or target host.
540
- """
541
533
  return pulumi.get(self, "data_transfer_medium_details_v2")
542
534
 
543
535
  @data_transfer_medium_details_v2.setter
@@ -1012,7 +1004,6 @@ class Migration(pulumi.CustomResource):
1012
1004
  :param pulumi.Input[str] compartment_id: (Updatable) OCID of the compartment where the secret containing the credentials will be created.
1013
1005
  :param pulumi.Input[str] csv_text: Database objects to exclude/include from migration in CSV format. The excludeObjects and includeObjects fields will be ignored if this field is not null.
1014
1006
  :param pulumi.Input[pulumi.InputType['MigrationDataTransferMediumDetailsArgs']] data_transfer_medium_details: (Updatable) Data Transfer Medium details for the Migration. If not specified, it will default to Database Link. Only one type of data transfer medium can be specified.
1015
- :param pulumi.Input[pulumi.InputType['MigrationDataTransferMediumDetailsV2Args']] data_transfer_medium_details_v2: (Updatable) Optional additional properties for dump transfer in source or target host.
1016
1007
  :param pulumi.Input[pulumi.InputType['MigrationDatapumpSettingsArgs']] datapump_settings: (Updatable) Optional settings for Data Pump Export and Import jobs
1017
1008
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1018
1009
  :param pulumi.Input[str] display_name: (Updatable) Migration Display Name
@@ -1337,7 +1328,6 @@ class Migration(pulumi.CustomResource):
1337
1328
  :param pulumi.Input[str] credentials_secret_id: OCID of the Secret in the Oracle Cloud Infrastructure vault containing the Migration credentials. Used to store GoldenGate administrator user credentials.
1338
1329
  :param pulumi.Input[str] csv_text: Database objects to exclude/include from migration in CSV format. The excludeObjects and includeObjects fields will be ignored if this field is not null.
1339
1330
  :param pulumi.Input[pulumi.InputType['MigrationDataTransferMediumDetailsArgs']] data_transfer_medium_details: (Updatable) Data Transfer Medium details for the Migration. If not specified, it will default to Database Link. Only one type of data transfer medium can be specified.
1340
- :param pulumi.Input[pulumi.InputType['MigrationDataTransferMediumDetailsV2Args']] data_transfer_medium_details_v2: (Updatable) Optional additional properties for dump transfer in source or target host.
1341
1331
  :param pulumi.Input[pulumi.InputType['MigrationDatapumpSettingsArgs']] datapump_settings: (Updatable) Optional settings for Data Pump Export and Import jobs
1342
1332
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1343
1333
  :param pulumi.Input[str] display_name: (Updatable) Migration Display Name
@@ -1447,9 +1437,6 @@ class Migration(pulumi.CustomResource):
1447
1437
  @property
1448
1438
  @pulumi.getter(name="dataTransferMediumDetailsV2")
1449
1439
  def data_transfer_medium_details_v2(self) -> pulumi.Output['outputs.MigrationDataTransferMediumDetailsV2']:
1450
- """
1451
- (Updatable) Optional additional properties for dump transfer in source or target host.
1452
- """
1453
1440
  return pulumi.get(self, "data_transfer_medium_details_v2")
1454
1441
 
1455
1442
  @property
@@ -1049,11 +1049,7 @@ class MigrationDataTransferMediumDetailsV2(dict):
1049
1049
  secret_access_key: Optional[str] = None):
1050
1050
  """
1051
1051
  :param str type: (Updatable) Migration type.
1052
- :param str access_key_id: (Updatable) AWS access key credentials identifier Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
1053
1052
  :param str name: (Updatable) Name of directory object in database
1054
- :param 'MigrationDataTransferMediumDetailsV2ObjectStorageBucketArgs' object_storage_bucket: (Updatable) In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
1055
- :param str region: (Updatable) AWS region code where the S3 bucket is located. Region code should match the documented available regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
1056
- :param str secret_access_key: (Updatable) AWS secret access key credentials Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
1057
1053
  """
1058
1054
  pulumi.set(__self__, "type", type)
1059
1055
  if access_key_id is not None:
@@ -1078,9 +1074,6 @@ class MigrationDataTransferMediumDetailsV2(dict):
1078
1074
  @property
1079
1075
  @pulumi.getter(name="accessKeyId")
1080
1076
  def access_key_id(self) -> Optional[str]:
1081
- """
1082
- (Updatable) AWS access key credentials identifier Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
1083
- """
1084
1077
  return pulumi.get(self, "access_key_id")
1085
1078
 
1086
1079
  @property
@@ -1094,25 +1087,16 @@ class MigrationDataTransferMediumDetailsV2(dict):
1094
1087
  @property
1095
1088
  @pulumi.getter(name="objectStorageBucket")
1096
1089
  def object_storage_bucket(self) -> Optional['outputs.MigrationDataTransferMediumDetailsV2ObjectStorageBucket']:
1097
- """
1098
- (Updatable) In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
1099
- """
1100
1090
  return pulumi.get(self, "object_storage_bucket")
1101
1091
 
1102
1092
  @property
1103
1093
  @pulumi.getter
1104
1094
  def region(self) -> Optional[str]:
1105
- """
1106
- (Updatable) AWS region code where the S3 bucket is located. Region code should match the documented available regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
1107
- """
1108
1095
  return pulumi.get(self, "region")
1109
1096
 
1110
1097
  @property
1111
1098
  @pulumi.getter(name="secretAccessKey")
1112
1099
  def secret_access_key(self) -> Optional[str]:
1113
- """
1114
- (Updatable) AWS secret access key credentials Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
1115
- """
1116
1100
  return pulumi.get(self, "secret_access_key")
1117
1101
 
1118
1102
 
@@ -1486,7 +1470,6 @@ class MigrationDumpTransferDetails(dict):
1486
1470
  source: Optional['outputs.MigrationDumpTransferDetailsSource'] = None,
1487
1471
  target: Optional['outputs.MigrationDumpTransferDetailsTarget'] = None):
1488
1472
  """
1489
- :param str shared_storage_mount_target_id: Optional OCID of the shared storage mount target.
1490
1473
  :param 'MigrationDumpTransferDetailsSourceArgs' source: (Updatable) Optional additional properties for dump transfer in source or target host. Default kind is CURL
1491
1474
  :param 'MigrationDumpTransferDetailsTargetArgs' target: (Updatable) Optional additional properties for dump transfer in source or target host. Default kind is CURL
1492
1475
  """
@@ -1500,9 +1483,6 @@ class MigrationDumpTransferDetails(dict):
1500
1483
  @property
1501
1484
  @pulumi.getter(name="sharedStorageMountTargetId")
1502
1485
  def shared_storage_mount_target_id(self) -> Optional[str]:
1503
- """
1504
- Optional OCID of the shared storage mount target.
1505
- """
1506
1486
  return pulumi.get(self, "shared_storage_mount_target_id")
1507
1487
 
1508
1488
  @property
@@ -3009,7 +2989,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
3009
2989
  :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
3010
2990
  :param str id: [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a previously created Private Endpoint.
3011
2991
  :param str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
3012
- :param str manual_database_sub_type: Database manual connection subtype. This value can only be specified for manual connections.
3013
2992
  :param Sequence[str] nsg_ids: An array of Network Security Group OCIDs used to define network access for Connections.
3014
2993
  :param Sequence['GetConnectionsConnectionCollectionItemPrivateEndpointArgs'] private_endpoints: Oracle Cloud Infrastructure Private Endpoint configuration details.
3015
2994
  :param Sequence['GetConnectionsConnectionCollectionItemReplicationCredentialArgs'] replication_credentials: Database Administrator Credentials details.
@@ -3144,9 +3123,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
3144
3123
  @property
3145
3124
  @pulumi.getter(name="manualDatabaseSubType")
3146
3125
  def manual_database_sub_type(self) -> str:
3147
- """
3148
- Database manual connection subtype. This value can only be specified for manual connections.
3149
- """
3150
3126
  return pulumi.get(self, "manual_database_sub_type")
3151
3127
 
3152
3128
  @property
@@ -3740,11 +3716,7 @@ class GetMigrationDataTransferMediumDetailsV2Result(dict):
3740
3716
  secret_access_key: str,
3741
3717
  type: str):
3742
3718
  """
3743
- :param str access_key_id: AWS access key credentials identifier Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
3744
3719
  :param str name: Name of directory object in database
3745
- :param Sequence['GetMigrationDataTransferMediumDetailsV2ObjectStorageBucketArgs'] object_storage_buckets: In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
3746
- :param str region: AWS region code where the S3 bucket is located. Region code should match the documented available regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
3747
- :param str secret_access_key: AWS secret access key credentials Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
3748
3720
  :param str type: Migration type.
3749
3721
  """
3750
3722
  pulumi.set(__self__, "access_key_id", access_key_id)
@@ -3757,9 +3729,6 @@ class GetMigrationDataTransferMediumDetailsV2Result(dict):
3757
3729
  @property
3758
3730
  @pulumi.getter(name="accessKeyId")
3759
3731
  def access_key_id(self) -> str:
3760
- """
3761
- AWS access key credentials identifier Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
3762
- """
3763
3732
  return pulumi.get(self, "access_key_id")
3764
3733
 
3765
3734
  @property
@@ -3773,25 +3742,16 @@ class GetMigrationDataTransferMediumDetailsV2Result(dict):
3773
3742
  @property
3774
3743
  @pulumi.getter(name="objectStorageBuckets")
3775
3744
  def object_storage_buckets(self) -> Sequence['outputs.GetMigrationDataTransferMediumDetailsV2ObjectStorageBucketResult']:
3776
- """
3777
- In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
3778
- """
3779
3745
  return pulumi.get(self, "object_storage_buckets")
3780
3746
 
3781
3747
  @property
3782
3748
  @pulumi.getter
3783
3749
  def region(self) -> str:
3784
- """
3785
- AWS region code where the S3 bucket is located. Region code should match the documented available regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
3786
- """
3787
3750
  return pulumi.get(self, "region")
3788
3751
 
3789
3752
  @property
3790
3753
  @pulumi.getter(name="secretAccessKey")
3791
3754
  def secret_access_key(self) -> str:
3792
- """
3793
- AWS secret access key credentials Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
3794
- """
3795
3755
  return pulumi.get(self, "secret_access_key")
3796
3756
 
3797
3757
  @property
@@ -4072,7 +4032,6 @@ class GetMigrationDumpTransferDetailResult(dict):
4072
4032
  sources: Sequence['outputs.GetMigrationDumpTransferDetailSourceResult'],
4073
4033
  targets: Sequence['outputs.GetMigrationDumpTransferDetailTargetResult']):
4074
4034
  """
4075
- :param str shared_storage_mount_target_id: Optional OCID of the shared storage mount target.
4076
4035
  :param Sequence['GetMigrationDumpTransferDetailSourceArgs'] sources: Optional additional properties for dump transfer in source or target host. Default kind is CURL
4077
4036
  :param Sequence['GetMigrationDumpTransferDetailTargetArgs'] targets: Optional additional properties for dump transfer in source or target host. Default kind is CURL
4078
4037
  """
@@ -4083,9 +4042,6 @@ class GetMigrationDumpTransferDetailResult(dict):
4083
4042
  @property
4084
4043
  @pulumi.getter(name="sharedStorageMountTargetId")
4085
4044
  def shared_storage_mount_target_id(self) -> str:
4086
- """
4087
- Optional OCID of the shared storage mount target.
4088
- """
4089
4045
  return pulumi.get(self, "shared_storage_mount_target_id")
4090
4046
 
4091
4047
  @property
@@ -5087,7 +5043,6 @@ class GetMigrationsMigrationCollectionItemResult(dict):
5087
5043
  :param str compartment_id: The ID of the compartment in which to list resources.
5088
5044
  :param str credentials_secret_id: OCID of the Secret in the Oracle Cloud Infrastructure vault containing the Migration credentials. Used to store GoldenGate administrator user credentials.
5089
5045
  :param Sequence['GetMigrationsMigrationCollectionItemDataTransferMediumDetailArgs'] data_transfer_medium_details: Data Transfer Medium details for the Migration.
5090
- :param Sequence['GetMigrationsMigrationCollectionItemDataTransferMediumDetailsV2Args'] data_transfer_medium_details_v2s: Optional additional properties for dump transfer in source or target host.
5091
5046
  :param Sequence['GetMigrationsMigrationCollectionItemDatapumpSettingArgs'] datapump_settings: Optional settings for Data Pump Export and Import jobs
5092
5047
  :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
5093
5048
  :param str display_name: A filter to return only resources that match the entire display name given.
@@ -5191,9 +5146,6 @@ class GetMigrationsMigrationCollectionItemResult(dict):
5191
5146
  @property
5192
5147
  @pulumi.getter(name="dataTransferMediumDetailsV2s")
5193
5148
  def data_transfer_medium_details_v2s(self) -> Sequence['outputs.GetMigrationsMigrationCollectionItemDataTransferMediumDetailsV2Result']:
5194
- """
5195
- Optional additional properties for dump transfer in source or target host.
5196
- """
5197
5149
  return pulumi.get(self, "data_transfer_medium_details_v2s")
5198
5150
 
5199
5151
  @property
@@ -5536,11 +5488,7 @@ class GetMigrationsMigrationCollectionItemDataTransferMediumDetailsV2Result(dict
5536
5488
  secret_access_key: str,
5537
5489
  type: str):
5538
5490
  """
5539
- :param str access_key_id: AWS access key credentials identifier Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
5540
5491
  :param str name: Name of directory object in database
5541
- :param Sequence['GetMigrationsMigrationCollectionItemDataTransferMediumDetailsV2ObjectStorageBucketArgs'] object_storage_buckets: In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
5542
- :param str region: AWS region code where the S3 bucket is located. Region code should match the documented available regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
5543
- :param str secret_access_key: AWS secret access key credentials Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
5544
5492
  :param str type: Migration type.
5545
5493
  """
5546
5494
  pulumi.set(__self__, "access_key_id", access_key_id)
@@ -5553,9 +5501,6 @@ class GetMigrationsMigrationCollectionItemDataTransferMediumDetailsV2Result(dict
5553
5501
  @property
5554
5502
  @pulumi.getter(name="accessKeyId")
5555
5503
  def access_key_id(self) -> str:
5556
- """
5557
- AWS access key credentials identifier Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
5558
- """
5559
5504
  return pulumi.get(self, "access_key_id")
5560
5505
 
5561
5506
  @property
@@ -5569,25 +5514,16 @@ class GetMigrationsMigrationCollectionItemDataTransferMediumDetailsV2Result(dict
5569
5514
  @property
5570
5515
  @pulumi.getter(name="objectStorageBuckets")
5571
5516
  def object_storage_buckets(self) -> Sequence['outputs.GetMigrationsMigrationCollectionItemDataTransferMediumDetailsV2ObjectStorageBucketResult']:
5572
- """
5573
- In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
5574
- """
5575
5517
  return pulumi.get(self, "object_storage_buckets")
5576
5518
 
5577
5519
  @property
5578
5520
  @pulumi.getter
5579
5521
  def region(self) -> str:
5580
- """
5581
- AWS region code where the S3 bucket is located. Region code should match the documented available regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
5582
- """
5583
5522
  return pulumi.get(self, "region")
5584
5523
 
5585
5524
  @property
5586
5525
  @pulumi.getter(name="secretAccessKey")
5587
5526
  def secret_access_key(self) -> str:
5588
- """
5589
- AWS secret access key credentials Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
5590
- """
5591
5527
  return pulumi.get(self, "secret_access_key")
5592
5528
 
5593
5529
  @property
@@ -5868,7 +5804,6 @@ class GetMigrationsMigrationCollectionItemDumpTransferDetailResult(dict):
5868
5804
  sources: Sequence['outputs.GetMigrationsMigrationCollectionItemDumpTransferDetailSourceResult'],
5869
5805
  targets: Sequence['outputs.GetMigrationsMigrationCollectionItemDumpTransferDetailTargetResult']):
5870
5806
  """
5871
- :param str shared_storage_mount_target_id: Optional OCID of the shared storage mount target.
5872
5807
  :param Sequence['GetMigrationsMigrationCollectionItemDumpTransferDetailSourceArgs'] sources: Optional additional properties for dump transfer in source or target host. Default kind is CURL
5873
5808
  :param Sequence['GetMigrationsMigrationCollectionItemDumpTransferDetailTargetArgs'] targets: Optional additional properties for dump transfer in source or target host. Default kind is CURL
5874
5809
  """
@@ -5879,9 +5814,6 @@ class GetMigrationsMigrationCollectionItemDumpTransferDetailResult(dict):
5879
5814
  @property
5880
5815
  @pulumi.getter(name="sharedStorageMountTargetId")
5881
5816
  def shared_storage_mount_target_id(self) -> str:
5882
- """
5883
- Optional OCID of the shared storage mount target.
5884
- """
5885
5817
  return pulumi.get(self, "shared_storage_mount_target_id")
5886
5818
 
5887
5819
  @property
@@ -21,7 +21,6 @@ class BackendSetArgs:
21
21
  policy: pulumi.Input[str],
22
22
  ip_version: Optional[pulumi.Input[str]] = None,
23
23
  is_fail_open: Optional[pulumi.Input[bool]] = None,
24
- is_instant_failover_enabled: Optional[pulumi.Input[bool]] = None,
25
24
  is_preserve_source: Optional[pulumi.Input[bool]] = None,
26
25
  name: Optional[pulumi.Input[str]] = None):
27
26
  """
@@ -35,7 +34,6 @@ class BackendSetArgs:
35
34
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
36
35
  :param pulumi.Input[str] ip_version: (Updatable) IP version associated with the backend set.
37
36
  :param pulumi.Input[bool] is_fail_open: (Updatable) If enabled, the network load balancer will continue to distribute traffic in the configured distribution in the event all backends are unhealthy. The value is false by default.
38
- :param pulumi.Input[bool] is_instant_failover_enabled: (Updatable) If enabled existing connections will be forwarded to an alternative healthy backend as soon as current backend becomes unhealthy.
39
37
  :param pulumi.Input[bool] is_preserve_source: (Updatable) If this parameter is enabled, then the network load balancer preserves the source IP of the packet when it is forwarded to backends. Backends see the original source IP. If the isPreserveSourceDestination parameter is enabled for the network load balancer resource, then this parameter cannot be disabled. The value is true by default.
40
38
  :param pulumi.Input[str] name: A user-friendly name for the backend set that must be unique and cannot be changed.
41
39
 
@@ -50,8 +48,6 @@ class BackendSetArgs:
50
48
  pulumi.set(__self__, "ip_version", ip_version)
51
49
  if is_fail_open is not None:
52
50
  pulumi.set(__self__, "is_fail_open", is_fail_open)
53
- if is_instant_failover_enabled is not None:
54
- pulumi.set(__self__, "is_instant_failover_enabled", is_instant_failover_enabled)
55
51
  if is_preserve_source is not None:
56
52
  pulumi.set(__self__, "is_preserve_source", is_preserve_source)
57
53
  if name is not None:
@@ -121,18 +117,6 @@ class BackendSetArgs:
121
117
  def is_fail_open(self, value: Optional[pulumi.Input[bool]]):
122
118
  pulumi.set(self, "is_fail_open", value)
123
119
 
124
- @property
125
- @pulumi.getter(name="isInstantFailoverEnabled")
126
- def is_instant_failover_enabled(self) -> Optional[pulumi.Input[bool]]:
127
- """
128
- (Updatable) If enabled existing connections will be forwarded to an alternative healthy backend as soon as current backend becomes unhealthy.
129
- """
130
- return pulumi.get(self, "is_instant_failover_enabled")
131
-
132
- @is_instant_failover_enabled.setter
133
- def is_instant_failover_enabled(self, value: Optional[pulumi.Input[bool]]):
134
- pulumi.set(self, "is_instant_failover_enabled", value)
135
-
136
120
  @property
137
121
  @pulumi.getter(name="isPreserveSource")
138
122
  def is_preserve_source(self) -> Optional[pulumi.Input[bool]]:
@@ -169,7 +153,6 @@ class _BackendSetState:
169
153
  health_checker: Optional[pulumi.Input['BackendSetHealthCheckerArgs']] = None,
170
154
  ip_version: Optional[pulumi.Input[str]] = None,
171
155
  is_fail_open: Optional[pulumi.Input[bool]] = None,
172
- is_instant_failover_enabled: Optional[pulumi.Input[bool]] = None,
173
156
  is_preserve_source: Optional[pulumi.Input[bool]] = None,
174
157
  name: Optional[pulumi.Input[str]] = None,
175
158
  network_load_balancer_id: Optional[pulumi.Input[str]] = None,
@@ -180,7 +163,6 @@ class _BackendSetState:
180
163
  :param pulumi.Input['BackendSetHealthCheckerArgs'] health_checker: (Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/Balance/Tasks/editinghealthcheck.htm).
181
164
  :param pulumi.Input[str] ip_version: (Updatable) IP version associated with the backend set.
182
165
  :param pulumi.Input[bool] is_fail_open: (Updatable) If enabled, the network load balancer will continue to distribute traffic in the configured distribution in the event all backends are unhealthy. The value is false by default.
183
- :param pulumi.Input[bool] is_instant_failover_enabled: (Updatable) If enabled existing connections will be forwarded to an alternative healthy backend as soon as current backend becomes unhealthy.
184
166
  :param pulumi.Input[bool] is_preserve_source: (Updatable) If this parameter is enabled, then the network load balancer preserves the source IP of the packet when it is forwarded to backends. Backends see the original source IP. If the isPreserveSourceDestination parameter is enabled for the network load balancer resource, then this parameter cannot be disabled. The value is true by default.
185
167
  :param pulumi.Input[str] name: A user-friendly name for the backend set that must be unique and cannot be changed.
186
168
 
@@ -202,8 +184,6 @@ class _BackendSetState:
202
184
  pulumi.set(__self__, "ip_version", ip_version)
203
185
  if is_fail_open is not None:
204
186
  pulumi.set(__self__, "is_fail_open", is_fail_open)
205
- if is_instant_failover_enabled is not None:
206
- pulumi.set(__self__, "is_instant_failover_enabled", is_instant_failover_enabled)
207
187
  if is_preserve_source is not None:
208
188
  pulumi.set(__self__, "is_preserve_source", is_preserve_source)
209
189
  if name is not None:
@@ -261,18 +241,6 @@ class _BackendSetState:
261
241
  def is_fail_open(self, value: Optional[pulumi.Input[bool]]):
262
242
  pulumi.set(self, "is_fail_open", value)
263
243
 
264
- @property
265
- @pulumi.getter(name="isInstantFailoverEnabled")
266
- def is_instant_failover_enabled(self) -> Optional[pulumi.Input[bool]]:
267
- """
268
- (Updatable) If enabled existing connections will be forwarded to an alternative healthy backend as soon as current backend becomes unhealthy.
269
- """
270
- return pulumi.get(self, "is_instant_failover_enabled")
271
-
272
- @is_instant_failover_enabled.setter
273
- def is_instant_failover_enabled(self, value: Optional[pulumi.Input[bool]]):
274
- pulumi.set(self, "is_instant_failover_enabled", value)
275
-
276
244
  @property
277
245
  @pulumi.getter(name="isPreserveSource")
278
246
  def is_preserve_source(self) -> Optional[pulumi.Input[bool]]:
@@ -338,7 +306,6 @@ class BackendSet(pulumi.CustomResource):
338
306
  health_checker: Optional[pulumi.Input[pulumi.InputType['BackendSetHealthCheckerArgs']]] = None,
339
307
  ip_version: Optional[pulumi.Input[str]] = None,
340
308
  is_fail_open: Optional[pulumi.Input[bool]] = None,
341
- is_instant_failover_enabled: Optional[pulumi.Input[bool]] = None,
342
309
  is_preserve_source: Optional[pulumi.Input[bool]] = None,
343
310
  name: Optional[pulumi.Input[str]] = None,
344
311
  network_load_balancer_id: Optional[pulumi.Input[str]] = None,
@@ -379,7 +346,6 @@ class BackendSet(pulumi.CustomResource):
379
346
  network_load_balancer_id=test_network_load_balancer["id"],
380
347
  policy=backend_set_policy,
381
348
  ip_version=backend_set_ip_version,
382
- is_instant_failover_enabled=backend_set_is_instant_failover_enabled,
383
349
  is_fail_open=backend_set_is_fail_open,
384
350
  is_preserve_source=backend_set_is_preserve_source)
385
351
  ```
@@ -397,7 +363,6 @@ class BackendSet(pulumi.CustomResource):
397
363
  :param pulumi.Input[pulumi.InputType['BackendSetHealthCheckerArgs']] health_checker: (Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/Balance/Tasks/editinghealthcheck.htm).
398
364
  :param pulumi.Input[str] ip_version: (Updatable) IP version associated with the backend set.
399
365
  :param pulumi.Input[bool] is_fail_open: (Updatable) If enabled, the network load balancer will continue to distribute traffic in the configured distribution in the event all backends are unhealthy. The value is false by default.
400
- :param pulumi.Input[bool] is_instant_failover_enabled: (Updatable) If enabled existing connections will be forwarded to an alternative healthy backend as soon as current backend becomes unhealthy.
401
366
  :param pulumi.Input[bool] is_preserve_source: (Updatable) If this parameter is enabled, then the network load balancer preserves the source IP of the packet when it is forwarded to backends. Backends see the original source IP. If the isPreserveSourceDestination parameter is enabled for the network load balancer resource, then this parameter cannot be disabled. The value is true by default.
402
367
  :param pulumi.Input[str] name: A user-friendly name for the backend set that must be unique and cannot be changed.
403
368
 
@@ -452,7 +417,6 @@ class BackendSet(pulumi.CustomResource):
452
417
  network_load_balancer_id=test_network_load_balancer["id"],
453
418
  policy=backend_set_policy,
454
419
  ip_version=backend_set_ip_version,
455
- is_instant_failover_enabled=backend_set_is_instant_failover_enabled,
456
420
  is_fail_open=backend_set_is_fail_open,
457
421
  is_preserve_source=backend_set_is_preserve_source)
458
422
  ```
@@ -483,7 +447,6 @@ class BackendSet(pulumi.CustomResource):
483
447
  health_checker: Optional[pulumi.Input[pulumi.InputType['BackendSetHealthCheckerArgs']]] = None,
484
448
  ip_version: Optional[pulumi.Input[str]] = None,
485
449
  is_fail_open: Optional[pulumi.Input[bool]] = None,
486
- is_instant_failover_enabled: Optional[pulumi.Input[bool]] = None,
487
450
  is_preserve_source: Optional[pulumi.Input[bool]] = None,
488
451
  name: Optional[pulumi.Input[str]] = None,
489
452
  network_load_balancer_id: Optional[pulumi.Input[str]] = None,
@@ -502,7 +465,6 @@ class BackendSet(pulumi.CustomResource):
502
465
  __props__.__dict__["health_checker"] = health_checker
503
466
  __props__.__dict__["ip_version"] = ip_version
504
467
  __props__.__dict__["is_fail_open"] = is_fail_open
505
- __props__.__dict__["is_instant_failover_enabled"] = is_instant_failover_enabled
506
468
  __props__.__dict__["is_preserve_source"] = is_preserve_source
507
469
  __props__.__dict__["name"] = name
508
470
  if network_load_balancer_id is None and not opts.urn:
@@ -526,7 +488,6 @@ class BackendSet(pulumi.CustomResource):
526
488
  health_checker: Optional[pulumi.Input[pulumi.InputType['BackendSetHealthCheckerArgs']]] = None,
527
489
  ip_version: Optional[pulumi.Input[str]] = None,
528
490
  is_fail_open: Optional[pulumi.Input[bool]] = None,
529
- is_instant_failover_enabled: Optional[pulumi.Input[bool]] = None,
530
491
  is_preserve_source: Optional[pulumi.Input[bool]] = None,
531
492
  name: Optional[pulumi.Input[str]] = None,
532
493
  network_load_balancer_id: Optional[pulumi.Input[str]] = None,
@@ -542,7 +503,6 @@ class BackendSet(pulumi.CustomResource):
542
503
  :param pulumi.Input[pulumi.InputType['BackendSetHealthCheckerArgs']] health_checker: (Updatable) The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/Balance/Tasks/editinghealthcheck.htm).
543
504
  :param pulumi.Input[str] ip_version: (Updatable) IP version associated with the backend set.
544
505
  :param pulumi.Input[bool] is_fail_open: (Updatable) If enabled, the network load balancer will continue to distribute traffic in the configured distribution in the event all backends are unhealthy. The value is false by default.
545
- :param pulumi.Input[bool] is_instant_failover_enabled: (Updatable) If enabled existing connections will be forwarded to an alternative healthy backend as soon as current backend becomes unhealthy.
546
506
  :param pulumi.Input[bool] is_preserve_source: (Updatable) If this parameter is enabled, then the network load balancer preserves the source IP of the packet when it is forwarded to backends. Backends see the original source IP. If the isPreserveSourceDestination parameter is enabled for the network load balancer resource, then this parameter cannot be disabled. The value is true by default.
547
507
  :param pulumi.Input[str] name: A user-friendly name for the backend set that must be unique and cannot be changed.
548
508
 
@@ -564,7 +524,6 @@ class BackendSet(pulumi.CustomResource):
564
524
  __props__.__dict__["health_checker"] = health_checker
565
525
  __props__.__dict__["ip_version"] = ip_version
566
526
  __props__.__dict__["is_fail_open"] = is_fail_open
567
- __props__.__dict__["is_instant_failover_enabled"] = is_instant_failover_enabled
568
527
  __props__.__dict__["is_preserve_source"] = is_preserve_source
569
528
  __props__.__dict__["name"] = name
570
529
  __props__.__dict__["network_load_balancer_id"] = network_load_balancer_id
@@ -603,14 +562,6 @@ class BackendSet(pulumi.CustomResource):
603
562
  """
604
563
  return pulumi.get(self, "is_fail_open")
605
564
 
606
- @property
607
- @pulumi.getter(name="isInstantFailoverEnabled")
608
- def is_instant_failover_enabled(self) -> pulumi.Output[bool]:
609
- """
610
- (Updatable) If enabled existing connections will be forwarded to an alternative healthy backend as soon as current backend becomes unhealthy.
611
- """
612
- return pulumi.get(self, "is_instant_failover_enabled")
613
-
614
565
  @property
615
566
  @pulumi.getter(name="isPreserveSource")
616
567
  def is_preserve_source(self) -> pulumi.Output[bool]:
@@ -22,7 +22,7 @@ class GetBackendSetResult:
22
22
  """
23
23
  A collection of values returned by getBackendSet.
24
24
  """
25
- def __init__(__self__, backend_set_name=None, backends=None, health_checkers=None, id=None, ip_version=None, is_fail_open=None, is_instant_failover_enabled=None, is_preserve_source=None, name=None, network_load_balancer_id=None, policy=None):
25
+ def __init__(__self__, backend_set_name=None, backends=None, health_checkers=None, id=None, ip_version=None, is_fail_open=None, is_preserve_source=None, name=None, network_load_balancer_id=None, policy=None):
26
26
  if backend_set_name and not isinstance(backend_set_name, str):
27
27
  raise TypeError("Expected argument 'backend_set_name' to be a str")
28
28
  pulumi.set(__self__, "backend_set_name", backend_set_name)
@@ -41,9 +41,6 @@ class GetBackendSetResult:
41
41
  if is_fail_open and not isinstance(is_fail_open, bool):
42
42
  raise TypeError("Expected argument 'is_fail_open' to be a bool")
43
43
  pulumi.set(__self__, "is_fail_open", is_fail_open)
44
- if is_instant_failover_enabled and not isinstance(is_instant_failover_enabled, bool):
45
- raise TypeError("Expected argument 'is_instant_failover_enabled' to be a bool")
46
- pulumi.set(__self__, "is_instant_failover_enabled", is_instant_failover_enabled)
47
44
  if is_preserve_source and not isinstance(is_preserve_source, bool):
48
45
  raise TypeError("Expected argument 'is_preserve_source' to be a bool")
49
46
  pulumi.set(__self__, "is_preserve_source", is_preserve_source)
@@ -99,14 +96,6 @@ class GetBackendSetResult:
99
96
  """
100
97
  return pulumi.get(self, "is_fail_open")
101
98
 
102
- @property
103
- @pulumi.getter(name="isInstantFailoverEnabled")
104
- def is_instant_failover_enabled(self) -> bool:
105
- """
106
- If enabled existing connections will be forwarded to an alternative healthy backend as soon as current backend becomes unhealthy.
107
- """
108
- return pulumi.get(self, "is_instant_failover_enabled")
109
-
110
99
  @property
111
100
  @pulumi.getter(name="isPreserveSource")
112
101
  def is_preserve_source(self) -> bool:
@@ -149,7 +138,6 @@ class AwaitableGetBackendSetResult(GetBackendSetResult):
149
138
  id=self.id,
150
139
  ip_version=self.ip_version,
151
140
  is_fail_open=self.is_fail_open,
152
- is_instant_failover_enabled=self.is_instant_failover_enabled,
153
141
  is_preserve_source=self.is_preserve_source,
154
142
  name=self.name,
155
143
  network_load_balancer_id=self.network_load_balancer_id,
@@ -181,7 +169,6 @@ def get_backend_set(backend_set_name: Optional[str] = None,
181
169
  id=pulumi.get(__ret__, 'id'),
182
170
  ip_version=pulumi.get(__ret__, 'ip_version'),
183
171
  is_fail_open=pulumi.get(__ret__, 'is_fail_open'),
184
- is_instant_failover_enabled=pulumi.get(__ret__, 'is_instant_failover_enabled'),
185
172
  is_preserve_source=pulumi.get(__ret__, 'is_preserve_source'),
186
173
  name=pulumi.get(__ret__, 'name'),
187
174
  network_load_balancer_id=pulumi.get(__ret__, 'network_load_balancer_id'),