pulumi-oci 2.13.0__py3-none-any.whl → 2.13.0a1729198151__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/__init__.py +19 -24
- pulumi_oci/containerengine/_inputs.py +0 -341
- pulumi_oci/containerengine/cluster.py +0 -64
- pulumi_oci/containerengine/get_cluster.py +1 -12
- pulumi_oci/containerengine/outputs.py +0 -582
- pulumi_oci/core/_inputs.py +37 -299
- pulumi_oci/core/boot_volume.py +5 -90
- pulumi_oci/core/get_block_volume_replica.py +1 -15
- pulumi_oci/core/get_boot_volume.py +4 -15
- pulumi_oci/core/get_boot_volume_replica.py +1 -15
- pulumi_oci/core/get_volume.py +4 -18
- pulumi_oci/core/instance_configuration.py +0 -4
- pulumi_oci/core/outputs.py +46 -573
- pulumi_oci/core/volume.py +12 -110
- pulumi_oci/core/volume_backup_policy_assignment.py +19 -68
- pulumi_oci/core/volume_group.py +5 -56
- pulumi_oci/datasafe/__init__.py +0 -1
- pulumi_oci/desktops/_inputs.py +13 -175
- pulumi_oci/desktops/desktop_pool.py +0 -67
- pulumi_oci/desktops/get_desktop_pool.py +1 -16
- pulumi_oci/desktops/outputs.py +18 -339
- pulumi_oci/dns/__init__.py +0 -2
- pulumi_oci/dns/_inputs.py +12 -1157
- pulumi_oci/dns/action_create_zone_from_zone_file.py +2 -42
- pulumi_oci/dns/get_records.py +13 -45
- pulumi_oci/dns/get_resolver.py +6 -8
- pulumi_oci/dns/get_resolver_endpoint.py +6 -8
- pulumi_oci/dns/get_resolver_endpoints.py +2 -2
- pulumi_oci/dns/get_resolvers.py +12 -12
- pulumi_oci/dns/get_rrset.py +16 -16
- pulumi_oci/dns/get_rrsets.py +10 -12
- pulumi_oci/dns/get_view.py +4 -8
- pulumi_oci/dns/get_views.py +12 -12
- pulumi_oci/dns/get_zones.py +13 -33
- pulumi_oci/dns/outputs.py +79 -1388
- pulumi_oci/dns/record.py +12 -12
- pulumi_oci/dns/resolver.py +7 -7
- pulumi_oci/dns/resolver_endpoint.py +2 -2
- pulumi_oci/dns/rrset.py +41 -50
- pulumi_oci/dns/zone.py +17 -176
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1289 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +323 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +191 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +660 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +191 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2063 -0
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +747 -0
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1821 -0
- pulumi_oci/goldengate/__init__.py +0 -1
- pulumi_oci/goldengate/_inputs.py +0 -165
- pulumi_oci/goldengate/connection.py +35 -49
- pulumi_oci/goldengate/database_registration.py +7 -7
- pulumi_oci/goldengate/deployment.py +4 -79
- pulumi_oci/goldengate/get_deployment.py +2 -30
- pulumi_oci/goldengate/outputs.py +2 -409
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.13.0.dist-info → pulumi_oci-2.13.0a1729198151.dist-info}/METADATA +1 -1
- {pulumi_oci-2.13.0.dist-info → pulumi_oci-2.13.0a1729198151.dist-info}/RECORD +61 -56
- pulumi_oci/datasafe/generate_on_prem_connector_configuration.py +0 -271
- pulumi_oci/dns/zone_promote_dnssec_key_version.py +0 -328
- pulumi_oci/dns/zone_stage_dnssec_key_version.py +0 -318
- pulumi_oci/goldengate/get_deployment_environments.py +0 -144
- {pulumi_oci-2.13.0.dist-info → pulumi_oci-2.13.0a1729198151.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.13.0.dist-info → pulumi_oci-2.13.0a1729198151.dist-info}/top_level.txt +0 -0
@@ -56,7 +56,7 @@ class DatabaseRegistrationArgs:
|
|
56
56
|
:param pulumi.Input[str] session_mode: (Updatable) The mode of the database connection session to be established by the data client. 'REDIRECT' - for a RAC database, 'DIRECT' - for a non-RAC database. Connection to a RAC database involves a redirection received from the SCAN listeners to the database node to connect to. By default the mode would be DIRECT.
|
57
57
|
:param pulumi.Input[str] subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the target subnet of the dedicated connection.
|
58
58
|
:param pulumi.Input[str] vault_id: Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.
|
59
|
-
:param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database.
|
59
|
+
:param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
|
60
60
|
|
61
61
|
|
62
62
|
** IMPORTANT **
|
@@ -301,7 +301,7 @@ class DatabaseRegistrationArgs:
|
|
301
301
|
@pulumi.getter
|
302
302
|
def wallet(self) -> Optional[pulumi.Input[str]]:
|
303
303
|
"""
|
304
|
-
(Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database.
|
304
|
+
(Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
|
305
305
|
|
306
306
|
|
307
307
|
** IMPORTANT **
|
@@ -368,7 +368,7 @@ class _DatabaseRegistrationState:
|
|
368
368
|
:param pulumi.Input[str] time_updated: The time the resource was last updated. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
369
369
|
:param pulumi.Input[str] username: (Updatable) The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.
|
370
370
|
:param pulumi.Input[str] vault_id: Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.
|
371
|
-
:param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database.
|
371
|
+
:param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
|
372
372
|
|
373
373
|
|
374
374
|
** IMPORTANT **
|
@@ -717,7 +717,7 @@ class _DatabaseRegistrationState:
|
|
717
717
|
@pulumi.getter
|
718
718
|
def wallet(self) -> Optional[pulumi.Input[str]]:
|
719
719
|
"""
|
720
|
-
(Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database.
|
720
|
+
(Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
|
721
721
|
|
722
722
|
|
723
723
|
** IMPORTANT **
|
@@ -818,7 +818,7 @@ class DatabaseRegistration(pulumi.CustomResource):
|
|
818
818
|
:param pulumi.Input[str] subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the target subnet of the dedicated connection.
|
819
819
|
:param pulumi.Input[str] username: (Updatable) The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.
|
820
820
|
:param pulumi.Input[str] vault_id: Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.
|
821
|
-
:param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database.
|
821
|
+
:param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
|
822
822
|
|
823
823
|
|
824
824
|
** IMPORTANT **
|
@@ -1022,7 +1022,7 @@ class DatabaseRegistration(pulumi.CustomResource):
|
|
1022
1022
|
:param pulumi.Input[str] time_updated: The time the resource was last updated. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
1023
1023
|
:param pulumi.Input[str] username: (Updatable) The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.
|
1024
1024
|
:param pulumi.Input[str] vault_id: Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.
|
1025
|
-
:param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database.
|
1025
|
+
:param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
|
1026
1026
|
|
1027
1027
|
|
1028
1028
|
** IMPORTANT **
|
@@ -1255,7 +1255,7 @@ class DatabaseRegistration(pulumi.CustomResource):
|
|
1255
1255
|
@pulumi.getter
|
1256
1256
|
def wallet(self) -> pulumi.Output[str]:
|
1257
1257
|
"""
|
1258
|
-
(Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database.
|
1258
|
+
(Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
|
1259
1259
|
|
1260
1260
|
|
1261
1261
|
** IMPORTANT **
|
@@ -31,7 +31,6 @@ class DeploymentArgs:
|
|
31
31
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
32
32
|
deployment_backup_id: Optional[pulumi.Input[str]] = None,
|
33
33
|
description: Optional[pulumi.Input[str]] = None,
|
34
|
-
environment_type: Optional[pulumi.Input[str]] = None,
|
35
34
|
fqdn: Optional[pulumi.Input[str]] = None,
|
36
35
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
37
36
|
is_lock_override: Optional[pulumi.Input[bool]] = None,
|
@@ -55,7 +54,6 @@ class DeploymentArgs:
|
|
55
54
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
56
55
|
:param pulumi.Input[str] deployment_backup_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup being referenced.
|
57
56
|
:param pulumi.Input[str] description: (Updatable) Metadata about this specific object.
|
58
|
-
:param pulumi.Input[str] environment_type: (Updatable) Specifies whether the deployment is used in a production or development/testing environment.
|
59
57
|
:param pulumi.Input[str] fqdn: (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource.
|
60
58
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
61
59
|
:param pulumi.Input[bool] is_public: (Updatable) True if this object is publicly available.
|
@@ -79,8 +77,6 @@ class DeploymentArgs:
|
|
79
77
|
pulumi.set(__self__, "deployment_backup_id", deployment_backup_id)
|
80
78
|
if description is not None:
|
81
79
|
pulumi.set(__self__, "description", description)
|
82
|
-
if environment_type is not None:
|
83
|
-
pulumi.set(__self__, "environment_type", environment_type)
|
84
80
|
if fqdn is not None:
|
85
81
|
pulumi.set(__self__, "fqdn", fqdn)
|
86
82
|
if freeform_tags is not None:
|
@@ -224,18 +220,6 @@ class DeploymentArgs:
|
|
224
220
|
def description(self, value: Optional[pulumi.Input[str]]):
|
225
221
|
pulumi.set(self, "description", value)
|
226
222
|
|
227
|
-
@property
|
228
|
-
@pulumi.getter(name="environmentType")
|
229
|
-
def environment_type(self) -> Optional[pulumi.Input[str]]:
|
230
|
-
"""
|
231
|
-
(Updatable) Specifies whether the deployment is used in a production or development/testing environment.
|
232
|
-
"""
|
233
|
-
return pulumi.get(self, "environment_type")
|
234
|
-
|
235
|
-
@environment_type.setter
|
236
|
-
def environment_type(self, value: Optional[pulumi.Input[str]]):
|
237
|
-
pulumi.set(self, "environment_type", value)
|
238
|
-
|
239
223
|
@property
|
240
224
|
@pulumi.getter
|
241
225
|
def fqdn(self) -> Optional[pulumi.Input[str]]:
|
@@ -366,7 +350,6 @@ class DeploymentArgs:
|
|
366
350
|
@pulumi.input_type
|
367
351
|
class _DeploymentState:
|
368
352
|
def __init__(__self__, *,
|
369
|
-
category: Optional[pulumi.Input[str]] = None,
|
370
353
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
371
354
|
cpu_core_count: Optional[pulumi.Input[int]] = None,
|
372
355
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -376,7 +359,6 @@ class _DeploymentState:
|
|
376
359
|
deployment_url: Optional[pulumi.Input[str]] = None,
|
377
360
|
description: Optional[pulumi.Input[str]] = None,
|
378
361
|
display_name: Optional[pulumi.Input[str]] = None,
|
379
|
-
environment_type: Optional[pulumi.Input[str]] = None,
|
380
362
|
fqdn: Optional[pulumi.Input[str]] = None,
|
381
363
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
382
364
|
ingress_ips: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentIngressIpArgs']]]] = None,
|
@@ -411,7 +393,6 @@ class _DeploymentState:
|
|
411
393
|
time_upgrade_required: Optional[pulumi.Input[str]] = None):
|
412
394
|
"""
|
413
395
|
Input properties used for looking up and filtering Deployment resources.
|
414
|
-
:param pulumi.Input[str] category: The deployment category defines the broad separation of the deployment type into three categories. Currently the separation is 'DATA_REPLICATION', 'STREAM_ANALYTICS' and 'DATA_TRANSFORMS'.
|
415
396
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment being referenced.
|
416
397
|
:param pulumi.Input[int] cpu_core_count: (Updatable) The Minimum number of OCPUs to be made available for this Deployment.
|
417
398
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
@@ -421,7 +402,6 @@ class _DeploymentState:
|
|
421
402
|
:param pulumi.Input[str] deployment_url: The URL of a resource.
|
422
403
|
:param pulumi.Input[str] description: (Updatable) Metadata about this specific object.
|
423
404
|
:param pulumi.Input[str] display_name: (Updatable) An object's Display Name.
|
424
|
-
:param pulumi.Input[str] environment_type: (Updatable) Specifies whether the deployment is used in a production or development/testing environment.
|
425
405
|
:param pulumi.Input[str] fqdn: (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource.
|
426
406
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
427
407
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentIngressIpArgs']]] ingress_ips: List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
|
@@ -429,7 +409,7 @@ class _DeploymentState:
|
|
429
409
|
:param pulumi.Input[bool] is_healthy: True if all of the aggregate resources are working correctly.
|
430
410
|
:param pulumi.Input[bool] is_latest_version: Indicates if the resource is the the latest available version.
|
431
411
|
:param pulumi.Input[bool] is_public: (Updatable) True if this object is publicly available.
|
432
|
-
:param pulumi.Input[bool] is_storage_utilization_limit_exceeded:
|
412
|
+
:param pulumi.Input[bool] is_storage_utilization_limit_exceeded: Indicator will be true if the amount of storage being utilized exceeds the allowable storage utilization limit. Exceeding the limit may be an indication of a misconfiguration of the deployment's GoldenGate service.
|
433
413
|
:param pulumi.Input[str] license_model: (Updatable) The Oracle license model that applies to a Deployment.
|
434
414
|
:param pulumi.Input[str] lifecycle_details: Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
|
435
415
|
:param pulumi.Input[str] lifecycle_sub_state: Possible GGS lifecycle sub-states.
|
@@ -453,8 +433,6 @@ class _DeploymentState:
|
|
453
433
|
:param pulumi.Input[str] time_updated: The time the resource was last updated. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
454
434
|
:param pulumi.Input[str] time_upgrade_required: Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version. Old description: The date the existing version in use will no longer be considered as usable and an upgrade will be required. This date is typically 6 months after the version was released for use by GGS. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
455
435
|
"""
|
456
|
-
if category is not None:
|
457
|
-
pulumi.set(__self__, "category", category)
|
458
436
|
if compartment_id is not None:
|
459
437
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
460
438
|
if cpu_core_count is not None:
|
@@ -473,8 +451,6 @@ class _DeploymentState:
|
|
473
451
|
pulumi.set(__self__, "description", description)
|
474
452
|
if display_name is not None:
|
475
453
|
pulumi.set(__self__, "display_name", display_name)
|
476
|
-
if environment_type is not None:
|
477
|
-
pulumi.set(__self__, "environment_type", environment_type)
|
478
454
|
if fqdn is not None:
|
479
455
|
pulumi.set(__self__, "fqdn", fqdn)
|
480
456
|
if freeform_tags is not None:
|
@@ -540,18 +516,6 @@ class _DeploymentState:
|
|
540
516
|
if time_upgrade_required is not None:
|
541
517
|
pulumi.set(__self__, "time_upgrade_required", time_upgrade_required)
|
542
518
|
|
543
|
-
@property
|
544
|
-
@pulumi.getter
|
545
|
-
def category(self) -> Optional[pulumi.Input[str]]:
|
546
|
-
"""
|
547
|
-
The deployment category defines the broad separation of the deployment type into three categories. Currently the separation is 'DATA_REPLICATION', 'STREAM_ANALYTICS' and 'DATA_TRANSFORMS'.
|
548
|
-
"""
|
549
|
-
return pulumi.get(self, "category")
|
550
|
-
|
551
|
-
@category.setter
|
552
|
-
def category(self, value: Optional[pulumi.Input[str]]):
|
553
|
-
pulumi.set(self, "category", value)
|
554
|
-
|
555
519
|
@property
|
556
520
|
@pulumi.getter(name="compartmentId")
|
557
521
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -660,18 +624,6 @@ class _DeploymentState:
|
|
660
624
|
def display_name(self, value: Optional[pulumi.Input[str]]):
|
661
625
|
pulumi.set(self, "display_name", value)
|
662
626
|
|
663
|
-
@property
|
664
|
-
@pulumi.getter(name="environmentType")
|
665
|
-
def environment_type(self) -> Optional[pulumi.Input[str]]:
|
666
|
-
"""
|
667
|
-
(Updatable) Specifies whether the deployment is used in a production or development/testing environment.
|
668
|
-
"""
|
669
|
-
return pulumi.get(self, "environment_type")
|
670
|
-
|
671
|
-
@environment_type.setter
|
672
|
-
def environment_type(self, value: Optional[pulumi.Input[str]]):
|
673
|
-
pulumi.set(self, "environment_type", value)
|
674
|
-
|
675
627
|
@property
|
676
628
|
@pulumi.getter
|
677
629
|
def fqdn(self) -> Optional[pulumi.Input[str]]:
|
@@ -769,7 +721,7 @@ class _DeploymentState:
|
|
769
721
|
@pulumi.getter(name="isStorageUtilizationLimitExceeded")
|
770
722
|
def is_storage_utilization_limit_exceeded(self) -> Optional[pulumi.Input[bool]]:
|
771
723
|
"""
|
772
|
-
|
724
|
+
Indicator will be true if the amount of storage being utilized exceeds the allowable storage utilization limit. Exceeding the limit may be an indication of a misconfiguration of the deployment's GoldenGate service.
|
773
725
|
"""
|
774
726
|
return pulumi.get(self, "is_storage_utilization_limit_exceeded")
|
775
727
|
|
@@ -1063,7 +1015,6 @@ class Deployment(pulumi.CustomResource):
|
|
1063
1015
|
deployment_type: Optional[pulumi.Input[str]] = None,
|
1064
1016
|
description: Optional[pulumi.Input[str]] = None,
|
1065
1017
|
display_name: Optional[pulumi.Input[str]] = None,
|
1066
|
-
environment_type: Optional[pulumi.Input[str]] = None,
|
1067
1018
|
fqdn: Optional[pulumi.Input[str]] = None,
|
1068
1019
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1069
1020
|
is_auto_scaling_enabled: Optional[pulumi.Input[bool]] = None,
|
@@ -1101,7 +1052,6 @@ class Deployment(pulumi.CustomResource):
|
|
1101
1052
|
:param pulumi.Input[str] deployment_type: The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
|
1102
1053
|
:param pulumi.Input[str] description: (Updatable) Metadata about this specific object.
|
1103
1054
|
:param pulumi.Input[str] display_name: (Updatable) An object's Display Name.
|
1104
|
-
:param pulumi.Input[str] environment_type: (Updatable) Specifies whether the deployment is used in a production or development/testing environment.
|
1105
1055
|
:param pulumi.Input[str] fqdn: (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource.
|
1106
1056
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1107
1057
|
:param pulumi.Input[bool] is_auto_scaling_enabled: (Updatable) Indicates if auto scaling is enabled for the Deployment's CPU core count.
|
@@ -1156,7 +1106,6 @@ class Deployment(pulumi.CustomResource):
|
|
1156
1106
|
deployment_type: Optional[pulumi.Input[str]] = None,
|
1157
1107
|
description: Optional[pulumi.Input[str]] = None,
|
1158
1108
|
display_name: Optional[pulumi.Input[str]] = None,
|
1159
|
-
environment_type: Optional[pulumi.Input[str]] = None,
|
1160
1109
|
fqdn: Optional[pulumi.Input[str]] = None,
|
1161
1110
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1162
1111
|
is_auto_scaling_enabled: Optional[pulumi.Input[bool]] = None,
|
@@ -1195,7 +1144,6 @@ class Deployment(pulumi.CustomResource):
|
|
1195
1144
|
if display_name is None and not opts.urn:
|
1196
1145
|
raise TypeError("Missing required property 'display_name'")
|
1197
1146
|
__props__.__dict__["display_name"] = display_name
|
1198
|
-
__props__.__dict__["environment_type"] = environment_type
|
1199
1147
|
__props__.__dict__["fqdn"] = fqdn
|
1200
1148
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
1201
1149
|
if is_auto_scaling_enabled is None and not opts.urn:
|
@@ -1216,7 +1164,6 @@ class Deployment(pulumi.CustomResource):
|
|
1216
1164
|
if subnet_id is None and not opts.urn:
|
1217
1165
|
raise TypeError("Missing required property 'subnet_id'")
|
1218
1166
|
__props__.__dict__["subnet_id"] = subnet_id
|
1219
|
-
__props__.__dict__["category"] = None
|
1220
1167
|
__props__.__dict__["deployment_diagnostic_datas"] = None
|
1221
1168
|
__props__.__dict__["deployment_url"] = None
|
1222
1169
|
__props__.__dict__["ingress_ips"] = None
|
@@ -1247,7 +1194,6 @@ class Deployment(pulumi.CustomResource):
|
|
1247
1194
|
def get(resource_name: str,
|
1248
1195
|
id: pulumi.Input[str],
|
1249
1196
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1250
|
-
category: Optional[pulumi.Input[str]] = None,
|
1251
1197
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
1252
1198
|
cpu_core_count: Optional[pulumi.Input[int]] = None,
|
1253
1199
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -1257,7 +1203,6 @@ class Deployment(pulumi.CustomResource):
|
|
1257
1203
|
deployment_url: Optional[pulumi.Input[str]] = None,
|
1258
1204
|
description: Optional[pulumi.Input[str]] = None,
|
1259
1205
|
display_name: Optional[pulumi.Input[str]] = None,
|
1260
|
-
environment_type: Optional[pulumi.Input[str]] = None,
|
1261
1206
|
fqdn: Optional[pulumi.Input[str]] = None,
|
1262
1207
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1263
1208
|
ingress_ips: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DeploymentIngressIpArgs', 'DeploymentIngressIpArgsDict']]]]] = None,
|
@@ -1297,7 +1242,6 @@ class Deployment(pulumi.CustomResource):
|
|
1297
1242
|
:param str resource_name: The unique name of the resulting resource.
|
1298
1243
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
1299
1244
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1300
|
-
:param pulumi.Input[str] category: The deployment category defines the broad separation of the deployment type into three categories. Currently the separation is 'DATA_REPLICATION', 'STREAM_ANALYTICS' and 'DATA_TRANSFORMS'.
|
1301
1245
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment being referenced.
|
1302
1246
|
:param pulumi.Input[int] cpu_core_count: (Updatable) The Minimum number of OCPUs to be made available for this Deployment.
|
1303
1247
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
@@ -1307,7 +1251,6 @@ class Deployment(pulumi.CustomResource):
|
|
1307
1251
|
:param pulumi.Input[str] deployment_url: The URL of a resource.
|
1308
1252
|
:param pulumi.Input[str] description: (Updatable) Metadata about this specific object.
|
1309
1253
|
:param pulumi.Input[str] display_name: (Updatable) An object's Display Name.
|
1310
|
-
:param pulumi.Input[str] environment_type: (Updatable) Specifies whether the deployment is used in a production or development/testing environment.
|
1311
1254
|
:param pulumi.Input[str] fqdn: (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource.
|
1312
1255
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1313
1256
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DeploymentIngressIpArgs', 'DeploymentIngressIpArgsDict']]]] ingress_ips: List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
|
@@ -1315,7 +1258,7 @@ class Deployment(pulumi.CustomResource):
|
|
1315
1258
|
:param pulumi.Input[bool] is_healthy: True if all of the aggregate resources are working correctly.
|
1316
1259
|
:param pulumi.Input[bool] is_latest_version: Indicates if the resource is the the latest available version.
|
1317
1260
|
:param pulumi.Input[bool] is_public: (Updatable) True if this object is publicly available.
|
1318
|
-
:param pulumi.Input[bool] is_storage_utilization_limit_exceeded:
|
1261
|
+
:param pulumi.Input[bool] is_storage_utilization_limit_exceeded: Indicator will be true if the amount of storage being utilized exceeds the allowable storage utilization limit. Exceeding the limit may be an indication of a misconfiguration of the deployment's GoldenGate service.
|
1319
1262
|
:param pulumi.Input[str] license_model: (Updatable) The Oracle license model that applies to a Deployment.
|
1320
1263
|
:param pulumi.Input[str] lifecycle_details: Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
|
1321
1264
|
:param pulumi.Input[str] lifecycle_sub_state: Possible GGS lifecycle sub-states.
|
@@ -1343,7 +1286,6 @@ class Deployment(pulumi.CustomResource):
|
|
1343
1286
|
|
1344
1287
|
__props__ = _DeploymentState.__new__(_DeploymentState)
|
1345
1288
|
|
1346
|
-
__props__.__dict__["category"] = category
|
1347
1289
|
__props__.__dict__["compartment_id"] = compartment_id
|
1348
1290
|
__props__.__dict__["cpu_core_count"] = cpu_core_count
|
1349
1291
|
__props__.__dict__["defined_tags"] = defined_tags
|
@@ -1353,7 +1295,6 @@ class Deployment(pulumi.CustomResource):
|
|
1353
1295
|
__props__.__dict__["deployment_url"] = deployment_url
|
1354
1296
|
__props__.__dict__["description"] = description
|
1355
1297
|
__props__.__dict__["display_name"] = display_name
|
1356
|
-
__props__.__dict__["environment_type"] = environment_type
|
1357
1298
|
__props__.__dict__["fqdn"] = fqdn
|
1358
1299
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
1359
1300
|
__props__.__dict__["ingress_ips"] = ingress_ips
|
@@ -1388,14 +1329,6 @@ class Deployment(pulumi.CustomResource):
|
|
1388
1329
|
__props__.__dict__["time_upgrade_required"] = time_upgrade_required
|
1389
1330
|
return Deployment(resource_name, opts=opts, __props__=__props__)
|
1390
1331
|
|
1391
|
-
@property
|
1392
|
-
@pulumi.getter
|
1393
|
-
def category(self) -> pulumi.Output[str]:
|
1394
|
-
"""
|
1395
|
-
The deployment category defines the broad separation of the deployment type into three categories. Currently the separation is 'DATA_REPLICATION', 'STREAM_ANALYTICS' and 'DATA_TRANSFORMS'.
|
1396
|
-
"""
|
1397
|
-
return pulumi.get(self, "category")
|
1398
|
-
|
1399
1332
|
@property
|
1400
1333
|
@pulumi.getter(name="compartmentId")
|
1401
1334
|
def compartment_id(self) -> pulumi.Output[str]:
|
@@ -1468,14 +1401,6 @@ class Deployment(pulumi.CustomResource):
|
|
1468
1401
|
"""
|
1469
1402
|
return pulumi.get(self, "display_name")
|
1470
1403
|
|
1471
|
-
@property
|
1472
|
-
@pulumi.getter(name="environmentType")
|
1473
|
-
def environment_type(self) -> pulumi.Output[str]:
|
1474
|
-
"""
|
1475
|
-
(Updatable) Specifies whether the deployment is used in a production or development/testing environment.
|
1476
|
-
"""
|
1477
|
-
return pulumi.get(self, "environment_type")
|
1478
|
-
|
1479
1404
|
@property
|
1480
1405
|
@pulumi.getter
|
1481
1406
|
def fqdn(self) -> pulumi.Output[str]:
|
@@ -1541,7 +1466,7 @@ class Deployment(pulumi.CustomResource):
|
|
1541
1466
|
@pulumi.getter(name="isStorageUtilizationLimitExceeded")
|
1542
1467
|
def is_storage_utilization_limit_exceeded(self) -> pulumi.Output[bool]:
|
1543
1468
|
"""
|
1544
|
-
|
1469
|
+
Indicator will be true if the amount of storage being utilized exceeds the allowable storage utilization limit. Exceeding the limit may be an indication of a misconfiguration of the deployment's GoldenGate service.
|
1545
1470
|
"""
|
1546
1471
|
return pulumi.get(self, "is_storage_utilization_limit_exceeded")
|
1547
1472
|
|
@@ -27,10 +27,7 @@ class GetDeploymentResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getDeployment.
|
29
29
|
"""
|
30
|
-
def __init__(__self__,
|
31
|
-
if category and not isinstance(category, str):
|
32
|
-
raise TypeError("Expected argument 'category' to be a str")
|
33
|
-
pulumi.set(__self__, "category", category)
|
30
|
+
def __init__(__self__, compartment_id=None, cpu_core_count=None, defined_tags=None, deployment_backup_id=None, deployment_diagnostic_datas=None, deployment_id=None, deployment_type=None, deployment_url=None, description=None, display_name=None, fqdn=None, freeform_tags=None, id=None, ingress_ips=None, is_auto_scaling_enabled=None, is_healthy=None, is_latest_version=None, is_lock_override=None, is_public=None, is_storage_utilization_limit_exceeded=None, license_model=None, lifecycle_details=None, lifecycle_sub_state=None, load_balancer_id=None, load_balancer_subnet_id=None, locks=None, maintenance_configurations=None, maintenance_windows=None, next_maintenance_action_type=None, next_maintenance_description=None, nsg_ids=None, ogg_datas=None, private_ip_address=None, public_ip_address=None, state=None, storage_utilization_in_bytes=None, subnet_id=None, system_tags=None, time_created=None, time_of_next_maintenance=None, time_ogg_version_supported_until=None, time_updated=None, time_upgrade_required=None):
|
34
31
|
if compartment_id and not isinstance(compartment_id, str):
|
35
32
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
36
33
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -61,9 +58,6 @@ class GetDeploymentResult:
|
|
61
58
|
if display_name and not isinstance(display_name, str):
|
62
59
|
raise TypeError("Expected argument 'display_name' to be a str")
|
63
60
|
pulumi.set(__self__, "display_name", display_name)
|
64
|
-
if environment_type and not isinstance(environment_type, str):
|
65
|
-
raise TypeError("Expected argument 'environment_type' to be a str")
|
66
|
-
pulumi.set(__self__, "environment_type", environment_type)
|
67
61
|
if fqdn and not isinstance(fqdn, str):
|
68
62
|
raise TypeError("Expected argument 'fqdn' to be a str")
|
69
63
|
pulumi.set(__self__, "fqdn", fqdn)
|
@@ -164,14 +158,6 @@ class GetDeploymentResult:
|
|
164
158
|
raise TypeError("Expected argument 'time_upgrade_required' to be a str")
|
165
159
|
pulumi.set(__self__, "time_upgrade_required", time_upgrade_required)
|
166
160
|
|
167
|
-
@property
|
168
|
-
@pulumi.getter
|
169
|
-
def category(self) -> str:
|
170
|
-
"""
|
171
|
-
The deployment category defines the broad separation of the deployment type into three categories. Currently the separation is 'DATA_REPLICATION', 'STREAM_ANALYTICS' and 'DATA_TRANSFORMS'.
|
172
|
-
"""
|
173
|
-
return pulumi.get(self, "category")
|
174
|
-
|
175
161
|
@property
|
176
162
|
@pulumi.getter(name="compartmentId")
|
177
163
|
def compartment_id(self) -> str:
|
@@ -249,14 +235,6 @@ class GetDeploymentResult:
|
|
249
235
|
"""
|
250
236
|
return pulumi.get(self, "display_name")
|
251
237
|
|
252
|
-
@property
|
253
|
-
@pulumi.getter(name="environmentType")
|
254
|
-
def environment_type(self) -> str:
|
255
|
-
"""
|
256
|
-
Specifies whether the deployment is used in a production or development/testing environment.
|
257
|
-
"""
|
258
|
-
return pulumi.get(self, "environment_type")
|
259
|
-
|
260
238
|
@property
|
261
239
|
@pulumi.getter
|
262
240
|
def fqdn(self) -> str:
|
@@ -330,7 +308,7 @@ class GetDeploymentResult:
|
|
330
308
|
@pulumi.getter(name="isStorageUtilizationLimitExceeded")
|
331
309
|
def is_storage_utilization_limit_exceeded(self) -> bool:
|
332
310
|
"""
|
333
|
-
|
311
|
+
Indicator will be true if the amount of storage being utilized exceeds the allowable storage utilization limit. Exceeding the limit may be an indication of a misconfiguration of the deployment's GoldenGate service.
|
334
312
|
"""
|
335
313
|
return pulumi.get(self, "is_storage_utilization_limit_exceeded")
|
336
314
|
|
@@ -525,7 +503,6 @@ class AwaitableGetDeploymentResult(GetDeploymentResult):
|
|
525
503
|
if False:
|
526
504
|
yield self
|
527
505
|
return GetDeploymentResult(
|
528
|
-
category=self.category,
|
529
506
|
compartment_id=self.compartment_id,
|
530
507
|
cpu_core_count=self.cpu_core_count,
|
531
508
|
defined_tags=self.defined_tags,
|
@@ -536,7 +513,6 @@ class AwaitableGetDeploymentResult(GetDeploymentResult):
|
|
536
513
|
deployment_url=self.deployment_url,
|
537
514
|
description=self.description,
|
538
515
|
display_name=self.display_name,
|
539
|
-
environment_type=self.environment_type,
|
540
516
|
fqdn=self.fqdn,
|
541
517
|
freeform_tags=self.freeform_tags,
|
542
518
|
id=self.id,
|
@@ -597,7 +573,6 @@ def get_deployment(deployment_id: Optional[str] = None,
|
|
597
573
|
__ret__ = pulumi.runtime.invoke('oci:GoldenGate/getDeployment:getDeployment', __args__, opts=opts, typ=GetDeploymentResult).value
|
598
574
|
|
599
575
|
return AwaitableGetDeploymentResult(
|
600
|
-
category=pulumi.get(__ret__, 'category'),
|
601
576
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
602
577
|
cpu_core_count=pulumi.get(__ret__, 'cpu_core_count'),
|
603
578
|
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
@@ -608,7 +583,6 @@ def get_deployment(deployment_id: Optional[str] = None,
|
|
608
583
|
deployment_url=pulumi.get(__ret__, 'deployment_url'),
|
609
584
|
description=pulumi.get(__ret__, 'description'),
|
610
585
|
display_name=pulumi.get(__ret__, 'display_name'),
|
611
|
-
environment_type=pulumi.get(__ret__, 'environment_type'),
|
612
586
|
fqdn=pulumi.get(__ret__, 'fqdn'),
|
613
587
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
614
588
|
id=pulumi.get(__ret__, 'id'),
|
@@ -666,7 +640,6 @@ def get_deployment_output(deployment_id: Optional[pulumi.Input[str]] = None,
|
|
666
640
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
667
641
|
__ret__ = pulumi.runtime.invoke_output('oci:GoldenGate/getDeployment:getDeployment', __args__, opts=opts, typ=GetDeploymentResult)
|
668
642
|
return __ret__.apply(lambda __response__: GetDeploymentResult(
|
669
|
-
category=pulumi.get(__response__, 'category'),
|
670
643
|
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
671
644
|
cpu_core_count=pulumi.get(__response__, 'cpu_core_count'),
|
672
645
|
defined_tags=pulumi.get(__response__, 'defined_tags'),
|
@@ -677,7 +650,6 @@ def get_deployment_output(deployment_id: Optional[pulumi.Input[str]] = None,
|
|
677
650
|
deployment_url=pulumi.get(__response__, 'deployment_url'),
|
678
651
|
description=pulumi.get(__response__, 'description'),
|
679
652
|
display_name=pulumi.get(__response__, 'display_name'),
|
680
|
-
environment_type=pulumi.get(__response__, 'environment_type'),
|
681
653
|
fqdn=pulumi.get(__response__, 'fqdn'),
|
682
654
|
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
683
655
|
id=pulumi.get(__response__, 'id'),
|