pulumi-oci 1.37.0a1715927489__py3-none-any.whl → 1.38.0__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 +48 -0
- pulumi_oci/adm/_inputs.py +6 -6
- pulumi_oci/adm/outputs.py +6 -6
- pulumi_oci/aianomalydetection/_inputs.py +10 -8
- pulumi_oci/aianomalydetection/outputs.py +22 -8
- pulumi_oci/aidocument/_inputs.py +22 -18
- pulumi_oci/aidocument/outputs.py +36 -18
- pulumi_oci/ailanguage/_inputs.py +4 -20
- pulumi_oci/ailanguage/model.py +4 -4
- pulumi_oci/ailanguage/outputs.py +4 -20
- pulumi_oci/aivision/_inputs.py +0 -16
- pulumi_oci/aivision/outputs.py +0 -16
- pulumi_oci/analytics/_inputs.py +2 -2
- pulumi_oci/analytics/outputs.py +2 -2
- pulumi_oci/apigateway/_inputs.py +206 -414
- pulumi_oci/apigateway/outputs.py +206 -414
- pulumi_oci/apmconfig/_inputs.py +4 -4
- pulumi_oci/apmconfig/config.py +7 -7
- pulumi_oci/apmconfig/outputs.py +4 -4
- pulumi_oci/apmsynthetics/_inputs.py +18 -26
- pulumi_oci/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/outputs.py +18 -26
- pulumi_oci/autoscaling/_inputs.py +14 -16
- pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
- pulumi_oci/autoscaling/outputs.py +14 -16
- pulumi_oci/bigdataservice/__init__.py +1 -0
- pulumi_oci/bigdataservice/_inputs.py +135 -46
- pulumi_oci/bigdataservice/bds_instance.py +4 -4
- pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +239 -0
- pulumi_oci/bigdataservice/outputs.py +206 -50
- pulumi_oci/certificatesmanagement/_inputs.py +16 -16
- pulumi_oci/certificatesmanagement/certificate.py +16 -16
- pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
- pulumi_oci/certificatesmanagement/outputs.py +16 -16
- pulumi_oci/cloudbridge/_inputs.py +18 -18
- pulumi_oci/cloudbridge/outputs.py +18 -18
- pulumi_oci/cloudguard/__init__.py +9 -0
- pulumi_oci/cloudguard/_inputs.py +1066 -488
- pulumi_oci/cloudguard/adhoc_query.py +596 -0
- pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
- pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
- pulumi_oci/cloudguard/data_mask_rule.py +62 -62
- pulumi_oci/cloudguard/detector_recipe.py +95 -53
- pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
- pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
- pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
- pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
- pulumi_oci/cloudguard/get_data_source.py +10 -10
- pulumi_oci/cloudguard/get_data_source_events.py +11 -7
- pulumi_oci/cloudguard/get_data_sources.py +24 -20
- pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
- pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
- pulumi_oci/cloudguard/get_guard_target.py +14 -14
- pulumi_oci/cloudguard/get_guard_targets.py +19 -17
- pulumi_oci/cloudguard/get_managed_list.py +14 -14
- pulumi_oci/cloudguard/get_managed_lists.py +16 -16
- pulumi_oci/cloudguard/get_problem_entities.py +5 -3
- pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
- pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
- pulumi_oci/cloudguard/get_saved_queries.py +190 -0
- pulumi_oci/cloudguard/get_saved_query.py +235 -0
- pulumi_oci/cloudguard/get_security_policies.py +14 -12
- pulumi_oci/cloudguard/get_security_policy.py +12 -8
- pulumi_oci/cloudguard/get_security_recipe.py +9 -9
- pulumi_oci/cloudguard/get_security_recipes.py +14 -12
- pulumi_oci/cloudguard/get_security_zone.py +8 -8
- pulumi_oci/cloudguard/get_security_zones.py +17 -15
- pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
- pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
- pulumi_oci/cloudguard/managed_list.py +57 -57
- pulumi_oci/cloudguard/outputs.py +3493 -1808
- pulumi_oci/cloudguard/responder_recipe.py +41 -39
- pulumi_oci/cloudguard/saved_query.py +595 -0
- pulumi_oci/cloudguard/security_recipe.py +43 -27
- pulumi_oci/cloudguard/security_zone.py +22 -20
- pulumi_oci/cloudguard/target.py +54 -54
- pulumi_oci/cloudguard/wlp_agent.py +654 -0
- pulumi_oci/cloudmigrations/_inputs.py +222 -496
- pulumi_oci/cloudmigrations/outputs.py +222 -496
- pulumi_oci/cloudmigrations/target_asset.py +15 -15
- pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
- pulumi_oci/clusterplacementgroups/outputs.py +2 -2
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
- pulumi_oci/containerengine/_inputs.py +22 -22
- pulumi_oci/containerengine/container_instance.py +21 -21
- pulumi_oci/containerengine/outputs.py +22 -22
- pulumi_oci/containerengine/virtual_node_pool.py +7 -35
- pulumi_oci/core/_inputs.py +404 -670
- pulumi_oci/core/boot_volume.py +7 -7
- pulumi_oci/core/cluster_network.py +22 -22
- pulumi_oci/core/cross_connect_group.py +4 -20
- pulumi_oci/core/drg_route_table_route_rule.py +7 -0
- pulumi_oci/core/get_image.py +4 -0
- pulumi_oci/core/get_instance.py +4 -0
- pulumi_oci/core/get_public_ip.py +4 -0
- pulumi_oci/core/get_public_ips.py +8 -0
- pulumi_oci/core/get_vtap.py +2 -0
- pulumi_oci/core/get_vtaps.py +2 -0
- pulumi_oci/core/image.py +56 -0
- pulumi_oci/core/instance.py +48 -48
- pulumi_oci/core/instance_configuration.py +70 -28
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
- pulumi_oci/core/network_security_group_security_rule.py +28 -105
- pulumi_oci/core/outputs.py +748 -668
- pulumi_oci/core/public_ip.py +8 -0
- pulumi_oci/core/vnic_attachment.py +8 -24
- pulumi_oci/core/volume.py +7 -7
- pulumi_oci/core/volume_group.py +7 -7
- pulumi_oci/core/vtap.py +14 -0
- pulumi_oci/database/_inputs.py +188 -220
- pulumi_oci/database/autonomous_database.py +21 -7
- pulumi_oci/database/autonomous_database_wallet.py +28 -0
- pulumi_oci/database/backup_destination.py +11 -11
- pulumi_oci/database/cloud_database_management.py +14 -0
- pulumi_oci/database/database.py +28 -44
- pulumi_oci/database/database_upgrade.py +4 -4
- pulumi_oci/database/db_home.py +0 -13
- pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
- pulumi_oci/database/outputs.py +188 -220
- pulumi_oci/database/vm_cluster_network.py +4 -4
- pulumi_oci/databasemanagement/_inputs.py +8 -8
- pulumi_oci/databasemanagement/outputs.py +8 -8
- pulumi_oci/databasemigration/_inputs.py +34 -34
- pulumi_oci/databasemigration/connection.py +7 -7
- pulumi_oci/databasemigration/migration.py +7 -7
- pulumi_oci/databasemigration/outputs.py +34 -34
- pulumi_oci/databasetools/_inputs.py +12 -36
- pulumi_oci/databasetools/database_tools_connection.py +4 -4
- pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
- pulumi_oci/databasetools/outputs.py +12 -36
- pulumi_oci/dataintegration/_inputs.py +318 -330
- pulumi_oci/dataintegration/outputs.py +318 -330
- pulumi_oci/dataintegration/workspace_application.py +7 -7
- pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
- pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
- pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
- pulumi_oci/dataintegration/workspace_folder.py +7 -7
- pulumi_oci/dataintegration/workspace_project.py +7 -7
- pulumi_oci/dataintegration/workspace_task.py +47 -47
- pulumi_oci/datalabellingservice/_inputs.py +10 -10
- pulumi_oci/datalabellingservice/outputs.py +10 -10
- pulumi_oci/datasafe/__init__.py +2 -0
- pulumi_oci/datasafe/_inputs.py +72 -80
- pulumi_oci/datasafe/library_masing_format.py +7 -7
- pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
- pulumi_oci/datasafe/masking_policy.py +7 -7
- pulumi_oci/datasafe/outputs.py +72 -80
- pulumi_oci/datasafe/report_definition.py +8 -24
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/target_database.py +21 -21
- pulumi_oci/datascience/_inputs.py +337 -65
- pulumi_oci/datascience/get_job_run.py +11 -1
- pulumi_oci/datascience/get_model_deployment.py +11 -1
- pulumi_oci/datascience/get_pipeline.py +3 -0
- pulumi_oci/datascience/get_pipeline_run.py +14 -1
- pulumi_oci/datascience/job_run.py +52 -3
- pulumi_oci/datascience/model_deployment.py +51 -2
- pulumi_oci/datascience/outputs.py +767 -104
- pulumi_oci/datascience/pipeline.py +34 -14
- pulumi_oci/datascience/pipeline_run.py +65 -0
- pulumi_oci/devops/_inputs.py +80 -462
- pulumi_oci/devops/deploy_stage.py +4 -4
- pulumi_oci/devops/deployment.py +7 -7
- pulumi_oci/devops/outputs.py +208 -1141
- pulumi_oci/disasterrecovery/_inputs.py +6 -6
- pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
- pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
- pulumi_oci/disasterrecovery/outputs.py +6 -6
- pulumi_oci/dns/_inputs.py +20 -8
- pulumi_oci/dns/outputs.py +42 -8
- pulumi_oci/dns/rrset.py +7 -7
- pulumi_oci/dns/steering_policy.py +42 -0
- pulumi_oci/events/_inputs.py +4 -12
- pulumi_oci/events/outputs.py +4 -12
- pulumi_oci/events/rule.py +7 -7
- pulumi_oci/functions/_inputs.py +2 -2
- pulumi_oci/functions/outputs.py +2 -2
- pulumi_oci/goldengate/_inputs.py +2 -4
- pulumi_oci/goldengate/outputs.py +2 -4
- pulumi_oci/identity/_inputs.py +4860 -5954
- pulumi_oci/identity/domains_api_key.py +70 -70
- pulumi_oci/identity/domains_app.py +119 -140
- pulumi_oci/identity/domains_auth_token.py +21 -21
- pulumi_oci/identity/domains_cloud_gate.py +49 -49
- pulumi_oci/identity/domains_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_api_key.py +70 -70
- pulumi_oci/identity/domains_my_auth_token.py +21 -21
- pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
- pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_my_support_account.py +21 -21
- pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
- pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
- pulumi_oci/identity/domains_policy.py +35 -49
- pulumi_oci/identity/domains_rule.py +28 -21
- pulumi_oci/identity/domains_setting.py +35 -21
- pulumi_oci/identity/domains_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_user.py +189 -175
- pulumi_oci/identity/domains_user_db_credential.py +37 -41
- pulumi_oci/identity/outputs.py +4913 -6007
- pulumi_oci/integration/_inputs.py +4 -0
- pulumi_oci/integration/outputs.py +16 -4
- pulumi_oci/jms/_inputs.py +0 -8
- pulumi_oci/jms/get_java_downloads_java_download_report.py +28 -2
- pulumi_oci/jms/get_java_downloads_java_download_token.py +4 -4
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +2 -2
- pulumi_oci/jms/java_downloads_java_download_report.py +96 -6
- pulumi_oci/jms/java_downloads_java_download_token.py +14 -12
- pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +41 -16
- pulumi_oci/jms/outputs.py +38 -24
- pulumi_oci/kms/_inputs.py +6 -6
- pulumi_oci/kms/outputs.py +6 -6
- pulumi_oci/loadbalancer/_inputs.py +18 -30
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
- pulumi_oci/loadbalancer/outputs.py +18 -30
- pulumi_oci/loganalytics/_inputs.py +26 -34
- pulumi_oci/loganalytics/outputs.py +26 -34
- pulumi_oci/logging/_inputs.py +60 -60
- pulumi_oci/logging/outputs.py +60 -60
- pulumi_oci/managementagent/_inputs.py +2 -46
- pulumi_oci/managementagent/outputs.py +2 -46
- pulumi_oci/marketplace/_inputs.py +6 -6
- pulumi_oci/marketplace/outputs.py +6 -6
- pulumi_oci/marketplace/publication.py +11 -11
- pulumi_oci/mediaservices/_inputs.py +8 -32
- pulumi_oci/mediaservices/media_asset.py +18 -18
- pulumi_oci/mediaservices/media_workflow.py +22 -38
- pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
- pulumi_oci/mediaservices/media_workflow_job.py +11 -11
- pulumi_oci/mediaservices/outputs.py +8 -32
- pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
- pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
- pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
- pulumi_oci/meteringcomputation/_inputs.py +2 -2
- pulumi_oci/meteringcomputation/outputs.py +2 -2
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
- pulumi_oci/monitoring/_inputs.py +4 -4
- pulumi_oci/monitoring/alarm.py +21 -0
- pulumi_oci/monitoring/get_alarm.py +3 -0
- pulumi_oci/monitoring/outputs.py +10 -4
- pulumi_oci/mysql/_inputs.py +30 -22
- pulumi_oci/mysql/outputs.py +30 -22
- pulumi_oci/mysql/replica.py +12 -28
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
- pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
- pulumi_oci/networkfirewall/outputs.py +4 -0
- pulumi_oci/networkloadbalancer/_inputs.py +10 -26
- pulumi_oci/networkloadbalancer/outputs.py +10 -26
- pulumi_oci/nosql/_inputs.py +4 -12
- pulumi_oci/nosql/outputs.py +4 -12
- pulumi_oci/objectstorage/_inputs.py +4 -4
- pulumi_oci/objectstorage/outputs.py +4 -4
- pulumi_oci/ocvp/_inputs.py +86 -42
- pulumi_oci/ocvp/get_retrieve_password.py +1 -0
- pulumi_oci/ocvp/outputs.py +86 -42
- pulumi_oci/ocvp/sddc.py +49 -77
- pulumi_oci/ons/subscription.py +63 -0
- pulumi_oci/opa/_inputs.py +6 -2
- pulumi_oci/opa/outputs.py +18 -6
- pulumi_oci/opsi/_inputs.py +6 -6
- pulumi_oci/opsi/exadata_insight.py +28 -28
- pulumi_oci/opsi/outputs.py +6 -6
- pulumi_oci/optimizer/_inputs.py +4 -4
- pulumi_oci/optimizer/outputs.py +4 -4
- pulumi_oci/osmanagement/_inputs.py +2 -10
- pulumi_oci/osmanagement/outputs.py +2 -10
- pulumi_oci/osmanagementhub/_inputs.py +24 -8
- pulumi_oci/osmanagementhub/event.py +32 -0
- pulumi_oci/osmanagementhub/get_event.py +8 -0
- pulumi_oci/osmanagementhub/get_events.py +8 -0
- pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
- pulumi_oci/osmanagementhub/outputs.py +40 -8
- pulumi_oci/osmanagementhub/software_source.py +7 -7
- pulumi_oci/ospgateway/_inputs.py +96 -96
- pulumi_oci/ospgateway/outputs.py +96 -96
- pulumi_oci/ospgateway/subscription.py +80 -80
- pulumi_oci/psql/_inputs.py +10 -18
- pulumi_oci/psql/db_system.py +14 -14
- pulumi_oci/psql/outputs.py +10 -18
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/queue/get_queue.py +9 -9
- pulumi_oci/queue/outputs.py +5 -5
- pulumi_oci/queue/queue.py +77 -26
- pulumi_oci/sch/_inputs.py +26 -26
- pulumi_oci/sch/connector.py +7 -7
- pulumi_oci/sch/outputs.py +26 -26
- pulumi_oci/servicecatalog/private_application.py +4 -4
- pulumi_oci/servicemesh/_inputs.py +8 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
- pulumi_oci/servicemesh/outputs.py +8 -24
- pulumi_oci/stackmonitoring/_inputs.py +40 -56
- pulumi_oci/stackmonitoring/metric_extension.py +18 -18
- pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
- pulumi_oci/stackmonitoring/outputs.py +40 -56
- pulumi_oci/visualbuilder/_inputs.py +6 -2
- pulumi_oci/visualbuilder/outputs.py +18 -6
- pulumi_oci/vnmonitoring/_inputs.py +10 -42
- pulumi_oci/vnmonitoring/outputs.py +10 -42
- pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
- pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
- pulumi_oci/waas/_inputs.py +133 -205
- pulumi_oci/waas/outputs.py +133 -205
- pulumi_oci/waas/policy.py +7 -7
- pulumi_oci/waas/protection_rule.py +7 -7
- pulumi_oci/waf/_inputs.py +36 -30
- pulumi_oci/waf/network_address_list.py +7 -7
- pulumi_oci/waf/outputs.py +36 -30
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/RECORD +315 -303
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/top_level.txt +0 -0
@@ -28,7 +28,7 @@ class TargetAssetArgs:
|
|
28
28
|
:param pulumi.Input[bool] is_excluded_from_execution: (Updatable) A boolean indicating whether the asset should be migrated.
|
29
29
|
:param pulumi.Input[str] migration_plan_id: OCID of the associated migration plan.
|
30
30
|
:param pulumi.Input[str] preferred_shape_type: (Updatable) Preferred VM shape type that you provide.
|
31
|
-
:param pulumi.Input[str] type: (Updatable) The type of
|
31
|
+
:param pulumi.Input[str] type: (Updatable) The type of target asset.
|
32
32
|
:param pulumi.Input['TargetAssetUserSpecArgs'] user_spec: (Updatable) Instance launch details. Use the `sourceDetails` parameter to specify whether a boot volume or an image should be used to launch a new instance.
|
33
33
|
:param pulumi.Input[int] block_volumes_performance: (Updatable) Performance of the block volumes.
|
34
34
|
:param pulumi.Input[str] ms_license: (Updatable) Microsoft license for the VM configuration.
|
@@ -83,7 +83,7 @@ class TargetAssetArgs:
|
|
83
83
|
@pulumi.getter
|
84
84
|
def type(self) -> pulumi.Input[str]:
|
85
85
|
"""
|
86
|
-
(Updatable) The type of
|
86
|
+
(Updatable) The type of target asset.
|
87
87
|
"""
|
88
88
|
return pulumi.get(self, "type")
|
89
89
|
|
@@ -154,10 +154,10 @@ class _TargetAssetState:
|
|
154
154
|
"""
|
155
155
|
Input properties used for looking up and filtering TargetAsset resources.
|
156
156
|
:param pulumi.Input[int] block_volumes_performance: (Updatable) Performance of the block volumes.
|
157
|
-
:param pulumi.Input[str] compartment_id:
|
157
|
+
:param pulumi.Input[str] compartment_id: The OCID of the compartment.
|
158
158
|
:param pulumi.Input[Sequence[pulumi.Input['TargetAssetCompatibilityMessageArgs']]] compatibility_messages: Messages about the compatibility issues.
|
159
159
|
:param pulumi.Input[str] created_resource_id: Created resource identifier
|
160
|
-
:param pulumi.Input[str] display_name:
|
160
|
+
:param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
161
161
|
:param pulumi.Input[Sequence[pulumi.Input['TargetAssetEstimatedCostArgs']]] estimated_costs: Cost estimation description
|
162
162
|
:param pulumi.Input[bool] is_excluded_from_execution: (Updatable) A boolean indicating whether the asset should be migrated.
|
163
163
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
|
@@ -171,7 +171,7 @@ class _TargetAssetState:
|
|
171
171
|
:param pulumi.Input[str] time_assessed: The time when the assessment was done. An RFC3339 formatted datetime string.
|
172
172
|
:param pulumi.Input[str] time_created: The time when the target asset was created. An RFC3339 formatted datetime string.
|
173
173
|
:param pulumi.Input[str] time_updated: The time when the target asset was updated. An RFC3339 formatted datetime string.
|
174
|
-
:param pulumi.Input[str] type: (Updatable) The type of
|
174
|
+
:param pulumi.Input[str] type: (Updatable) The type of target asset.
|
175
175
|
:param pulumi.Input['TargetAssetUserSpecArgs'] user_spec: (Updatable) Instance launch details. Use the `sourceDetails` parameter to specify whether a boot volume or an image should be used to launch a new instance.
|
176
176
|
"""
|
177
177
|
if block_volumes_performance is not None:
|
@@ -231,7 +231,7 @@ class _TargetAssetState:
|
|
231
231
|
@pulumi.getter(name="compartmentId")
|
232
232
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
233
233
|
"""
|
234
|
-
|
234
|
+
The OCID of the compartment.
|
235
235
|
"""
|
236
236
|
return pulumi.get(self, "compartment_id")
|
237
237
|
|
@@ -267,7 +267,7 @@ class _TargetAssetState:
|
|
267
267
|
@pulumi.getter(name="displayName")
|
268
268
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
269
269
|
"""
|
270
|
-
|
270
|
+
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
271
271
|
"""
|
272
272
|
return pulumi.get(self, "display_name")
|
273
273
|
|
@@ -435,7 +435,7 @@ class _TargetAssetState:
|
|
435
435
|
@pulumi.getter
|
436
436
|
def type(self) -> Optional[pulumi.Input[str]]:
|
437
437
|
"""
|
438
|
-
(Updatable) The type of
|
438
|
+
(Updatable) The type of target asset.
|
439
439
|
"""
|
440
440
|
return pulumi.get(self, "type")
|
441
441
|
|
@@ -570,7 +570,7 @@ class TargetAsset(pulumi.CustomResource):
|
|
570
570
|
:param pulumi.Input[str] migration_plan_id: OCID of the associated migration plan.
|
571
571
|
:param pulumi.Input[str] ms_license: (Updatable) Microsoft license for the VM configuration.
|
572
572
|
:param pulumi.Input[str] preferred_shape_type: (Updatable) Preferred VM shape type that you provide.
|
573
|
-
:param pulumi.Input[str] type: (Updatable) The type of
|
573
|
+
:param pulumi.Input[str] type: (Updatable) The type of target asset.
|
574
574
|
:param pulumi.Input[pulumi.InputType['TargetAssetUserSpecArgs']] user_spec: (Updatable) Instance launch details. Use the `sourceDetails` parameter to specify whether a boot volume or an image should be used to launch a new instance.
|
575
575
|
"""
|
576
576
|
...
|
@@ -772,10 +772,10 @@ class TargetAsset(pulumi.CustomResource):
|
|
772
772
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
773
773
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
774
774
|
:param pulumi.Input[int] block_volumes_performance: (Updatable) Performance of the block volumes.
|
775
|
-
:param pulumi.Input[str] compartment_id:
|
775
|
+
:param pulumi.Input[str] compartment_id: The OCID of the compartment.
|
776
776
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TargetAssetCompatibilityMessageArgs']]]] compatibility_messages: Messages about the compatibility issues.
|
777
777
|
:param pulumi.Input[str] created_resource_id: Created resource identifier
|
778
|
-
:param pulumi.Input[str] display_name:
|
778
|
+
:param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
779
779
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TargetAssetEstimatedCostArgs']]]] estimated_costs: Cost estimation description
|
780
780
|
:param pulumi.Input[bool] is_excluded_from_execution: (Updatable) A boolean indicating whether the asset should be migrated.
|
781
781
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
|
@@ -789,7 +789,7 @@ class TargetAsset(pulumi.CustomResource):
|
|
789
789
|
:param pulumi.Input[str] time_assessed: The time when the assessment was done. An RFC3339 formatted datetime string.
|
790
790
|
:param pulumi.Input[str] time_created: The time when the target asset was created. An RFC3339 formatted datetime string.
|
791
791
|
:param pulumi.Input[str] time_updated: The time when the target asset was updated. An RFC3339 formatted datetime string.
|
792
|
-
:param pulumi.Input[str] type: (Updatable) The type of
|
792
|
+
:param pulumi.Input[str] type: (Updatable) The type of target asset.
|
793
793
|
:param pulumi.Input[pulumi.InputType['TargetAssetUserSpecArgs']] user_spec: (Updatable) Instance launch details. Use the `sourceDetails` parameter to specify whether a boot volume or an image should be used to launch a new instance.
|
794
794
|
"""
|
795
795
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -830,7 +830,7 @@ class TargetAsset(pulumi.CustomResource):
|
|
830
830
|
@pulumi.getter(name="compartmentId")
|
831
831
|
def compartment_id(self) -> pulumi.Output[str]:
|
832
832
|
"""
|
833
|
-
|
833
|
+
The OCID of the compartment.
|
834
834
|
"""
|
835
835
|
return pulumi.get(self, "compartment_id")
|
836
836
|
|
@@ -854,7 +854,7 @@ class TargetAsset(pulumi.CustomResource):
|
|
854
854
|
@pulumi.getter(name="displayName")
|
855
855
|
def display_name(self) -> pulumi.Output[str]:
|
856
856
|
"""
|
857
|
-
|
857
|
+
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
858
858
|
"""
|
859
859
|
return pulumi.get(self, "display_name")
|
860
860
|
|
@@ -966,7 +966,7 @@ class TargetAsset(pulumi.CustomResource):
|
|
966
966
|
@pulumi.getter
|
967
967
|
def type(self) -> pulumi.Output[str]:
|
968
968
|
"""
|
969
|
-
(Updatable) The type of
|
969
|
+
(Updatable) The type of target asset.
|
970
970
|
"""
|
971
971
|
return pulumi.get(self, "type")
|
972
972
|
|
@@ -44,7 +44,7 @@ class ClusterPlacementGroupCapabilitiesItemArgs:
|
|
44
44
|
name: pulumi.Input[str],
|
45
45
|
service: pulumi.Input[str]):
|
46
46
|
"""
|
47
|
-
:param pulumi.Input[str] name: The
|
47
|
+
:param pulumi.Input[str] name: The type of resource.
|
48
48
|
:param pulumi.Input[str] service: The service that the resource is part of.
|
49
49
|
"""
|
50
50
|
pulumi.set(__self__, "name", name)
|
@@ -54,7 +54,7 @@ class ClusterPlacementGroupCapabilitiesItemArgs:
|
|
54
54
|
@pulumi.getter
|
55
55
|
def name(self) -> pulumi.Input[str]:
|
56
56
|
"""
|
57
|
-
The
|
57
|
+
The type of resource.
|
58
58
|
"""
|
59
59
|
return pulumi.get(self, "name")
|
60
60
|
|
@@ -49,7 +49,7 @@ class ClusterPlacementGroupCapabilitiesItem(dict):
|
|
49
49
|
name: str,
|
50
50
|
service: str):
|
51
51
|
"""
|
52
|
-
:param str name: The
|
52
|
+
:param str name: The type of resource.
|
53
53
|
:param str service: The service that the resource is part of.
|
54
54
|
"""
|
55
55
|
pulumi.set(__self__, "name", name)
|
@@ -59,7 +59,7 @@ class ClusterPlacementGroupCapabilitiesItem(dict):
|
|
59
59
|
@pulumi.getter
|
60
60
|
def name(self) -> str:
|
61
61
|
"""
|
62
|
-
The
|
62
|
+
The type of resource.
|
63
63
|
"""
|
64
64
|
return pulumi.get(self, "name")
|
65
65
|
|
@@ -28,7 +28,7 @@ class AtCustomerCccUpgradeScheduleArgs:
|
|
28
28
|
:param pulumi.Input[str] display_name: (Updatable) Compute Cloud@Customer upgrade schedule display name. Avoid entering confidential information.
|
29
29
|
:param pulumi.Input[Sequence[pulumi.Input['AtCustomerCccUpgradeScheduleEventArgs']]] events: (Updatable) List of preferred times for Compute Cloud@Customer infrastructure to be upgraded.
|
30
30
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
31
|
-
:param pulumi.Input[str] description: (Updatable)
|
31
|
+
:param pulumi.Input[str] description: (Updatable) An optional description of the Compute Cloud@Customer upgrade schedule. Avoid entering confidential information.
|
32
32
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
33
33
|
|
34
34
|
|
@@ -97,7 +97,7 @@ class AtCustomerCccUpgradeScheduleArgs:
|
|
97
97
|
@pulumi.getter
|
98
98
|
def description(self) -> Optional[pulumi.Input[str]]:
|
99
99
|
"""
|
100
|
-
(Updatable)
|
100
|
+
(Updatable) An optional description of the Compute Cloud@Customer upgrade schedule. Avoid entering confidential information.
|
101
101
|
"""
|
102
102
|
return pulumi.get(self, "description")
|
103
103
|
|
@@ -141,7 +141,7 @@ class _AtCustomerCccUpgradeScheduleState:
|
|
141
141
|
Input properties used for looking up and filtering AtCustomerCccUpgradeSchedule resources.
|
142
142
|
:param pulumi.Input[str] compartment_id: (Updatable) Compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Compute Cloud@Customer Upgrade Schedule.
|
143
143
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
144
|
-
:param pulumi.Input[str] description: (Updatable)
|
144
|
+
:param pulumi.Input[str] description: (Updatable) An optional description of the Compute Cloud@Customer upgrade schedule. Avoid entering confidential information.
|
145
145
|
:param pulumi.Input[str] display_name: (Updatable) Compute Cloud@Customer upgrade schedule display name. Avoid entering confidential information.
|
146
146
|
:param pulumi.Input[Sequence[pulumi.Input['AtCustomerCccUpgradeScheduleEventArgs']]] events: (Updatable) List of preferred times for Compute Cloud@Customer infrastructure to be upgraded.
|
147
147
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
@@ -209,7 +209,7 @@ class _AtCustomerCccUpgradeScheduleState:
|
|
209
209
|
@pulumi.getter
|
210
210
|
def description(self) -> Optional[pulumi.Input[str]]:
|
211
211
|
"""
|
212
|
-
(Updatable)
|
212
|
+
(Updatable) An optional description of the Compute Cloud@Customer upgrade schedule. Avoid entering confidential information.
|
213
213
|
"""
|
214
214
|
return pulumi.get(self, "description")
|
215
215
|
|
@@ -383,7 +383,7 @@ class AtCustomerCccUpgradeSchedule(pulumi.CustomResource):
|
|
383
383
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
384
384
|
:param pulumi.Input[str] compartment_id: (Updatable) Compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Compute Cloud@Customer Upgrade Schedule.
|
385
385
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
386
|
-
:param pulumi.Input[str] description: (Updatable)
|
386
|
+
:param pulumi.Input[str] description: (Updatable) An optional description of the Compute Cloud@Customer upgrade schedule. Avoid entering confidential information.
|
387
387
|
:param pulumi.Input[str] display_name: (Updatable) Compute Cloud@Customer upgrade schedule display name. Avoid entering confidential information.
|
388
388
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AtCustomerCccUpgradeScheduleEventArgs']]]] events: (Updatable) List of preferred times for Compute Cloud@Customer infrastructure to be upgraded.
|
389
389
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
@@ -514,7 +514,7 @@ class AtCustomerCccUpgradeSchedule(pulumi.CustomResource):
|
|
514
514
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
515
515
|
:param pulumi.Input[str] compartment_id: (Updatable) Compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Compute Cloud@Customer Upgrade Schedule.
|
516
516
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
517
|
-
:param pulumi.Input[str] description: (Updatable)
|
517
|
+
:param pulumi.Input[str] description: (Updatable) An optional description of the Compute Cloud@Customer upgrade schedule. Avoid entering confidential information.
|
518
518
|
:param pulumi.Input[str] display_name: (Updatable) Compute Cloud@Customer upgrade schedule display name. Avoid entering confidential information.
|
519
519
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AtCustomerCccUpgradeScheduleEventArgs']]]] events: (Updatable) List of preferred times for Compute Cloud@Customer infrastructure to be upgraded.
|
520
520
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
@@ -567,7 +567,7 @@ class AtCustomerCccUpgradeSchedule(pulumi.CustomResource):
|
|
567
567
|
@pulumi.getter
|
568
568
|
def description(self) -> pulumi.Output[str]:
|
569
569
|
"""
|
570
|
-
(Updatable)
|
570
|
+
(Updatable) An optional description of the Compute Cloud@Customer upgrade schedule. Avoid entering confidential information.
|
571
571
|
"""
|
572
572
|
return pulumi.get(self, "description")
|
573
573
|
|
@@ -352,7 +352,7 @@ class ClusterImagePolicyConfigKeyDetailArgs:
|
|
352
352
|
def __init__(__self__, *,
|
353
353
|
kms_key_id: Optional[pulumi.Input[str]] = None):
|
354
354
|
"""
|
355
|
-
:param pulumi.Input[str] kms_key_id: The
|
355
|
+
:param pulumi.Input[str] kms_key_id: (Updatable) The OCIDs of the KMS key that will be used to verify whether the images are signed by an approved source.
|
356
356
|
"""
|
357
357
|
if kms_key_id is not None:
|
358
358
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
@@ -361,7 +361,7 @@ class ClusterImagePolicyConfigKeyDetailArgs:
|
|
361
361
|
@pulumi.getter(name="kmsKeyId")
|
362
362
|
def kms_key_id(self) -> Optional[pulumi.Input[str]]:
|
363
363
|
"""
|
364
|
-
The
|
364
|
+
(Updatable) The OCIDs of the KMS key that will be used to verify whether the images are signed by an approved source.
|
365
365
|
"""
|
366
366
|
return pulumi.get(self, "kms_key_id")
|
367
367
|
|
@@ -859,11 +859,11 @@ class ContainerInstanceContainerArgs:
|
|
859
859
|
|
860
860
|
The total size of all arguments combined must be 64 KB or smaller.
|
861
861
|
:param pulumi.Input[str] availability_domain: The availability domain where the container instance runs.
|
862
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] commands:
|
862
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] commands: An optional command that overrides the ENTRYPOINT process. If you do not provide a value, the existing ENTRYPOINT process defined in the image is used.
|
863
863
|
:param pulumi.Input[str] compartment_id: (Updatable) The compartment OCID.
|
864
864
|
:param pulumi.Input[str] container_id: The OCID of the container.
|
865
865
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`.
|
866
|
-
:param pulumi.Input[str] display_name: A user-friendly name
|
866
|
+
:param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. If you don't provide a name, a name is generated automatically.
|
867
867
|
:param pulumi.Input[Mapping[str, Any]] environment_variables: A map of additional environment variables to set in the environment of the container's ENTRYPOINT process. These variables are in addition to any variables already defined in the container's image.
|
868
868
|
|
869
869
|
The total size of all environment variables combined, name and values, must be 64 KB or smaller.
|
@@ -985,7 +985,7 @@ class ContainerInstanceContainerArgs:
|
|
985
985
|
@pulumi.getter
|
986
986
|
def commands(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
987
987
|
"""
|
988
|
-
|
988
|
+
An optional command that overrides the ENTRYPOINT process. If you do not provide a value, the existing ENTRYPOINT process defined in the image is used.
|
989
989
|
"""
|
990
990
|
return pulumi.get(self, "commands")
|
991
991
|
|
@@ -1042,7 +1042,7 @@ class ContainerInstanceContainerArgs:
|
|
1042
1042
|
@pulumi.getter(name="displayName")
|
1043
1043
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
1044
1044
|
"""
|
1045
|
-
A user-friendly name
|
1045
|
+
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. If you don't provide a name, a name is generated automatically.
|
1046
1046
|
"""
|
1047
1047
|
return pulumi.get(self, "display_name")
|
1048
1048
|
|
@@ -1270,8 +1270,8 @@ class ContainerInstanceContainerHealthCheckArgs:
|
|
1270
1270
|
:param pulumi.Input[Sequence[pulumi.Input['ContainerInstanceContainerHealthCheckHeaderArgs']]] headers: Container health check HTTP headers.
|
1271
1271
|
:param pulumi.Input[int] initial_delay_in_seconds: The initial delay in seconds before start checking container health status.
|
1272
1272
|
:param pulumi.Input[int] interval_in_seconds: Number of seconds between two consecutive runs for checking container health.
|
1273
|
-
:param pulumi.Input[str] name:
|
1274
|
-
:param pulumi.Input[str] path:
|
1273
|
+
:param pulumi.Input[str] name: Health check name.
|
1274
|
+
:param pulumi.Input[str] path: Container health check HTTP path.
|
1275
1275
|
:param pulumi.Input[int] port: Container health check HTTP port.
|
1276
1276
|
:param pulumi.Input[int] success_threshold: Number of consecutive successes at which we consider the check succeeded again after it was in failure state.
|
1277
1277
|
:param pulumi.Input[int] timeout_in_seconds: Length of waiting time in seconds before marking health check failed.
|
@@ -1392,7 +1392,7 @@ class ContainerInstanceContainerHealthCheckArgs:
|
|
1392
1392
|
@pulumi.getter
|
1393
1393
|
def name(self) -> Optional[pulumi.Input[str]]:
|
1394
1394
|
"""
|
1395
|
-
|
1395
|
+
Health check name.
|
1396
1396
|
"""
|
1397
1397
|
return pulumi.get(self, "name")
|
1398
1398
|
|
@@ -1404,7 +1404,7 @@ class ContainerInstanceContainerHealthCheckArgs:
|
|
1404
1404
|
@pulumi.getter
|
1405
1405
|
def path(self) -> Optional[pulumi.Input[str]]:
|
1406
1406
|
"""
|
1407
|
-
|
1407
|
+
Container health check HTTP path.
|
1408
1408
|
"""
|
1409
1409
|
return pulumi.get(self, "path")
|
1410
1410
|
|
@@ -1473,7 +1473,7 @@ class ContainerInstanceContainerHealthCheckHeaderArgs:
|
|
1473
1473
|
name: Optional[pulumi.Input[str]] = None,
|
1474
1474
|
value: Optional[pulumi.Input[str]] = None):
|
1475
1475
|
"""
|
1476
|
-
:param pulumi.Input[str] name:
|
1476
|
+
:param pulumi.Input[str] name: Container HTTP header Key.
|
1477
1477
|
:param pulumi.Input[str] value: Container HTTP header value.
|
1478
1478
|
"""
|
1479
1479
|
if name is not None:
|
@@ -1485,7 +1485,7 @@ class ContainerInstanceContainerHealthCheckHeaderArgs:
|
|
1485
1485
|
@pulumi.getter
|
1486
1486
|
def name(self) -> Optional[pulumi.Input[str]]:
|
1487
1487
|
"""
|
1488
|
-
|
1488
|
+
Container HTTP header Key.
|
1489
1489
|
"""
|
1490
1490
|
return pulumi.get(self, "name")
|
1491
1491
|
|
@@ -2345,7 +2345,7 @@ class NodePoolNodeArgs:
|
|
2345
2345
|
state: Optional[pulumi.Input[str]] = None,
|
2346
2346
|
subnet_id: Optional[pulumi.Input[str]] = None):
|
2347
2347
|
"""
|
2348
|
-
:param pulumi.Input[str] availability_domain:
|
2348
|
+
:param pulumi.Input[str] availability_domain: The name of the availability domain in which this node is placed.
|
2349
2349
|
:param pulumi.Input[Mapping[str, Any]] 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"}`
|
2350
2350
|
:param pulumi.Input[Sequence[pulumi.Input['NodePoolNodeErrorArgs']]] errors: An error that may be associated with the node.
|
2351
2351
|
:param pulumi.Input[str] fault_domain: The fault domain of this node.
|
@@ -2358,7 +2358,7 @@ class NodePoolNodeArgs:
|
|
2358
2358
|
:param pulumi.Input[str] private_ip: The private IP address of this node.
|
2359
2359
|
:param pulumi.Input[str] public_ip: The public IP address of this node.
|
2360
2360
|
:param pulumi.Input[str] state: The state of the nodepool.
|
2361
|
-
:param pulumi.Input[str] subnet_id:
|
2361
|
+
:param pulumi.Input[str] subnet_id: The OCID of the subnet in which this node is placed.
|
2362
2362
|
"""
|
2363
2363
|
if availability_domain is not None:
|
2364
2364
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
@@ -2393,7 +2393,7 @@ class NodePoolNodeArgs:
|
|
2393
2393
|
@pulumi.getter(name="availabilityDomain")
|
2394
2394
|
def availability_domain(self) -> Optional[pulumi.Input[str]]:
|
2395
2395
|
"""
|
2396
|
-
|
2396
|
+
The name of the availability domain in which this node is placed.
|
2397
2397
|
"""
|
2398
2398
|
return pulumi.get(self, "availability_domain")
|
2399
2399
|
|
@@ -2549,7 +2549,7 @@ class NodePoolNodeArgs:
|
|
2549
2549
|
@pulumi.getter(name="subnetId")
|
2550
2550
|
def subnet_id(self) -> Optional[pulumi.Input[str]]:
|
2551
2551
|
"""
|
2552
|
-
|
2552
|
+
The OCID of the subnet in which this node is placed.
|
2553
2553
|
"""
|
2554
2554
|
return pulumi.get(self, "subnet_id")
|
2555
2555
|
|
@@ -3105,9 +3105,9 @@ class NodePoolNodeSourceArgs:
|
|
3105
3105
|
source_name: Optional[pulumi.Input[str]] = None,
|
3106
3106
|
source_type: Optional[pulumi.Input[str]] = None):
|
3107
3107
|
"""
|
3108
|
-
:param pulumi.Input[str] image_id:
|
3108
|
+
:param pulumi.Input[str] image_id: The OCID of the image used to boot the node.
|
3109
3109
|
:param pulumi.Input[str] source_name: The user-friendly name of the entity corresponding to the OCID.
|
3110
|
-
:param pulumi.Input[str] source_type:
|
3110
|
+
:param pulumi.Input[str] source_type: The source type for the node. Use `IMAGE` when specifying an OCID of an image.
|
3111
3111
|
"""
|
3112
3112
|
if image_id is not None:
|
3113
3113
|
pulumi.set(__self__, "image_id", image_id)
|
@@ -3120,7 +3120,7 @@ class NodePoolNodeSourceArgs:
|
|
3120
3120
|
@pulumi.getter(name="imageId")
|
3121
3121
|
def image_id(self) -> Optional[pulumi.Input[str]]:
|
3122
3122
|
"""
|
3123
|
-
|
3123
|
+
The OCID of the image used to boot the node.
|
3124
3124
|
"""
|
3125
3125
|
return pulumi.get(self, "image_id")
|
3126
3126
|
|
@@ -3144,7 +3144,7 @@ class NodePoolNodeSourceArgs:
|
|
3144
3144
|
@pulumi.getter(name="sourceType")
|
3145
3145
|
def source_type(self) -> Optional[pulumi.Input[str]]:
|
3146
3146
|
"""
|
3147
|
-
|
3147
|
+
The source type for the node. Use `IMAGE` when specifying an OCID of an image.
|
3148
3148
|
"""
|
3149
3149
|
return pulumi.get(self, "source_type")
|
3150
3150
|
|
@@ -3254,7 +3254,7 @@ class VirtualNodePoolPlacementConfigurationArgs:
|
|
3254
3254
|
"""
|
3255
3255
|
:param pulumi.Input[str] availability_domain: (Updatable) The availability domain in which to place virtual nodes. Example: `Uocm:PHX-AD-1`
|
3256
3256
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] fault_domains: (Updatable) The fault domain of this virtual node.
|
3257
|
-
:param pulumi.Input[str] subnet_id: (Updatable) The
|
3257
|
+
:param pulumi.Input[str] subnet_id: (Updatable) The OCID of the subnet in which to place virtual nodes.
|
3258
3258
|
"""
|
3259
3259
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
3260
3260
|
pulumi.set(__self__, "fault_domains", fault_domains)
|
@@ -3288,7 +3288,7 @@ class VirtualNodePoolPlacementConfigurationArgs:
|
|
3288
3288
|
@pulumi.getter(name="subnetId")
|
3289
3289
|
def subnet_id(self) -> pulumi.Input[str]:
|
3290
3290
|
"""
|
3291
|
-
(Updatable) The
|
3291
|
+
(Updatable) The OCID of the subnet in which to place virtual nodes.
|
3292
3292
|
"""
|
3293
3293
|
return pulumi.get(self, "subnet_id")
|
3294
3294
|
|
@@ -41,11 +41,11 @@ class ContainerInstanceArgs:
|
|
41
41
|
:param pulumi.Input['ContainerInstanceShapeConfigArgs'] shape_config: The size and amount of resources available to the container instance.
|
42
42
|
:param pulumi.Input[Sequence[pulumi.Input['ContainerInstanceVnicArgs']]] vnics: The networks available to containers on this container instance.
|
43
43
|
:param pulumi.Input[str] container_restart_policy: Container restart policy
|
44
|
-
:param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`.
|
45
|
-
:param pulumi.Input[str] display_name: A user-friendly name
|
44
|
+
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`.
|
45
|
+
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. If you don't provide a name, a name is generated automatically.
|
46
46
|
:param pulumi.Input['ContainerInstanceDnsConfigArgs'] dns_config: Allow customers to define DNS settings for containers. If this is not provided, the containers use the default DNS settings of the subnet.
|
47
47
|
:param pulumi.Input[str] fault_domain: The fault domain where the container instance runs.
|
48
|
-
:param pulumi.Input[Mapping[str, Any]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
48
|
+
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
49
49
|
:param pulumi.Input[str] graceful_shutdown_timeout_in_seconds: The amount of time that processes in a container have to gracefully end when the container must be stopped. For example, when you delete a container instance. After the timeout is reached, the processes are sent a signal to be deleted.
|
50
50
|
:param pulumi.Input[Sequence[pulumi.Input['ContainerInstanceImagePullSecretArgs']]] image_pull_secrets: The image pulls secrets so you can access private registry to pull container images.
|
51
51
|
:param pulumi.Input[str] state: (Updatable) The target state for the Container Instance. Could be set to `ACTIVE` or `INACTIVE`.
|
@@ -172,7 +172,7 @@ class ContainerInstanceArgs:
|
|
172
172
|
@pulumi.getter(name="definedTags")
|
173
173
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
174
174
|
"""
|
175
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`.
|
175
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`.
|
176
176
|
"""
|
177
177
|
return pulumi.get(self, "defined_tags")
|
178
178
|
|
@@ -184,7 +184,7 @@ class ContainerInstanceArgs:
|
|
184
184
|
@pulumi.getter(name="displayName")
|
185
185
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
186
186
|
"""
|
187
|
-
A user-friendly name
|
187
|
+
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. If you don't provide a name, a name is generated automatically.
|
188
188
|
"""
|
189
189
|
return pulumi.get(self, "display_name")
|
190
190
|
|
@@ -220,7 +220,7 @@ class ContainerInstanceArgs:
|
|
220
220
|
@pulumi.getter(name="freeformTags")
|
221
221
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
222
222
|
"""
|
223
|
-
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
223
|
+
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
224
224
|
"""
|
225
225
|
return pulumi.get(self, "freeform_tags")
|
226
226
|
|
@@ -315,11 +315,11 @@ class _ContainerInstanceState:
|
|
315
315
|
:param pulumi.Input[int] container_count: The number of containers on the container instance.
|
316
316
|
:param pulumi.Input[str] container_restart_policy: Container restart policy
|
317
317
|
:param pulumi.Input[Sequence[pulumi.Input['ContainerInstanceContainerArgs']]] containers: The containers to create on this container instance.
|
318
|
-
:param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`.
|
319
|
-
:param pulumi.Input[str] display_name: A user-friendly name
|
318
|
+
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`.
|
319
|
+
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. If you don't provide a name, a name is generated automatically.
|
320
320
|
:param pulumi.Input['ContainerInstanceDnsConfigArgs'] dns_config: Allow customers to define DNS settings for containers. If this is not provided, the containers use the default DNS settings of the subnet.
|
321
321
|
:param pulumi.Input[str] fault_domain: The fault domain where the container instance runs.
|
322
|
-
:param pulumi.Input[Mapping[str, Any]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
322
|
+
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
323
323
|
:param pulumi.Input[str] graceful_shutdown_timeout_in_seconds: The amount of time that processes in a container have to gracefully end when the container must be stopped. For example, when you delete a container instance. After the timeout is reached, the processes are sent a signal to be deleted.
|
324
324
|
:param pulumi.Input[Sequence[pulumi.Input['ContainerInstanceImagePullSecretArgs']]] image_pull_secrets: The image pulls secrets so you can access private registry to pull container images.
|
325
325
|
:param pulumi.Input[str] lifecycle_details: A message that describes the current state of the container in more detail. Can be used to provide actionable information.
|
@@ -448,7 +448,7 @@ class _ContainerInstanceState:
|
|
448
448
|
@pulumi.getter(name="definedTags")
|
449
449
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
450
450
|
"""
|
451
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`.
|
451
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`.
|
452
452
|
"""
|
453
453
|
return pulumi.get(self, "defined_tags")
|
454
454
|
|
@@ -460,7 +460,7 @@ class _ContainerInstanceState:
|
|
460
460
|
@pulumi.getter(name="displayName")
|
461
461
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
462
462
|
"""
|
463
|
-
A user-friendly name
|
463
|
+
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. If you don't provide a name, a name is generated automatically.
|
464
464
|
"""
|
465
465
|
return pulumi.get(self, "display_name")
|
466
466
|
|
@@ -496,7 +496,7 @@ class _ContainerInstanceState:
|
|
496
496
|
@pulumi.getter(name="freeformTags")
|
497
497
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
498
498
|
"""
|
499
|
-
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
499
|
+
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
500
500
|
"""
|
501
501
|
return pulumi.get(self, "freeform_tags")
|
502
502
|
|
@@ -805,11 +805,11 @@ class ContainerInstance(pulumi.CustomResource):
|
|
805
805
|
:param pulumi.Input[str] compartment_id: (Updatable) The compartment OCID.
|
806
806
|
:param pulumi.Input[str] container_restart_policy: Container restart policy
|
807
807
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ContainerInstanceContainerArgs']]]] containers: The containers to create on this container instance.
|
808
|
-
:param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`.
|
809
|
-
:param pulumi.Input[str] display_name: A user-friendly name
|
808
|
+
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`.
|
809
|
+
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. If you don't provide a name, a name is generated automatically.
|
810
810
|
:param pulumi.Input[pulumi.InputType['ContainerInstanceDnsConfigArgs']] dns_config: Allow customers to define DNS settings for containers. If this is not provided, the containers use the default DNS settings of the subnet.
|
811
811
|
:param pulumi.Input[str] fault_domain: The fault domain where the container instance runs.
|
812
|
-
:param pulumi.Input[Mapping[str, Any]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
812
|
+
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
813
813
|
:param pulumi.Input[str] graceful_shutdown_timeout_in_seconds: The amount of time that processes in a container have to gracefully end when the container must be stopped. For example, when you delete a container instance. After the timeout is reached, the processes are sent a signal to be deleted.
|
814
814
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ContainerInstanceImagePullSecretArgs']]]] image_pull_secrets: The image pulls secrets so you can access private registry to pull container images.
|
815
815
|
:param pulumi.Input[str] shape: The shape of the container instance. The shape determines the resources available to the container instance.
|
@@ -1070,11 +1070,11 @@ class ContainerInstance(pulumi.CustomResource):
|
|
1070
1070
|
:param pulumi.Input[int] container_count: The number of containers on the container instance.
|
1071
1071
|
:param pulumi.Input[str] container_restart_policy: Container restart policy
|
1072
1072
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ContainerInstanceContainerArgs']]]] containers: The containers to create on this container instance.
|
1073
|
-
:param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`.
|
1074
|
-
:param pulumi.Input[str] display_name: A user-friendly name
|
1073
|
+
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`.
|
1074
|
+
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. If you don't provide a name, a name is generated automatically.
|
1075
1075
|
:param pulumi.Input[pulumi.InputType['ContainerInstanceDnsConfigArgs']] dns_config: Allow customers to define DNS settings for containers. If this is not provided, the containers use the default DNS settings of the subnet.
|
1076
1076
|
:param pulumi.Input[str] fault_domain: The fault domain where the container instance runs.
|
1077
|
-
:param pulumi.Input[Mapping[str, Any]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1077
|
+
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1078
1078
|
:param pulumi.Input[str] graceful_shutdown_timeout_in_seconds: The amount of time that processes in a container have to gracefully end when the container must be stopped. For example, when you delete a container instance. After the timeout is reached, the processes are sent a signal to be deleted.
|
1079
1079
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ContainerInstanceImagePullSecretArgs']]]] image_pull_secrets: The image pulls secrets so you can access private registry to pull container images.
|
1080
1080
|
:param pulumi.Input[str] lifecycle_details: A message that describes the current state of the container in more detail. Can be used to provide actionable information.
|
@@ -1166,7 +1166,7 @@ class ContainerInstance(pulumi.CustomResource):
|
|
1166
1166
|
@pulumi.getter(name="definedTags")
|
1167
1167
|
def defined_tags(self) -> pulumi.Output[Mapping[str, Any]]:
|
1168
1168
|
"""
|
1169
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`.
|
1169
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`.
|
1170
1170
|
"""
|
1171
1171
|
return pulumi.get(self, "defined_tags")
|
1172
1172
|
|
@@ -1174,7 +1174,7 @@ class ContainerInstance(pulumi.CustomResource):
|
|
1174
1174
|
@pulumi.getter(name="displayName")
|
1175
1175
|
def display_name(self) -> pulumi.Output[str]:
|
1176
1176
|
"""
|
1177
|
-
A user-friendly name
|
1177
|
+
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. If you don't provide a name, a name is generated automatically.
|
1178
1178
|
"""
|
1179
1179
|
return pulumi.get(self, "display_name")
|
1180
1180
|
|
@@ -1198,7 +1198,7 @@ class ContainerInstance(pulumi.CustomResource):
|
|
1198
1198
|
@pulumi.getter(name="freeformTags")
|
1199
1199
|
def freeform_tags(self) -> pulumi.Output[Mapping[str, Any]]:
|
1200
1200
|
"""
|
1201
|
-
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1201
|
+
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1202
1202
|
"""
|
1203
1203
|
return pulumi.get(self, "freeform_tags")
|
1204
1204
|
|