pulumi-oci 1.36.0a1715707046__py3-none-any.whl → 1.37.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 +248 -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/_inputs.py +32 -44
- pulumi_oci/bigdataservice/bds_instance.py +4 -4
- pulumi_oci/bigdataservice/outputs.py +32 -44
- 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/__init__.py +3 -0
- pulumi_oci/core/_inputs.py +442 -668
- 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_ip_inventory_subnet.py +171 -0
- pulumi_oci/core/get_ip_inventory_subnet_cidr.py +171 -0
- pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +206 -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 +1009 -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 +380 -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/exadata_infrastructure.py +28 -0
- pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
- pulumi_oci/database/get_exadata_infrastructure.py +14 -1
- pulumi_oci/database/get_vm_cluster.py +14 -1
- pulumi_oci/database/outputs.py +775 -389
- pulumi_oci/database/vm_cluster.py +55 -0
- pulumi_oci/database/vm_cluster_add_virtual_network.py +28 -0
- pulumi_oci/database/vm_cluster_network.py +4 -4
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +28 -0
- 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 +3 -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/masking_report_management.py +693 -0
- 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/email/__init__.py +3 -0
- pulumi_oci/email/_inputs.py +46 -0
- pulumi_oci/email/dkim.py +4 -4
- pulumi_oci/email/email_domain.py +77 -0
- pulumi_oci/email/email_return_path.py +642 -0
- pulumi_oci/email/get_email_domain.py +27 -1
- pulumi_oci/email/get_email_return_path.py +274 -0
- pulumi_oci/email/get_email_return_paths.py +203 -0
- pulumi_oci/email/outputs.py +231 -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/outputs.py +0 -8
- pulumi_oci/kms/_inputs.py +6 -6
- pulumi_oci/kms/outputs.py +6 -6
- pulumi_oci/loadbalancer/_inputs.py +30 -30
- pulumi_oci/loadbalancer/listener.py +2 -0
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
- pulumi_oci/loadbalancer/outputs.py +28 -30
- pulumi_oci/loganalytics/_inputs.py +26 -34
- pulumi_oci/loganalytics/namespace.py +4 -4
- 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/get_listener.py +14 -1
- pulumi_oci/networkloadbalancer/listener.py +51 -2
- pulumi_oci/networkloadbalancer/outputs.py +21 -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/__init__.py +48 -0
- pulumi_oci/osmanagementhub/_inputs.py +3651 -493
- pulumi_oci/osmanagementhub/event.py +733 -0
- pulumi_oci/osmanagementhub/get_entitlements.py +178 -0
- pulumi_oci/osmanagementhub/get_errata.py +283 -0
- pulumi_oci/osmanagementhub/get_erratum.py +308 -0
- pulumi_oci/osmanagementhub/get_event.py +322 -0
- pulumi_oci/osmanagementhub/get_events.py +322 -0
- pulumi_oci/osmanagementhub/get_lifecycle_environment.py +26 -13
- pulumi_oci/osmanagementhub/get_lifecycle_environments.py +48 -11
- pulumi_oci/osmanagementhub/get_lifecycle_stage.py +28 -15
- pulumi_oci/osmanagementhub/get_lifecycle_stages.py +86 -19
- pulumi_oci/osmanagementhub/get_managed_instance.py +587 -0
- pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +187 -0
- pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +190 -0
- pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +238 -0
- pulumi_oci/osmanagementhub/get_managed_instance_errata.py +204 -0
- pulumi_oci/osmanagementhub/get_managed_instance_group.py +62 -10
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +7 -9
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +8 -10
- pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +220 -0
- pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +244 -0
- pulumi_oci/osmanagementhub/get_managed_instance_groups.py +71 -16
- pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +221 -0
- pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +204 -0
- pulumi_oci/osmanagementhub/get_managed_instance_modules.py +187 -0
- pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +221 -0
- pulumi_oci/osmanagementhub/get_managed_instances.py +537 -0
- pulumi_oci/osmanagementhub/get_management_station.py +42 -19
- pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
- pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
- pulumi_oci/osmanagementhub/get_profile.py +51 -12
- pulumi_oci/osmanagementhub/get_profiles.py +76 -16
- pulumi_oci/osmanagementhub/get_scheduled_job.py +426 -0
- pulumi_oci/osmanagementhub/get_scheduled_jobs.py +433 -0
- pulumi_oci/osmanagementhub/get_software_package.py +301 -0
- pulumi_oci/osmanagementhub/get_software_package_software_source.py +329 -0
- pulumi_oci/osmanagementhub/get_software_packages.py +232 -0
- pulumi_oci/osmanagementhub/get_software_source.py +109 -18
- pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
- pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
- pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
- pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
- pulumi_oci/osmanagementhub/get_software_source_software_package.py +23 -10
- pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
- pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
- pulumi_oci/osmanagementhub/get_software_sources.py +78 -21
- pulumi_oci/osmanagementhub/get_windows_update.py +222 -0
- pulumi_oci/osmanagementhub/get_windows_updates.py +187 -0
- pulumi_oci/osmanagementhub/lifecycle_environment.py +159 -86
- pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +249 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +249 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +296 -0
- pulumi_oci/osmanagementhub/managed_instance.py +1327 -0
- pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +266 -0
- pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +214 -0
- pulumi_oci/osmanagementhub/managed_instance_group.py +264 -86
- pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +264 -0
- pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +526 -0
- pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +292 -0
- pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +341 -0
- pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +341 -0
- pulumi_oci/osmanagementhub/management_station.py +184 -81
- pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +264 -0
- pulumi_oci/osmanagementhub/management_station_refresh_management.py +212 -0
- pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +264 -0
- pulumi_oci/osmanagementhub/outputs.py +10899 -2365
- pulumi_oci/osmanagementhub/profile.py +200 -78
- pulumi_oci/osmanagementhub/scheduled_job.py +1331 -0
- pulumi_oci/osmanagementhub/software_source.py +365 -181
- pulumi_oci/osmanagementhub/software_source_add_packages_management.py +266 -0
- pulumi_oci/osmanagementhub/software_source_change_availability_management.py +194 -0
- 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.36.0a1715707046.dist-info → pulumi_oci-1.37.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.37.0.dist-info}/RECORD +405 -339
- {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.37.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.37.0.dist-info}/top_level.txt +0 -0
@@ -88,16 +88,12 @@ class BackendSetBackend(dict):
|
|
88
88
|
target_id: Optional[str] = None,
|
89
89
|
weight: Optional[int] = None):
|
90
90
|
"""
|
91
|
-
:param int port: (Updatable) The
|
91
|
+
:param int port: (Updatable) The communication port for the backend server. Example: `8080`
|
92
92
|
:param str ip_address: (Updatable) The IP address of the backend server. Example: `10.0.0.3`
|
93
93
|
:param bool is_backup: (Updatable) Whether the network load balancer should treat this server as a backup unit. If `true`, then the network load balancer forwards no ingress traffic to this backend server unless all other backend servers not marked as "isBackup" fail the health check policy. Example: `false`
|
94
94
|
:param bool is_drain: (Updatable) Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
|
95
95
|
:param bool is_offline: (Updatable) Whether the network load balancer should treat this server as offline. Offline servers receive no incoming traffic. Example: `false`
|
96
|
-
:param str name: A
|
97
|
-
|
98
|
-
Valid backend set names include only alphanumeric characters, dashes, and underscores. Backend set names cannot contain spaces. Avoid entering confidential information.
|
99
|
-
|
100
|
-
Example: `example_backend_set`
|
96
|
+
:param str name: (Updatable) A read-only field showing the IP address/OCID and port that uniquely identify this backend server in the backend set. Example: `10.0.0.3:8080`, or `ocid1.privateip..oc1.<var><unique_ID></var>:443` or `10.0.0.3:0`
|
101
97
|
:param str target_id: (Updatable) The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var><unique_ID></var>`
|
102
98
|
:param int weight: (Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
|
103
99
|
"""
|
@@ -121,7 +117,7 @@ class BackendSetBackend(dict):
|
|
121
117
|
@pulumi.getter
|
122
118
|
def port(self) -> int:
|
123
119
|
"""
|
124
|
-
(Updatable) The
|
120
|
+
(Updatable) The communication port for the backend server. Example: `8080`
|
125
121
|
"""
|
126
122
|
return pulumi.get(self, "port")
|
127
123
|
|
@@ -161,11 +157,7 @@ class BackendSetBackend(dict):
|
|
161
157
|
@pulumi.getter
|
162
158
|
def name(self) -> Optional[str]:
|
163
159
|
"""
|
164
|
-
A
|
165
|
-
|
166
|
-
Valid backend set names include only alphanumeric characters, dashes, and underscores. Backend set names cannot contain spaces. Avoid entering confidential information.
|
167
|
-
|
168
|
-
Example: `example_backend_set`
|
160
|
+
(Updatable) A read-only field showing the IP address/OCID and port that uniquely identify this backend server in the backend set. Example: `10.0.0.3:8080`, or `ocid1.privateip..oc1.<var><unique_ID></var>:443` or `10.0.0.3:0`
|
169
161
|
"""
|
170
162
|
return pulumi.get(self, "name")
|
171
163
|
|
@@ -473,7 +465,7 @@ class NetworkLoadBalancerIpAddress(dict):
|
|
473
465
|
is_public: Optional[bool] = None,
|
474
466
|
reserved_ips: Optional[Sequence['outputs.NetworkLoadBalancerIpAddressReservedIp']] = None):
|
475
467
|
"""
|
476
|
-
:param str ip_address:
|
468
|
+
:param str ip_address: An IP address. Example: `192.168.0.3`
|
477
469
|
:param str ip_version: IP version associated with the listener.
|
478
470
|
:param bool is_public: Whether the IP address is public or private.
|
479
471
|
:param Sequence['NetworkLoadBalancerIpAddressReservedIpArgs'] reserved_ips: An object representing a reserved IP address to be attached or that is already attached to a network load balancer.
|
@@ -491,7 +483,7 @@ class NetworkLoadBalancerIpAddress(dict):
|
|
491
483
|
@pulumi.getter(name="ipAddress")
|
492
484
|
def ip_address(self) -> Optional[str]:
|
493
485
|
"""
|
494
|
-
|
486
|
+
An IP address. Example: `192.168.0.3`
|
495
487
|
"""
|
496
488
|
return pulumi.get(self, "ip_address")
|
497
489
|
|
@@ -611,16 +603,12 @@ class NetworkLoadBalancersBackendSetsUnifiedBackend(dict):
|
|
611
603
|
target_id: Optional[str] = None,
|
612
604
|
weight: Optional[int] = None):
|
613
605
|
"""
|
614
|
-
:param int port: (Updatable) The
|
606
|
+
:param int port: (Updatable) The communication port for the backend server. Example: `8080`
|
615
607
|
:param str ip_address: (Updatable) The IP address of the backend server. Example: `10.0.0.3`
|
616
608
|
:param bool is_backup: (Updatable) Whether the network load balancer should treat this server as a backup unit. If `true`, then the network load balancer forwards no ingress traffic to this backend server unless all other backend servers not marked as "isBackup" fail the health check policy. Example: `false`
|
617
609
|
:param bool is_drain: (Updatable) Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
|
618
610
|
:param bool is_offline: (Updatable) Whether the network load balancer should treat this server as offline. Offline servers receive no incoming traffic. Example: `false`
|
619
|
-
:param str name: A
|
620
|
-
|
621
|
-
Valid backend set names include only alphanumeric characters, dashes, and underscores. Backend set names cannot contain spaces. Avoid entering confidential information.
|
622
|
-
|
623
|
-
Example: `example_backend_set`
|
611
|
+
:param str name: (Updatable) A read-only field showing the IP address/OCID and port that uniquely identify this backend server in the backend set. Example: `10.0.0.3:8080`, or `ocid1.privateip..oc1.<var><unique_ID></var>:443` or `10.0.0.3:0`
|
624
612
|
:param str target_id: (Updatable) The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var><unique_ID></var>`
|
625
613
|
:param int weight: (Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
|
626
614
|
"""
|
@@ -644,7 +632,7 @@ class NetworkLoadBalancersBackendSetsUnifiedBackend(dict):
|
|
644
632
|
@pulumi.getter
|
645
633
|
def port(self) -> int:
|
646
634
|
"""
|
647
|
-
(Updatable) The
|
635
|
+
(Updatable) The communication port for the backend server. Example: `8080`
|
648
636
|
"""
|
649
637
|
return pulumi.get(self, "port")
|
650
638
|
|
@@ -684,11 +672,7 @@ class NetworkLoadBalancersBackendSetsUnifiedBackend(dict):
|
|
684
672
|
@pulumi.getter
|
685
673
|
def name(self) -> Optional[str]:
|
686
674
|
"""
|
687
|
-
A
|
688
|
-
|
689
|
-
Valid backend set names include only alphanumeric characters, dashes, and underscores. Backend set names cannot contain spaces. Avoid entering confidential information.
|
690
|
-
|
691
|
-
Example: `example_backend_set`
|
675
|
+
(Updatable) A read-only field showing the IP address/OCID and port that uniquely identify this backend server in the backend set. Example: `10.0.0.3:8080`, or `ocid1.privateip..oc1.<var><unique_ID></var>:443` or `10.0.0.3:0`
|
692
676
|
"""
|
693
677
|
return pulumi.get(self, "name")
|
694
678
|
|
@@ -1942,6 +1926,7 @@ class GetListenersListenerCollectionItemResult(dict):
|
|
1942
1926
|
default_backend_set_name: str,
|
1943
1927
|
id: str,
|
1944
1928
|
ip_version: str,
|
1929
|
+
is_ppv2enabled: bool,
|
1945
1930
|
name: str,
|
1946
1931
|
network_load_balancer_id: str,
|
1947
1932
|
port: int,
|
@@ -1949,6 +1934,7 @@ class GetListenersListenerCollectionItemResult(dict):
|
|
1949
1934
|
"""
|
1950
1935
|
:param str default_backend_set_name: The name of the associated backend set. Example: `example_backend_set`
|
1951
1936
|
:param str ip_version: IP version associated with the listener.
|
1937
|
+
:param bool is_ppv2enabled: Property to enable/disable PPv2 feature for this listener.
|
1952
1938
|
:param str name: A friendly name for the listener. It must be unique and it cannot be changed. Example: `example_listener`
|
1953
1939
|
:param str network_load_balancer_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network load balancer to update.
|
1954
1940
|
:param int port: The communication port for the listener. Example: `80`
|
@@ -1957,6 +1943,7 @@ class GetListenersListenerCollectionItemResult(dict):
|
|
1957
1943
|
pulumi.set(__self__, "default_backend_set_name", default_backend_set_name)
|
1958
1944
|
pulumi.set(__self__, "id", id)
|
1959
1945
|
pulumi.set(__self__, "ip_version", ip_version)
|
1946
|
+
pulumi.set(__self__, "is_ppv2enabled", is_ppv2enabled)
|
1960
1947
|
pulumi.set(__self__, "name", name)
|
1961
1948
|
pulumi.set(__self__, "network_load_balancer_id", network_load_balancer_id)
|
1962
1949
|
pulumi.set(__self__, "port", port)
|
@@ -1983,6 +1970,14 @@ class GetListenersListenerCollectionItemResult(dict):
|
|
1983
1970
|
"""
|
1984
1971
|
return pulumi.get(self, "ip_version")
|
1985
1972
|
|
1973
|
+
@property
|
1974
|
+
@pulumi.getter(name="isPpv2enabled")
|
1975
|
+
def is_ppv2enabled(self) -> bool:
|
1976
|
+
"""
|
1977
|
+
Property to enable/disable PPv2 feature for this listener.
|
1978
|
+
"""
|
1979
|
+
return pulumi.get(self, "is_ppv2enabled")
|
1980
|
+
|
1986
1981
|
@property
|
1987
1982
|
@pulumi.getter
|
1988
1983
|
def name(self) -> str:
|
pulumi_oci/nosql/_inputs.py
CHANGED
@@ -84,13 +84,9 @@ class TableReplicaArgs:
|
|
84
84
|
state: Optional[pulumi.Input[str]] = None,
|
85
85
|
table_id: Optional[pulumi.Input[str]] = None):
|
86
86
|
"""
|
87
|
-
:param pulumi.Input[str] capacity_mode:
|
87
|
+
:param pulumi.Input[str] capacity_mode: The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
|
88
88
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail.
|
89
|
-
:param pulumi.Input[int] max_write_units:
|
90
|
-
|
91
|
-
|
92
|
-
** IMPORTANT **
|
93
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
89
|
+
:param pulumi.Input[int] max_write_units: Maximum sustained write throughput limit for the table.
|
94
90
|
:param pulumi.Input[str] region: A customer-facing region identifier
|
95
91
|
:param pulumi.Input[str] state: The state of a table.
|
96
92
|
:param pulumi.Input[str] table_id: The OCID of the replica table
|
@@ -112,7 +108,7 @@ class TableReplicaArgs:
|
|
112
108
|
@pulumi.getter(name="capacityMode")
|
113
109
|
def capacity_mode(self) -> Optional[pulumi.Input[str]]:
|
114
110
|
"""
|
115
|
-
|
111
|
+
The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
|
116
112
|
"""
|
117
113
|
return pulumi.get(self, "capacity_mode")
|
118
114
|
|
@@ -136,11 +132,7 @@ class TableReplicaArgs:
|
|
136
132
|
@pulumi.getter(name="maxWriteUnits")
|
137
133
|
def max_write_units(self) -> Optional[pulumi.Input[int]]:
|
138
134
|
"""
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
** IMPORTANT **
|
143
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
135
|
+
Maximum sustained write throughput limit for the table.
|
144
136
|
"""
|
145
137
|
return pulumi.get(self, "max_write_units")
|
146
138
|
|
pulumi_oci/nosql/outputs.py
CHANGED
@@ -131,13 +131,9 @@ class TableReplica(dict):
|
|
131
131
|
state: Optional[str] = None,
|
132
132
|
table_id: Optional[str] = None):
|
133
133
|
"""
|
134
|
-
:param str capacity_mode:
|
134
|
+
:param str capacity_mode: The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
|
135
135
|
:param str lifecycle_details: A message describing the current state in more detail.
|
136
|
-
:param int max_write_units:
|
137
|
-
|
138
|
-
|
139
|
-
** IMPORTANT **
|
140
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
136
|
+
:param int max_write_units: Maximum sustained write throughput limit for the table.
|
141
137
|
:param str region: A customer-facing region identifier
|
142
138
|
:param str state: The state of a table.
|
143
139
|
:param str table_id: The OCID of the replica table
|
@@ -159,7 +155,7 @@ class TableReplica(dict):
|
|
159
155
|
@pulumi.getter(name="capacityMode")
|
160
156
|
def capacity_mode(self) -> Optional[str]:
|
161
157
|
"""
|
162
|
-
|
158
|
+
The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
|
163
159
|
"""
|
164
160
|
return pulumi.get(self, "capacity_mode")
|
165
161
|
|
@@ -175,11 +171,7 @@ class TableReplica(dict):
|
|
175
171
|
@pulumi.getter(name="maxWriteUnits")
|
176
172
|
def max_write_units(self) -> Optional[int]:
|
177
173
|
"""
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
** IMPORTANT **
|
182
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
174
|
+
Maximum sustained write throughput limit for the table.
|
183
175
|
"""
|
184
176
|
return pulumi.get(self, "max_write_units")
|
185
177
|
|
@@ -131,8 +131,8 @@ class BucketRetentionRuleDurationArgs:
|
|
131
131
|
time_amount: pulumi.Input[str],
|
132
132
|
time_unit: pulumi.Input[str]):
|
133
133
|
"""
|
134
|
-
:param pulumi.Input[str] time_amount: The timeAmount is interpreted in units defined by the timeUnit parameter, and is calculated in relation to each object's Last-Modified timestamp.
|
135
|
-
:param pulumi.Input[str] time_unit: The unit that should be used to interpret timeAmount.
|
134
|
+
:param pulumi.Input[str] time_amount: (Updatable) The timeAmount is interpreted in units defined by the timeUnit parameter, and is calculated in relation to each object's Last-Modified timestamp.
|
135
|
+
:param pulumi.Input[str] time_unit: (Updatable) The unit that should be used to interpret timeAmount.
|
136
136
|
"""
|
137
137
|
pulumi.set(__self__, "time_amount", time_amount)
|
138
138
|
pulumi.set(__self__, "time_unit", time_unit)
|
@@ -141,7 +141,7 @@ class BucketRetentionRuleDurationArgs:
|
|
141
141
|
@pulumi.getter(name="timeAmount")
|
142
142
|
def time_amount(self) -> pulumi.Input[str]:
|
143
143
|
"""
|
144
|
-
The timeAmount is interpreted in units defined by the timeUnit parameter, and is calculated in relation to each object's Last-Modified timestamp.
|
144
|
+
(Updatable) The timeAmount is interpreted in units defined by the timeUnit parameter, and is calculated in relation to each object's Last-Modified timestamp.
|
145
145
|
"""
|
146
146
|
return pulumi.get(self, "time_amount")
|
147
147
|
|
@@ -153,7 +153,7 @@ class BucketRetentionRuleDurationArgs:
|
|
153
153
|
@pulumi.getter(name="timeUnit")
|
154
154
|
def time_unit(self) -> pulumi.Input[str]:
|
155
155
|
"""
|
156
|
-
The unit that should be used to interpret timeAmount.
|
156
|
+
(Updatable) The unit that should be used to interpret timeAmount.
|
157
157
|
"""
|
158
158
|
return pulumi.get(self, "time_unit")
|
159
159
|
|
@@ -164,8 +164,8 @@ class BucketRetentionRuleDuration(dict):
|
|
164
164
|
time_amount: str,
|
165
165
|
time_unit: str):
|
166
166
|
"""
|
167
|
-
:param str time_amount: The timeAmount is interpreted in units defined by the timeUnit parameter, and is calculated in relation to each object's Last-Modified timestamp.
|
168
|
-
:param str time_unit: The unit that should be used to interpret timeAmount.
|
167
|
+
:param str time_amount: (Updatable) The timeAmount is interpreted in units defined by the timeUnit parameter, and is calculated in relation to each object's Last-Modified timestamp.
|
168
|
+
:param str time_unit: (Updatable) The unit that should be used to interpret timeAmount.
|
169
169
|
"""
|
170
170
|
pulumi.set(__self__, "time_amount", time_amount)
|
171
171
|
pulumi.set(__self__, "time_unit", time_unit)
|
@@ -174,7 +174,7 @@ class BucketRetentionRuleDuration(dict):
|
|
174
174
|
@pulumi.getter(name="timeAmount")
|
175
175
|
def time_amount(self) -> str:
|
176
176
|
"""
|
177
|
-
The timeAmount is interpreted in units defined by the timeUnit parameter, and is calculated in relation to each object's Last-Modified timestamp.
|
177
|
+
(Updatable) The timeAmount is interpreted in units defined by the timeUnit parameter, and is calculated in relation to each object's Last-Modified timestamp.
|
178
178
|
"""
|
179
179
|
return pulumi.get(self, "time_amount")
|
180
180
|
|
@@ -182,7 +182,7 @@ class BucketRetentionRuleDuration(dict):
|
|
182
182
|
@pulumi.getter(name="timeUnit")
|
183
183
|
def time_unit(self) -> str:
|
184
184
|
"""
|
185
|
-
The unit that should be used to interpret timeAmount.
|
185
|
+
(Updatable) The unit that should be used to interpret timeAmount.
|
186
186
|
"""
|
187
187
|
return pulumi.get(self, "time_unit")
|
188
188
|
|
pulumi_oci/ocvp/_inputs.py
CHANGED
@@ -562,18 +562,14 @@ class SddcInitialConfigurationInitialClusterConfigurationArgs:
|
|
562
562
|
:param pulumi.Input[Sequence[pulumi.Input['SddcInitialConfigurationInitialClusterConfigurationDatastoreArgs']]] datastores: A list of datastore info for the Cluster. This value is required only when `initialHostShapeName` is a standard shape.
|
563
563
|
:param pulumi.Input[str] display_name: A descriptive name for the Cluster. Cluster name requirements are 1-16 character length limit, Must start with a letter, Must be English letters, numbers, - only, No repeating hyphens, Must be unique within the region. Avoid entering confidential information.
|
564
564
|
:param pulumi.Input[str] initial_commitment: The billing option selected during Cluster creation. [ListSupportedCommitments](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/SupportedCommitmentSummary/ListSupportedCommitments).
|
565
|
-
:param pulumi.Input[float] initial_host_ocpu_count:
|
566
|
-
:param pulumi.Input[str] initial_host_shape_name:
|
567
|
-
:param pulumi.Input[str] instance_display_name_prefix:
|
565
|
+
:param pulumi.Input[float] initial_host_ocpu_count: The initial OCPU count of the Cluster's ESXi hosts.
|
566
|
+
:param pulumi.Input[str] initial_host_shape_name: The initial compute shape of the Cluster's ESXi hosts. [ListSupportedHostShapes](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/SupportedHostShapes/ListSupportedHostShapes).
|
567
|
+
:param pulumi.Input[str] instance_display_name_prefix: A prefix used in the name of each ESXi host and Compute instance in the Cluster. If this isn't set, the Cluster's `displayName` is used as the prefix.
|
568
568
|
|
569
|
-
For example, if the value is `
|
570
|
-
:param pulumi.Input[bool] is_shielded_instance_enabled:
|
569
|
+
For example, if the value is `myCluster`, the ESXi hosts are named `myCluster-1`, `myCluster-2`, and so on.
|
570
|
+
:param pulumi.Input[bool] is_shielded_instance_enabled: Indicates whether shielded instance is enabled for this Cluster.
|
571
571
|
:param pulumi.Input['SddcInitialConfigurationInitialClusterConfigurationNetworkConfigurationArgs'] network_configuration: The network configurations used by Cluster, including [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management subnet and VLANs.
|
572
|
-
:param pulumi.Input[str] workload_network_cidr:
|
573
|
-
|
574
|
-
|
575
|
-
** IMPORTANT **
|
576
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
572
|
+
:param pulumi.Input[str] workload_network_cidr: The CIDR block for the IP addresses that VMware VMs in the Cluster use to run application workloads.
|
577
573
|
"""
|
578
574
|
pulumi.set(__self__, "compute_availability_domain", compute_availability_domain)
|
579
575
|
pulumi.set(__self__, "esxi_hosts_count", esxi_hosts_count)
|
@@ -703,7 +699,7 @@ class SddcInitialConfigurationInitialClusterConfigurationArgs:
|
|
703
699
|
@pulumi.getter(name="initialHostOcpuCount")
|
704
700
|
def initial_host_ocpu_count(self) -> Optional[pulumi.Input[float]]:
|
705
701
|
"""
|
706
|
-
|
702
|
+
The initial OCPU count of the Cluster's ESXi hosts.
|
707
703
|
"""
|
708
704
|
return pulumi.get(self, "initial_host_ocpu_count")
|
709
705
|
|
@@ -715,7 +711,7 @@ class SddcInitialConfigurationInitialClusterConfigurationArgs:
|
|
715
711
|
@pulumi.getter(name="initialHostShapeName")
|
716
712
|
def initial_host_shape_name(self) -> Optional[pulumi.Input[str]]:
|
717
713
|
"""
|
718
|
-
|
714
|
+
The initial compute shape of the Cluster's ESXi hosts. [ListSupportedHostShapes](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/SupportedHostShapes/ListSupportedHostShapes).
|
719
715
|
"""
|
720
716
|
return pulumi.get(self, "initial_host_shape_name")
|
721
717
|
|
@@ -727,9 +723,9 @@ class SddcInitialConfigurationInitialClusterConfigurationArgs:
|
|
727
723
|
@pulumi.getter(name="instanceDisplayNamePrefix")
|
728
724
|
def instance_display_name_prefix(self) -> Optional[pulumi.Input[str]]:
|
729
725
|
"""
|
730
|
-
|
726
|
+
A prefix used in the name of each ESXi host and Compute instance in the Cluster. If this isn't set, the Cluster's `displayName` is used as the prefix.
|
731
727
|
|
732
|
-
For example, if the value is `
|
728
|
+
For example, if the value is `myCluster`, the ESXi hosts are named `myCluster-1`, `myCluster-2`, and so on.
|
733
729
|
"""
|
734
730
|
return pulumi.get(self, "instance_display_name_prefix")
|
735
731
|
|
@@ -741,7 +737,7 @@ class SddcInitialConfigurationInitialClusterConfigurationArgs:
|
|
741
737
|
@pulumi.getter(name="isShieldedInstanceEnabled")
|
742
738
|
def is_shielded_instance_enabled(self) -> Optional[pulumi.Input[bool]]:
|
743
739
|
"""
|
744
|
-
|
740
|
+
Indicates whether shielded instance is enabled for this Cluster.
|
745
741
|
"""
|
746
742
|
return pulumi.get(self, "is_shielded_instance_enabled")
|
747
743
|
|
@@ -765,11 +761,7 @@ class SddcInitialConfigurationInitialClusterConfigurationArgs:
|
|
765
761
|
@pulumi.getter(name="workloadNetworkCidr")
|
766
762
|
def workload_network_cidr(self) -> Optional[pulumi.Input[str]]:
|
767
763
|
"""
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
** IMPORTANT **
|
772
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
764
|
+
The CIDR block for the IP addresses that VMware VMs in the Cluster use to run application workloads.
|
773
765
|
"""
|
774
766
|
return pulumi.get(self, "workload_network_cidr")
|
775
767
|
|
@@ -830,23 +822,49 @@ class SddcInitialConfigurationInitialClusterConfigurationNetworkConfigurationArg
|
|
830
822
|
replication_vlan_id: Optional[pulumi.Input[str]] = None,
|
831
823
|
vsphere_vlan_id: Optional[pulumi.Input[str]] = None):
|
832
824
|
"""
|
833
|
-
:param pulumi.Input[str] nsx_edge_vtep_vlan_id:
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
825
|
+
:param pulumi.Input[str] nsx_edge_vtep_vlan_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the Cluster for the NSX Edge VTEP component of the VMware environment.
|
826
|
+
|
827
|
+
This attribute is not guaranteed to reflect the NSX Edge VTEP VLAN currently used by the ESXi hosts in the Cluster. The purpose of this attribute is to show the NSX Edge VTEP VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this Cluster in the future* with [CreateEsxiHost](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/EsxiHost/CreateEsxiHost).
|
828
|
+
|
829
|
+
Therefore, if you change the existing ESXi hosts in the Cluster to use a different VLAN for the NSX Edge VTEP component of the VMware environment, you should use [UpdateCluster](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/Cluster/UpdateCluster) to update the Cluster's `nsxEdgeVTepVlanId` with that new VLAN's OCID.
|
830
|
+
:param pulumi.Input[str] nsx_vtep_vlan_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the Cluster for the NSX VTEP component of the VMware environment.
|
831
|
+
|
832
|
+
This attribute is not guaranteed to reflect the NSX VTEP VLAN currently used by the ESXi hosts in the Cluster. The purpose of this attribute is to show the NSX VTEP VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this Cluster in the future* with [CreateEsxiHost](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/EsxiHost/CreateEsxiHost).
|
833
|
+
|
834
|
+
Therefore, if you change the existing ESXi hosts in the Cluster to use a different VLAN for the NSX VTEP component of the VMware environment, you should use [UpdateCluster](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/Cluster/UpdateCluster) to update the Cluster's `nsxVTepVlanId` with that new VLAN's OCID.
|
835
|
+
:param pulumi.Input[str] provisioning_subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management subnet used to provision the Cluster.
|
836
|
+
:param pulumi.Input[str] vmotion_vlan_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the Cluster for the vMotion component of the VMware environment.
|
837
|
+
|
838
|
+
This attribute is not guaranteed to reflect the vMotion VLAN currently used by the ESXi hosts in the Cluster. The purpose of this attribute is to show the vMotion VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this Cluster in the future* with [CreateEsxiHost](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/EsxiHost/CreateEsxiHost).
|
839
|
+
|
840
|
+
Therefore, if you change the existing ESXi hosts in the Cluster to use a different VLAN for the vMotion component of the VMware environment, you should use [UpdateCluster](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/Sddc/UpdateCluster) to update the Cluster's `vmotionVlanId` with that new VLAN's OCID.
|
841
|
+
:param pulumi.Input[str] vsan_vlan_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the Cluster for the vSAN component of the VMware environment.
|
842
|
+
|
843
|
+
This attribute is not guaranteed to reflect the vSAN VLAN currently used by the ESXi hosts in the Cluster. The purpose of this attribute is to show the vSAN VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this Cluster in the future* with [CreateEsxiHost](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/EsxiHost/CreateEsxiHost).
|
844
|
+
|
845
|
+
Therefore, if you change the existing ESXi hosts in the Cluster to use a different VLAN for the vSAN component of the VMware environment, you should use [UpdateCluster](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/Cluster/UpdateCluster) to update the Cluster's `vsanVlanId` with that new VLAN's OCID.
|
838
846
|
:param pulumi.Input[str] hcx_vlan_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC for the HCX component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster when HCX is enabled.
|
839
847
|
|
840
848
|
This attribute is not guaranteed to reflect the HCX VLAN currently used by the ESXi hosts in the SDDC. The purpose of this attribute is to show the HCX VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this SDDC in the future* with [CreateEsxiHost](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20230701/EsxiHost/CreateEsxiHost).
|
841
849
|
|
842
850
|
Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN for the HCX component of the VMware environment, you should use [UpdateSddc](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20230701/Sddc/UpdateSddc) to update the SDDC's `hcxVlanId` with that new VLAN's OCID.
|
843
|
-
:param pulumi.Input[str] nsx_edge_uplink1vlan_id:
|
844
|
-
|
851
|
+
:param pulumi.Input[str] nsx_edge_uplink1vlan_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
|
852
|
+
|
853
|
+
This attribute is not guaranteed to reflect the NSX Edge Uplink 1 VLAN currently used by the ESXi hosts in the Cluster. The purpose of this attribute is to show the NSX Edge Uplink 1 VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this Cluster in the future* with [CreateEsxiHost](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/EsxiHost/CreateEsxiHost).
|
854
|
+
|
855
|
+
Therefore, if you change the existing ESXi hosts in the Cluster to use a different VLAN for the NSX Edge Uplink 1 component of the VMware environment, you should use [UpdateCluster](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/Cluster/UpdateCluster) to update the Cluster's `nsxEdgeUplink1VlanId` with that new VLAN's OCID.
|
856
|
+
:param pulumi.Input[str] nsx_edge_uplink2vlan_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
|
857
|
+
|
858
|
+
This attribute is not guaranteed to reflect the NSX Edge Uplink 2 VLAN currently used by the ESXi hosts in the Cluster. The purpose of this attribute is to show the NSX Edge Uplink 2 VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this Cluster in the future* with [CreateEsxiHost](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/EsxiHost/CreateEsxiHost).
|
859
|
+
|
860
|
+
Therefore, if you change the existing ESXi hosts in the Cluster to use a different VLAN for the NSX Edge Uplink 2 component of the VMware environment, you should use [UpdateCluster](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/Cluster/UpdateCluster) to update the Cluster's `nsxEdgeUplink2VlanId` with that new VLAN's OCID.
|
861
|
+
:param pulumi.Input[str] provisioning_vlan_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the Cluster for the Provisioning component of the VMware environment.
|
862
|
+
:param pulumi.Input[str] replication_vlan_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the Cluster for the vSphere Replication component of the VMware environment.
|
863
|
+
:param pulumi.Input[str] vsphere_vlan_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC for the vSphere component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
|
864
|
+
|
865
|
+
This attribute is not guaranteed to reflect the vSphere VLAN currently used by the ESXi hosts in the Cluster. The purpose of this attribute is to show the vSphere VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this Cluster in the future* with [CreateEsxiHost](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/EsxiHost/CreateEsxiHost).
|
845
866
|
|
846
|
-
|
847
|
-
:param pulumi.Input[str] provisioning_vlan_id: (Optional) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC for the Provisioning component of the VMware environment. **Deprecated**. Please use `provisioning_vlan_id` of `network_configuration` instead.
|
848
|
-
:param pulumi.Input[str] replication_vlan_id: (Optional) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. **Deprecated**. Please use `replication_vlan_id` of `network_configuration` instead.
|
849
|
-
:param pulumi.Input[str] vsphere_vlan_id: (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the vSphere component of the VMware environment. **Deprecated**. Please use `vsphere_vlan_id` of `network_configuration` instead.
|
867
|
+
Therefore, if you change the existing ESXi hosts in the Cluster to use a different VLAN for the vSphere component of the VMware environment, you should use [UpdateCluster](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/Sddc/UpdateSddc) to update the Cluster's `vsphereVlanId` with that new VLAN's OCID.
|
850
868
|
"""
|
851
869
|
pulumi.set(__self__, "nsx_edge_vtep_vlan_id", nsx_edge_vtep_vlan_id)
|
852
870
|
pulumi.set(__self__, "nsx_vtep_vlan_id", nsx_vtep_vlan_id)
|
@@ -870,7 +888,11 @@ class SddcInitialConfigurationInitialClusterConfigurationNetworkConfigurationArg
|
|
870
888
|
@pulumi.getter(name="nsxEdgeVtepVlanId")
|
871
889
|
def nsx_edge_vtep_vlan_id(self) -> pulumi.Input[str]:
|
872
890
|
"""
|
873
|
-
|
891
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the Cluster for the NSX Edge VTEP component of the VMware environment.
|
892
|
+
|
893
|
+
This attribute is not guaranteed to reflect the NSX Edge VTEP VLAN currently used by the ESXi hosts in the Cluster. The purpose of this attribute is to show the NSX Edge VTEP VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this Cluster in the future* with [CreateEsxiHost](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/EsxiHost/CreateEsxiHost).
|
894
|
+
|
895
|
+
Therefore, if you change the existing ESXi hosts in the Cluster to use a different VLAN for the NSX Edge VTEP component of the VMware environment, you should use [UpdateCluster](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/Cluster/UpdateCluster) to update the Cluster's `nsxEdgeVTepVlanId` with that new VLAN's OCID.
|
874
896
|
"""
|
875
897
|
return pulumi.get(self, "nsx_edge_vtep_vlan_id")
|
876
898
|
|
@@ -882,7 +904,11 @@ class SddcInitialConfigurationInitialClusterConfigurationNetworkConfigurationArg
|
|
882
904
|
@pulumi.getter(name="nsxVtepVlanId")
|
883
905
|
def nsx_vtep_vlan_id(self) -> pulumi.Input[str]:
|
884
906
|
"""
|
885
|
-
|
907
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the Cluster for the NSX VTEP component of the VMware environment.
|
908
|
+
|
909
|
+
This attribute is not guaranteed to reflect the NSX VTEP VLAN currently used by the ESXi hosts in the Cluster. The purpose of this attribute is to show the NSX VTEP VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this Cluster in the future* with [CreateEsxiHost](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/EsxiHost/CreateEsxiHost).
|
910
|
+
|
911
|
+
Therefore, if you change the existing ESXi hosts in the Cluster to use a different VLAN for the NSX VTEP component of the VMware environment, you should use [UpdateCluster](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/Cluster/UpdateCluster) to update the Cluster's `nsxVTepVlanId` with that new VLAN's OCID.
|
886
912
|
"""
|
887
913
|
return pulumi.get(self, "nsx_vtep_vlan_id")
|
888
914
|
|
@@ -894,7 +920,7 @@ class SddcInitialConfigurationInitialClusterConfigurationNetworkConfigurationArg
|
|
894
920
|
@pulumi.getter(name="provisioningSubnetId")
|
895
921
|
def provisioning_subnet_id(self) -> pulumi.Input[str]:
|
896
922
|
"""
|
897
|
-
|
923
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management subnet used to provision the Cluster.
|
898
924
|
"""
|
899
925
|
return pulumi.get(self, "provisioning_subnet_id")
|
900
926
|
|
@@ -906,7 +932,11 @@ class SddcInitialConfigurationInitialClusterConfigurationNetworkConfigurationArg
|
|
906
932
|
@pulumi.getter(name="vmotionVlanId")
|
907
933
|
def vmotion_vlan_id(self) -> pulumi.Input[str]:
|
908
934
|
"""
|
909
|
-
|
935
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the Cluster for the vMotion component of the VMware environment.
|
936
|
+
|
937
|
+
This attribute is not guaranteed to reflect the vMotion VLAN currently used by the ESXi hosts in the Cluster. The purpose of this attribute is to show the vMotion VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this Cluster in the future* with [CreateEsxiHost](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/EsxiHost/CreateEsxiHost).
|
938
|
+
|
939
|
+
Therefore, if you change the existing ESXi hosts in the Cluster to use a different VLAN for the vMotion component of the VMware environment, you should use [UpdateCluster](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/Sddc/UpdateCluster) to update the Cluster's `vmotionVlanId` with that new VLAN's OCID.
|
910
940
|
"""
|
911
941
|
return pulumi.get(self, "vmotion_vlan_id")
|
912
942
|
|
@@ -918,7 +948,11 @@ class SddcInitialConfigurationInitialClusterConfigurationNetworkConfigurationArg
|
|
918
948
|
@pulumi.getter(name="vsanVlanId")
|
919
949
|
def vsan_vlan_id(self) -> pulumi.Input[str]:
|
920
950
|
"""
|
921
|
-
|
951
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the Cluster for the vSAN component of the VMware environment.
|
952
|
+
|
953
|
+
This attribute is not guaranteed to reflect the vSAN VLAN currently used by the ESXi hosts in the Cluster. The purpose of this attribute is to show the vSAN VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this Cluster in the future* with [CreateEsxiHost](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/EsxiHost/CreateEsxiHost).
|
954
|
+
|
955
|
+
Therefore, if you change the existing ESXi hosts in the Cluster to use a different VLAN for the vSAN component of the VMware environment, you should use [UpdateCluster](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/Cluster/UpdateCluster) to update the Cluster's `vsanVlanId` with that new VLAN's OCID.
|
922
956
|
"""
|
923
957
|
return pulumi.get(self, "vsan_vlan_id")
|
924
958
|
|
@@ -946,7 +980,11 @@ class SddcInitialConfigurationInitialClusterConfigurationNetworkConfigurationArg
|
|
946
980
|
@pulumi.getter(name="nsxEdgeUplink1vlanId")
|
947
981
|
def nsx_edge_uplink1vlan_id(self) -> Optional[pulumi.Input[str]]:
|
948
982
|
"""
|
949
|
-
|
983
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
|
984
|
+
|
985
|
+
This attribute is not guaranteed to reflect the NSX Edge Uplink 1 VLAN currently used by the ESXi hosts in the Cluster. The purpose of this attribute is to show the NSX Edge Uplink 1 VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this Cluster in the future* with [CreateEsxiHost](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/EsxiHost/CreateEsxiHost).
|
986
|
+
|
987
|
+
Therefore, if you change the existing ESXi hosts in the Cluster to use a different VLAN for the NSX Edge Uplink 1 component of the VMware environment, you should use [UpdateCluster](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/Cluster/UpdateCluster) to update the Cluster's `nsxEdgeUplink1VlanId` with that new VLAN's OCID.
|
950
988
|
"""
|
951
989
|
return pulumi.get(self, "nsx_edge_uplink1vlan_id")
|
952
990
|
|
@@ -958,9 +996,11 @@ class SddcInitialConfigurationInitialClusterConfigurationNetworkConfigurationArg
|
|
958
996
|
@pulumi.getter(name="nsxEdgeUplink2vlanId")
|
959
997
|
def nsx_edge_uplink2vlan_id(self) -> Optional[pulumi.Input[str]]:
|
960
998
|
"""
|
961
|
-
|
999
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
|
962
1000
|
|
963
|
-
|
1001
|
+
This attribute is not guaranteed to reflect the NSX Edge Uplink 2 VLAN currently used by the ESXi hosts in the Cluster. The purpose of this attribute is to show the NSX Edge Uplink 2 VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this Cluster in the future* with [CreateEsxiHost](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/EsxiHost/CreateEsxiHost).
|
1002
|
+
|
1003
|
+
Therefore, if you change the existing ESXi hosts in the Cluster to use a different VLAN for the NSX Edge Uplink 2 component of the VMware environment, you should use [UpdateCluster](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/Cluster/UpdateCluster) to update the Cluster's `nsxEdgeUplink2VlanId` with that new VLAN's OCID.
|
964
1004
|
"""
|
965
1005
|
return pulumi.get(self, "nsx_edge_uplink2vlan_id")
|
966
1006
|
|
@@ -972,7 +1012,7 @@ class SddcInitialConfigurationInitialClusterConfigurationNetworkConfigurationArg
|
|
972
1012
|
@pulumi.getter(name="provisioningVlanId")
|
973
1013
|
def provisioning_vlan_id(self) -> Optional[pulumi.Input[str]]:
|
974
1014
|
"""
|
975
|
-
|
1015
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the Cluster for the Provisioning component of the VMware environment.
|
976
1016
|
"""
|
977
1017
|
return pulumi.get(self, "provisioning_vlan_id")
|
978
1018
|
|
@@ -984,7 +1024,7 @@ class SddcInitialConfigurationInitialClusterConfigurationNetworkConfigurationArg
|
|
984
1024
|
@pulumi.getter(name="replicationVlanId")
|
985
1025
|
def replication_vlan_id(self) -> Optional[pulumi.Input[str]]:
|
986
1026
|
"""
|
987
|
-
|
1027
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the Cluster for the vSphere Replication component of the VMware environment.
|
988
1028
|
"""
|
989
1029
|
return pulumi.get(self, "replication_vlan_id")
|
990
1030
|
|
@@ -996,7 +1036,11 @@ class SddcInitialConfigurationInitialClusterConfigurationNetworkConfigurationArg
|
|
996
1036
|
@pulumi.getter(name="vsphereVlanId")
|
997
1037
|
def vsphere_vlan_id(self) -> Optional[pulumi.Input[str]]:
|
998
1038
|
"""
|
999
|
-
|
1039
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC for the vSphere component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
|
1040
|
+
|
1041
|
+
This attribute is not guaranteed to reflect the vSphere VLAN currently used by the ESXi hosts in the Cluster. The purpose of this attribute is to show the vSphere VLAN that the Oracle Cloud VMware Solution will use for any new ESXi hosts that you *add to this Cluster in the future* with [CreateEsxiHost](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/EsxiHost/CreateEsxiHost).
|
1042
|
+
|
1043
|
+
Therefore, if you change the existing ESXi hosts in the Cluster to use a different VLAN for the vSphere component of the VMware environment, you should use [UpdateCluster](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/Sddc/UpdateSddc) to update the Cluster's `vsphereVlanId` with that new VLAN's OCID.
|
1000
1044
|
"""
|
1001
1045
|
return pulumi.get(self, "vsphere_vlan_id")
|
1002
1046
|
|