pulumi-oci 3.4.0a1755585924__py3-none-any.whl → 3.4.0a1755922408__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 +168 -43
- pulumi_oci/aidocument/__init__.py +1 -0
- pulumi_oci/aidocument/_inputs.py +476 -6
- pulumi_oci/aidocument/get_model.py +63 -2
- pulumi_oci/aidocument/get_model_type.py +179 -0
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_project.py +17 -2
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +188 -0
- pulumi_oci/aidocument/outputs.py +883 -8
- pulumi_oci/aidocument/processor_job.py +22 -4
- pulumi_oci/aidocument/project.py +50 -1
- pulumi_oci/apigateway/_inputs.py +608 -12
- pulumi_oci/apigateway/api.py +127 -38
- pulumi_oci/apigateway/certificate.py +122 -3
- pulumi_oci/apigateway/deployment.py +120 -3
- pulumi_oci/apigateway/gateway.py +124 -7
- pulumi_oci/apigateway/get_api.py +40 -1
- pulumi_oci/apigateway/get_certificate.py +41 -1
- pulumi_oci/apigateway/get_deployment.py +40 -1
- pulumi_oci/apigateway/get_gateway.py +40 -1
- pulumi_oci/apigateway/get_subscriber.py +40 -1
- pulumi_oci/apigateway/get_usage_plan.py +40 -1
- pulumi_oci/apigateway/outputs.py +1413 -39
- pulumi_oci/apigateway/subscriber.py +120 -3
- pulumi_oci/apigateway/usage_plan.py +127 -38
- pulumi_oci/apmconfig/_inputs.py +199 -15
- pulumi_oci/apmconfig/config.py +535 -17
- pulumi_oci/apmconfig/get_config.py +141 -1
- pulumi_oci/apmconfig/get_configs.py +2 -2
- pulumi_oci/apmconfig/outputs.py +509 -13
- pulumi_oci/apmtraces/__init__.py +5 -0
- pulumi_oci/apmtraces/_inputs.py +413 -0
- pulumi_oci/apmtraces/get_attribute_auto_activate_status.py +160 -0
- pulumi_oci/apmtraces/get_log.py +356 -0
- pulumi_oci/apmtraces/get_scheduled_queries.py +163 -0
- pulumi_oci/apmtraces/get_scheduled_query.py +368 -0
- pulumi_oci/apmtraces/get_trace.py +4 -4
- pulumi_oci/apmtraces/outputs.py +971 -0
- pulumi_oci/apmtraces/scheduled_query.py +925 -0
- pulumi_oci/autoscaling/_inputs.py +177 -13
- pulumi_oci/autoscaling/auto_scaling_configuration.py +12 -0
- pulumi_oci/autoscaling/outputs.py +269 -23
- pulumi_oci/core/_inputs.py +184 -0
- pulumi_oci/core/get_ipv6.py +15 -1
- pulumi_oci/core/ipv6.py +49 -0
- pulumi_oci/core/outputs.py +365 -0
- pulumi_oci/database/__init__.py +3 -0
- pulumi_oci/database/_inputs.py +139 -7
- pulumi_oci/database/autonomous_container_database.py +94 -0
- pulumi_oci/database/autonomous_container_database_add_standby.py +28 -0
- pulumi_oci/database/autonomous_database.py +578 -568
- pulumi_oci/database/autonomous_database_saas_admin_user.py +43 -60
- pulumi_oci/database/get_autonomous_container_database.py +29 -1
- pulumi_oci/database/get_autonomous_database.py +65 -1
- pulumi_oci/database/get_autonomous_databases.py +6 -1
- pulumi_oci/database/get_pluggable_database_snapshot.py +253 -0
- pulumi_oci/database/get_pluggable_database_snapshots.py +235 -0
- pulumi_oci/database/outputs.py +470 -75
- pulumi_oci/database/pluggable_database.py +0 -14
- pulumi_oci/database/pluggable_database_snapshot.py +539 -0
- pulumi_oci/databasemanagement/__init__.py +37 -0
- pulumi_oci/databasemanagement/_inputs.py +9516 -3414
- pulumi_oci/databasemanagement/cloud_asm.py +791 -0
- pulumi_oci/databasemanagement/cloud_asm_instance.py +686 -0
- pulumi_oci/databasemanagement/cloud_cluster.py +847 -0
- pulumi_oci/databasemanagement/cloud_cluster_instance.py +789 -0
- pulumi_oci/databasemanagement/cloud_db_home.py +630 -0
- pulumi_oci/databasemanagement/cloud_db_node.py +761 -0
- pulumi_oci/databasemanagement/cloud_db_system.py +789 -0
- pulumi_oci/databasemanagement/cloud_db_system_cloud_database_managements_management.py +354 -0
- pulumi_oci/databasemanagement/cloud_db_system_cloud_stack_monitorings_management.py +354 -0
- pulumi_oci/databasemanagement/cloud_db_system_connector.py +761 -0
- pulumi_oci/databasemanagement/cloud_db_system_discovery.py +754 -0
- pulumi_oci/databasemanagement/cloud_listener.py +1043 -0
- pulumi_oci/databasemanagement/get_cloud_asm.py +380 -0
- pulumi_oci/databasemanagement/get_cloud_asm_configuration.py +147 -0
- pulumi_oci/databasemanagement/get_cloud_asm_disk_groups.py +163 -0
- pulumi_oci/databasemanagement/get_cloud_asm_instance.py +337 -0
- pulumi_oci/databasemanagement/get_cloud_asm_instances.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_asm_users.py +163 -0
- pulumi_oci/databasemanagement/get_cloud_asms.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_cluster.py +408 -0
- pulumi_oci/databasemanagement/get_cloud_cluster_instance.py +379 -0
- pulumi_oci/databasemanagement/get_cloud_cluster_instances.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_clusters.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_databases.py +188 -0
- pulumi_oci/databasemanagement/get_cloud_db_home.py +309 -0
- pulumi_oci/databasemanagement/get_cloud_db_homes.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_node.py +365 -0
- pulumi_oci/databasemanagement/get_cloud_db_nodes.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_system.py +352 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_connector.py +338 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_connectors.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_discoveries.py +169 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_discovery.py +335 -0
- pulumi_oci/databasemanagement/get_cloud_db_systems.py +235 -0
- pulumi_oci/databasemanagement/get_cloud_listener.py +506 -0
- pulumi_oci/databasemanagement/get_cloud_listener_services.py +187 -0
- pulumi_oci/databasemanagement/get_cloud_listeners.py +191 -0
- pulumi_oci/databasemanagement/get_managed_database.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_group.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_binary_log_information.py +6 -6
- pulumi_oci/databasemanagement/get_managed_my_sql_database_general_replication_information.py +5 -5
- pulumi_oci/databasemanagement/get_managed_my_sql_database_high_availability_members.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_outbound_replications.py +2 -2
- pulumi_oci/databasemanagement/outputs.py +18049 -4222
- pulumi_oci/datasafe/get_security_assessment_finding_analytics.py +22 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +2 -2
- pulumi_oci/datasafe/get_security_assessments.py +2 -2
- pulumi_oci/datasafe/outputs.py +192 -2
- pulumi_oci/datascience/__init__.py +10 -0
- pulumi_oci/datascience/_inputs.py +6760 -2206
- pulumi_oci/datascience/get_job.py +15 -1
- pulumi_oci/datascience/get_job_run.py +44 -2
- pulumi_oci/datascience/get_model_deployment_model_states.py +251 -0
- pulumi_oci/datascience/get_model_group.py +405 -0
- pulumi_oci/datascience/get_model_group_artifact_content.py +132 -0
- pulumi_oci/datascience/get_model_group_models.py +240 -0
- pulumi_oci/datascience/get_model_group_version_histories.py +243 -0
- pulumi_oci/{aianomalydetection/get_detection_model.py → datascience/get_model_group_version_history.py} +73 -74
- pulumi_oci/datascience/get_model_groups.py +265 -0
- pulumi_oci/datascience/get_pipeline_run.py +15 -1
- pulumi_oci/datascience/job.py +81 -154
- pulumi_oci/datascience/job_run.py +250 -4
- pulumi_oci/datascience/model_group.py +1111 -0
- pulumi_oci/datascience/model_group_artifact.py +369 -0
- pulumi_oci/{aianomalydetection/model.py → datascience/model_group_version_history.py} +172 -187
- pulumi_oci/datascience/notebook_session.py +4 -0
- pulumi_oci/datascience/outputs.py +17168 -8021
- pulumi_oci/datascience/pipeline_run.py +87 -0
- pulumi_oci/goldengate/_inputs.py +3 -3
- pulumi_oci/goldengate/connection.py +175 -56
- pulumi_oci/goldengate/get_connection.py +20 -4
- pulumi_oci/goldengate/outputs.py +27 -8
- pulumi_oci/managementagent/__init__.py +4 -0
- pulumi_oci/managementagent/_inputs.py +129 -0
- pulumi_oci/managementagent/get_management_agent.py +26 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +43 -1
- pulumi_oci/managementagent/get_management_agent_named_credentials_metadata.py +147 -0
- pulumi_oci/managementagent/get_named_credential.py +268 -0
- pulumi_oci/managementagent/get_named_credentials.py +221 -0
- pulumi_oci/managementagent/management_agent.py +48 -0
- pulumi_oci/managementagent/management_agent_install_key.py +84 -0
- pulumi_oci/managementagent/named_credential.py +706 -0
- pulumi_oci/managementagent/outputs.py +515 -0
- pulumi_oci/managementdashboard/management_dashboards_import.py +178 -20
- pulumi_oci/oci/__init__.py +3 -0
- pulumi_oci/oci/_inputs.py +146 -0
- pulumi_oci/{aianomalydetection/project.py → oci/api_platform_api_platform_instance.py} +204 -118
- pulumi_oci/oci/get_api_platform_api_platform_instance.py +282 -0
- pulumi_oci/oci/get_api_platform_api_platform_instances.py +199 -0
- pulumi_oci/oci/outputs.py +367 -0
- pulumi_oci/opsi/_inputs.py +1001 -149
- pulumi_oci/opsi/database_insight.py +22 -3
- pulumi_oci/opsi/exadata_insight.py +86 -6
- pulumi_oci/opsi/outputs.py +1438 -178
- pulumi_oci/psql/configuration.py +109 -19
- pulumi_oci/psql/db_system.py +7 -7
- pulumi_oci/psql/get_configuration.py +30 -2
- pulumi_oci/psql/get_configurations.py +49 -5
- pulumi_oci/psql/get_db_system.py +1 -1
- pulumi_oci/psql/get_default_configuration.py +30 -4
- pulumi_oci/psql/get_default_configurations.py +49 -5
- pulumi_oci/psql/outputs.py +47 -14
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/__init__.py +6 -0
- pulumi_oci/redis/_inputs.py +217 -0
- pulumi_oci/{aianomalydetection/get_detection_data_asset.py → redis/get_oci_cache_config_set.py} +74 -74
- pulumi_oci/redis/get_oci_cache_config_sets.py +221 -0
- pulumi_oci/redis/get_oci_cache_default_config_set.py +217 -0
- pulumi_oci/redis/get_oci_cache_default_config_sets.py +218 -0
- pulumi_oci/redis/get_redis_cluster.py +15 -1
- pulumi_oci/{aianomalydetection/data_asset.py → redis/oci_cache_config_set.py} +190 -254
- pulumi_oci/redis/oci_cache_config_setlist_associated_oci_cache_cluster.py +240 -0
- pulumi_oci/redis/outputs.py +713 -0
- pulumi_oci/redis/redis_cluster.py +49 -0
- pulumi_oci/vault/_inputs.py +198 -0
- pulumi_oci/vault/get_secret.py +43 -1
- pulumi_oci/vault/outputs.py +434 -0
- pulumi_oci/vault/secret.py +103 -0
- {pulumi_oci-3.4.0a1755585924.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/METADATA +1 -1
- {pulumi_oci-3.4.0a1755585924.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/RECORD +185 -134
- pulumi_oci/aianomalydetection/__init__.py +0 -25
- pulumi_oci/aianomalydetection/_inputs.py +0 -1742
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +0 -643
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +0 -739
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +0 -281
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +0 -199
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +0 -338
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +0 -254
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +0 -213
- pulumi_oci/aianomalydetection/get_detection_models.py +0 -213
- pulumi_oci/aianomalydetection/get_detection_project.py +0 -239
- pulumi_oci/aianomalydetection/get_detection_projects.py +0 -191
- pulumi_oci/aianomalydetection/outputs.py +0 -3699
- {pulumi_oci-3.4.0a1755585924.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.4.0a1755585924.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/top_level.txt +0 -0
@@ -26,7 +26,9 @@ class SubscriberArgs:
|
|
26
26
|
usage_plans: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
27
27
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
28
28
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
29
|
-
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None
|
29
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
30
|
+
is_lock_override: Optional[pulumi.Input[_builtins.bool]] = None,
|
31
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input['SubscriberLockArgs']]]] = None):
|
30
32
|
"""
|
31
33
|
The set of arguments for constructing a Subscriber resource.
|
32
34
|
:param pulumi.Input[Sequence[pulumi.Input['SubscriberClientArgs']]] clients: (Updatable) The clients belonging to this subscriber.
|
@@ -39,6 +41,7 @@ class SubscriberArgs:
|
|
39
41
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
40
42
|
:param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource`
|
41
43
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
44
|
+
:param pulumi.Input[Sequence[pulumi.Input['SubscriberLockArgs']]] locks: Locks associated with this resource.
|
42
45
|
"""
|
43
46
|
pulumi.set(__self__, "clients", clients)
|
44
47
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -49,6 +52,10 @@ class SubscriberArgs:
|
|
49
52
|
pulumi.set(__self__, "display_name", display_name)
|
50
53
|
if freeform_tags is not None:
|
51
54
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
55
|
+
if is_lock_override is not None:
|
56
|
+
pulumi.set(__self__, "is_lock_override", is_lock_override)
|
57
|
+
if locks is not None:
|
58
|
+
pulumi.set(__self__, "locks", locks)
|
52
59
|
|
53
60
|
@_builtins.property
|
54
61
|
@pulumi.getter
|
@@ -126,6 +133,27 @@ class SubscriberArgs:
|
|
126
133
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
127
134
|
pulumi.set(self, "freeform_tags", value)
|
128
135
|
|
136
|
+
@_builtins.property
|
137
|
+
@pulumi.getter(name="isLockOverride")
|
138
|
+
def is_lock_override(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
139
|
+
return pulumi.get(self, "is_lock_override")
|
140
|
+
|
141
|
+
@is_lock_override.setter
|
142
|
+
def is_lock_override(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
143
|
+
pulumi.set(self, "is_lock_override", value)
|
144
|
+
|
145
|
+
@_builtins.property
|
146
|
+
@pulumi.getter
|
147
|
+
def locks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubscriberLockArgs']]]]:
|
148
|
+
"""
|
149
|
+
Locks associated with this resource.
|
150
|
+
"""
|
151
|
+
return pulumi.get(self, "locks")
|
152
|
+
|
153
|
+
@locks.setter
|
154
|
+
def locks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SubscriberLockArgs']]]]):
|
155
|
+
pulumi.set(self, "locks", value)
|
156
|
+
|
129
157
|
|
130
158
|
@pulumi.input_type
|
131
159
|
class _SubscriberState:
|
@@ -135,8 +163,11 @@ class _SubscriberState:
|
|
135
163
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
136
164
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
137
165
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
166
|
+
is_lock_override: Optional[pulumi.Input[_builtins.bool]] = None,
|
138
167
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
168
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input['SubscriberLockArgs']]]] = None,
|
139
169
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
170
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
140
171
|
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
141
172
|
time_updated: Optional[pulumi.Input[_builtins.str]] = None,
|
142
173
|
usage_plans: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
@@ -148,7 +179,9 @@ class _SubscriberState:
|
|
148
179
|
:param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource`
|
149
180
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
150
181
|
:param pulumi.Input[_builtins.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 a Failed state.
|
182
|
+
:param pulumi.Input[Sequence[pulumi.Input['SubscriberLockArgs']]] locks: Locks associated with this resource.
|
151
183
|
:param pulumi.Input[_builtins.str] state: The current state of the subscriber.
|
184
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
152
185
|
:param pulumi.Input[_builtins.str] time_created: The time this resource was created. An RFC3339 formatted datetime string.
|
153
186
|
:param pulumi.Input[_builtins.str] time_updated: The time this resource was last updated. An RFC3339 formatted datetime string.
|
154
187
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] usage_plans: (Updatable) An array of [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of usage plan resources.
|
@@ -167,10 +200,16 @@ class _SubscriberState:
|
|
167
200
|
pulumi.set(__self__, "display_name", display_name)
|
168
201
|
if freeform_tags is not None:
|
169
202
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
203
|
+
if is_lock_override is not None:
|
204
|
+
pulumi.set(__self__, "is_lock_override", is_lock_override)
|
170
205
|
if lifecycle_details is not None:
|
171
206
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
207
|
+
if locks is not None:
|
208
|
+
pulumi.set(__self__, "locks", locks)
|
172
209
|
if state is not None:
|
173
210
|
pulumi.set(__self__, "state", state)
|
211
|
+
if system_tags is not None:
|
212
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
174
213
|
if time_created is not None:
|
175
214
|
pulumi.set(__self__, "time_created", time_created)
|
176
215
|
if time_updated is not None:
|
@@ -238,6 +277,15 @@ class _SubscriberState:
|
|
238
277
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
239
278
|
pulumi.set(self, "freeform_tags", value)
|
240
279
|
|
280
|
+
@_builtins.property
|
281
|
+
@pulumi.getter(name="isLockOverride")
|
282
|
+
def is_lock_override(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
283
|
+
return pulumi.get(self, "is_lock_override")
|
284
|
+
|
285
|
+
@is_lock_override.setter
|
286
|
+
def is_lock_override(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
287
|
+
pulumi.set(self, "is_lock_override", value)
|
288
|
+
|
241
289
|
@_builtins.property
|
242
290
|
@pulumi.getter(name="lifecycleDetails")
|
243
291
|
def lifecycle_details(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -250,6 +298,18 @@ class _SubscriberState:
|
|
250
298
|
def lifecycle_details(self, value: Optional[pulumi.Input[_builtins.str]]):
|
251
299
|
pulumi.set(self, "lifecycle_details", value)
|
252
300
|
|
301
|
+
@_builtins.property
|
302
|
+
@pulumi.getter
|
303
|
+
def locks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubscriberLockArgs']]]]:
|
304
|
+
"""
|
305
|
+
Locks associated with this resource.
|
306
|
+
"""
|
307
|
+
return pulumi.get(self, "locks")
|
308
|
+
|
309
|
+
@locks.setter
|
310
|
+
def locks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SubscriberLockArgs']]]]):
|
311
|
+
pulumi.set(self, "locks", value)
|
312
|
+
|
253
313
|
@_builtins.property
|
254
314
|
@pulumi.getter
|
255
315
|
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -262,6 +322,18 @@ class _SubscriberState:
|
|
262
322
|
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
263
323
|
pulumi.set(self, "state", value)
|
264
324
|
|
325
|
+
@_builtins.property
|
326
|
+
@pulumi.getter(name="systemTags")
|
327
|
+
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
328
|
+
"""
|
329
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
330
|
+
"""
|
331
|
+
return pulumi.get(self, "system_tags")
|
332
|
+
|
333
|
+
@system_tags.setter
|
334
|
+
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
335
|
+
pulumi.set(self, "system_tags", value)
|
336
|
+
|
265
337
|
@_builtins.property
|
266
338
|
@pulumi.getter(name="timeCreated")
|
267
339
|
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -314,6 +386,8 @@ class Subscriber(pulumi.CustomResource):
|
|
314
386
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
315
387
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
316
388
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
389
|
+
is_lock_override: Optional[pulumi.Input[_builtins.bool]] = None,
|
390
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SubscriberLockArgs', 'SubscriberLockArgsDict']]]]] = None,
|
317
391
|
usage_plans: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
318
392
|
__props__=None):
|
319
393
|
"""
|
@@ -340,7 +414,11 @@ class Subscriber(pulumi.CustomResource):
|
|
340
414
|
display_name=subscriber_display_name,
|
341
415
|
freeform_tags={
|
342
416
|
"Department": "Finance",
|
343
|
-
}
|
417
|
+
},
|
418
|
+
locks=[{
|
419
|
+
"type": subscriber_locks_type,
|
420
|
+
"message": subscriber_locks_message,
|
421
|
+
}])
|
344
422
|
```
|
345
423
|
|
346
424
|
## Import
|
@@ -358,6 +436,7 @@ class Subscriber(pulumi.CustomResource):
|
|
358
436
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
359
437
|
:param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource`
|
360
438
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
439
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['SubscriberLockArgs', 'SubscriberLockArgsDict']]]] locks: Locks associated with this resource.
|
361
440
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] usage_plans: (Updatable) An array of [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of usage plan resources.
|
362
441
|
|
363
442
|
|
@@ -394,7 +473,11 @@ class Subscriber(pulumi.CustomResource):
|
|
394
473
|
display_name=subscriber_display_name,
|
395
474
|
freeform_tags={
|
396
475
|
"Department": "Finance",
|
397
|
-
}
|
476
|
+
},
|
477
|
+
locks=[{
|
478
|
+
"type": subscriber_locks_type,
|
479
|
+
"message": subscriber_locks_message,
|
480
|
+
}])
|
398
481
|
```
|
399
482
|
|
400
483
|
## Import
|
@@ -425,6 +508,8 @@ class Subscriber(pulumi.CustomResource):
|
|
425
508
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
426
509
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
427
510
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
511
|
+
is_lock_override: Optional[pulumi.Input[_builtins.bool]] = None,
|
512
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SubscriberLockArgs', 'SubscriberLockArgsDict']]]]] = None,
|
428
513
|
usage_plans: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
429
514
|
__props__=None):
|
430
515
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
@@ -444,11 +529,14 @@ class Subscriber(pulumi.CustomResource):
|
|
444
529
|
__props__.__dict__["defined_tags"] = defined_tags
|
445
530
|
__props__.__dict__["display_name"] = display_name
|
446
531
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
532
|
+
__props__.__dict__["is_lock_override"] = is_lock_override
|
533
|
+
__props__.__dict__["locks"] = locks
|
447
534
|
if usage_plans is None and not opts.urn:
|
448
535
|
raise TypeError("Missing required property 'usage_plans'")
|
449
536
|
__props__.__dict__["usage_plans"] = usage_plans
|
450
537
|
__props__.__dict__["lifecycle_details"] = None
|
451
538
|
__props__.__dict__["state"] = None
|
539
|
+
__props__.__dict__["system_tags"] = None
|
452
540
|
__props__.__dict__["time_created"] = None
|
453
541
|
__props__.__dict__["time_updated"] = None
|
454
542
|
super(Subscriber, __self__).__init__(
|
@@ -466,8 +554,11 @@ class Subscriber(pulumi.CustomResource):
|
|
466
554
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
467
555
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
468
556
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
557
|
+
is_lock_override: Optional[pulumi.Input[_builtins.bool]] = None,
|
469
558
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
559
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SubscriberLockArgs', 'SubscriberLockArgsDict']]]]] = None,
|
470
560
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
561
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
471
562
|
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
472
563
|
time_updated: Optional[pulumi.Input[_builtins.str]] = None,
|
473
564
|
usage_plans: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None) -> 'Subscriber':
|
@@ -484,7 +575,9 @@ class Subscriber(pulumi.CustomResource):
|
|
484
575
|
:param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource`
|
485
576
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
486
577
|
:param pulumi.Input[_builtins.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 a Failed state.
|
578
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['SubscriberLockArgs', 'SubscriberLockArgsDict']]]] locks: Locks associated with this resource.
|
487
579
|
:param pulumi.Input[_builtins.str] state: The current state of the subscriber.
|
580
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
488
581
|
:param pulumi.Input[_builtins.str] time_created: The time this resource was created. An RFC3339 formatted datetime string.
|
489
582
|
:param pulumi.Input[_builtins.str] time_updated: The time this resource was last updated. An RFC3339 formatted datetime string.
|
490
583
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] usage_plans: (Updatable) An array of [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of usage plan resources.
|
@@ -502,8 +595,11 @@ class Subscriber(pulumi.CustomResource):
|
|
502
595
|
__props__.__dict__["defined_tags"] = defined_tags
|
503
596
|
__props__.__dict__["display_name"] = display_name
|
504
597
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
598
|
+
__props__.__dict__["is_lock_override"] = is_lock_override
|
505
599
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
600
|
+
__props__.__dict__["locks"] = locks
|
506
601
|
__props__.__dict__["state"] = state
|
602
|
+
__props__.__dict__["system_tags"] = system_tags
|
507
603
|
__props__.__dict__["time_created"] = time_created
|
508
604
|
__props__.__dict__["time_updated"] = time_updated
|
509
605
|
__props__.__dict__["usage_plans"] = usage_plans
|
@@ -549,6 +645,11 @@ class Subscriber(pulumi.CustomResource):
|
|
549
645
|
"""
|
550
646
|
return pulumi.get(self, "freeform_tags")
|
551
647
|
|
648
|
+
@_builtins.property
|
649
|
+
@pulumi.getter(name="isLockOverride")
|
650
|
+
def is_lock_override(self) -> pulumi.Output[_builtins.bool]:
|
651
|
+
return pulumi.get(self, "is_lock_override")
|
652
|
+
|
552
653
|
@_builtins.property
|
553
654
|
@pulumi.getter(name="lifecycleDetails")
|
554
655
|
def lifecycle_details(self) -> pulumi.Output[_builtins.str]:
|
@@ -557,6 +658,14 @@ class Subscriber(pulumi.CustomResource):
|
|
557
658
|
"""
|
558
659
|
return pulumi.get(self, "lifecycle_details")
|
559
660
|
|
661
|
+
@_builtins.property
|
662
|
+
@pulumi.getter
|
663
|
+
def locks(self) -> pulumi.Output[Sequence['outputs.SubscriberLock']]:
|
664
|
+
"""
|
665
|
+
Locks associated with this resource.
|
666
|
+
"""
|
667
|
+
return pulumi.get(self, "locks")
|
668
|
+
|
560
669
|
@_builtins.property
|
561
670
|
@pulumi.getter
|
562
671
|
def state(self) -> pulumi.Output[_builtins.str]:
|
@@ -565,6 +674,14 @@ class Subscriber(pulumi.CustomResource):
|
|
565
674
|
"""
|
566
675
|
return pulumi.get(self, "state")
|
567
676
|
|
677
|
+
@_builtins.property
|
678
|
+
@pulumi.getter(name="systemTags")
|
679
|
+
def system_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
680
|
+
"""
|
681
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
682
|
+
"""
|
683
|
+
return pulumi.get(self, "system_tags")
|
684
|
+
|
568
685
|
@_builtins.property
|
569
686
|
@pulumi.getter(name="timeCreated")
|
570
687
|
def time_created(self) -> pulumi.Output[_builtins.str]:
|
@@ -25,18 +25,17 @@ class UsagePlanArgs:
|
|
25
25
|
entitlements: pulumi.Input[Sequence[pulumi.Input['UsagePlanEntitlementArgs']]],
|
26
26
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
27
27
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
28
|
-
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None
|
28
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
29
|
+
is_lock_override: Optional[pulumi.Input[_builtins.bool]] = None,
|
30
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input['UsagePlanLockArgs']]]] = None):
|
29
31
|
"""
|
30
32
|
The set of arguments for constructing a UsagePlan resource.
|
31
33
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the resource is created.
|
32
34
|
:param pulumi.Input[Sequence[pulumi.Input['UsagePlanEntitlementArgs']]] entitlements: (Updatable) A collection of entitlements to assign to the newly created usage plan.
|
33
35
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
34
36
|
:param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource`
|
35
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
36
|
-
|
37
|
-
|
38
|
-
** IMPORTANT **
|
39
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
37
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
38
|
+
:param pulumi.Input[Sequence[pulumi.Input['UsagePlanLockArgs']]] locks: Locks associated with this resource.
|
40
39
|
"""
|
41
40
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
42
41
|
pulumi.set(__self__, "entitlements", entitlements)
|
@@ -46,6 +45,10 @@ class UsagePlanArgs:
|
|
46
45
|
pulumi.set(__self__, "display_name", display_name)
|
47
46
|
if freeform_tags is not None:
|
48
47
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
48
|
+
if is_lock_override is not None:
|
49
|
+
pulumi.set(__self__, "is_lock_override", is_lock_override)
|
50
|
+
if locks is not None:
|
51
|
+
pulumi.set(__self__, "locks", locks)
|
49
52
|
|
50
53
|
@_builtins.property
|
51
54
|
@pulumi.getter(name="compartmentId")
|
@@ -99,11 +102,7 @@ class UsagePlanArgs:
|
|
99
102
|
@pulumi.getter(name="freeformTags")
|
100
103
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
101
104
|
"""
|
102
|
-
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
103
|
-
|
104
|
-
|
105
|
-
** IMPORTANT **
|
106
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
105
|
+
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
107
106
|
"""
|
108
107
|
return pulumi.get(self, "freeform_tags")
|
109
108
|
|
@@ -111,6 +110,27 @@ class UsagePlanArgs:
|
|
111
110
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
112
111
|
pulumi.set(self, "freeform_tags", value)
|
113
112
|
|
113
|
+
@_builtins.property
|
114
|
+
@pulumi.getter(name="isLockOverride")
|
115
|
+
def is_lock_override(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
116
|
+
return pulumi.get(self, "is_lock_override")
|
117
|
+
|
118
|
+
@is_lock_override.setter
|
119
|
+
def is_lock_override(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
120
|
+
pulumi.set(self, "is_lock_override", value)
|
121
|
+
|
122
|
+
@_builtins.property
|
123
|
+
@pulumi.getter
|
124
|
+
def locks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['UsagePlanLockArgs']]]]:
|
125
|
+
"""
|
126
|
+
Locks associated with this resource.
|
127
|
+
"""
|
128
|
+
return pulumi.get(self, "locks")
|
129
|
+
|
130
|
+
@locks.setter
|
131
|
+
def locks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['UsagePlanLockArgs']]]]):
|
132
|
+
pulumi.set(self, "locks", value)
|
133
|
+
|
114
134
|
|
115
135
|
@pulumi.input_type
|
116
136
|
class _UsagePlanState:
|
@@ -120,8 +140,11 @@ class _UsagePlanState:
|
|
120
140
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
121
141
|
entitlements: Optional[pulumi.Input[Sequence[pulumi.Input['UsagePlanEntitlementArgs']]]] = None,
|
122
142
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
143
|
+
is_lock_override: Optional[pulumi.Input[_builtins.bool]] = None,
|
123
144
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
145
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input['UsagePlanLockArgs']]]] = None,
|
124
146
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
147
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
125
148
|
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
126
149
|
time_updated: Optional[pulumi.Input[_builtins.str]] = None):
|
127
150
|
"""
|
@@ -130,13 +153,11 @@ class _UsagePlanState:
|
|
130
153
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
131
154
|
:param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource`
|
132
155
|
:param pulumi.Input[Sequence[pulumi.Input['UsagePlanEntitlementArgs']]] entitlements: (Updatable) A collection of entitlements to assign to the newly created usage plan.
|
133
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
134
|
-
|
135
|
-
|
136
|
-
** IMPORTANT **
|
137
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
156
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
138
157
|
:param pulumi.Input[_builtins.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 a Failed state.
|
158
|
+
:param pulumi.Input[Sequence[pulumi.Input['UsagePlanLockArgs']]] locks: Locks associated with this resource.
|
139
159
|
:param pulumi.Input[_builtins.str] state: The current state of the usage plan.
|
160
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
140
161
|
:param pulumi.Input[_builtins.str] time_created: The time this resource was created. An RFC3339 formatted datetime string.
|
141
162
|
:param pulumi.Input[_builtins.str] time_updated: The time this resource was last updated. An RFC3339 formatted datetime string.
|
142
163
|
"""
|
@@ -150,10 +171,16 @@ class _UsagePlanState:
|
|
150
171
|
pulumi.set(__self__, "entitlements", entitlements)
|
151
172
|
if freeform_tags is not None:
|
152
173
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
174
|
+
if is_lock_override is not None:
|
175
|
+
pulumi.set(__self__, "is_lock_override", is_lock_override)
|
153
176
|
if lifecycle_details is not None:
|
154
177
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
178
|
+
if locks is not None:
|
179
|
+
pulumi.set(__self__, "locks", locks)
|
155
180
|
if state is not None:
|
156
181
|
pulumi.set(__self__, "state", state)
|
182
|
+
if system_tags is not None:
|
183
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
157
184
|
if time_created is not None:
|
158
185
|
pulumi.set(__self__, "time_created", time_created)
|
159
186
|
if time_updated is not None:
|
@@ -211,11 +238,7 @@ class _UsagePlanState:
|
|
211
238
|
@pulumi.getter(name="freeformTags")
|
212
239
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
213
240
|
"""
|
214
|
-
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
215
|
-
|
216
|
-
|
217
|
-
** IMPORTANT **
|
218
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
241
|
+
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
219
242
|
"""
|
220
243
|
return pulumi.get(self, "freeform_tags")
|
221
244
|
|
@@ -223,6 +246,15 @@ class _UsagePlanState:
|
|
223
246
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
224
247
|
pulumi.set(self, "freeform_tags", value)
|
225
248
|
|
249
|
+
@_builtins.property
|
250
|
+
@pulumi.getter(name="isLockOverride")
|
251
|
+
def is_lock_override(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
252
|
+
return pulumi.get(self, "is_lock_override")
|
253
|
+
|
254
|
+
@is_lock_override.setter
|
255
|
+
def is_lock_override(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
256
|
+
pulumi.set(self, "is_lock_override", value)
|
257
|
+
|
226
258
|
@_builtins.property
|
227
259
|
@pulumi.getter(name="lifecycleDetails")
|
228
260
|
def lifecycle_details(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -235,6 +267,18 @@ class _UsagePlanState:
|
|
235
267
|
def lifecycle_details(self, value: Optional[pulumi.Input[_builtins.str]]):
|
236
268
|
pulumi.set(self, "lifecycle_details", value)
|
237
269
|
|
270
|
+
@_builtins.property
|
271
|
+
@pulumi.getter
|
272
|
+
def locks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['UsagePlanLockArgs']]]]:
|
273
|
+
"""
|
274
|
+
Locks associated with this resource.
|
275
|
+
"""
|
276
|
+
return pulumi.get(self, "locks")
|
277
|
+
|
278
|
+
@locks.setter
|
279
|
+
def locks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['UsagePlanLockArgs']]]]):
|
280
|
+
pulumi.set(self, "locks", value)
|
281
|
+
|
238
282
|
@_builtins.property
|
239
283
|
@pulumi.getter
|
240
284
|
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -247,6 +291,18 @@ class _UsagePlanState:
|
|
247
291
|
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
248
292
|
pulumi.set(self, "state", value)
|
249
293
|
|
294
|
+
@_builtins.property
|
295
|
+
@pulumi.getter(name="systemTags")
|
296
|
+
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
297
|
+
"""
|
298
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
299
|
+
"""
|
300
|
+
return pulumi.get(self, "system_tags")
|
301
|
+
|
302
|
+
@system_tags.setter
|
303
|
+
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
304
|
+
pulumi.set(self, "system_tags", value)
|
305
|
+
|
250
306
|
@_builtins.property
|
251
307
|
@pulumi.getter(name="timeCreated")
|
252
308
|
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -283,6 +339,8 @@ class UsagePlan(pulumi.CustomResource):
|
|
283
339
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
284
340
|
entitlements: Optional[pulumi.Input[Sequence[pulumi.Input[Union['UsagePlanEntitlementArgs', 'UsagePlanEntitlementArgsDict']]]]] = None,
|
285
341
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
342
|
+
is_lock_override: Optional[pulumi.Input[_builtins.bool]] = None,
|
343
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['UsagePlanLockArgs', 'UsagePlanLockArgsDict']]]]] = None,
|
286
344
|
__props__=None):
|
287
345
|
"""
|
288
346
|
This resource provides the Usage Plan resource in Oracle Cloud Infrastructure API Gateway service.
|
@@ -320,7 +378,11 @@ class UsagePlan(pulumi.CustomResource):
|
|
320
378
|
display_name=usage_plan_display_name,
|
321
379
|
freeform_tags={
|
322
380
|
"Department": "Finance",
|
323
|
-
}
|
381
|
+
},
|
382
|
+
locks=[{
|
383
|
+
"type": usage_plan_locks_type,
|
384
|
+
"message": usage_plan_locks_message,
|
385
|
+
}])
|
324
386
|
```
|
325
387
|
|
326
388
|
## Import
|
@@ -337,11 +399,8 @@ class UsagePlan(pulumi.CustomResource):
|
|
337
399
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
338
400
|
:param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource`
|
339
401
|
:param pulumi.Input[Sequence[pulumi.Input[Union['UsagePlanEntitlementArgs', 'UsagePlanEntitlementArgsDict']]]] entitlements: (Updatable) A collection of entitlements to assign to the newly created usage plan.
|
340
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
341
|
-
|
342
|
-
|
343
|
-
** IMPORTANT **
|
344
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
402
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
403
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['UsagePlanLockArgs', 'UsagePlanLockArgsDict']]]] locks: Locks associated with this resource.
|
345
404
|
"""
|
346
405
|
...
|
347
406
|
@overload
|
@@ -385,7 +444,11 @@ class UsagePlan(pulumi.CustomResource):
|
|
385
444
|
display_name=usage_plan_display_name,
|
386
445
|
freeform_tags={
|
387
446
|
"Department": "Finance",
|
388
|
-
}
|
447
|
+
},
|
448
|
+
locks=[{
|
449
|
+
"type": usage_plan_locks_type,
|
450
|
+
"message": usage_plan_locks_message,
|
451
|
+
}])
|
389
452
|
```
|
390
453
|
|
391
454
|
## Import
|
@@ -416,6 +479,8 @@ class UsagePlan(pulumi.CustomResource):
|
|
416
479
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
417
480
|
entitlements: Optional[pulumi.Input[Sequence[pulumi.Input[Union['UsagePlanEntitlementArgs', 'UsagePlanEntitlementArgsDict']]]]] = None,
|
418
481
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
482
|
+
is_lock_override: Optional[pulumi.Input[_builtins.bool]] = None,
|
483
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['UsagePlanLockArgs', 'UsagePlanLockArgsDict']]]]] = None,
|
419
484
|
__props__=None):
|
420
485
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
421
486
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -434,8 +499,11 @@ class UsagePlan(pulumi.CustomResource):
|
|
434
499
|
raise TypeError("Missing required property 'entitlements'")
|
435
500
|
__props__.__dict__["entitlements"] = entitlements
|
436
501
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
502
|
+
__props__.__dict__["is_lock_override"] = is_lock_override
|
503
|
+
__props__.__dict__["locks"] = locks
|
437
504
|
__props__.__dict__["lifecycle_details"] = None
|
438
505
|
__props__.__dict__["state"] = None
|
506
|
+
__props__.__dict__["system_tags"] = None
|
439
507
|
__props__.__dict__["time_created"] = None
|
440
508
|
__props__.__dict__["time_updated"] = None
|
441
509
|
super(UsagePlan, __self__).__init__(
|
@@ -453,8 +521,11 @@ class UsagePlan(pulumi.CustomResource):
|
|
453
521
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
454
522
|
entitlements: Optional[pulumi.Input[Sequence[pulumi.Input[Union['UsagePlanEntitlementArgs', 'UsagePlanEntitlementArgsDict']]]]] = None,
|
455
523
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
524
|
+
is_lock_override: Optional[pulumi.Input[_builtins.bool]] = None,
|
456
525
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
526
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['UsagePlanLockArgs', 'UsagePlanLockArgsDict']]]]] = None,
|
457
527
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
528
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
458
529
|
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
459
530
|
time_updated: Optional[pulumi.Input[_builtins.str]] = None) -> 'UsagePlan':
|
460
531
|
"""
|
@@ -468,13 +539,11 @@ class UsagePlan(pulumi.CustomResource):
|
|
468
539
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
469
540
|
:param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource`
|
470
541
|
:param pulumi.Input[Sequence[pulumi.Input[Union['UsagePlanEntitlementArgs', 'UsagePlanEntitlementArgsDict']]]] entitlements: (Updatable) A collection of entitlements to assign to the newly created usage plan.
|
471
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
472
|
-
|
473
|
-
|
474
|
-
** IMPORTANT **
|
475
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
542
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
476
543
|
:param pulumi.Input[_builtins.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 a Failed state.
|
544
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['UsagePlanLockArgs', 'UsagePlanLockArgsDict']]]] locks: Locks associated with this resource.
|
477
545
|
:param pulumi.Input[_builtins.str] state: The current state of the usage plan.
|
546
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
478
547
|
:param pulumi.Input[_builtins.str] time_created: The time this resource was created. An RFC3339 formatted datetime string.
|
479
548
|
:param pulumi.Input[_builtins.str] time_updated: The time this resource was last updated. An RFC3339 formatted datetime string.
|
480
549
|
"""
|
@@ -487,8 +556,11 @@ class UsagePlan(pulumi.CustomResource):
|
|
487
556
|
__props__.__dict__["display_name"] = display_name
|
488
557
|
__props__.__dict__["entitlements"] = entitlements
|
489
558
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
559
|
+
__props__.__dict__["is_lock_override"] = is_lock_override
|
490
560
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
561
|
+
__props__.__dict__["locks"] = locks
|
491
562
|
__props__.__dict__["state"] = state
|
563
|
+
__props__.__dict__["system_tags"] = system_tags
|
492
564
|
__props__.__dict__["time_created"] = time_created
|
493
565
|
__props__.__dict__["time_updated"] = time_updated
|
494
566
|
return UsagePlan(resource_name, opts=opts, __props__=__props__)
|
@@ -529,14 +601,15 @@ class UsagePlan(pulumi.CustomResource):
|
|
529
601
|
@pulumi.getter(name="freeformTags")
|
530
602
|
def freeform_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
531
603
|
"""
|
532
|
-
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
533
|
-
|
534
|
-
|
535
|
-
** IMPORTANT **
|
536
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
604
|
+
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
537
605
|
"""
|
538
606
|
return pulumi.get(self, "freeform_tags")
|
539
607
|
|
608
|
+
@_builtins.property
|
609
|
+
@pulumi.getter(name="isLockOverride")
|
610
|
+
def is_lock_override(self) -> pulumi.Output[_builtins.bool]:
|
611
|
+
return pulumi.get(self, "is_lock_override")
|
612
|
+
|
540
613
|
@_builtins.property
|
541
614
|
@pulumi.getter(name="lifecycleDetails")
|
542
615
|
def lifecycle_details(self) -> pulumi.Output[_builtins.str]:
|
@@ -545,6 +618,14 @@ class UsagePlan(pulumi.CustomResource):
|
|
545
618
|
"""
|
546
619
|
return pulumi.get(self, "lifecycle_details")
|
547
620
|
|
621
|
+
@_builtins.property
|
622
|
+
@pulumi.getter
|
623
|
+
def locks(self) -> pulumi.Output[Sequence['outputs.UsagePlanLock']]:
|
624
|
+
"""
|
625
|
+
Locks associated with this resource.
|
626
|
+
"""
|
627
|
+
return pulumi.get(self, "locks")
|
628
|
+
|
548
629
|
@_builtins.property
|
549
630
|
@pulumi.getter
|
550
631
|
def state(self) -> pulumi.Output[_builtins.str]:
|
@@ -553,6 +634,14 @@ class UsagePlan(pulumi.CustomResource):
|
|
553
634
|
"""
|
554
635
|
return pulumi.get(self, "state")
|
555
636
|
|
637
|
+
@_builtins.property
|
638
|
+
@pulumi.getter(name="systemTags")
|
639
|
+
def system_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
640
|
+
"""
|
641
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
642
|
+
"""
|
643
|
+
return pulumi.get(self, "system_tags")
|
644
|
+
|
556
645
|
@_builtins.property
|
557
646
|
@pulumi.getter(name="timeCreated")
|
558
647
|
def time_created(self) -> pulumi.Output[_builtins.str]:
|