pulumi-oci 3.4.0a1755714728__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.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/METADATA +1 -1
- {pulumi_oci-3.4.0a1755714728.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.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/top_level.txt +0 -0
@@ -119,6 +119,7 @@ class _ManagementAgentState:
|
|
119
119
|
install_type: Optional[pulumi.Input[_builtins.str]] = None,
|
120
120
|
is_agent_auto_upgradable: Optional[pulumi.Input[_builtins.bool]] = None,
|
121
121
|
is_customer_deployed: Optional[pulumi.Input[_builtins.bool]] = None,
|
122
|
+
latest_supported_version: Optional[pulumi.Input[_builtins.str]] = None,
|
122
123
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
123
124
|
managed_agent_id: Optional[pulumi.Input[_builtins.str]] = None,
|
124
125
|
management_agent_properties: Optional[pulumi.Input[Sequence[pulumi.Input['ManagementAgentManagementAgentPropertyArgs']]]] = None,
|
@@ -128,6 +129,7 @@ class _ManagementAgentState:
|
|
128
129
|
plugin_lists: Optional[pulumi.Input[Sequence[pulumi.Input['ManagementAgentPluginListArgs']]]] = None,
|
129
130
|
resource_artifact_version: Optional[pulumi.Input[_builtins.str]] = None,
|
130
131
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
132
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
131
133
|
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
132
134
|
time_last_heartbeat: Optional[pulumi.Input[_builtins.str]] = None,
|
133
135
|
time_updated: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -156,6 +158,7 @@ class _ManagementAgentState:
|
|
156
158
|
:param pulumi.Input[Sequence[pulumi.Input['ManagementAgentPluginListArgs']]] plugin_lists: list of managementAgentPlugins associated with the agent
|
157
159
|
:param pulumi.Input[_builtins.str] resource_artifact_version: Version of the deployment artifact instantiated by this Management Agent. The format for Standalone resourceMode is YYMMDD.HHMM, and the format for other modes (whose artifacts are based upon Standalone but can advance independently) is YYMMDD.HHMM.VVVVVVVVVVVV. VVVVVVVVVVVV is always a numeric value between 000000000000 and 999999999999
|
158
160
|
:param pulumi.Input[_builtins.str] state: The current state of managementAgent
|
161
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
159
162
|
:param pulumi.Input[_builtins.str] time_created: The time the Management Agent was created. An RFC3339 formatted datetime string
|
160
163
|
:param pulumi.Input[_builtins.str] time_last_heartbeat: The time the Management Agent has last recorded its health status in telemetry. This value will be null if the agent has not recorded its health status in last 7 days. An RFC3339 formatted datetime string
|
161
164
|
:param pulumi.Input[_builtins.str] time_updated: The time the Management Agent was last updated. An RFC3339 formatted datetime string
|
@@ -191,6 +194,8 @@ class _ManagementAgentState:
|
|
191
194
|
pulumi.set(__self__, "is_agent_auto_upgradable", is_agent_auto_upgradable)
|
192
195
|
if is_customer_deployed is not None:
|
193
196
|
pulumi.set(__self__, "is_customer_deployed", is_customer_deployed)
|
197
|
+
if latest_supported_version is not None:
|
198
|
+
pulumi.set(__self__, "latest_supported_version", latest_supported_version)
|
194
199
|
if lifecycle_details is not None:
|
195
200
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
196
201
|
if managed_agent_id is not None:
|
@@ -209,6 +214,8 @@ class _ManagementAgentState:
|
|
209
214
|
pulumi.set(__self__, "resource_artifact_version", resource_artifact_version)
|
210
215
|
if state is not None:
|
211
216
|
pulumi.set(__self__, "state", state)
|
217
|
+
if system_tags is not None:
|
218
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
212
219
|
if time_created is not None:
|
213
220
|
pulumi.set(__self__, "time_created", time_created)
|
214
221
|
if time_last_heartbeat is not None:
|
@@ -392,6 +399,15 @@ class _ManagementAgentState:
|
|
392
399
|
def is_customer_deployed(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
393
400
|
pulumi.set(self, "is_customer_deployed", value)
|
394
401
|
|
402
|
+
@_builtins.property
|
403
|
+
@pulumi.getter(name="latestSupportedVersion")
|
404
|
+
def latest_supported_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
405
|
+
return pulumi.get(self, "latest_supported_version")
|
406
|
+
|
407
|
+
@latest_supported_version.setter
|
408
|
+
def latest_supported_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
409
|
+
pulumi.set(self, "latest_supported_version", value)
|
410
|
+
|
395
411
|
@_builtins.property
|
396
412
|
@pulumi.getter(name="lifecycleDetails")
|
397
413
|
def lifecycle_details(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -500,6 +516,18 @@ class _ManagementAgentState:
|
|
500
516
|
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
501
517
|
pulumi.set(self, "state", value)
|
502
518
|
|
519
|
+
@_builtins.property
|
520
|
+
@pulumi.getter(name="systemTags")
|
521
|
+
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
522
|
+
"""
|
523
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
524
|
+
"""
|
525
|
+
return pulumi.get(self, "system_tags")
|
526
|
+
|
527
|
+
@system_tags.setter
|
528
|
+
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
529
|
+
pulumi.set(self, "system_tags", value)
|
530
|
+
|
503
531
|
@_builtins.property
|
504
532
|
@pulumi.getter(name="timeCreated")
|
505
533
|
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -667,6 +695,7 @@ class ManagementAgent(pulumi.CustomResource):
|
|
667
695
|
__props__.__dict__["install_type"] = None
|
668
696
|
__props__.__dict__["is_agent_auto_upgradable"] = None
|
669
697
|
__props__.__dict__["is_customer_deployed"] = None
|
698
|
+
__props__.__dict__["latest_supported_version"] = None
|
670
699
|
__props__.__dict__["lifecycle_details"] = None
|
671
700
|
__props__.__dict__["management_agent_properties"] = None
|
672
701
|
__props__.__dict__["platform_name"] = None
|
@@ -675,6 +704,7 @@ class ManagementAgent(pulumi.CustomResource):
|
|
675
704
|
__props__.__dict__["plugin_lists"] = None
|
676
705
|
__props__.__dict__["resource_artifact_version"] = None
|
677
706
|
__props__.__dict__["state"] = None
|
707
|
+
__props__.__dict__["system_tags"] = None
|
678
708
|
__props__.__dict__["time_created"] = None
|
679
709
|
__props__.__dict__["time_last_heartbeat"] = None
|
680
710
|
__props__.__dict__["time_updated"] = None
|
@@ -704,6 +734,7 @@ class ManagementAgent(pulumi.CustomResource):
|
|
704
734
|
install_type: Optional[pulumi.Input[_builtins.str]] = None,
|
705
735
|
is_agent_auto_upgradable: Optional[pulumi.Input[_builtins.bool]] = None,
|
706
736
|
is_customer_deployed: Optional[pulumi.Input[_builtins.bool]] = None,
|
737
|
+
latest_supported_version: Optional[pulumi.Input[_builtins.str]] = None,
|
707
738
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
708
739
|
managed_agent_id: Optional[pulumi.Input[_builtins.str]] = None,
|
709
740
|
management_agent_properties: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ManagementAgentManagementAgentPropertyArgs', 'ManagementAgentManagementAgentPropertyArgsDict']]]]] = None,
|
@@ -713,6 +744,7 @@ class ManagementAgent(pulumi.CustomResource):
|
|
713
744
|
plugin_lists: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ManagementAgentPluginListArgs', 'ManagementAgentPluginListArgsDict']]]]] = None,
|
714
745
|
resource_artifact_version: Optional[pulumi.Input[_builtins.str]] = None,
|
715
746
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
747
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
716
748
|
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
717
749
|
time_last_heartbeat: Optional[pulumi.Input[_builtins.str]] = None,
|
718
750
|
time_updated: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -746,6 +778,7 @@ class ManagementAgent(pulumi.CustomResource):
|
|
746
778
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ManagementAgentPluginListArgs', 'ManagementAgentPluginListArgsDict']]]] plugin_lists: list of managementAgentPlugins associated with the agent
|
747
779
|
:param pulumi.Input[_builtins.str] resource_artifact_version: Version of the deployment artifact instantiated by this Management Agent. The format for Standalone resourceMode is YYMMDD.HHMM, and the format for other modes (whose artifacts are based upon Standalone but can advance independently) is YYMMDD.HHMM.VVVVVVVVVVVV. VVVVVVVVVVVV is always a numeric value between 000000000000 and 999999999999
|
748
780
|
:param pulumi.Input[_builtins.str] state: The current state of managementAgent
|
781
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
749
782
|
:param pulumi.Input[_builtins.str] time_created: The time the Management Agent was created. An RFC3339 formatted datetime string
|
750
783
|
:param pulumi.Input[_builtins.str] time_last_heartbeat: The time the Management Agent has last recorded its health status in telemetry. This value will be null if the agent has not recorded its health status in last 7 days. An RFC3339 formatted datetime string
|
751
784
|
:param pulumi.Input[_builtins.str] time_updated: The time the Management Agent was last updated. An RFC3339 formatted datetime string
|
@@ -770,6 +803,7 @@ class ManagementAgent(pulumi.CustomResource):
|
|
770
803
|
__props__.__dict__["install_type"] = install_type
|
771
804
|
__props__.__dict__["is_agent_auto_upgradable"] = is_agent_auto_upgradable
|
772
805
|
__props__.__dict__["is_customer_deployed"] = is_customer_deployed
|
806
|
+
__props__.__dict__["latest_supported_version"] = latest_supported_version
|
773
807
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
774
808
|
__props__.__dict__["managed_agent_id"] = managed_agent_id
|
775
809
|
__props__.__dict__["management_agent_properties"] = management_agent_properties
|
@@ -779,6 +813,7 @@ class ManagementAgent(pulumi.CustomResource):
|
|
779
813
|
__props__.__dict__["plugin_lists"] = plugin_lists
|
780
814
|
__props__.__dict__["resource_artifact_version"] = resource_artifact_version
|
781
815
|
__props__.__dict__["state"] = state
|
816
|
+
__props__.__dict__["system_tags"] = system_tags
|
782
817
|
__props__.__dict__["time_created"] = time_created
|
783
818
|
__props__.__dict__["time_last_heartbeat"] = time_last_heartbeat
|
784
819
|
__props__.__dict__["time_updated"] = time_updated
|
@@ -899,6 +934,11 @@ class ManagementAgent(pulumi.CustomResource):
|
|
899
934
|
"""
|
900
935
|
return pulumi.get(self, "is_customer_deployed")
|
901
936
|
|
937
|
+
@_builtins.property
|
938
|
+
@pulumi.getter(name="latestSupportedVersion")
|
939
|
+
def latest_supported_version(self) -> pulumi.Output[_builtins.str]:
|
940
|
+
return pulumi.get(self, "latest_supported_version")
|
941
|
+
|
902
942
|
@_builtins.property
|
903
943
|
@pulumi.getter(name="lifecycleDetails")
|
904
944
|
def lifecycle_details(self) -> pulumi.Output[_builtins.str]:
|
@@ -971,6 +1011,14 @@ class ManagementAgent(pulumi.CustomResource):
|
|
971
1011
|
"""
|
972
1012
|
return pulumi.get(self, "state")
|
973
1013
|
|
1014
|
+
@_builtins.property
|
1015
|
+
@pulumi.getter(name="systemTags")
|
1016
|
+
def system_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
1017
|
+
"""
|
1018
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1019
|
+
"""
|
1020
|
+
return pulumi.get(self, "system_tags")
|
1021
|
+
|
974
1022
|
@_builtins.property
|
975
1023
|
@pulumi.getter(name="timeCreated")
|
976
1024
|
def time_created(self) -> pulumi.Output[_builtins.str]:
|
@@ -117,11 +117,14 @@ class _ManagementAgentInstallKeyState:
|
|
117
117
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
118
118
|
created_by_principal_id: Optional[pulumi.Input[_builtins.str]] = None,
|
119
119
|
current_key_install_count: Optional[pulumi.Input[_builtins.int]] = None,
|
120
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
120
121
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
122
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
121
123
|
is_unlimited: Optional[pulumi.Input[_builtins.bool]] = None,
|
122
124
|
key: Optional[pulumi.Input[_builtins.str]] = None,
|
123
125
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
124
126
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
127
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
125
128
|
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
126
129
|
time_expires: Optional[pulumi.Input[_builtins.str]] = None,
|
127
130
|
time_updated: Optional[pulumi.Input[_builtins.str]] = None):
|
@@ -131,11 +134,14 @@ class _ManagementAgentInstallKeyState:
|
|
131
134
|
:param pulumi.Input[_builtins.str] compartment_id: Compartment Identifier
|
132
135
|
:param pulumi.Input[_builtins.str] created_by_principal_id: Principal id of user who created the Agent Install key
|
133
136
|
:param pulumi.Input[_builtins.int] current_key_install_count: Total number of install for this keys
|
137
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
134
138
|
:param pulumi.Input[_builtins.str] display_name: (Updatable) Management Agent install Key Name
|
139
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
135
140
|
:param pulumi.Input[_builtins.bool] is_unlimited: If set to true, the install key has no expiration date or usage limit. Defaults to false
|
136
141
|
:param pulumi.Input[_builtins.str] key: Management Agent Install Key
|
137
142
|
: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 Failed state.
|
138
143
|
:param pulumi.Input[_builtins.str] state: Status of Key
|
144
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
139
145
|
:param pulumi.Input[_builtins.str] time_created: The time when Management Agent install Key was created. An RFC3339 formatted date time string
|
140
146
|
:param pulumi.Input[_builtins.str] time_expires: date after which key would expire after creation
|
141
147
|
|
@@ -152,8 +158,12 @@ class _ManagementAgentInstallKeyState:
|
|
152
158
|
pulumi.set(__self__, "created_by_principal_id", created_by_principal_id)
|
153
159
|
if current_key_install_count is not None:
|
154
160
|
pulumi.set(__self__, "current_key_install_count", current_key_install_count)
|
161
|
+
if defined_tags is not None:
|
162
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
155
163
|
if display_name is not None:
|
156
164
|
pulumi.set(__self__, "display_name", display_name)
|
165
|
+
if freeform_tags is not None:
|
166
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
157
167
|
if is_unlimited is not None:
|
158
168
|
pulumi.set(__self__, "is_unlimited", is_unlimited)
|
159
169
|
if key is not None:
|
@@ -162,6 +172,8 @@ class _ManagementAgentInstallKeyState:
|
|
162
172
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
163
173
|
if state is not None:
|
164
174
|
pulumi.set(__self__, "state", state)
|
175
|
+
if system_tags is not None:
|
176
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
165
177
|
if time_created is not None:
|
166
178
|
pulumi.set(__self__, "time_created", time_created)
|
167
179
|
if time_expires is not None:
|
@@ -217,6 +229,18 @@ class _ManagementAgentInstallKeyState:
|
|
217
229
|
def current_key_install_count(self, value: Optional[pulumi.Input[_builtins.int]]):
|
218
230
|
pulumi.set(self, "current_key_install_count", value)
|
219
231
|
|
232
|
+
@_builtins.property
|
233
|
+
@pulumi.getter(name="definedTags")
|
234
|
+
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
235
|
+
"""
|
236
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
237
|
+
"""
|
238
|
+
return pulumi.get(self, "defined_tags")
|
239
|
+
|
240
|
+
@defined_tags.setter
|
241
|
+
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
242
|
+
pulumi.set(self, "defined_tags", value)
|
243
|
+
|
220
244
|
@_builtins.property
|
221
245
|
@pulumi.getter(name="displayName")
|
222
246
|
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -229,6 +253,18 @@ class _ManagementAgentInstallKeyState:
|
|
229
253
|
def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
230
254
|
pulumi.set(self, "display_name", value)
|
231
255
|
|
256
|
+
@_builtins.property
|
257
|
+
@pulumi.getter(name="freeformTags")
|
258
|
+
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
259
|
+
"""
|
260
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
261
|
+
"""
|
262
|
+
return pulumi.get(self, "freeform_tags")
|
263
|
+
|
264
|
+
@freeform_tags.setter
|
265
|
+
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
266
|
+
pulumi.set(self, "freeform_tags", value)
|
267
|
+
|
232
268
|
@_builtins.property
|
233
269
|
@pulumi.getter(name="isUnlimited")
|
234
270
|
def is_unlimited(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
@@ -277,6 +313,18 @@ class _ManagementAgentInstallKeyState:
|
|
277
313
|
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
278
314
|
pulumi.set(self, "state", value)
|
279
315
|
|
316
|
+
@_builtins.property
|
317
|
+
@pulumi.getter(name="systemTags")
|
318
|
+
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
319
|
+
"""
|
320
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
321
|
+
"""
|
322
|
+
return pulumi.get(self, "system_tags")
|
323
|
+
|
324
|
+
@system_tags.setter
|
325
|
+
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
326
|
+
pulumi.set(self, "system_tags", value)
|
327
|
+
|
280
328
|
@_builtins.property
|
281
329
|
@pulumi.getter(name="timeCreated")
|
282
330
|
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -442,9 +490,12 @@ class ManagementAgentInstallKey(pulumi.CustomResource):
|
|
442
490
|
__props__.__dict__["time_expires"] = time_expires
|
443
491
|
__props__.__dict__["created_by_principal_id"] = None
|
444
492
|
__props__.__dict__["current_key_install_count"] = None
|
493
|
+
__props__.__dict__["defined_tags"] = None
|
494
|
+
__props__.__dict__["freeform_tags"] = None
|
445
495
|
__props__.__dict__["key"] = None
|
446
496
|
__props__.__dict__["lifecycle_details"] = None
|
447
497
|
__props__.__dict__["state"] = None
|
498
|
+
__props__.__dict__["system_tags"] = None
|
448
499
|
__props__.__dict__["time_created"] = None
|
449
500
|
__props__.__dict__["time_updated"] = None
|
450
501
|
super(ManagementAgentInstallKey, __self__).__init__(
|
@@ -461,11 +512,14 @@ class ManagementAgentInstallKey(pulumi.CustomResource):
|
|
461
512
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
462
513
|
created_by_principal_id: Optional[pulumi.Input[_builtins.str]] = None,
|
463
514
|
current_key_install_count: Optional[pulumi.Input[_builtins.int]] = None,
|
515
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
464
516
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
517
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
465
518
|
is_unlimited: Optional[pulumi.Input[_builtins.bool]] = None,
|
466
519
|
key: Optional[pulumi.Input[_builtins.str]] = None,
|
467
520
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
468
521
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
522
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
469
523
|
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
470
524
|
time_expires: Optional[pulumi.Input[_builtins.str]] = None,
|
471
525
|
time_updated: Optional[pulumi.Input[_builtins.str]] = None) -> 'ManagementAgentInstallKey':
|
@@ -480,11 +534,14 @@ class ManagementAgentInstallKey(pulumi.CustomResource):
|
|
480
534
|
:param pulumi.Input[_builtins.str] compartment_id: Compartment Identifier
|
481
535
|
:param pulumi.Input[_builtins.str] created_by_principal_id: Principal id of user who created the Agent Install key
|
482
536
|
:param pulumi.Input[_builtins.int] current_key_install_count: Total number of install for this keys
|
537
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
483
538
|
:param pulumi.Input[_builtins.str] display_name: (Updatable) Management Agent install Key Name
|
539
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
484
540
|
:param pulumi.Input[_builtins.bool] is_unlimited: If set to true, the install key has no expiration date or usage limit. Defaults to false
|
485
541
|
:param pulumi.Input[_builtins.str] key: Management Agent Install Key
|
486
542
|
: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 Failed state.
|
487
543
|
:param pulumi.Input[_builtins.str] state: Status of Key
|
544
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
488
545
|
:param pulumi.Input[_builtins.str] time_created: The time when Management Agent install Key was created. An RFC3339 formatted date time string
|
489
546
|
:param pulumi.Input[_builtins.str] time_expires: date after which key would expire after creation
|
490
547
|
|
@@ -501,11 +558,14 @@ class ManagementAgentInstallKey(pulumi.CustomResource):
|
|
501
558
|
__props__.__dict__["compartment_id"] = compartment_id
|
502
559
|
__props__.__dict__["created_by_principal_id"] = created_by_principal_id
|
503
560
|
__props__.__dict__["current_key_install_count"] = current_key_install_count
|
561
|
+
__props__.__dict__["defined_tags"] = defined_tags
|
504
562
|
__props__.__dict__["display_name"] = display_name
|
563
|
+
__props__.__dict__["freeform_tags"] = freeform_tags
|
505
564
|
__props__.__dict__["is_unlimited"] = is_unlimited
|
506
565
|
__props__.__dict__["key"] = key
|
507
566
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
508
567
|
__props__.__dict__["state"] = state
|
568
|
+
__props__.__dict__["system_tags"] = system_tags
|
509
569
|
__props__.__dict__["time_created"] = time_created
|
510
570
|
__props__.__dict__["time_expires"] = time_expires
|
511
571
|
__props__.__dict__["time_updated"] = time_updated
|
@@ -543,6 +603,14 @@ class ManagementAgentInstallKey(pulumi.CustomResource):
|
|
543
603
|
"""
|
544
604
|
return pulumi.get(self, "current_key_install_count")
|
545
605
|
|
606
|
+
@_builtins.property
|
607
|
+
@pulumi.getter(name="definedTags")
|
608
|
+
def defined_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
609
|
+
"""
|
610
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
611
|
+
"""
|
612
|
+
return pulumi.get(self, "defined_tags")
|
613
|
+
|
546
614
|
@_builtins.property
|
547
615
|
@pulumi.getter(name="displayName")
|
548
616
|
def display_name(self) -> pulumi.Output[_builtins.str]:
|
@@ -551,6 +619,14 @@ class ManagementAgentInstallKey(pulumi.CustomResource):
|
|
551
619
|
"""
|
552
620
|
return pulumi.get(self, "display_name")
|
553
621
|
|
622
|
+
@_builtins.property
|
623
|
+
@pulumi.getter(name="freeformTags")
|
624
|
+
def freeform_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
625
|
+
"""
|
626
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
627
|
+
"""
|
628
|
+
return pulumi.get(self, "freeform_tags")
|
629
|
+
|
554
630
|
@_builtins.property
|
555
631
|
@pulumi.getter(name="isUnlimited")
|
556
632
|
def is_unlimited(self) -> pulumi.Output[_builtins.bool]:
|
@@ -583,6 +659,14 @@ class ManagementAgentInstallKey(pulumi.CustomResource):
|
|
583
659
|
"""
|
584
660
|
return pulumi.get(self, "state")
|
585
661
|
|
662
|
+
@_builtins.property
|
663
|
+
@pulumi.getter(name="systemTags")
|
664
|
+
def system_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
665
|
+
"""
|
666
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
667
|
+
"""
|
668
|
+
return pulumi.get(self, "system_tags")
|
669
|
+
|
586
670
|
@_builtins.property
|
587
671
|
@pulumi.getter(name="timeCreated")
|
588
672
|
def time_created(self) -> pulumi.Output[_builtins.str]:
|