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
@@ -961,7 +961,7 @@ class TargetAssetCompatibilityMessage(dict):
|
|
961
961
|
severity: Optional[str] = None):
|
962
962
|
"""
|
963
963
|
:param str message: Detailed description of the compatibility issue.
|
964
|
-
:param str name:
|
964
|
+
:param str name: The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
|
965
965
|
:param str severity: Severity level of the compatibility issue.
|
966
966
|
"""
|
967
967
|
if message is not None:
|
@@ -983,7 +983,7 @@ class TargetAssetCompatibilityMessage(dict):
|
|
983
983
|
@pulumi.getter
|
984
984
|
def name(self) -> Optional[str]:
|
985
985
|
"""
|
986
|
-
|
986
|
+
The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
|
987
987
|
"""
|
988
988
|
return pulumi.get(self, "name")
|
989
989
|
|
@@ -1548,11 +1548,11 @@ class TargetAssetMigrationAsset(dict):
|
|
1548
1548
|
time_updated: Optional[str] = None,
|
1549
1549
|
type: Optional[str] = None):
|
1550
1550
|
"""
|
1551
|
-
:param str availability_domain:
|
1552
|
-
:param str compartment_id:
|
1551
|
+
:param str availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
|
1552
|
+
:param str compartment_id: The OCID of the compartment.
|
1553
1553
|
:param Sequence[str] depended_on_bies: List of migration assets that depend on the asset.
|
1554
1554
|
:param Sequence[str] depends_ons: List of migration assets that depends on the asset.
|
1555
|
-
:param str display_name:
|
1555
|
+
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
1556
1556
|
:param str id: Asset ID generated by mirgration service. It is used in the mirgration service pipeline.
|
1557
1557
|
:param 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.
|
1558
1558
|
:param str migration_id: OCID of the associated migration.
|
@@ -1568,7 +1568,7 @@ class TargetAssetMigrationAsset(dict):
|
|
1568
1568
|
:param str tenancy_id: Tenancy identifier
|
1569
1569
|
:param str time_created: The time when the target asset was created. An RFC3339 formatted datetime string.
|
1570
1570
|
:param str time_updated: The time when the target asset was updated. An RFC3339 formatted datetime string.
|
1571
|
-
:param str type: (Updatable) The type of
|
1571
|
+
:param str type: (Updatable) The type of target asset.
|
1572
1572
|
"""
|
1573
1573
|
if availability_domain is not None:
|
1574
1574
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
@@ -1617,7 +1617,7 @@ class TargetAssetMigrationAsset(dict):
|
|
1617
1617
|
@pulumi.getter(name="availabilityDomain")
|
1618
1618
|
def availability_domain(self) -> Optional[str]:
|
1619
1619
|
"""
|
1620
|
-
|
1620
|
+
The availability domain of the instance. Example: `Uocm:PHX-AD-1`
|
1621
1621
|
"""
|
1622
1622
|
return pulumi.get(self, "availability_domain")
|
1623
1623
|
|
@@ -1625,7 +1625,7 @@ class TargetAssetMigrationAsset(dict):
|
|
1625
1625
|
@pulumi.getter(name="compartmentId")
|
1626
1626
|
def compartment_id(self) -> Optional[str]:
|
1627
1627
|
"""
|
1628
|
-
|
1628
|
+
The OCID of the compartment.
|
1629
1629
|
"""
|
1630
1630
|
return pulumi.get(self, "compartment_id")
|
1631
1631
|
|
@@ -1649,7 +1649,7 @@ class TargetAssetMigrationAsset(dict):
|
|
1649
1649
|
@pulumi.getter(name="displayName")
|
1650
1650
|
def display_name(self) -> Optional[str]:
|
1651
1651
|
"""
|
1652
|
-
|
1652
|
+
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
1653
1653
|
"""
|
1654
1654
|
return pulumi.get(self, "display_name")
|
1655
1655
|
|
@@ -1777,7 +1777,7 @@ class TargetAssetMigrationAsset(dict):
|
|
1777
1777
|
@pulumi.getter
|
1778
1778
|
def type(self) -> Optional[str]:
|
1779
1779
|
"""
|
1780
|
-
(Updatable) The type of
|
1780
|
+
(Updatable) The type of target asset.
|
1781
1781
|
"""
|
1782
1782
|
return pulumi.get(self, "type")
|
1783
1783
|
|
@@ -1853,48 +1853,23 @@ class TargetAssetRecommendedSpec(dict):
|
|
1853
1853
|
shape_configs: Optional[Sequence['outputs.TargetAssetRecommendedSpecShapeConfig']] = None,
|
1854
1854
|
source_details: Optional[Sequence['outputs.TargetAssetRecommendedSpecSourceDetail']] = None):
|
1855
1855
|
"""
|
1856
|
-
:param Sequence['TargetAssetRecommendedSpecAgentConfigArgs'] agent_configs:
|
1857
|
-
:param str availability_domain:
|
1858
|
-
:param str capacity_reservation_id:
|
1859
|
-
:param str compartment_id:
|
1860
|
-
:param Sequence['TargetAssetRecommendedSpecCreateVnicDetailArgs'] create_vnic_details:
|
1861
|
-
:param str dedicated_vm_host_id:
|
1862
|
-
:param Mapping[str, Any] defined_tags:
|
1863
|
-
:param str display_name:
|
1864
|
-
:param str fault_domain:
|
1865
|
-
|
1866
|
-
|
1867
|
-
|
1868
|
-
|
1869
|
-
|
1870
|
-
|
1871
|
-
:param
|
1872
|
-
:param
|
1873
|
-
:param Sequence['TargetAssetRecommendedSpecInstanceOptionArgs'] instance_options: (Updatable) Optional mutable instance options
|
1874
|
-
:param str ipxe_script: (Updatable) This is an advanced option.
|
1875
|
-
|
1876
|
-
When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the instance is configured to run an iPXE script to continue the boot process.
|
1877
|
-
|
1878
|
-
If you want more control over the boot process, you can provide your own custom iPXE script that will run when the instance boots. Be aware that the same iPXE script will run every time an instance boots, not only after the initial LaunchInstance call.
|
1879
|
-
|
1880
|
-
By default, the iPXE script connects to the instance's local boot volume over iSCSI and performs a network boot. If you use a custom iPXE script and want to network-boot from the instance's local boot volume over iSCSI in the same way as the default iPXE script, use the following iSCSI IP address: 169.254.0.2, and boot volume IQN: iqn.2015-02.oracle.boot.
|
1881
|
-
|
1882
|
-
If your instance boot volume type is paravirtualized, the boot volume is attached to the instance through virtio-scsi and no iPXE script is used. If your instance boot volume type is paravirtualized and you use custom iPXE to perform network-boot into your instance, the primary boot volume is attached as a data volume through the virtio-scsi drive.
|
1883
|
-
|
1884
|
-
For more information about the Bring Your Own Image feature of Oracle Cloud Infrastructure, see [Bring Your Own Image](https://docs.cloud.oracle.com/iaas/Content/Compute/References/bringyourownimage.htm).
|
1885
|
-
|
1886
|
-
For more information about iPXE, see http://ipxe.org.
|
1887
|
-
:param bool is_pv_encryption_in_transit_enabled: (Updatable) Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. By default, the value is false.
|
1888
|
-
:param Sequence['TargetAssetRecommendedSpecPreemptibleInstanceConfigArgs'] preemptible_instance_configs: (Updatable) Configuration options for preemptible instances.
|
1889
|
-
:param str shape: (Updatable) The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
|
1890
|
-
|
1891
|
-
You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
|
1892
|
-
:param Sequence['TargetAssetRecommendedSpecShapeConfigArgs'] shape_configs: (Updatable) The shape configuration requested for the instance.
|
1893
|
-
|
1894
|
-
If the parameter is provided, the instance is created with the resources that you specify. If some properties are missing or the entire parameter is not provided, the instance is created with the default configuration values for the `shape` that you specify.
|
1895
|
-
|
1896
|
-
Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
|
1897
|
-
:param Sequence['TargetAssetRecommendedSpecSourceDetailArgs'] source_details: (Updatable)
|
1856
|
+
:param Sequence['TargetAssetRecommendedSpecAgentConfigArgs'] agent_configs: Configuration options for the Oracle Cloud Agent software running on the instance.
|
1857
|
+
:param str availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
|
1858
|
+
:param str capacity_reservation_id: The OCID of the compute capacity reservation under which this instance is launched. You can opt out of all default reservations by specifying an empty string as input for this field. For more information, see [Capacity Reservations](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/reserve-capacity.htm#default).
|
1859
|
+
:param str compartment_id: The OCID of the compartment.
|
1860
|
+
:param Sequence['TargetAssetRecommendedSpecCreateVnicDetailArgs'] create_vnic_details: Contains properties for a VNIC. You use this object when creating the primary VNIC during instance launch or when creating a secondary VNIC. For more information about VNICs, see [Virtual Network Interface Cards (VNICs)](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVNICs.htm).
|
1861
|
+
:param str dedicated_vm_host_id: The OCID of the dedicated VM host.
|
1862
|
+
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
1863
|
+
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
1864
|
+
:param str fault_domain: A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains lets you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
|
1865
|
+
:param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
|
1866
|
+
:param str hostname_label: Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
|
1867
|
+
:param Sequence['TargetAssetRecommendedSpecInstanceOptionArgs'] instance_options: Optional mutable instance options
|
1868
|
+
:param str ipxe_script: This is an advanced option.
|
1869
|
+
:param bool is_pv_encryption_in_transit_enabled: Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. By default, the value is false.
|
1870
|
+
:param Sequence['TargetAssetRecommendedSpecPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
|
1871
|
+
:param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
|
1872
|
+
:param Sequence['TargetAssetRecommendedSpecShapeConfigArgs'] shape_configs: The shape configuration requested for the instance.
|
1898
1873
|
"""
|
1899
1874
|
if agent_configs is not None:
|
1900
1875
|
pulumi.set(__self__, "agent_configs", agent_configs)
|
@@ -1937,7 +1912,7 @@ class TargetAssetRecommendedSpec(dict):
|
|
1937
1912
|
@pulumi.getter(name="agentConfigs")
|
1938
1913
|
def agent_configs(self) -> Optional[Sequence['outputs.TargetAssetRecommendedSpecAgentConfig']]:
|
1939
1914
|
"""
|
1940
|
-
|
1915
|
+
Configuration options for the Oracle Cloud Agent software running on the instance.
|
1941
1916
|
"""
|
1942
1917
|
return pulumi.get(self, "agent_configs")
|
1943
1918
|
|
@@ -1945,7 +1920,7 @@ class TargetAssetRecommendedSpec(dict):
|
|
1945
1920
|
@pulumi.getter(name="availabilityDomain")
|
1946
1921
|
def availability_domain(self) -> Optional[str]:
|
1947
1922
|
"""
|
1948
|
-
|
1923
|
+
The availability domain of the instance. Example: `Uocm:PHX-AD-1`
|
1949
1924
|
"""
|
1950
1925
|
return pulumi.get(self, "availability_domain")
|
1951
1926
|
|
@@ -1953,7 +1928,7 @@ class TargetAssetRecommendedSpec(dict):
|
|
1953
1928
|
@pulumi.getter(name="capacityReservationId")
|
1954
1929
|
def capacity_reservation_id(self) -> Optional[str]:
|
1955
1930
|
"""
|
1956
|
-
|
1931
|
+
The OCID of the compute capacity reservation under which this instance is launched. You can opt out of all default reservations by specifying an empty string as input for this field. For more information, see [Capacity Reservations](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/reserve-capacity.htm#default).
|
1957
1932
|
"""
|
1958
1933
|
return pulumi.get(self, "capacity_reservation_id")
|
1959
1934
|
|
@@ -1961,7 +1936,7 @@ class TargetAssetRecommendedSpec(dict):
|
|
1961
1936
|
@pulumi.getter(name="compartmentId")
|
1962
1937
|
def compartment_id(self) -> Optional[str]:
|
1963
1938
|
"""
|
1964
|
-
|
1939
|
+
The OCID of the compartment.
|
1965
1940
|
"""
|
1966
1941
|
return pulumi.get(self, "compartment_id")
|
1967
1942
|
|
@@ -1969,7 +1944,7 @@ class TargetAssetRecommendedSpec(dict):
|
|
1969
1944
|
@pulumi.getter(name="createVnicDetails")
|
1970
1945
|
def create_vnic_details(self) -> Optional[Sequence['outputs.TargetAssetRecommendedSpecCreateVnicDetail']]:
|
1971
1946
|
"""
|
1972
|
-
|
1947
|
+
Contains properties for a VNIC. You use this object when creating the primary VNIC during instance launch or when creating a secondary VNIC. For more information about VNICs, see [Virtual Network Interface Cards (VNICs)](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVNICs.htm).
|
1973
1948
|
"""
|
1974
1949
|
return pulumi.get(self, "create_vnic_details")
|
1975
1950
|
|
@@ -1977,7 +1952,7 @@ class TargetAssetRecommendedSpec(dict):
|
|
1977
1952
|
@pulumi.getter(name="dedicatedVmHostId")
|
1978
1953
|
def dedicated_vm_host_id(self) -> Optional[str]:
|
1979
1954
|
"""
|
1980
|
-
|
1955
|
+
The OCID of the dedicated VM host.
|
1981
1956
|
"""
|
1982
1957
|
return pulumi.get(self, "dedicated_vm_host_id")
|
1983
1958
|
|
@@ -1985,7 +1960,7 @@ class TargetAssetRecommendedSpec(dict):
|
|
1985
1960
|
@pulumi.getter(name="definedTags")
|
1986
1961
|
def defined_tags(self) -> Optional[Mapping[str, Any]]:
|
1987
1962
|
"""
|
1988
|
-
|
1963
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
1989
1964
|
"""
|
1990
1965
|
return pulumi.get(self, "defined_tags")
|
1991
1966
|
|
@@ -1993,7 +1968,7 @@ class TargetAssetRecommendedSpec(dict):
|
|
1993
1968
|
@pulumi.getter(name="displayName")
|
1994
1969
|
def display_name(self) -> Optional[str]:
|
1995
1970
|
"""
|
1996
|
-
|
1971
|
+
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
1997
1972
|
"""
|
1998
1973
|
return pulumi.get(self, "display_name")
|
1999
1974
|
|
@@ -2001,13 +1976,7 @@ class TargetAssetRecommendedSpec(dict):
|
|
2001
1976
|
@pulumi.getter(name="faultDomain")
|
2002
1977
|
def fault_domain(self) -> Optional[str]:
|
2003
1978
|
"""
|
2004
|
-
|
2005
|
-
|
2006
|
-
If you do not specify the fault domain, the system selects one for you.
|
2007
|
-
|
2008
|
-
To get a list of fault domains, use the [ListFaultDomains](https://docs.cloud.oracle.com/iaas/api/#/en/identity/20160918/FaultDomain/ListFaultDomains) operation in the Identity and Access Management Service API.
|
2009
|
-
|
2010
|
-
Example: `FAULT-DOMAIN-1`
|
1979
|
+
A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains lets you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
|
2011
1980
|
"""
|
2012
1981
|
return pulumi.get(self, "fault_domain")
|
2013
1982
|
|
@@ -2015,7 +1984,7 @@ class TargetAssetRecommendedSpec(dict):
|
|
2015
1984
|
@pulumi.getter(name="freeformTags")
|
2016
1985
|
def freeform_tags(self) -> Optional[Mapping[str, Any]]:
|
2017
1986
|
"""
|
2018
|
-
|
1987
|
+
Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
|
2019
1988
|
"""
|
2020
1989
|
return pulumi.get(self, "freeform_tags")
|
2021
1990
|
|
@@ -2023,7 +1992,7 @@ class TargetAssetRecommendedSpec(dict):
|
|
2023
1992
|
@pulumi.getter(name="hostnameLabel")
|
2024
1993
|
def hostname_label(self) -> Optional[str]:
|
2025
1994
|
"""
|
2026
|
-
|
1995
|
+
Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
|
2027
1996
|
"""
|
2028
1997
|
return pulumi.get(self, "hostname_label")
|
2029
1998
|
|
@@ -2031,7 +2000,7 @@ class TargetAssetRecommendedSpec(dict):
|
|
2031
2000
|
@pulumi.getter(name="instanceOptions")
|
2032
2001
|
def instance_options(self) -> Optional[Sequence['outputs.TargetAssetRecommendedSpecInstanceOption']]:
|
2033
2002
|
"""
|
2034
|
-
|
2003
|
+
Optional mutable instance options
|
2035
2004
|
"""
|
2036
2005
|
return pulumi.get(self, "instance_options")
|
2037
2006
|
|
@@ -2039,19 +2008,7 @@ class TargetAssetRecommendedSpec(dict):
|
|
2039
2008
|
@pulumi.getter(name="ipxeScript")
|
2040
2009
|
def ipxe_script(self) -> Optional[str]:
|
2041
2010
|
"""
|
2042
|
-
|
2043
|
-
|
2044
|
-
When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the instance is configured to run an iPXE script to continue the boot process.
|
2045
|
-
|
2046
|
-
If you want more control over the boot process, you can provide your own custom iPXE script that will run when the instance boots. Be aware that the same iPXE script will run every time an instance boots, not only after the initial LaunchInstance call.
|
2047
|
-
|
2048
|
-
By default, the iPXE script connects to the instance's local boot volume over iSCSI and performs a network boot. If you use a custom iPXE script and want to network-boot from the instance's local boot volume over iSCSI in the same way as the default iPXE script, use the following iSCSI IP address: 169.254.0.2, and boot volume IQN: iqn.2015-02.oracle.boot.
|
2049
|
-
|
2050
|
-
If your instance boot volume type is paravirtualized, the boot volume is attached to the instance through virtio-scsi and no iPXE script is used. If your instance boot volume type is paravirtualized and you use custom iPXE to perform network-boot into your instance, the primary boot volume is attached as a data volume through the virtio-scsi drive.
|
2051
|
-
|
2052
|
-
For more information about the Bring Your Own Image feature of Oracle Cloud Infrastructure, see [Bring Your Own Image](https://docs.cloud.oracle.com/iaas/Content/Compute/References/bringyourownimage.htm).
|
2053
|
-
|
2054
|
-
For more information about iPXE, see http://ipxe.org.
|
2011
|
+
This is an advanced option.
|
2055
2012
|
"""
|
2056
2013
|
return pulumi.get(self, "ipxe_script")
|
2057
2014
|
|
@@ -2059,7 +2016,7 @@ class TargetAssetRecommendedSpec(dict):
|
|
2059
2016
|
@pulumi.getter(name="isPvEncryptionInTransitEnabled")
|
2060
2017
|
def is_pv_encryption_in_transit_enabled(self) -> Optional[bool]:
|
2061
2018
|
"""
|
2062
|
-
|
2019
|
+
Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. By default, the value is false.
|
2063
2020
|
"""
|
2064
2021
|
return pulumi.get(self, "is_pv_encryption_in_transit_enabled")
|
2065
2022
|
|
@@ -2067,7 +2024,7 @@ class TargetAssetRecommendedSpec(dict):
|
|
2067
2024
|
@pulumi.getter(name="preemptibleInstanceConfigs")
|
2068
2025
|
def preemptible_instance_configs(self) -> Optional[Sequence['outputs.TargetAssetRecommendedSpecPreemptibleInstanceConfig']]:
|
2069
2026
|
"""
|
2070
|
-
|
2027
|
+
Configuration options for preemptible instances.
|
2071
2028
|
"""
|
2072
2029
|
return pulumi.get(self, "preemptible_instance_configs")
|
2073
2030
|
|
@@ -2075,9 +2032,7 @@ class TargetAssetRecommendedSpec(dict):
|
|
2075
2032
|
@pulumi.getter
|
2076
2033
|
def shape(self) -> Optional[str]:
|
2077
2034
|
"""
|
2078
|
-
|
2079
|
-
|
2080
|
-
You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
|
2035
|
+
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
|
2081
2036
|
"""
|
2082
2037
|
return pulumi.get(self, "shape")
|
2083
2038
|
|
@@ -2085,20 +2040,13 @@ class TargetAssetRecommendedSpec(dict):
|
|
2085
2040
|
@pulumi.getter(name="shapeConfigs")
|
2086
2041
|
def shape_configs(self) -> Optional[Sequence['outputs.TargetAssetRecommendedSpecShapeConfig']]:
|
2087
2042
|
"""
|
2088
|
-
|
2089
|
-
|
2090
|
-
If the parameter is provided, the instance is created with the resources that you specify. If some properties are missing or the entire parameter is not provided, the instance is created with the default configuration values for the `shape` that you specify.
|
2091
|
-
|
2092
|
-
Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
|
2043
|
+
The shape configuration requested for the instance.
|
2093
2044
|
"""
|
2094
2045
|
return pulumi.get(self, "shape_configs")
|
2095
2046
|
|
2096
2047
|
@property
|
2097
2048
|
@pulumi.getter(name="sourceDetails")
|
2098
2049
|
def source_details(self) -> Optional[Sequence['outputs.TargetAssetRecommendedSpecSourceDetail']]:
|
2099
|
-
"""
|
2100
|
-
(Updatable)
|
2101
|
-
"""
|
2102
2050
|
return pulumi.get(self, "source_details")
|
2103
2051
|
|
2104
2052
|
|
@@ -2133,24 +2081,10 @@ class TargetAssetRecommendedSpecAgentConfig(dict):
|
|
2133
2081
|
is_monitoring_disabled: Optional[bool] = None,
|
2134
2082
|
plugins_configs: Optional[Sequence['outputs.TargetAssetRecommendedSpecAgentConfigPluginsConfig']] = None):
|
2135
2083
|
"""
|
2136
|
-
:param bool are_all_plugins_disabled:
|
2137
|
-
|
2138
|
-
|
2139
|
-
:param
|
2140
|
-
|
2141
|
-
These are the management plugins: OS Management Service Agent and Compute instance run command.
|
2142
|
-
|
2143
|
-
The management plugins are controlled by this parameter and the per-plugin configuration in the `pluginsConfig` object.
|
2144
|
-
* If `isManagementDisabled` is true, all the management plugins are disabled, regardless of the per-plugin configuration.
|
2145
|
-
* If `isManagementDisabled` is false, all the management plugins are enabled. You can optionally disable individual management plugins by providing a value in the `pluginsConfig` object.
|
2146
|
-
:param bool is_monitoring_disabled: (Updatable) Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. By default, the value is false (monitoring plugins are enabled).
|
2147
|
-
|
2148
|
-
These are the monitoring plugins: Compute instance monitoring and Custom logs monitoring.
|
2149
|
-
|
2150
|
-
The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
|
2151
|
-
* If `isMonitoringDisabled` is true, all the monitoring plugins are disabled, regardless of the per-plugin configuration.
|
2152
|
-
* If `isMonitoringDisabled` is false, all the monitoring plugins are enabled. You can optionally disable individual monitoring plugins by providing a value in the `pluginsConfig` object.
|
2153
|
-
:param Sequence['TargetAssetRecommendedSpecAgentConfigPluginsConfigArgs'] plugins_configs: (Updatable) The configuration of plugins associated with this instance.
|
2084
|
+
:param bool are_all_plugins_disabled: Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
|
2085
|
+
:param bool is_management_disabled: Whether Oracle Cloud Agent can run all the available management plugins. By default, the value is false (management plugins are enabled).
|
2086
|
+
:param bool is_monitoring_disabled: Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. By default, the value is false (monitoring plugins are enabled).
|
2087
|
+
:param Sequence['TargetAssetRecommendedSpecAgentConfigPluginsConfigArgs'] plugins_configs: The configuration of plugins associated with this instance.
|
2154
2088
|
"""
|
2155
2089
|
if are_all_plugins_disabled is not None:
|
2156
2090
|
pulumi.set(__self__, "are_all_plugins_disabled", are_all_plugins_disabled)
|
@@ -2165,9 +2099,7 @@ class TargetAssetRecommendedSpecAgentConfig(dict):
|
|
2165
2099
|
@pulumi.getter(name="areAllPluginsDisabled")
|
2166
2100
|
def are_all_plugins_disabled(self) -> Optional[bool]:
|
2167
2101
|
"""
|
2168
|
-
|
2169
|
-
|
2170
|
-
To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
|
2102
|
+
Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
|
2171
2103
|
"""
|
2172
2104
|
return pulumi.get(self, "are_all_plugins_disabled")
|
2173
2105
|
|
@@ -2175,13 +2107,7 @@ class TargetAssetRecommendedSpecAgentConfig(dict):
|
|
2175
2107
|
@pulumi.getter(name="isManagementDisabled")
|
2176
2108
|
def is_management_disabled(self) -> Optional[bool]:
|
2177
2109
|
"""
|
2178
|
-
|
2179
|
-
|
2180
|
-
These are the management plugins: OS Management Service Agent and Compute instance run command.
|
2181
|
-
|
2182
|
-
The management plugins are controlled by this parameter and the per-plugin configuration in the `pluginsConfig` object.
|
2183
|
-
* If `isManagementDisabled` is true, all the management plugins are disabled, regardless of the per-plugin configuration.
|
2184
|
-
* If `isManagementDisabled` is false, all the management plugins are enabled. You can optionally disable individual management plugins by providing a value in the `pluginsConfig` object.
|
2110
|
+
Whether Oracle Cloud Agent can run all the available management plugins. By default, the value is false (management plugins are enabled).
|
2185
2111
|
"""
|
2186
2112
|
return pulumi.get(self, "is_management_disabled")
|
2187
2113
|
|
@@ -2189,13 +2115,7 @@ class TargetAssetRecommendedSpecAgentConfig(dict):
|
|
2189
2115
|
@pulumi.getter(name="isMonitoringDisabled")
|
2190
2116
|
def is_monitoring_disabled(self) -> Optional[bool]:
|
2191
2117
|
"""
|
2192
|
-
|
2193
|
-
|
2194
|
-
These are the monitoring plugins: Compute instance monitoring and Custom logs monitoring.
|
2195
|
-
|
2196
|
-
The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
|
2197
|
-
* If `isMonitoringDisabled` is true, all the monitoring plugins are disabled, regardless of the per-plugin configuration.
|
2198
|
-
* If `isMonitoringDisabled` is false, all the monitoring plugins are enabled. You can optionally disable individual monitoring plugins by providing a value in the `pluginsConfig` object.
|
2118
|
+
Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. By default, the value is false (monitoring plugins are enabled).
|
2199
2119
|
"""
|
2200
2120
|
return pulumi.get(self, "is_monitoring_disabled")
|
2201
2121
|
|
@@ -2203,7 +2123,7 @@ class TargetAssetRecommendedSpecAgentConfig(dict):
|
|
2203
2123
|
@pulumi.getter(name="pluginsConfigs")
|
2204
2124
|
def plugins_configs(self) -> Optional[Sequence['outputs.TargetAssetRecommendedSpecAgentConfigPluginsConfig']]:
|
2205
2125
|
"""
|
2206
|
-
|
2126
|
+
The configuration of plugins associated with this instance.
|
2207
2127
|
"""
|
2208
2128
|
return pulumi.get(self, "plugins_configs")
|
2209
2129
|
|
@@ -2231,10 +2151,8 @@ class TargetAssetRecommendedSpecAgentConfigPluginsConfig(dict):
|
|
2231
2151
|
desired_state: Optional[str] = None,
|
2232
2152
|
name: Optional[str] = None):
|
2233
2153
|
"""
|
2234
|
-
:param str desired_state:
|
2235
|
-
|
2236
|
-
To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
|
2237
|
-
:param str name: (Updatable) The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
|
2154
|
+
:param str desired_state: Whether the plugin should be enabled or disabled.
|
2155
|
+
:param str name: The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
|
2238
2156
|
"""
|
2239
2157
|
if desired_state is not None:
|
2240
2158
|
pulumi.set(__self__, "desired_state", desired_state)
|
@@ -2245,9 +2163,7 @@ class TargetAssetRecommendedSpecAgentConfigPluginsConfig(dict):
|
|
2245
2163
|
@pulumi.getter(name="desiredState")
|
2246
2164
|
def desired_state(self) -> Optional[str]:
|
2247
2165
|
"""
|
2248
|
-
|
2249
|
-
|
2250
|
-
To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
|
2166
|
+
Whether the plugin should be enabled or disabled.
|
2251
2167
|
"""
|
2252
2168
|
return pulumi.get(self, "desired_state")
|
2253
2169
|
|
@@ -2255,7 +2171,7 @@ class TargetAssetRecommendedSpecAgentConfigPluginsConfig(dict):
|
|
2255
2171
|
@pulumi.getter
|
2256
2172
|
def name(self) -> Optional[str]:
|
2257
2173
|
"""
|
2258
|
-
|
2174
|
+
The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
|
2259
2175
|
"""
|
2260
2176
|
return pulumi.get(self, "name")
|
2261
2177
|
|
@@ -2312,41 +2228,17 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
|
|
2312
2228
|
subnet_id: Optional[str] = None,
|
2313
2229
|
vlan_id: Optional[str] = None):
|
2314
2230
|
"""
|
2315
|
-
:param bool assign_private_dns_record:
|
2316
|
-
|
2317
|
-
|
2318
|
-
:param
|
2319
|
-
|
2320
|
-
|
2321
|
-
|
2322
|
-
|
2323
|
-
|
2324
|
-
|
2325
|
-
|
2326
|
-
If you specify a `vlanId`, then `assignPublicIp` must be set to false. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
2327
|
-
:param 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"}`
|
2328
|
-
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
2329
|
-
:param Mapping[str, Any] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
|
2330
|
-
:param str hostname_label: (Updatable) Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
|
2331
|
-
:param Sequence[str] nsg_ids: (Updatable) List of OCIDs of the network security groups (NSGs) that are added to the VNIC. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
|
2332
|
-
|
2333
|
-
If a `vlanId` is specified, the `nsgIds` cannot be specified. The `vlanId` indicates that the VNIC will belong to a VLAN instead of a subnet. With VLANs, all VNICs in the VLAN belong to the NSGs that are associated with the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
2334
|
-
:param str private_ip: (Updatable) A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
|
2335
|
-
|
2336
|
-
If you specify a `vlanId`, the `privateIp` cannot be specified. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
2337
|
-
|
2338
|
-
Example: `10.0.3.3`
|
2339
|
-
:param bool skip_source_dest_check: (Updatable) Whether the source/destination check is disabled on the VNIC. Defaults to `false`, which means the check is performed. For information about why you should skip the source/destination check, see [Using a Private IP as a Route Target](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#privateip).
|
2340
|
-
|
2341
|
-
If you specify a `vlanId`, the `skipSourceDestCheck` cannot be specified because the source/destination check is always disabled for VNICs in a VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
2342
|
-
|
2343
|
-
Example: `true`
|
2344
|
-
:param str subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create the VNIC. When launching an instance, use this `subnetId` instead of the deprecated `subnetId` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). At least one of them is required; if you provide both, the values must match.
|
2345
|
-
|
2346
|
-
If you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN instead of a subnet, provide a `vlanId` instead of a `subnetId`. If you provide both `vlanId` and `subnetId`, the request fails.
|
2347
|
-
:param str vlan_id: (Updatable) Provide this attribute only if you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN. The value is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
2348
|
-
|
2349
|
-
Provide a `vlanId` instead of a `subnetId`. If you provide both `vlanId` and `subnetId`, the request fails.
|
2231
|
+
:param bool assign_private_dns_record: Whether the VNIC should be assigned a DNS record. If set to false, there will be no DNS record registration for the VNIC. If set to true, the DNS record will be registered. By default, the value is true.
|
2232
|
+
:param bool assign_public_ip: Whether the VNIC should be assigned a public IP address. Defaults to whether the subnet is public or private. If not set and the VNIC is being created in a private subnet (that is, where `prohibitPublicIpOnVnic` = true in the [Subnet](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Subnet/)), then no public IP address is assigned. If not set and the subnet is public (`prohibitPublicIpOnVnic` = false), then a public IP address is assigned. If set to true and `prohibitPublicIpOnVnic` = true, an error is returned.
|
2233
|
+
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
2234
|
+
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
2235
|
+
:param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
|
2236
|
+
:param str hostname_label: Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
|
2237
|
+
:param Sequence[str] nsg_ids: List of OCIDs of the network security groups (NSGs) that are added to the VNIC. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
|
2238
|
+
:param str private_ip: A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
|
2239
|
+
:param bool skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. Defaults to `false`, which means the check is performed. For information about why you should skip the source/destination check, see [Using a Private IP as a Route Target](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#privateip).
|
2240
|
+
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create the VNIC. When launching an instance, use this `subnetId` instead of the deprecated `subnetId` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). At least one of them is required; if you provide both, the values must match.
|
2241
|
+
:param str vlan_id: Provide this attribute only if you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN. The value is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
2350
2242
|
"""
|
2351
2243
|
if assign_private_dns_record is not None:
|
2352
2244
|
pulumi.set(__self__, "assign_private_dns_record", assign_private_dns_record)
|
@@ -2375,9 +2267,7 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
|
|
2375
2267
|
@pulumi.getter(name="assignPrivateDnsRecord")
|
2376
2268
|
def assign_private_dns_record(self) -> Optional[bool]:
|
2377
2269
|
"""
|
2378
|
-
|
2379
|
-
|
2380
|
-
If you specify a `hostnameLabel`, then `assignPrivateDnsRecord` must be set to true.
|
2270
|
+
Whether the VNIC should be assigned a DNS record. If set to false, there will be no DNS record registration for the VNIC. If set to true, the DNS record will be registered. By default, the value is true.
|
2381
2271
|
"""
|
2382
2272
|
return pulumi.get(self, "assign_private_dns_record")
|
2383
2273
|
|
@@ -2385,15 +2275,7 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
|
|
2385
2275
|
@pulumi.getter(name="assignPublicIp")
|
2386
2276
|
def assign_public_ip(self) -> Optional[bool]:
|
2387
2277
|
"""
|
2388
|
-
|
2389
|
-
|
2390
|
-
**Note:** This public IP address is associated with the primary private IP on the VNIC. For more information, see [IP Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingIPaddresses.htm).
|
2391
|
-
|
2392
|
-
**Note:** There's a limit to the number of [public IPs](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PublicIp/) a VNIC or instance can have. If you try to create a secondary VNIC with an assigned public IP for an instance that has already reached its public IP limit, an error is returned. For information about the public IP limits, see [Public IP Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingpublicIPs.htm).
|
2393
|
-
|
2394
|
-
Example: `false`
|
2395
|
-
|
2396
|
-
If you specify a `vlanId`, then `assignPublicIp` must be set to false. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
2278
|
+
Whether the VNIC should be assigned a public IP address. Defaults to whether the subnet is public or private. If not set and the VNIC is being created in a private subnet (that is, where `prohibitPublicIpOnVnic` = true in the [Subnet](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Subnet/)), then no public IP address is assigned. If not set and the subnet is public (`prohibitPublicIpOnVnic` = false), then a public IP address is assigned. If set to true and `prohibitPublicIpOnVnic` = true, an error is returned.
|
2397
2279
|
"""
|
2398
2280
|
return pulumi.get(self, "assign_public_ip")
|
2399
2281
|
|
@@ -2401,7 +2283,7 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
|
|
2401
2283
|
@pulumi.getter(name="definedTags")
|
2402
2284
|
def defined_tags(self) -> Optional[Mapping[str, Any]]:
|
2403
2285
|
"""
|
2404
|
-
|
2286
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
2405
2287
|
"""
|
2406
2288
|
return pulumi.get(self, "defined_tags")
|
2407
2289
|
|
@@ -2409,7 +2291,7 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
|
|
2409
2291
|
@pulumi.getter(name="displayName")
|
2410
2292
|
def display_name(self) -> Optional[str]:
|
2411
2293
|
"""
|
2412
|
-
|
2294
|
+
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
2413
2295
|
"""
|
2414
2296
|
return pulumi.get(self, "display_name")
|
2415
2297
|
|
@@ -2417,7 +2299,7 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
|
|
2417
2299
|
@pulumi.getter(name="freeformTags")
|
2418
2300
|
def freeform_tags(self) -> Optional[Mapping[str, Any]]:
|
2419
2301
|
"""
|
2420
|
-
|
2302
|
+
Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
|
2421
2303
|
"""
|
2422
2304
|
return pulumi.get(self, "freeform_tags")
|
2423
2305
|
|
@@ -2425,7 +2307,7 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
|
|
2425
2307
|
@pulumi.getter(name="hostnameLabel")
|
2426
2308
|
def hostname_label(self) -> Optional[str]:
|
2427
2309
|
"""
|
2428
|
-
|
2310
|
+
Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
|
2429
2311
|
"""
|
2430
2312
|
return pulumi.get(self, "hostname_label")
|
2431
2313
|
|
@@ -2433,9 +2315,7 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
|
|
2433
2315
|
@pulumi.getter(name="nsgIds")
|
2434
2316
|
def nsg_ids(self) -> Optional[Sequence[str]]:
|
2435
2317
|
"""
|
2436
|
-
|
2437
|
-
|
2438
|
-
If a `vlanId` is specified, the `nsgIds` cannot be specified. The `vlanId` indicates that the VNIC will belong to a VLAN instead of a subnet. With VLANs, all VNICs in the VLAN belong to the NSGs that are associated with the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
2318
|
+
List of OCIDs of the network security groups (NSGs) that are added to the VNIC. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
|
2439
2319
|
"""
|
2440
2320
|
return pulumi.get(self, "nsg_ids")
|
2441
2321
|
|
@@ -2443,11 +2323,7 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
|
|
2443
2323
|
@pulumi.getter(name="privateIp")
|
2444
2324
|
def private_ip(self) -> Optional[str]:
|
2445
2325
|
"""
|
2446
|
-
|
2447
|
-
|
2448
|
-
If you specify a `vlanId`, the `privateIp` cannot be specified. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
2449
|
-
|
2450
|
-
Example: `10.0.3.3`
|
2326
|
+
A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
|
2451
2327
|
"""
|
2452
2328
|
return pulumi.get(self, "private_ip")
|
2453
2329
|
|
@@ -2455,11 +2331,7 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
|
|
2455
2331
|
@pulumi.getter(name="skipSourceDestCheck")
|
2456
2332
|
def skip_source_dest_check(self) -> Optional[bool]:
|
2457
2333
|
"""
|
2458
|
-
|
2459
|
-
|
2460
|
-
If you specify a `vlanId`, the `skipSourceDestCheck` cannot be specified because the source/destination check is always disabled for VNICs in a VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
2461
|
-
|
2462
|
-
Example: `true`
|
2334
|
+
Whether the source/destination check is disabled on the VNIC. Defaults to `false`, which means the check is performed. For information about why you should skip the source/destination check, see [Using a Private IP as a Route Target](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#privateip).
|
2463
2335
|
"""
|
2464
2336
|
return pulumi.get(self, "skip_source_dest_check")
|
2465
2337
|
|
@@ -2467,9 +2339,7 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
|
|
2467
2339
|
@pulumi.getter(name="subnetId")
|
2468
2340
|
def subnet_id(self) -> Optional[str]:
|
2469
2341
|
"""
|
2470
|
-
|
2471
|
-
|
2472
|
-
If you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN instead of a subnet, provide a `vlanId` instead of a `subnetId`. If you provide both `vlanId` and `subnetId`, the request fails.
|
2342
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create the VNIC. When launching an instance, use this `subnetId` instead of the deprecated `subnetId` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). At least one of them is required; if you provide both, the values must match.
|
2473
2343
|
"""
|
2474
2344
|
return pulumi.get(self, "subnet_id")
|
2475
2345
|
|
@@ -2477,9 +2347,7 @@ class TargetAssetRecommendedSpecCreateVnicDetail(dict):
|
|
2477
2347
|
@pulumi.getter(name="vlanId")
|
2478
2348
|
def vlan_id(self) -> Optional[str]:
|
2479
2349
|
"""
|
2480
|
-
|
2481
|
-
|
2482
|
-
Provide a `vlanId` instead of a `subnetId`. If you provide both `vlanId` and `subnetId`, the request fails.
|
2350
|
+
Provide this attribute only if you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN. The value is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
2483
2351
|
"""
|
2484
2352
|
return pulumi.get(self, "vlan_id")
|
2485
2353
|
|
@@ -2506,7 +2374,7 @@ class TargetAssetRecommendedSpecInstanceOption(dict):
|
|
2506
2374
|
def __init__(__self__, *,
|
2507
2375
|
are_legacy_imds_endpoints_disabled: Optional[bool] = None):
|
2508
2376
|
"""
|
2509
|
-
:param bool are_legacy_imds_endpoints_disabled:
|
2377
|
+
:param bool are_legacy_imds_endpoints_disabled: Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
|
2510
2378
|
"""
|
2511
2379
|
if are_legacy_imds_endpoints_disabled is not None:
|
2512
2380
|
pulumi.set(__self__, "are_legacy_imds_endpoints_disabled", are_legacy_imds_endpoints_disabled)
|
@@ -2515,7 +2383,7 @@ class TargetAssetRecommendedSpecInstanceOption(dict):
|
|
2515
2383
|
@pulumi.getter(name="areLegacyImdsEndpointsDisabled")
|
2516
2384
|
def are_legacy_imds_endpoints_disabled(self) -> Optional[bool]:
|
2517
2385
|
"""
|
2518
|
-
|
2386
|
+
Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
|
2519
2387
|
"""
|
2520
2388
|
return pulumi.get(self, "are_legacy_imds_endpoints_disabled")
|
2521
2389
|
|
@@ -2542,7 +2410,7 @@ class TargetAssetRecommendedSpecPreemptibleInstanceConfig(dict):
|
|
2542
2410
|
def __init__(__self__, *,
|
2543
2411
|
preemption_actions: Optional[Sequence['outputs.TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionAction']] = None):
|
2544
2412
|
"""
|
2545
|
-
:param Sequence['TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionActionArgs'] preemption_actions:
|
2413
|
+
:param Sequence['TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionActionArgs'] preemption_actions: The action to run when the preemptible instance is interrupted for eviction.
|
2546
2414
|
"""
|
2547
2415
|
if preemption_actions is not None:
|
2548
2416
|
pulumi.set(__self__, "preemption_actions", preemption_actions)
|
@@ -2551,7 +2419,7 @@ class TargetAssetRecommendedSpecPreemptibleInstanceConfig(dict):
|
|
2551
2419
|
@pulumi.getter(name="preemptionActions")
|
2552
2420
|
def preemption_actions(self) -> Optional[Sequence['outputs.TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionAction']]:
|
2553
2421
|
"""
|
2554
|
-
|
2422
|
+
The action to run when the preemptible instance is interrupted for eviction.
|
2555
2423
|
"""
|
2556
2424
|
return pulumi.get(self, "preemption_actions")
|
2557
2425
|
|
@@ -2579,8 +2447,8 @@ class TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionAction(dict):
|
|
2579
2447
|
preserve_boot_volume: Optional[bool] = None,
|
2580
2448
|
type: Optional[str] = None):
|
2581
2449
|
"""
|
2582
|
-
:param bool preserve_boot_volume:
|
2583
|
-
:param str type: (Updatable) The type of
|
2450
|
+
:param bool preserve_boot_volume: Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. By default, it is false if not specified.
|
2451
|
+
:param str type: (Updatable) The type of target asset.
|
2584
2452
|
"""
|
2585
2453
|
if preserve_boot_volume is not None:
|
2586
2454
|
pulumi.set(__self__, "preserve_boot_volume", preserve_boot_volume)
|
@@ -2591,7 +2459,7 @@ class TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionAction(dict):
|
|
2591
2459
|
@pulumi.getter(name="preserveBootVolume")
|
2592
2460
|
def preserve_boot_volume(self) -> Optional[bool]:
|
2593
2461
|
"""
|
2594
|
-
|
2462
|
+
Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. By default, it is false if not specified.
|
2595
2463
|
"""
|
2596
2464
|
return pulumi.get(self, "preserve_boot_volume")
|
2597
2465
|
|
@@ -2599,7 +2467,7 @@ class TargetAssetRecommendedSpecPreemptibleInstanceConfigPreemptionAction(dict):
|
|
2599
2467
|
@pulumi.getter
|
2600
2468
|
def type(self) -> Optional[str]:
|
2601
2469
|
"""
|
2602
|
-
(Updatable) The type of
|
2470
|
+
(Updatable) The type of target asset.
|
2603
2471
|
"""
|
2604
2472
|
return pulumi.get(self, "type")
|
2605
2473
|
|
@@ -2630,11 +2498,9 @@ class TargetAssetRecommendedSpecShapeConfig(dict):
|
|
2630
2498
|
memory_in_gbs: Optional[float] = None,
|
2631
2499
|
ocpus: Optional[float] = None):
|
2632
2500
|
"""
|
2633
|
-
:param str baseline_ocpu_utilization:
|
2634
|
-
|
2635
|
-
|
2636
|
-
:param float memory_in_gbs: (Updatable) The total amount of memory in gigabytes that is available to the instance.
|
2637
|
-
:param float ocpus: (Updatable) The total number of OCPUs available to the instance.
|
2501
|
+
:param str baseline_ocpu_utilization: The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
|
2502
|
+
:param float memory_in_gbs: The total amount of memory in gigabytes that is available to the instance.
|
2503
|
+
:param float ocpus: The total number of OCPUs available to the instance.
|
2638
2504
|
"""
|
2639
2505
|
if baseline_ocpu_utilization is not None:
|
2640
2506
|
pulumi.set(__self__, "baseline_ocpu_utilization", baseline_ocpu_utilization)
|
@@ -2647,9 +2513,7 @@ class TargetAssetRecommendedSpecShapeConfig(dict):
|
|
2647
2513
|
@pulumi.getter(name="baselineOcpuUtilization")
|
2648
2514
|
def baseline_ocpu_utilization(self) -> Optional[str]:
|
2649
2515
|
"""
|
2650
|
-
|
2651
|
-
|
2652
|
-
The following values are supported:
|
2516
|
+
The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
|
2653
2517
|
"""
|
2654
2518
|
return pulumi.get(self, "baseline_ocpu_utilization")
|
2655
2519
|
|
@@ -2657,7 +2521,7 @@ class TargetAssetRecommendedSpecShapeConfig(dict):
|
|
2657
2521
|
@pulumi.getter(name="memoryInGbs")
|
2658
2522
|
def memory_in_gbs(self) -> Optional[float]:
|
2659
2523
|
"""
|
2660
|
-
|
2524
|
+
The total amount of memory in gigabytes that is available to the instance.
|
2661
2525
|
"""
|
2662
2526
|
return pulumi.get(self, "memory_in_gbs")
|
2663
2527
|
|
@@ -2665,7 +2529,7 @@ class TargetAssetRecommendedSpecShapeConfig(dict):
|
|
2665
2529
|
@pulumi.getter
|
2666
2530
|
def ocpus(self) -> Optional[float]:
|
2667
2531
|
"""
|
2668
|
-
|
2532
|
+
The total number of OCPUs available to the instance.
|
2669
2533
|
"""
|
2670
2534
|
return pulumi.get(self, "ocpus")
|
2671
2535
|
|
@@ -2707,18 +2571,12 @@ class TargetAssetRecommendedSpecSourceDetail(dict):
|
|
2707
2571
|
kms_key_id: Optional[str] = None,
|
2708
2572
|
source_type: Optional[str] = None):
|
2709
2573
|
"""
|
2710
|
-
:param str boot_volume_id:
|
2711
|
-
:param str boot_volume_size_in_gbs:
|
2712
|
-
:param str boot_volume_vpus_per_gb:
|
2713
|
-
|
2714
|
-
|
2715
|
-
:param str
|
2716
|
-
:param str kms_key_id: (Updatable) The OCID of the key management key to assign as the master encryption key for the boot volume.
|
2717
|
-
:param str source_type: (Updatable) The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
|
2718
|
-
|
2719
|
-
|
2720
|
-
** IMPORTANT **
|
2721
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2574
|
+
:param str boot_volume_id: The OCID of the boot volume used to boot the instance.
|
2575
|
+
:param str boot_volume_size_in_gbs: The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
|
2576
|
+
:param str boot_volume_vpus_per_gb: The number of volume performance units (VPUs) that will be applied to this volume per GB that represents the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
|
2577
|
+
:param str image_id: The OCID of the image used to boot the instance.
|
2578
|
+
:param str kms_key_id: The OCID of the key management key to assign as the master encryption key for the boot volume.
|
2579
|
+
:param str source_type: The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
|
2722
2580
|
"""
|
2723
2581
|
if boot_volume_id is not None:
|
2724
2582
|
pulumi.set(__self__, "boot_volume_id", boot_volume_id)
|
@@ -2737,7 +2595,7 @@ class TargetAssetRecommendedSpecSourceDetail(dict):
|
|
2737
2595
|
@pulumi.getter(name="bootVolumeId")
|
2738
2596
|
def boot_volume_id(self) -> Optional[str]:
|
2739
2597
|
"""
|
2740
|
-
|
2598
|
+
The OCID of the boot volume used to boot the instance.
|
2741
2599
|
"""
|
2742
2600
|
return pulumi.get(self, "boot_volume_id")
|
2743
2601
|
|
@@ -2745,7 +2603,7 @@ class TargetAssetRecommendedSpecSourceDetail(dict):
|
|
2745
2603
|
@pulumi.getter(name="bootVolumeSizeInGbs")
|
2746
2604
|
def boot_volume_size_in_gbs(self) -> Optional[str]:
|
2747
2605
|
"""
|
2748
|
-
|
2606
|
+
The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
|
2749
2607
|
"""
|
2750
2608
|
return pulumi.get(self, "boot_volume_size_in_gbs")
|
2751
2609
|
|
@@ -2753,9 +2611,7 @@ class TargetAssetRecommendedSpecSourceDetail(dict):
|
|
2753
2611
|
@pulumi.getter(name="bootVolumeVpusPerGb")
|
2754
2612
|
def boot_volume_vpus_per_gb(self) -> Optional[str]:
|
2755
2613
|
"""
|
2756
|
-
|
2757
|
-
|
2758
|
-
Allowed values:
|
2614
|
+
The number of volume performance units (VPUs) that will be applied to this volume per GB that represents the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
|
2759
2615
|
"""
|
2760
2616
|
return pulumi.get(self, "boot_volume_vpus_per_gb")
|
2761
2617
|
|
@@ -2763,7 +2619,7 @@ class TargetAssetRecommendedSpecSourceDetail(dict):
|
|
2763
2619
|
@pulumi.getter(name="imageId")
|
2764
2620
|
def image_id(self) -> Optional[str]:
|
2765
2621
|
"""
|
2766
|
-
|
2622
|
+
The OCID of the image used to boot the instance.
|
2767
2623
|
"""
|
2768
2624
|
return pulumi.get(self, "image_id")
|
2769
2625
|
|
@@ -2771,7 +2627,7 @@ class TargetAssetRecommendedSpecSourceDetail(dict):
|
|
2771
2627
|
@pulumi.getter(name="kmsKeyId")
|
2772
2628
|
def kms_key_id(self) -> Optional[str]:
|
2773
2629
|
"""
|
2774
|
-
|
2630
|
+
The OCID of the key management key to assign as the master encryption key for the boot volume.
|
2775
2631
|
"""
|
2776
2632
|
return pulumi.get(self, "kms_key_id")
|
2777
2633
|
|
@@ -2779,11 +2635,7 @@ class TargetAssetRecommendedSpecSourceDetail(dict):
|
|
2779
2635
|
@pulumi.getter(name="sourceType")
|
2780
2636
|
def source_type(self) -> Optional[str]:
|
2781
2637
|
"""
|
2782
|
-
|
2783
|
-
|
2784
|
-
|
2785
|
-
** IMPORTANT **
|
2786
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2638
|
+
The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
|
2787
2639
|
"""
|
2788
2640
|
return pulumi.get(self, "source_type")
|
2789
2641
|
|
@@ -2859,48 +2711,23 @@ class TargetAssetTestSpec(dict):
|
|
2859
2711
|
shape_configs: Optional[Sequence['outputs.TargetAssetTestSpecShapeConfig']] = None,
|
2860
2712
|
source_details: Optional[Sequence['outputs.TargetAssetTestSpecSourceDetail']] = None):
|
2861
2713
|
"""
|
2862
|
-
:param Sequence['TargetAssetTestSpecAgentConfigArgs'] agent_configs:
|
2863
|
-
:param str availability_domain:
|
2864
|
-
:param str capacity_reservation_id:
|
2865
|
-
:param str compartment_id:
|
2866
|
-
:param Sequence['TargetAssetTestSpecCreateVnicDetailArgs'] create_vnic_details:
|
2867
|
-
:param str dedicated_vm_host_id:
|
2868
|
-
:param Mapping[str, Any] defined_tags:
|
2869
|
-
:param str display_name:
|
2870
|
-
:param str fault_domain:
|
2871
|
-
|
2872
|
-
|
2873
|
-
|
2874
|
-
|
2875
|
-
|
2876
|
-
|
2877
|
-
:param
|
2878
|
-
:param
|
2879
|
-
:param Sequence['TargetAssetTestSpecInstanceOptionArgs'] instance_options: (Updatable) Optional mutable instance options
|
2880
|
-
:param str ipxe_script: (Updatable) This is an advanced option.
|
2881
|
-
|
2882
|
-
When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the instance is configured to run an iPXE script to continue the boot process.
|
2883
|
-
|
2884
|
-
If you want more control over the boot process, you can provide your own custom iPXE script that will run when the instance boots. Be aware that the same iPXE script will run every time an instance boots, not only after the initial LaunchInstance call.
|
2885
|
-
|
2886
|
-
By default, the iPXE script connects to the instance's local boot volume over iSCSI and performs a network boot. If you use a custom iPXE script and want to network-boot from the instance's local boot volume over iSCSI in the same way as the default iPXE script, use the following iSCSI IP address: 169.254.0.2, and boot volume IQN: iqn.2015-02.oracle.boot.
|
2887
|
-
|
2888
|
-
If your instance boot volume type is paravirtualized, the boot volume is attached to the instance through virtio-scsi and no iPXE script is used. If your instance boot volume type is paravirtualized and you use custom iPXE to perform network-boot into your instance, the primary boot volume is attached as a data volume through the virtio-scsi drive.
|
2889
|
-
|
2890
|
-
For more information about the Bring Your Own Image feature of Oracle Cloud Infrastructure, see [Bring Your Own Image](https://docs.cloud.oracle.com/iaas/Content/Compute/References/bringyourownimage.htm).
|
2891
|
-
|
2892
|
-
For more information about iPXE, see http://ipxe.org.
|
2893
|
-
:param bool is_pv_encryption_in_transit_enabled: (Updatable) Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. By default, the value is false.
|
2894
|
-
:param Sequence['TargetAssetTestSpecPreemptibleInstanceConfigArgs'] preemptible_instance_configs: (Updatable) Configuration options for preemptible instances.
|
2895
|
-
:param str shape: (Updatable) The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
|
2896
|
-
|
2897
|
-
You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
|
2898
|
-
:param Sequence['TargetAssetTestSpecShapeConfigArgs'] shape_configs: (Updatable) The shape configuration requested for the instance.
|
2899
|
-
|
2900
|
-
If the parameter is provided, the instance is created with the resources that you specify. If some properties are missing or the entire parameter is not provided, the instance is created with the default configuration values for the `shape` that you specify.
|
2901
|
-
|
2902
|
-
Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
|
2903
|
-
:param Sequence['TargetAssetTestSpecSourceDetailArgs'] source_details: (Updatable)
|
2714
|
+
:param Sequence['TargetAssetTestSpecAgentConfigArgs'] agent_configs: Configuration options for the Oracle Cloud Agent software running on the instance.
|
2715
|
+
:param str availability_domain: The availability domain of the instance. Example: `Uocm:PHX-AD-1`
|
2716
|
+
:param str capacity_reservation_id: The OCID of the compute capacity reservation under which this instance is launched. You can opt out of all default reservations by specifying an empty string as input for this field. For more information, see [Capacity Reservations](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/reserve-capacity.htm#default).
|
2717
|
+
:param str compartment_id: The OCID of the compartment.
|
2718
|
+
:param Sequence['TargetAssetTestSpecCreateVnicDetailArgs'] create_vnic_details: Contains properties for a VNIC. You use this object when creating the primary VNIC during instance launch or when creating a secondary VNIC. For more information about VNICs, see [Virtual Network Interface Cards (VNICs)](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVNICs.htm).
|
2719
|
+
:param str dedicated_vm_host_id: The OCID of the dedicated VM host.
|
2720
|
+
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
2721
|
+
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
2722
|
+
:param str fault_domain: A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains lets you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
|
2723
|
+
:param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
|
2724
|
+
:param str hostname_label: Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
|
2725
|
+
:param Sequence['TargetAssetTestSpecInstanceOptionArgs'] instance_options: Optional mutable instance options
|
2726
|
+
:param str ipxe_script: This is an advanced option.
|
2727
|
+
:param bool is_pv_encryption_in_transit_enabled: Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. By default, the value is false.
|
2728
|
+
:param Sequence['TargetAssetTestSpecPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
|
2729
|
+
:param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
|
2730
|
+
:param Sequence['TargetAssetTestSpecShapeConfigArgs'] shape_configs: The shape configuration requested for the instance.
|
2904
2731
|
"""
|
2905
2732
|
if agent_configs is not None:
|
2906
2733
|
pulumi.set(__self__, "agent_configs", agent_configs)
|
@@ -2943,7 +2770,7 @@ class TargetAssetTestSpec(dict):
|
|
2943
2770
|
@pulumi.getter(name="agentConfigs")
|
2944
2771
|
def agent_configs(self) -> Optional[Sequence['outputs.TargetAssetTestSpecAgentConfig']]:
|
2945
2772
|
"""
|
2946
|
-
|
2773
|
+
Configuration options for the Oracle Cloud Agent software running on the instance.
|
2947
2774
|
"""
|
2948
2775
|
return pulumi.get(self, "agent_configs")
|
2949
2776
|
|
@@ -2951,7 +2778,7 @@ class TargetAssetTestSpec(dict):
|
|
2951
2778
|
@pulumi.getter(name="availabilityDomain")
|
2952
2779
|
def availability_domain(self) -> Optional[str]:
|
2953
2780
|
"""
|
2954
|
-
|
2781
|
+
The availability domain of the instance. Example: `Uocm:PHX-AD-1`
|
2955
2782
|
"""
|
2956
2783
|
return pulumi.get(self, "availability_domain")
|
2957
2784
|
|
@@ -2959,7 +2786,7 @@ class TargetAssetTestSpec(dict):
|
|
2959
2786
|
@pulumi.getter(name="capacityReservationId")
|
2960
2787
|
def capacity_reservation_id(self) -> Optional[str]:
|
2961
2788
|
"""
|
2962
|
-
|
2789
|
+
The OCID of the compute capacity reservation under which this instance is launched. You can opt out of all default reservations by specifying an empty string as input for this field. For more information, see [Capacity Reservations](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/reserve-capacity.htm#default).
|
2963
2790
|
"""
|
2964
2791
|
return pulumi.get(self, "capacity_reservation_id")
|
2965
2792
|
|
@@ -2967,7 +2794,7 @@ class TargetAssetTestSpec(dict):
|
|
2967
2794
|
@pulumi.getter(name="compartmentId")
|
2968
2795
|
def compartment_id(self) -> Optional[str]:
|
2969
2796
|
"""
|
2970
|
-
|
2797
|
+
The OCID of the compartment.
|
2971
2798
|
"""
|
2972
2799
|
return pulumi.get(self, "compartment_id")
|
2973
2800
|
|
@@ -2975,7 +2802,7 @@ class TargetAssetTestSpec(dict):
|
|
2975
2802
|
@pulumi.getter(name="createVnicDetails")
|
2976
2803
|
def create_vnic_details(self) -> Optional[Sequence['outputs.TargetAssetTestSpecCreateVnicDetail']]:
|
2977
2804
|
"""
|
2978
|
-
|
2805
|
+
Contains properties for a VNIC. You use this object when creating the primary VNIC during instance launch or when creating a secondary VNIC. For more information about VNICs, see [Virtual Network Interface Cards (VNICs)](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVNICs.htm).
|
2979
2806
|
"""
|
2980
2807
|
return pulumi.get(self, "create_vnic_details")
|
2981
2808
|
|
@@ -2983,7 +2810,7 @@ class TargetAssetTestSpec(dict):
|
|
2983
2810
|
@pulumi.getter(name="dedicatedVmHostId")
|
2984
2811
|
def dedicated_vm_host_id(self) -> Optional[str]:
|
2985
2812
|
"""
|
2986
|
-
|
2813
|
+
The OCID of the dedicated VM host.
|
2987
2814
|
"""
|
2988
2815
|
return pulumi.get(self, "dedicated_vm_host_id")
|
2989
2816
|
|
@@ -2991,7 +2818,7 @@ class TargetAssetTestSpec(dict):
|
|
2991
2818
|
@pulumi.getter(name="definedTags")
|
2992
2819
|
def defined_tags(self) -> Optional[Mapping[str, Any]]:
|
2993
2820
|
"""
|
2994
|
-
|
2821
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
2995
2822
|
"""
|
2996
2823
|
return pulumi.get(self, "defined_tags")
|
2997
2824
|
|
@@ -2999,7 +2826,7 @@ class TargetAssetTestSpec(dict):
|
|
2999
2826
|
@pulumi.getter(name="displayName")
|
3000
2827
|
def display_name(self) -> Optional[str]:
|
3001
2828
|
"""
|
3002
|
-
|
2829
|
+
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
3003
2830
|
"""
|
3004
2831
|
return pulumi.get(self, "display_name")
|
3005
2832
|
|
@@ -3007,13 +2834,7 @@ class TargetAssetTestSpec(dict):
|
|
3007
2834
|
@pulumi.getter(name="faultDomain")
|
3008
2835
|
def fault_domain(self) -> Optional[str]:
|
3009
2836
|
"""
|
3010
|
-
|
3011
|
-
|
3012
|
-
If you do not specify the fault domain, the system selects one for you.
|
3013
|
-
|
3014
|
-
To get a list of fault domains, use the [ListFaultDomains](https://docs.cloud.oracle.com/iaas/api/#/en/identity/20160918/FaultDomain/ListFaultDomains) operation in the Identity and Access Management Service API.
|
3015
|
-
|
3016
|
-
Example: `FAULT-DOMAIN-1`
|
2837
|
+
A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains lets you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
|
3017
2838
|
"""
|
3018
2839
|
return pulumi.get(self, "fault_domain")
|
3019
2840
|
|
@@ -3021,7 +2842,7 @@ class TargetAssetTestSpec(dict):
|
|
3021
2842
|
@pulumi.getter(name="freeformTags")
|
3022
2843
|
def freeform_tags(self) -> Optional[Mapping[str, Any]]:
|
3023
2844
|
"""
|
3024
|
-
|
2845
|
+
Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
|
3025
2846
|
"""
|
3026
2847
|
return pulumi.get(self, "freeform_tags")
|
3027
2848
|
|
@@ -3029,7 +2850,7 @@ class TargetAssetTestSpec(dict):
|
|
3029
2850
|
@pulumi.getter(name="hostnameLabel")
|
3030
2851
|
def hostname_label(self) -> Optional[str]:
|
3031
2852
|
"""
|
3032
|
-
|
2853
|
+
Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
|
3033
2854
|
"""
|
3034
2855
|
return pulumi.get(self, "hostname_label")
|
3035
2856
|
|
@@ -3037,7 +2858,7 @@ class TargetAssetTestSpec(dict):
|
|
3037
2858
|
@pulumi.getter(name="instanceOptions")
|
3038
2859
|
def instance_options(self) -> Optional[Sequence['outputs.TargetAssetTestSpecInstanceOption']]:
|
3039
2860
|
"""
|
3040
|
-
|
2861
|
+
Optional mutable instance options
|
3041
2862
|
"""
|
3042
2863
|
return pulumi.get(self, "instance_options")
|
3043
2864
|
|
@@ -3045,19 +2866,7 @@ class TargetAssetTestSpec(dict):
|
|
3045
2866
|
@pulumi.getter(name="ipxeScript")
|
3046
2867
|
def ipxe_script(self) -> Optional[str]:
|
3047
2868
|
"""
|
3048
|
-
|
3049
|
-
|
3050
|
-
When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the instance is configured to run an iPXE script to continue the boot process.
|
3051
|
-
|
3052
|
-
If you want more control over the boot process, you can provide your own custom iPXE script that will run when the instance boots. Be aware that the same iPXE script will run every time an instance boots, not only after the initial LaunchInstance call.
|
3053
|
-
|
3054
|
-
By default, the iPXE script connects to the instance's local boot volume over iSCSI and performs a network boot. If you use a custom iPXE script and want to network-boot from the instance's local boot volume over iSCSI in the same way as the default iPXE script, use the following iSCSI IP address: 169.254.0.2, and boot volume IQN: iqn.2015-02.oracle.boot.
|
3055
|
-
|
3056
|
-
If your instance boot volume type is paravirtualized, the boot volume is attached to the instance through virtio-scsi and no iPXE script is used. If your instance boot volume type is paravirtualized and you use custom iPXE to perform network-boot into your instance, the primary boot volume is attached as a data volume through the virtio-scsi drive.
|
3057
|
-
|
3058
|
-
For more information about the Bring Your Own Image feature of Oracle Cloud Infrastructure, see [Bring Your Own Image](https://docs.cloud.oracle.com/iaas/Content/Compute/References/bringyourownimage.htm).
|
3059
|
-
|
3060
|
-
For more information about iPXE, see http://ipxe.org.
|
2869
|
+
This is an advanced option.
|
3061
2870
|
"""
|
3062
2871
|
return pulumi.get(self, "ipxe_script")
|
3063
2872
|
|
@@ -3065,7 +2874,7 @@ class TargetAssetTestSpec(dict):
|
|
3065
2874
|
@pulumi.getter(name="isPvEncryptionInTransitEnabled")
|
3066
2875
|
def is_pv_encryption_in_transit_enabled(self) -> Optional[bool]:
|
3067
2876
|
"""
|
3068
|
-
|
2877
|
+
Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. By default, the value is false.
|
3069
2878
|
"""
|
3070
2879
|
return pulumi.get(self, "is_pv_encryption_in_transit_enabled")
|
3071
2880
|
|
@@ -3073,7 +2882,7 @@ class TargetAssetTestSpec(dict):
|
|
3073
2882
|
@pulumi.getter(name="preemptibleInstanceConfigs")
|
3074
2883
|
def preemptible_instance_configs(self) -> Optional[Sequence['outputs.TargetAssetTestSpecPreemptibleInstanceConfig']]:
|
3075
2884
|
"""
|
3076
|
-
|
2885
|
+
Configuration options for preemptible instances.
|
3077
2886
|
"""
|
3078
2887
|
return pulumi.get(self, "preemptible_instance_configs")
|
3079
2888
|
|
@@ -3081,9 +2890,7 @@ class TargetAssetTestSpec(dict):
|
|
3081
2890
|
@pulumi.getter
|
3082
2891
|
def shape(self) -> Optional[str]:
|
3083
2892
|
"""
|
3084
|
-
|
3085
|
-
|
3086
|
-
You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
|
2893
|
+
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
|
3087
2894
|
"""
|
3088
2895
|
return pulumi.get(self, "shape")
|
3089
2896
|
|
@@ -3091,20 +2898,13 @@ class TargetAssetTestSpec(dict):
|
|
3091
2898
|
@pulumi.getter(name="shapeConfigs")
|
3092
2899
|
def shape_configs(self) -> Optional[Sequence['outputs.TargetAssetTestSpecShapeConfig']]:
|
3093
2900
|
"""
|
3094
|
-
|
3095
|
-
|
3096
|
-
If the parameter is provided, the instance is created with the resources that you specify. If some properties are missing or the entire parameter is not provided, the instance is created with the default configuration values for the `shape` that you specify.
|
3097
|
-
|
3098
|
-
Each shape only supports certain configurable values. If the values that you provide are not valid for the specified `shape`, an error is returned.
|
2901
|
+
The shape configuration requested for the instance.
|
3099
2902
|
"""
|
3100
2903
|
return pulumi.get(self, "shape_configs")
|
3101
2904
|
|
3102
2905
|
@property
|
3103
2906
|
@pulumi.getter(name="sourceDetails")
|
3104
2907
|
def source_details(self) -> Optional[Sequence['outputs.TargetAssetTestSpecSourceDetail']]:
|
3105
|
-
"""
|
3106
|
-
(Updatable)
|
3107
|
-
"""
|
3108
2908
|
return pulumi.get(self, "source_details")
|
3109
2909
|
|
3110
2910
|
|
@@ -3139,24 +2939,10 @@ class TargetAssetTestSpecAgentConfig(dict):
|
|
3139
2939
|
is_monitoring_disabled: Optional[bool] = None,
|
3140
2940
|
plugins_configs: Optional[Sequence['outputs.TargetAssetTestSpecAgentConfigPluginsConfig']] = None):
|
3141
2941
|
"""
|
3142
|
-
:param bool are_all_plugins_disabled:
|
3143
|
-
|
3144
|
-
|
3145
|
-
:param
|
3146
|
-
|
3147
|
-
These are the management plugins: OS Management Service Agent and Compute instance run command.
|
3148
|
-
|
3149
|
-
The management plugins are controlled by this parameter and the per-plugin configuration in the `pluginsConfig` object.
|
3150
|
-
* If `isManagementDisabled` is true, all the management plugins are disabled, regardless of the per-plugin configuration.
|
3151
|
-
* If `isManagementDisabled` is false, all the management plugins are enabled. You can optionally disable individual management plugins by providing a value in the `pluginsConfig` object.
|
3152
|
-
:param bool is_monitoring_disabled: (Updatable) Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. By default, the value is false (monitoring plugins are enabled).
|
3153
|
-
|
3154
|
-
These are the monitoring plugins: Compute instance monitoring and Custom logs monitoring.
|
3155
|
-
|
3156
|
-
The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
|
3157
|
-
* If `isMonitoringDisabled` is true, all the monitoring plugins are disabled, regardless of the per-plugin configuration.
|
3158
|
-
* If `isMonitoringDisabled` is false, all the monitoring plugins are enabled. You can optionally disable individual monitoring plugins by providing a value in the `pluginsConfig` object.
|
3159
|
-
:param Sequence['TargetAssetTestSpecAgentConfigPluginsConfigArgs'] plugins_configs: (Updatable) The configuration of plugins associated with this instance.
|
2942
|
+
:param bool are_all_plugins_disabled: Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
|
2943
|
+
:param bool is_management_disabled: Whether Oracle Cloud Agent can run all the available management plugins. By default, the value is false (management plugins are enabled).
|
2944
|
+
:param bool is_monitoring_disabled: Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. By default, the value is false (monitoring plugins are enabled).
|
2945
|
+
:param Sequence['TargetAssetTestSpecAgentConfigPluginsConfigArgs'] plugins_configs: The configuration of plugins associated with this instance.
|
3160
2946
|
"""
|
3161
2947
|
if are_all_plugins_disabled is not None:
|
3162
2948
|
pulumi.set(__self__, "are_all_plugins_disabled", are_all_plugins_disabled)
|
@@ -3171,9 +2957,7 @@ class TargetAssetTestSpecAgentConfig(dict):
|
|
3171
2957
|
@pulumi.getter(name="areAllPluginsDisabled")
|
3172
2958
|
def are_all_plugins_disabled(self) -> Optional[bool]:
|
3173
2959
|
"""
|
3174
|
-
|
3175
|
-
|
3176
|
-
To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
|
2960
|
+
Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
|
3177
2961
|
"""
|
3178
2962
|
return pulumi.get(self, "are_all_plugins_disabled")
|
3179
2963
|
|
@@ -3181,13 +2965,7 @@ class TargetAssetTestSpecAgentConfig(dict):
|
|
3181
2965
|
@pulumi.getter(name="isManagementDisabled")
|
3182
2966
|
def is_management_disabled(self) -> Optional[bool]:
|
3183
2967
|
"""
|
3184
|
-
|
3185
|
-
|
3186
|
-
These are the management plugins: OS Management Service Agent and Compute instance run command.
|
3187
|
-
|
3188
|
-
The management plugins are controlled by this parameter and the per-plugin configuration in the `pluginsConfig` object.
|
3189
|
-
* If `isManagementDisabled` is true, all the management plugins are disabled, regardless of the per-plugin configuration.
|
3190
|
-
* If `isManagementDisabled` is false, all the management plugins are enabled. You can optionally disable individual management plugins by providing a value in the `pluginsConfig` object.
|
2968
|
+
Whether Oracle Cloud Agent can run all the available management plugins. By default, the value is false (management plugins are enabled).
|
3191
2969
|
"""
|
3192
2970
|
return pulumi.get(self, "is_management_disabled")
|
3193
2971
|
|
@@ -3195,13 +2973,7 @@ class TargetAssetTestSpecAgentConfig(dict):
|
|
3195
2973
|
@pulumi.getter(name="isMonitoringDisabled")
|
3196
2974
|
def is_monitoring_disabled(self) -> Optional[bool]:
|
3197
2975
|
"""
|
3198
|
-
|
3199
|
-
|
3200
|
-
These are the monitoring plugins: Compute instance monitoring and Custom logs monitoring.
|
3201
|
-
|
3202
|
-
The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the `pluginsConfig` object.
|
3203
|
-
* If `isMonitoringDisabled` is true, all the monitoring plugins are disabled, regardless of the per-plugin configuration.
|
3204
|
-
* If `isMonitoringDisabled` is false, all the monitoring plugins are enabled. You can optionally disable individual monitoring plugins by providing a value in the `pluginsConfig` object.
|
2976
|
+
Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. By default, the value is false (monitoring plugins are enabled).
|
3205
2977
|
"""
|
3206
2978
|
return pulumi.get(self, "is_monitoring_disabled")
|
3207
2979
|
|
@@ -3209,7 +2981,7 @@ class TargetAssetTestSpecAgentConfig(dict):
|
|
3209
2981
|
@pulumi.getter(name="pluginsConfigs")
|
3210
2982
|
def plugins_configs(self) -> Optional[Sequence['outputs.TargetAssetTestSpecAgentConfigPluginsConfig']]:
|
3211
2983
|
"""
|
3212
|
-
|
2984
|
+
The configuration of plugins associated with this instance.
|
3213
2985
|
"""
|
3214
2986
|
return pulumi.get(self, "plugins_configs")
|
3215
2987
|
|
@@ -3237,10 +3009,8 @@ class TargetAssetTestSpecAgentConfigPluginsConfig(dict):
|
|
3237
3009
|
desired_state: Optional[str] = None,
|
3238
3010
|
name: Optional[str] = None):
|
3239
3011
|
"""
|
3240
|
-
:param str desired_state:
|
3241
|
-
|
3242
|
-
To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
|
3243
|
-
:param str name: (Updatable) The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
|
3012
|
+
:param str desired_state: Whether the plugin should be enabled or disabled.
|
3013
|
+
:param str name: The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
|
3244
3014
|
"""
|
3245
3015
|
if desired_state is not None:
|
3246
3016
|
pulumi.set(__self__, "desired_state", desired_state)
|
@@ -3251,9 +3021,7 @@ class TargetAssetTestSpecAgentConfigPluginsConfig(dict):
|
|
3251
3021
|
@pulumi.getter(name="desiredState")
|
3252
3022
|
def desired_state(self) -> Optional[str]:
|
3253
3023
|
"""
|
3254
|
-
|
3255
|
-
|
3256
|
-
To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
|
3024
|
+
Whether the plugin should be enabled or disabled.
|
3257
3025
|
"""
|
3258
3026
|
return pulumi.get(self, "desired_state")
|
3259
3027
|
|
@@ -3261,7 +3029,7 @@ class TargetAssetTestSpecAgentConfigPluginsConfig(dict):
|
|
3261
3029
|
@pulumi.getter
|
3262
3030
|
def name(self) -> Optional[str]:
|
3263
3031
|
"""
|
3264
|
-
|
3032
|
+
The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
|
3265
3033
|
"""
|
3266
3034
|
return pulumi.get(self, "name")
|
3267
3035
|
|
@@ -3318,41 +3086,17 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
|
|
3318
3086
|
subnet_id: Optional[str] = None,
|
3319
3087
|
vlan_id: Optional[str] = None):
|
3320
3088
|
"""
|
3321
|
-
:param bool assign_private_dns_record:
|
3322
|
-
|
3323
|
-
|
3324
|
-
:param
|
3325
|
-
|
3326
|
-
|
3327
|
-
|
3328
|
-
|
3329
|
-
|
3330
|
-
|
3331
|
-
|
3332
|
-
If you specify a `vlanId`, then `assignPublicIp` must be set to false. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
3333
|
-
:param 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"}`
|
3334
|
-
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
3335
|
-
:param Mapping[str, Any] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
|
3336
|
-
:param str hostname_label: (Updatable) Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
|
3337
|
-
:param Sequence[str] nsg_ids: (Updatable) List of OCIDs of the network security groups (NSGs) that are added to the VNIC. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
|
3338
|
-
|
3339
|
-
If a `vlanId` is specified, the `nsgIds` cannot be specified. The `vlanId` indicates that the VNIC will belong to a VLAN instead of a subnet. With VLANs, all VNICs in the VLAN belong to the NSGs that are associated with the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
3340
|
-
:param str private_ip: (Updatable) A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
|
3341
|
-
|
3342
|
-
If you specify a `vlanId`, the `privateIp` cannot be specified. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
3343
|
-
|
3344
|
-
Example: `10.0.3.3`
|
3345
|
-
:param bool skip_source_dest_check: (Updatable) Whether the source/destination check is disabled on the VNIC. Defaults to `false`, which means the check is performed. For information about why you should skip the source/destination check, see [Using a Private IP as a Route Target](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#privateip).
|
3346
|
-
|
3347
|
-
If you specify a `vlanId`, the `skipSourceDestCheck` cannot be specified because the source/destination check is always disabled for VNICs in a VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
3348
|
-
|
3349
|
-
Example: `true`
|
3350
|
-
:param str subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create the VNIC. When launching an instance, use this `subnetId` instead of the deprecated `subnetId` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). At least one of them is required; if you provide both, the values must match.
|
3351
|
-
|
3352
|
-
If you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN instead of a subnet, provide a `vlanId` instead of a `subnetId`. If you provide both `vlanId` and `subnetId`, the request fails.
|
3353
|
-
:param str vlan_id: (Updatable) Provide this attribute only if you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN. The value is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
3354
|
-
|
3355
|
-
Provide a `vlanId` instead of a `subnetId`. If you provide both `vlanId` and `subnetId`, the request fails.
|
3089
|
+
:param bool assign_private_dns_record: Whether the VNIC should be assigned a DNS record. If set to false, there will be no DNS record registration for the VNIC. If set to true, the DNS record will be registered. By default, the value is true.
|
3090
|
+
:param bool assign_public_ip: Whether the VNIC should be assigned a public IP address. Defaults to whether the subnet is public or private. If not set and the VNIC is being created in a private subnet (that is, where `prohibitPublicIpOnVnic` = true in the [Subnet](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Subnet/)), then no public IP address is assigned. If not set and the subnet is public (`prohibitPublicIpOnVnic` = false), then a public IP address is assigned. If set to true and `prohibitPublicIpOnVnic` = true, an error is returned.
|
3091
|
+
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
3092
|
+
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
3093
|
+
:param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
|
3094
|
+
:param str hostname_label: Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
|
3095
|
+
:param Sequence[str] nsg_ids: List of OCIDs of the network security groups (NSGs) that are added to the VNIC. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
|
3096
|
+
:param str private_ip: A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
|
3097
|
+
:param bool skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. Defaults to `false`, which means the check is performed. For information about why you should skip the source/destination check, see [Using a Private IP as a Route Target](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#privateip).
|
3098
|
+
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create the VNIC. When launching an instance, use this `subnetId` instead of the deprecated `subnetId` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). At least one of them is required; if you provide both, the values must match.
|
3099
|
+
:param str vlan_id: Provide this attribute only if you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN. The value is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
3356
3100
|
"""
|
3357
3101
|
if assign_private_dns_record is not None:
|
3358
3102
|
pulumi.set(__self__, "assign_private_dns_record", assign_private_dns_record)
|
@@ -3381,9 +3125,7 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
|
|
3381
3125
|
@pulumi.getter(name="assignPrivateDnsRecord")
|
3382
3126
|
def assign_private_dns_record(self) -> Optional[bool]:
|
3383
3127
|
"""
|
3384
|
-
|
3385
|
-
|
3386
|
-
If you specify a `hostnameLabel`, then `assignPrivateDnsRecord` must be set to true.
|
3128
|
+
Whether the VNIC should be assigned a DNS record. If set to false, there will be no DNS record registration for the VNIC. If set to true, the DNS record will be registered. By default, the value is true.
|
3387
3129
|
"""
|
3388
3130
|
return pulumi.get(self, "assign_private_dns_record")
|
3389
3131
|
|
@@ -3391,15 +3133,7 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
|
|
3391
3133
|
@pulumi.getter(name="assignPublicIp")
|
3392
3134
|
def assign_public_ip(self) -> Optional[bool]:
|
3393
3135
|
"""
|
3394
|
-
|
3395
|
-
|
3396
|
-
**Note:** This public IP address is associated with the primary private IP on the VNIC. For more information, see [IP Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingIPaddresses.htm).
|
3397
|
-
|
3398
|
-
**Note:** There's a limit to the number of [public IPs](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PublicIp/) a VNIC or instance can have. If you try to create a secondary VNIC with an assigned public IP for an instance that has already reached its public IP limit, an error is returned. For information about the public IP limits, see [Public IP Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingpublicIPs.htm).
|
3399
|
-
|
3400
|
-
Example: `false`
|
3401
|
-
|
3402
|
-
If you specify a `vlanId`, then `assignPublicIp` must be set to false. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
3136
|
+
Whether the VNIC should be assigned a public IP address. Defaults to whether the subnet is public or private. If not set and the VNIC is being created in a private subnet (that is, where `prohibitPublicIpOnVnic` = true in the [Subnet](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Subnet/)), then no public IP address is assigned. If not set and the subnet is public (`prohibitPublicIpOnVnic` = false), then a public IP address is assigned. If set to true and `prohibitPublicIpOnVnic` = true, an error is returned.
|
3403
3137
|
"""
|
3404
3138
|
return pulumi.get(self, "assign_public_ip")
|
3405
3139
|
|
@@ -3407,7 +3141,7 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
|
|
3407
3141
|
@pulumi.getter(name="definedTags")
|
3408
3142
|
def defined_tags(self) -> Optional[Mapping[str, Any]]:
|
3409
3143
|
"""
|
3410
|
-
|
3144
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
3411
3145
|
"""
|
3412
3146
|
return pulumi.get(self, "defined_tags")
|
3413
3147
|
|
@@ -3415,7 +3149,7 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
|
|
3415
3149
|
@pulumi.getter(name="displayName")
|
3416
3150
|
def display_name(self) -> Optional[str]:
|
3417
3151
|
"""
|
3418
|
-
|
3152
|
+
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
3419
3153
|
"""
|
3420
3154
|
return pulumi.get(self, "display_name")
|
3421
3155
|
|
@@ -3423,7 +3157,7 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
|
|
3423
3157
|
@pulumi.getter(name="freeformTags")
|
3424
3158
|
def freeform_tags(self) -> Optional[Mapping[str, Any]]:
|
3425
3159
|
"""
|
3426
|
-
|
3160
|
+
Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
|
3427
3161
|
"""
|
3428
3162
|
return pulumi.get(self, "freeform_tags")
|
3429
3163
|
|
@@ -3431,7 +3165,7 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
|
|
3431
3165
|
@pulumi.getter(name="hostnameLabel")
|
3432
3166
|
def hostname_label(self) -> Optional[str]:
|
3433
3167
|
"""
|
3434
|
-
|
3168
|
+
Deprecated. Instead use `hostnameLabel` in [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/). If you provide both, the values must match.
|
3435
3169
|
"""
|
3436
3170
|
return pulumi.get(self, "hostname_label")
|
3437
3171
|
|
@@ -3439,9 +3173,7 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
|
|
3439
3173
|
@pulumi.getter(name="nsgIds")
|
3440
3174
|
def nsg_ids(self) -> Optional[Sequence[str]]:
|
3441
3175
|
"""
|
3442
|
-
|
3443
|
-
|
3444
|
-
If a `vlanId` is specified, the `nsgIds` cannot be specified. The `vlanId` indicates that the VNIC will belong to a VLAN instead of a subnet. With VLANs, all VNICs in the VLAN belong to the NSGs that are associated with the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
3176
|
+
List of OCIDs of the network security groups (NSGs) that are added to the VNIC. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
|
3445
3177
|
"""
|
3446
3178
|
return pulumi.get(self, "nsg_ids")
|
3447
3179
|
|
@@ -3449,11 +3181,7 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
|
|
3449
3181
|
@pulumi.getter(name="privateIp")
|
3450
3182
|
def private_ip(self) -> Optional[str]:
|
3451
3183
|
"""
|
3452
|
-
|
3453
|
-
|
3454
|
-
If you specify a `vlanId`, the `privateIp` cannot be specified. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
3455
|
-
|
3456
|
-
Example: `10.0.3.3`
|
3184
|
+
A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
|
3457
3185
|
"""
|
3458
3186
|
return pulumi.get(self, "private_ip")
|
3459
3187
|
|
@@ -3461,11 +3189,7 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
|
|
3461
3189
|
@pulumi.getter(name="skipSourceDestCheck")
|
3462
3190
|
def skip_source_dest_check(self) -> Optional[bool]:
|
3463
3191
|
"""
|
3464
|
-
|
3465
|
-
|
3466
|
-
If you specify a `vlanId`, the `skipSourceDestCheck` cannot be specified because the source/destination check is always disabled for VNICs in a VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
3467
|
-
|
3468
|
-
Example: `true`
|
3192
|
+
Whether the source/destination check is disabled on the VNIC. Defaults to `false`, which means the check is performed. For information about why you should skip the source/destination check, see [Using a Private IP as a Route Target](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#privateip).
|
3469
3193
|
"""
|
3470
3194
|
return pulumi.get(self, "skip_source_dest_check")
|
3471
3195
|
|
@@ -3473,9 +3197,7 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
|
|
3473
3197
|
@pulumi.getter(name="subnetId")
|
3474
3198
|
def subnet_id(self) -> Optional[str]:
|
3475
3199
|
"""
|
3476
|
-
|
3477
|
-
|
3478
|
-
If you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN instead of a subnet, provide a `vlanId` instead of a `subnetId`. If you provide both `vlanId` and `subnetId`, the request fails.
|
3200
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create the VNIC. When launching an instance, use this `subnetId` instead of the deprecated `subnetId` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). At least one of them is required; if you provide both, the values must match.
|
3479
3201
|
"""
|
3480
3202
|
return pulumi.get(self, "subnet_id")
|
3481
3203
|
|
@@ -3483,9 +3205,7 @@ class TargetAssetTestSpecCreateVnicDetail(dict):
|
|
3483
3205
|
@pulumi.getter(name="vlanId")
|
3484
3206
|
def vlan_id(self) -> Optional[str]:
|
3485
3207
|
"""
|
3486
|
-
|
3487
|
-
|
3488
|
-
Provide a `vlanId` instead of a `subnetId`. If you provide both `vlanId` and `subnetId`, the request fails.
|
3208
|
+
Provide this attribute only if you are an Oracle Cloud VMware Solution customer and creating a secondary VNIC in a VLAN. The value is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
3489
3209
|
"""
|
3490
3210
|
return pulumi.get(self, "vlan_id")
|
3491
3211
|
|
@@ -3512,7 +3232,7 @@ class TargetAssetTestSpecInstanceOption(dict):
|
|
3512
3232
|
def __init__(__self__, *,
|
3513
3233
|
are_legacy_imds_endpoints_disabled: Optional[bool] = None):
|
3514
3234
|
"""
|
3515
|
-
:param bool are_legacy_imds_endpoints_disabled:
|
3235
|
+
:param bool are_legacy_imds_endpoints_disabled: Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
|
3516
3236
|
"""
|
3517
3237
|
if are_legacy_imds_endpoints_disabled is not None:
|
3518
3238
|
pulumi.set(__self__, "are_legacy_imds_endpoints_disabled", are_legacy_imds_endpoints_disabled)
|
@@ -3521,7 +3241,7 @@ class TargetAssetTestSpecInstanceOption(dict):
|
|
3521
3241
|
@pulumi.getter(name="areLegacyImdsEndpointsDisabled")
|
3522
3242
|
def are_legacy_imds_endpoints_disabled(self) -> Optional[bool]:
|
3523
3243
|
"""
|
3524
|
-
|
3244
|
+
Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
|
3525
3245
|
"""
|
3526
3246
|
return pulumi.get(self, "are_legacy_imds_endpoints_disabled")
|
3527
3247
|
|
@@ -3548,7 +3268,7 @@ class TargetAssetTestSpecPreemptibleInstanceConfig(dict):
|
|
3548
3268
|
def __init__(__self__, *,
|
3549
3269
|
preemption_actions: Optional[Sequence['outputs.TargetAssetTestSpecPreemptibleInstanceConfigPreemptionAction']] = None):
|
3550
3270
|
"""
|
3551
|
-
:param Sequence['TargetAssetTestSpecPreemptibleInstanceConfigPreemptionActionArgs'] preemption_actions:
|
3271
|
+
:param Sequence['TargetAssetTestSpecPreemptibleInstanceConfigPreemptionActionArgs'] preemption_actions: The action to run when the preemptible instance is interrupted for eviction.
|
3552
3272
|
"""
|
3553
3273
|
if preemption_actions is not None:
|
3554
3274
|
pulumi.set(__self__, "preemption_actions", preemption_actions)
|
@@ -3557,7 +3277,7 @@ class TargetAssetTestSpecPreemptibleInstanceConfig(dict):
|
|
3557
3277
|
@pulumi.getter(name="preemptionActions")
|
3558
3278
|
def preemption_actions(self) -> Optional[Sequence['outputs.TargetAssetTestSpecPreemptibleInstanceConfigPreemptionAction']]:
|
3559
3279
|
"""
|
3560
|
-
|
3280
|
+
The action to run when the preemptible instance is interrupted for eviction.
|
3561
3281
|
"""
|
3562
3282
|
return pulumi.get(self, "preemption_actions")
|
3563
3283
|
|
@@ -3585,8 +3305,8 @@ class TargetAssetTestSpecPreemptibleInstanceConfigPreemptionAction(dict):
|
|
3585
3305
|
preserve_boot_volume: Optional[bool] = None,
|
3586
3306
|
type: Optional[str] = None):
|
3587
3307
|
"""
|
3588
|
-
:param bool preserve_boot_volume:
|
3589
|
-
:param str type: (Updatable) The type of
|
3308
|
+
:param bool preserve_boot_volume: Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. By default, it is false if not specified.
|
3309
|
+
:param str type: (Updatable) The type of target asset.
|
3590
3310
|
"""
|
3591
3311
|
if preserve_boot_volume is not None:
|
3592
3312
|
pulumi.set(__self__, "preserve_boot_volume", preserve_boot_volume)
|
@@ -3597,7 +3317,7 @@ class TargetAssetTestSpecPreemptibleInstanceConfigPreemptionAction(dict):
|
|
3597
3317
|
@pulumi.getter(name="preserveBootVolume")
|
3598
3318
|
def preserve_boot_volume(self) -> Optional[bool]:
|
3599
3319
|
"""
|
3600
|
-
|
3320
|
+
Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. By default, it is false if not specified.
|
3601
3321
|
"""
|
3602
3322
|
return pulumi.get(self, "preserve_boot_volume")
|
3603
3323
|
|
@@ -3605,7 +3325,7 @@ class TargetAssetTestSpecPreemptibleInstanceConfigPreemptionAction(dict):
|
|
3605
3325
|
@pulumi.getter
|
3606
3326
|
def type(self) -> Optional[str]:
|
3607
3327
|
"""
|
3608
|
-
(Updatable) The type of
|
3328
|
+
(Updatable) The type of target asset.
|
3609
3329
|
"""
|
3610
3330
|
return pulumi.get(self, "type")
|
3611
3331
|
|
@@ -3636,11 +3356,9 @@ class TargetAssetTestSpecShapeConfig(dict):
|
|
3636
3356
|
memory_in_gbs: Optional[float] = None,
|
3637
3357
|
ocpus: Optional[float] = None):
|
3638
3358
|
"""
|
3639
|
-
:param str baseline_ocpu_utilization:
|
3640
|
-
|
3641
|
-
|
3642
|
-
:param float memory_in_gbs: (Updatable) The total amount of memory in gigabytes that is available to the instance.
|
3643
|
-
:param float ocpus: (Updatable) The total number of OCPUs available to the instance.
|
3359
|
+
:param str baseline_ocpu_utilization: The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
|
3360
|
+
:param float memory_in_gbs: The total amount of memory in gigabytes that is available to the instance.
|
3361
|
+
:param float ocpus: The total number of OCPUs available to the instance.
|
3644
3362
|
"""
|
3645
3363
|
if baseline_ocpu_utilization is not None:
|
3646
3364
|
pulumi.set(__self__, "baseline_ocpu_utilization", baseline_ocpu_utilization)
|
@@ -3653,9 +3371,7 @@ class TargetAssetTestSpecShapeConfig(dict):
|
|
3653
3371
|
@pulumi.getter(name="baselineOcpuUtilization")
|
3654
3372
|
def baseline_ocpu_utilization(self) -> Optional[str]:
|
3655
3373
|
"""
|
3656
|
-
|
3657
|
-
|
3658
|
-
The following values are supported:
|
3374
|
+
The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
|
3659
3375
|
"""
|
3660
3376
|
return pulumi.get(self, "baseline_ocpu_utilization")
|
3661
3377
|
|
@@ -3663,7 +3379,7 @@ class TargetAssetTestSpecShapeConfig(dict):
|
|
3663
3379
|
@pulumi.getter(name="memoryInGbs")
|
3664
3380
|
def memory_in_gbs(self) -> Optional[float]:
|
3665
3381
|
"""
|
3666
|
-
|
3382
|
+
The total amount of memory in gigabytes that is available to the instance.
|
3667
3383
|
"""
|
3668
3384
|
return pulumi.get(self, "memory_in_gbs")
|
3669
3385
|
|
@@ -3671,7 +3387,7 @@ class TargetAssetTestSpecShapeConfig(dict):
|
|
3671
3387
|
@pulumi.getter
|
3672
3388
|
def ocpus(self) -> Optional[float]:
|
3673
3389
|
"""
|
3674
|
-
|
3390
|
+
The total number of OCPUs available to the instance.
|
3675
3391
|
"""
|
3676
3392
|
return pulumi.get(self, "ocpus")
|
3677
3393
|
|
@@ -3713,18 +3429,12 @@ class TargetAssetTestSpecSourceDetail(dict):
|
|
3713
3429
|
kms_key_id: Optional[str] = None,
|
3714
3430
|
source_type: Optional[str] = None):
|
3715
3431
|
"""
|
3716
|
-
:param str boot_volume_id:
|
3717
|
-
:param str boot_volume_size_in_gbs:
|
3718
|
-
:param str boot_volume_vpus_per_gb:
|
3719
|
-
|
3720
|
-
|
3721
|
-
:param str
|
3722
|
-
:param str kms_key_id: (Updatable) The OCID of the key management key to assign as the master encryption key for the boot volume.
|
3723
|
-
:param str source_type: (Updatable) The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
|
3724
|
-
|
3725
|
-
|
3726
|
-
** IMPORTANT **
|
3727
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3432
|
+
:param str boot_volume_id: The OCID of the boot volume used to boot the instance.
|
3433
|
+
:param str boot_volume_size_in_gbs: The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
|
3434
|
+
:param str boot_volume_vpus_per_gb: The number of volume performance units (VPUs) that will be applied to this volume per GB that represents the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
|
3435
|
+
:param str image_id: The OCID of the image used to boot the instance.
|
3436
|
+
:param str kms_key_id: The OCID of the key management key to assign as the master encryption key for the boot volume.
|
3437
|
+
:param str source_type: The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
|
3728
3438
|
"""
|
3729
3439
|
if boot_volume_id is not None:
|
3730
3440
|
pulumi.set(__self__, "boot_volume_id", boot_volume_id)
|
@@ -3743,7 +3453,7 @@ class TargetAssetTestSpecSourceDetail(dict):
|
|
3743
3453
|
@pulumi.getter(name="bootVolumeId")
|
3744
3454
|
def boot_volume_id(self) -> Optional[str]:
|
3745
3455
|
"""
|
3746
|
-
|
3456
|
+
The OCID of the boot volume used to boot the instance.
|
3747
3457
|
"""
|
3748
3458
|
return pulumi.get(self, "boot_volume_id")
|
3749
3459
|
|
@@ -3751,7 +3461,7 @@ class TargetAssetTestSpecSourceDetail(dict):
|
|
3751
3461
|
@pulumi.getter(name="bootVolumeSizeInGbs")
|
3752
3462
|
def boot_volume_size_in_gbs(self) -> Optional[str]:
|
3753
3463
|
"""
|
3754
|
-
|
3464
|
+
The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
|
3755
3465
|
"""
|
3756
3466
|
return pulumi.get(self, "boot_volume_size_in_gbs")
|
3757
3467
|
|
@@ -3759,9 +3469,7 @@ class TargetAssetTestSpecSourceDetail(dict):
|
|
3759
3469
|
@pulumi.getter(name="bootVolumeVpusPerGb")
|
3760
3470
|
def boot_volume_vpus_per_gb(self) -> Optional[str]:
|
3761
3471
|
"""
|
3762
|
-
|
3763
|
-
|
3764
|
-
Allowed values:
|
3472
|
+
The number of volume performance units (VPUs) that will be applied to this volume per GB that represents the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
|
3765
3473
|
"""
|
3766
3474
|
return pulumi.get(self, "boot_volume_vpus_per_gb")
|
3767
3475
|
|
@@ -3769,7 +3477,7 @@ class TargetAssetTestSpecSourceDetail(dict):
|
|
3769
3477
|
@pulumi.getter(name="imageId")
|
3770
3478
|
def image_id(self) -> Optional[str]:
|
3771
3479
|
"""
|
3772
|
-
|
3480
|
+
The OCID of the image used to boot the instance.
|
3773
3481
|
"""
|
3774
3482
|
return pulumi.get(self, "image_id")
|
3775
3483
|
|
@@ -3777,7 +3485,7 @@ class TargetAssetTestSpecSourceDetail(dict):
|
|
3777
3485
|
@pulumi.getter(name="kmsKeyId")
|
3778
3486
|
def kms_key_id(self) -> Optional[str]:
|
3779
3487
|
"""
|
3780
|
-
|
3488
|
+
The OCID of the key management key to assign as the master encryption key for the boot volume.
|
3781
3489
|
"""
|
3782
3490
|
return pulumi.get(self, "kms_key_id")
|
3783
3491
|
|
@@ -3785,11 +3493,7 @@ class TargetAssetTestSpecSourceDetail(dict):
|
|
3785
3493
|
@pulumi.getter(name="sourceType")
|
3786
3494
|
def source_type(self) -> Optional[str]:
|
3787
3495
|
"""
|
3788
|
-
|
3789
|
-
|
3790
|
-
|
3791
|
-
** IMPORTANT **
|
3792
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3496
|
+
The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
|
3793
3497
|
"""
|
3794
3498
|
return pulumi.get(self, "source_type")
|
3795
3499
|
|
@@ -4337,7 +4041,15 @@ class TargetAssetUserSpecCreateVnicDetails(dict):
|
|
4337
4041
|
:param 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"}`
|
4338
4042
|
:param str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
4339
4043
|
:param Mapping[str, Any] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: `{"bar-key": "value"}`
|
4340
|
-
:param str hostname_label: (Updatable)
|
4044
|
+
:param str hostname_label: (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance-1` in FQDN `bminstance-1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123). The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
|
4045
|
+
|
4046
|
+
For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
|
4047
|
+
|
4048
|
+
When launching an instance, use this `hostnameLabel` instead of the deprecated `hostnameLabel` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). If you provide both, the values must match.
|
4049
|
+
|
4050
|
+
Example: `bminstance-1`
|
4051
|
+
|
4052
|
+
If you specify a `vlanId`, the `hostnameLabel` cannot be specified. VNICs on a VLAN can not be assigned a hostname. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
4341
4053
|
:param Sequence[str] nsg_ids: (Updatable) List of OCIDs of the network security groups (NSGs) that are added to the VNIC. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
|
4342
4054
|
|
4343
4055
|
If a `vlanId` is specified, the `nsgIds` cannot be specified. The `vlanId` indicates that the VNIC will belong to a VLAN instead of a subnet. With VLANs, all VNICs in the VLAN belong to the NSGs that are associated with the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
@@ -4435,7 +4147,15 @@ class TargetAssetUserSpecCreateVnicDetails(dict):
|
|
4435
4147
|
@pulumi.getter(name="hostnameLabel")
|
4436
4148
|
def hostname_label(self) -> Optional[str]:
|
4437
4149
|
"""
|
4438
|
-
(Updatable)
|
4150
|
+
(Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance-1` in FQDN `bminstance-1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123). The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
|
4151
|
+
|
4152
|
+
For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
|
4153
|
+
|
4154
|
+
When launching an instance, use this `hostnameLabel` instead of the deprecated `hostnameLabel` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). If you provide both, the values must match.
|
4155
|
+
|
4156
|
+
Example: `bminstance-1`
|
4157
|
+
|
4158
|
+
If you specify a `vlanId`, the `hostnameLabel` cannot be specified. VNICs on a VLAN can not be assigned a hostname. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
|
4439
4159
|
"""
|
4440
4160
|
return pulumi.get(self, "hostname_label")
|
4441
4161
|
|
@@ -4641,6 +4361,9 @@ class TargetAssetUserSpecShapeConfig(dict):
|
|
4641
4361
|
:param str baseline_ocpu_utilization: (Updatable) The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
|
4642
4362
|
|
4643
4363
|
The following values are supported:
|
4364
|
+
* `BASELINE_1_8` - baseline usage is 1/8 of an OCPU.
|
4365
|
+
* `BASELINE_1_2` - baseline usage is 1/2 of an OCPU.
|
4366
|
+
* `BASELINE_1_1` - baseline usage is an entire OCPU. This represents a non-burstable instance.
|
4644
4367
|
:param float memory_in_gbs: (Updatable) The total amount of memory in gigabytes that is available to the instance.
|
4645
4368
|
:param float ocpus: (Updatable) The total number of OCPUs available to the instance.
|
4646
4369
|
"""
|
@@ -4658,6 +4381,9 @@ class TargetAssetUserSpecShapeConfig(dict):
|
|
4658
4381
|
(Updatable) The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`.
|
4659
4382
|
|
4660
4383
|
The following values are supported:
|
4384
|
+
* `BASELINE_1_8` - baseline usage is 1/8 of an OCPU.
|
4385
|
+
* `BASELINE_1_2` - baseline usage is 1/2 of an OCPU.
|
4386
|
+
* `BASELINE_1_1` - baseline usage is an entire OCPU. This represents a non-burstable instance.
|
4661
4387
|
"""
|
4662
4388
|
return pulumi.get(self, "baseline_ocpu_utilization")
|
4663
4389
|
|