oci 2.116.0__py3-none-any.whl → 2.117.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.
Files changed (352) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +41 -41
  3. oci/adm/models/__init__.py +4 -0
  4. oci/adm/models/create_vulnerability_audit_details.py +27 -0
  5. oci/adm/models/usage_data_details.py +92 -0
  6. oci/adm/models/usage_data_via_object_storage_tuple_details.py +143 -0
  7. oci/adm/models/vulnerability.py +33 -2
  8. oci/adm/models/vulnerability_audit.py +86 -0
  9. oci/adm/models/work_request_summary.py +35 -2
  10. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  11. oci/ai_document/ai_service_document_client.py +22 -22
  12. oci/ai_language/ai_service_language_client.py +36 -36
  13. oci/ai_speech/ai_service_speech_client.py +9 -9
  14. oci/ai_vision/ai_service_vision_client.py +25 -25
  15. oci/analytics/analytics_client.py +23 -23
  16. oci/announcements_service/announcement_client.py +4 -4
  17. oci/announcements_service/announcement_subscription_client.py +9 -9
  18. oci/announcements_service/announcements_preferences_client.py +4 -4
  19. oci/apigateway/api_gateway_client.py +21 -21
  20. oci/apigateway/deployment_client.py +6 -6
  21. oci/apigateway/gateway_client.py +6 -6
  22. oci/apigateway/subscribers_client.py +6 -6
  23. oci/apigateway/usage_plans_client.py +6 -6
  24. oci/apigateway/work_requests_client.py +5 -5
  25. oci/apm_config/config_client.py +8 -8
  26. oci/apm_control_plane/apm_domain_client.py +14 -14
  27. oci/apm_synthetics/apm_synthetic_client.py +18 -18
  28. oci/apm_traces/query_client.py +2 -2
  29. oci/apm_traces/trace_client.py +4 -4
  30. oci/application_migration/application_migration_client.py +19 -19
  31. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  32. oci/artifacts/artifacts_client.py +32 -32
  33. oci/audit/audit_client.py +3 -3
  34. oci/autoscaling/auto_scaling_client.py +11 -11
  35. oci/bastion/bastion_client.py +15 -15
  36. oci/bds/bds_client.py +51 -51
  37. oci/blockchain/blockchain_platform_client.py +27 -27
  38. oci/budget/budget_client.py +10 -10
  39. oci/certificates/certificates_client.py +5 -5
  40. oci/certificates_management/certificates_management_client.py +32 -32
  41. oci/cims/incident_client.py +8 -8
  42. oci/cims/user_client.py +1 -1
  43. oci/cloud_bridge/common_client.py +5 -5
  44. oci/cloud_bridge/discovery_client.py +14 -14
  45. oci/cloud_bridge/inventory_client.py +16 -16
  46. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  47. oci/cloud_guard/cloud_guard_client.py +133 -133
  48. oci/cloud_migrations/migration_client.py +43 -43
  49. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +14 -15
  50. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  51. oci/compute_instance_agent/plugin_client.py +2 -2
  52. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  53. oci/container_engine/container_engine_client.py +44 -44
  54. oci/container_instances/container_instance_client.py +18 -18
  55. oci/core/blockstorage_client.py +60 -60
  56. oci/core/compute_client.py +99 -99
  57. oci/core/compute_management_client.py +32 -32
  58. oci/core/virtual_network_client.py +242 -242
  59. oci/dashboard_service/dashboard_client.py +6 -6
  60. oci/dashboard_service/dashboard_group_client.py +6 -6
  61. oci/data_catalog/data_catalog_client.py +141 -141
  62. oci/data_flow/data_flow_client.py +42 -42
  63. oci/data_integration/data_integration_client.py +163 -163
  64. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  65. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  66. oci/data_safe/data_safe_client.py +252 -252
  67. oci/data_science/data_science_client.py +91 -91
  68. oci/data_science/models/fast_launch_job_config_summary.py +7 -3
  69. oci/data_science/models/job_shape_summary.py +7 -3
  70. oci/data_science/models/model_deployment_shape_summary.py +7 -3
  71. oci/data_science/models/notebook_session_shape_summary.py +7 -3
  72. oci/database/database_client.py +2092 -1268
  73. oci/database/database_client_composite_operations.py +222 -0
  74. oci/database/models/__init__.py +14 -0
  75. oci/database/models/autonomous_container_database.py +33 -2
  76. oci/database/models/autonomous_container_database_backup_config.py +2 -0
  77. oci/database/models/autonomous_container_database_summary.py +33 -2
  78. oci/database/models/autonomous_vm_cluster.py +95 -2
  79. oci/database/models/autonomous_vm_cluster_summary.py +95 -2
  80. oci/database/models/cloud_autonomous_vm_cluster.py +95 -2
  81. oci/database/models/cloud_autonomous_vm_cluster_summary.py +95 -2
  82. oci/database/models/console_history.py +368 -0
  83. oci/database/models/console_history_collection.py +72 -0
  84. oci/database/models/console_history_summary.py +368 -0
  85. oci/database/models/create_cloud_vm_cluster_details.py +33 -2
  86. oci/database/models/create_console_history_details.py +151 -0
  87. oci/database/models/create_vm_cluster_details.py +33 -2
  88. oci/database/models/db_system_upgrade_history_entry.py +64 -2
  89. oci/database/models/db_system_upgrade_history_entry_summary.py +64 -2
  90. oci/database/models/peer_autonomous_container_database_backup_config.py +2 -0
  91. oci/database/models/system_version_collection.py +72 -0
  92. oci/database/models/system_version_summary.py +134 -0
  93. oci/database/models/update_autonomous_vm_cluster_details.py +95 -2
  94. oci/database/models/update_cloud_autonomous_vm_cluster_details.py +93 -0
  95. oci/database/models/update_console_history_details.py +150 -0
  96. oci/database/models/upgrade_db_system_details.py +31 -0
  97. oci/database_management/db_management_client.py +182 -182
  98. oci/database_management/diagnosability_client.py +4 -4
  99. oci/database_management/managed_my_sql_databases_client.py +6 -6
  100. oci/database_management/perfhub_client.py +1 -1
  101. oci/database_management/sql_tuning_client.py +17 -17
  102. oci/database_migration/database_migration_client.py +41 -41
  103. oci/database_tools/database_tools_client.py +23 -23
  104. oci/devops/devops_client.py +89 -89
  105. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  106. oci/dns/dns_client.py +52 -52
  107. oci/dts/appliance_export_job_client.py +6 -6
  108. oci/dts/shipping_vendors_client.py +1 -1
  109. oci/dts/transfer_appliance_client.py +8 -8
  110. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  111. oci/dts/transfer_device_client.py +5 -5
  112. oci/dts/transfer_job_client.py +6 -6
  113. oci/dts/transfer_package_client.py +7 -7
  114. oci/em_warehouse/em_data_lake_client.py +13 -13
  115. oci/em_warehouse/em_warehouse_client.py +13 -13
  116. oci/email/email_client.py +25 -25
  117. oci/events/events_client.py +6 -6
  118. oci/file_storage/file_storage_client.py +50 -50
  119. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  120. oci/functions/functions_invoke_client.py +1 -1
  121. oci/functions/functions_management_client.py +16 -16
  122. oci/fusion_apps/data_masking_activity_client.py +3 -3
  123. oci/fusion_apps/fusion_applications_client.py +39 -39
  124. oci/fusion_apps/fusion_environment_client.py +15 -15
  125. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  126. oci/fusion_apps/refresh_activity_client.py +4 -4
  127. oci/fusion_apps/scheduled_activity_client.py +2 -2
  128. oci/fusion_apps/service_attachment_client.py +2 -2
  129. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  130. oci/golden_gate/golden_gate_client.py +536 -57
  131. oci/golden_gate/golden_gate_client_composite_operations.py +90 -0
  132. oci/golden_gate/models/__init__.py +8 -0
  133. oci/golden_gate/models/certificate.py +713 -0
  134. oci/golden_gate/models/certificate_collection.py +72 -0
  135. oci/golden_gate/models/certificate_summary.py +269 -0
  136. oci/golden_gate/models/create_certificate_details.py +105 -0
  137. oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +2 -2
  138. oci/golden_gate/models/create_mysql_connection_details.py +10 -12
  139. oci/golden_gate/models/create_postgresql_connection_details.py +8 -6
  140. oci/golden_gate/models/microsoft_sqlserver_connection.py +2 -2
  141. oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +2 -2
  142. oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +2 -2
  143. oci/golden_gate/models/update_mysql_connection_details.py +10 -12
  144. oci/golden_gate/models/update_postgresql_connection_details.py +8 -6
  145. oci/golden_gate/models/work_request.py +11 -3
  146. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  147. oci/governance_rules_control_plane/work_request_client.py +5 -5
  148. oci/healthchecks/health_checks_client.py +17 -17
  149. oci/identity/identity_client.py +145 -145
  150. oci/identity_data_plane/dataplane_client.py +2 -2
  151. oci/identity_domains/identity_domains_client.py +294 -294
  152. oci/integration/integration_instance_client.py +15 -15
  153. oci/jms/java_management_service_client.py +66 -66
  154. oci/jms_java_downloads/java_download_client.py +25 -25
  155. oci/key_management/ekm_client.py +5 -5
  156. oci/key_management/kms_crypto_client.py +6 -6
  157. oci/key_management/kms_management_client.py +21 -21
  158. oci/key_management/kms_vault_client.py +14 -14
  159. oci/license_manager/license_manager_client.py +18 -18
  160. oci/limits/limits_client.py +4 -4
  161. oci/limits/quotas_client.py +7 -7
  162. oci/load_balancer/load_balancer_client.py +61 -61
  163. oci/lockbox/lockbox_client.py +23 -23
  164. oci/log_analytics/log_analytics_client.py +388 -192
  165. oci/log_analytics/models/export_details.py +15 -17
  166. oci/logging/logging_management_client.py +30 -30
  167. oci/loggingingestion/logging_client.py +1 -1
  168. oci/loggingsearch/log_search_client.py +1 -1
  169. oci/management_agent/management_agent_client.py +23 -23
  170. oci/management_dashboard/dashx_apis_client.py +14 -14
  171. oci/marketplace/account_client.py +2 -2
  172. oci/marketplace/marketplace_client.py +30 -30
  173. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  174. oci/media_services/media_services_client.py +48 -48
  175. oci/media_services/media_stream_client.py +2 -2
  176. oci/monitoring/monitoring_client.py +13 -13
  177. oci/mysql/channels_client.py +7 -7
  178. oci/mysql/db_backups_client.py +6 -6
  179. oci/mysql/db_system_client.py +17 -17
  180. oci/mysql/mysqlaas_client.py +7 -7
  181. oci/mysql/replicas_client.py +5 -5
  182. oci/mysql/work_requests_client.py +4 -4
  183. oci/network_firewall/network_firewall_client.py +80 -80
  184. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  185. oci/nosql/nosql_client.py +24 -24
  186. oci/object_storage/object_storage_client.py +50 -50
  187. oci/oce/oce_instance_client.py +10 -10
  188. oci/oci_control_center/occ_metrics_client.py +3 -3
  189. oci/ocvp/__init__.py +4 -2
  190. oci/ocvp/cluster_client.py +732 -0
  191. oci/ocvp/cluster_client_composite_operations.py +160 -0
  192. oci/ocvp/esxi_host_client.py +262 -14
  193. oci/ocvp/esxi_host_client_composite_operations.py +84 -1
  194. oci/ocvp/models/__init__.py +29 -7
  195. oci/ocvp/models/change_sddc_compartment_details.py +1 -1
  196. oci/ocvp/models/cluster.py +1026 -0
  197. oci/ocvp/models/cluster_collection.py +72 -0
  198. oci/ocvp/models/cluster_summary.py +671 -0
  199. oci/ocvp/models/create_cluster_details.py +658 -0
  200. oci/ocvp/models/create_esxi_host_details.py +112 -161
  201. oci/ocvp/models/create_sddc_details.py +86 -814
  202. oci/ocvp/models/datastore_details.py +154 -0
  203. oci/ocvp/models/datastore_info.py +6 -6
  204. oci/ocvp/models/downgrade_hcx_details.py +1 -1
  205. oci/ocvp/models/esxi_host.py +132 -64
  206. oci/ocvp/models/esxi_host_collection.py +1 -1
  207. oci/ocvp/models/esxi_host_summary.py +100 -63
  208. oci/ocvp/models/hcx_license_summary.py +1 -1
  209. oci/ocvp/models/initial_cluster_configuration.py +518 -0
  210. oci/ocvp/models/initial_configuration.py +72 -0
  211. oci/ocvp/models/network_configuration.py +635 -0
  212. oci/ocvp/models/replace_host_details.py +78 -0
  213. oci/ocvp/models/sddc.py +176 -1269
  214. oci/ocvp/models/sddc_collection.py +1 -1
  215. oci/ocvp/models/sddc_password.py +123 -0
  216. oci/ocvp/models/sddc_summary.py +55 -161
  217. oci/ocvp/models/supported_commitment_summary.py +96 -0
  218. oci/ocvp/models/supported_commitment_summary_collection.py +72 -0
  219. oci/ocvp/models/supported_esxi_software_version_summary.py +135 -0
  220. oci/ocvp/models/supported_host_shape_collection.py +1 -1
  221. oci/ocvp/models/supported_host_shape_summary.py +54 -54
  222. oci/ocvp/models/supported_vmware_software_version_collection.py +1 -1
  223. oci/ocvp/models/supported_vmware_software_version_summary.py +34 -3
  224. oci/ocvp/models/update_cluster_details.py +265 -0
  225. oci/ocvp/models/update_esxi_host_details.py +32 -32
  226. oci/ocvp/models/update_sddc_details.py +42 -377
  227. oci/ocvp/models/vsphere_license.py +1 -1
  228. oci/ocvp/models/vsphere_upgrade_object.py +1 -1
  229. oci/ocvp/models/work_request.py +20 -4
  230. oci/ocvp/models/work_request_collection.py +1 -1
  231. oci/ocvp/models/work_request_error.py +1 -1
  232. oci/ocvp/models/work_request_error_collection.py +1 -1
  233. oci/ocvp/models/work_request_log_entry.py +1 -1
  234. oci/ocvp/models/work_request_log_entry_collection.py +1 -1
  235. oci/ocvp/models/work_request_resource.py +1 -1
  236. oci/ocvp/sddc_client.py +212 -68
  237. oci/ocvp/sddc_client_composite_operations.py +1 -1
  238. oci/ocvp/work_request_client.py +10 -10
  239. oci/ocvp/work_request_client_composite_operations.py +1 -1
  240. oci/oda/management_client.py +56 -56
  241. oci/oda/oda_client.py +17 -17
  242. oci/oda/odapackage_client.py +7 -7
  243. oci/onesubscription/billing_schedule_client.py +1 -1
  244. oci/onesubscription/commitment_client.py +2 -2
  245. oci/onesubscription/computed_usage_client.py +3 -3
  246. oci/onesubscription/invoice_summary_client.py +2 -2
  247. oci/onesubscription/organization_subscription_client.py +1 -1
  248. oci/onesubscription/ratecard_client.py +1 -1
  249. oci/onesubscription/subscribed_service_client.py +2 -2
  250. oci/onesubscription/subscription_client.py +1 -1
  251. oci/ons/notification_control_plane_client.py +6 -6
  252. oci/ons/notification_data_plane_client.py +10 -10
  253. oci/opa/opa_instance_client.py +11 -11
  254. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  255. oci/opensearch/opensearch_cluster_client.py +14 -14
  256. oci/operator_access_control/access_requests_client.py +9 -9
  257. oci/operator_access_control/operator_actions_client.py +2 -2
  258. oci/operator_access_control/operator_control_assignment_client.py +6 -6
  259. oci/operator_access_control/operator_control_client.py +6 -6
  260. oci/opsi/models/__init__.py +22 -0
  261. oci/opsi/models/awr_hub_objects.py +72 -0
  262. oci/opsi/models/awr_hub_source.py +904 -0
  263. oci/opsi/models/awr_hub_source_summary.py +904 -0
  264. oci/opsi/models/awr_hub_source_summary_collection.py +72 -0
  265. oci/opsi/models/awr_hub_sources.py +72 -0
  266. oci/opsi/models/change_awr_hub_source_compartment_details.py +72 -0
  267. oci/opsi/models/change_operations_insights_warehouse_compartment_details.py +76 -0
  268. oci/opsi/models/create_awr_hub_details.py +1 -1
  269. oci/opsi/models/create_awr_hub_source_details.py +377 -0
  270. oci/opsi/models/list_objects.py +134 -0
  271. oci/opsi/models/object_summary.py +329 -0
  272. oci/opsi/models/update_awr_hub_source_details.py +210 -0
  273. oci/opsi/models/work_request.py +27 -3
  274. oci/opsi/operations_insights_client.py +3221 -1507
  275. oci/opsi/operations_insights_client_composite_operations.py +283 -0
  276. oci/optimizer/optimizer_client.py +26 -26
  277. oci/os_management/event_client.py +8 -8
  278. oci/os_management/os_management_client.py +69 -69
  279. oci/os_management_hub/lifecycle_environment_client.py +11 -11
  280. oci/os_management_hub/managed_instance_client.py +22 -22
  281. oci/os_management_hub/managed_instance_group_client.py +22 -22
  282. oci/os_management_hub/management_station_client.py +8 -8
  283. oci/os_management_hub/onboarding_client.py +5 -5
  284. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  285. oci/os_management_hub/scheduled_job_client.py +6 -6
  286. oci/os_management_hub/software_source_client.py +22 -22
  287. oci/os_management_hub/work_request_client.py +4 -4
  288. oci/osp_gateway/address_rule_service_client.py +1 -1
  289. oci/osp_gateway/address_service_client.py +2 -2
  290. oci/osp_gateway/invoice_service_client.py +5 -5
  291. oci/osp_gateway/subscription_service_client.py +5 -5
  292. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  293. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  294. oci/osub_subscription/commitment_client.py +2 -2
  295. oci/osub_subscription/ratecard_client.py +1 -1
  296. oci/osub_subscription/subscription_client.py +1 -1
  297. oci/osub_usage/computed_usage_client.py +3 -3
  298. oci/psql/postgresql_client.py +66 -66
  299. oci/queue/queue_admin_client.py +11 -11
  300. oci/queue/queue_client.py +8 -8
  301. oci/recovery/database_recovery_client.py +23 -23
  302. oci/redis/redis_cluster_client.py +11 -11
  303. oci/regions_definitions.py +12 -4
  304. oci/resource_manager/resource_manager_client.py +52 -52
  305. oci/resource_search/resource_search_client.py +3 -3
  306. oci/rover/rover_bundle_client.py +8 -8
  307. oci/rover/rover_cluster_client.py +8 -8
  308. oci/rover/rover_entitlement_client.py +6 -6
  309. oci/rover/rover_node_client.py +15 -15
  310. oci/rover/shape_client.py +1 -1
  311. oci/rover/work_requests_client.py +5 -5
  312. oci/sch/service_connector_client.py +12 -12
  313. oci/secrets/secrets_client.py +3 -3
  314. oci/service_catalog/service_catalog_client.py +26 -26
  315. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  316. oci/service_mesh/service_mesh_client.py +48 -48
  317. oci/stack_monitoring/stack_monitoring_client.py +58 -58
  318. oci/streaming/stream_admin_client.py +18 -18
  319. oci/streaming/stream_client.py +8 -8
  320. oci/tenant_manager_control_plane/domain_client.py +5 -5
  321. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  322. oci/tenant_manager_control_plane/governance_client.py +2 -2
  323. oci/tenant_manager_control_plane/link_client.py +3 -3
  324. oci/tenant_manager_control_plane/orders_client.py +2 -2
  325. oci/tenant_manager_control_plane/organization_client.py +10 -10
  326. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  327. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  328. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  329. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  330. oci/threat_intelligence/threatintel_client.py +5 -5
  331. oci/usage/resources_client.py +2 -2
  332. oci/usage/rewards_client.py +6 -6
  333. oci/usage/usagelimits_client.py +1 -1
  334. oci/usage_api/usageapi_client.py +19 -19
  335. oci/vault/vaults_client.py +11 -11
  336. oci/vbs_inst/vbs_instance_client.py +10 -10
  337. oci/version.py +1 -1
  338. oci/visual_builder/vb_instance_client.py +13 -13
  339. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  340. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  341. oci/waa/waa_client.py +13 -13
  342. oci/waa/work_request_client.py +4 -4
  343. oci/waas/redirect_client.py +6 -6
  344. oci/waas/waas_client.py +66 -66
  345. oci/waf/waf_client.py +24 -24
  346. oci/work_requests/work_request_client.py +4 -4
  347. {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/METADATA +1 -1
  348. {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/RECORD +352 -312
  349. {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/LICENSE.txt +0 -0
  350. {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  351. {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/WHEEL +0 -0
  352. {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/top_level.txt +0 -0
oci/ocvp/models/sddc.py CHANGED
@@ -2,7 +2,7 @@
2
2
  # Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
3
3
  # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4
4
 
5
- # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20200501
5
+ # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20230701
6
6
 
7
7
 
8
8
  from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
@@ -25,21 +25,17 @@ class Sddc(object):
25
25
  __ https://docs.cloud.oracle.com/iaas/Content/VMware/Concepts/ocvsoverview.htm
26
26
  """
27
27
 
28
- #: A constant which can be used with the initial_sku property of a Sddc.
29
- #: This constant has a value of "HOUR"
30
- INITIAL_SKU_HOUR = "HOUR"
28
+ #: A constant which can be used with the hcx_mode property of a Sddc.
29
+ #: This constant has a value of "DISABLED"
30
+ HCX_MODE_DISABLED = "DISABLED"
31
31
 
32
- #: A constant which can be used with the initial_sku property of a Sddc.
33
- #: This constant has a value of "MONTH"
34
- INITIAL_SKU_MONTH = "MONTH"
32
+ #: A constant which can be used with the hcx_mode property of a Sddc.
33
+ #: This constant has a value of "ADVANCED"
34
+ HCX_MODE_ADVANCED = "ADVANCED"
35
35
 
36
- #: A constant which can be used with the initial_sku property of a Sddc.
37
- #: This constant has a value of "ONE_YEAR"
38
- INITIAL_SKU_ONE_YEAR = "ONE_YEAR"
39
-
40
- #: A constant which can be used with the initial_sku property of a Sddc.
41
- #: This constant has a value of "THREE_YEARS"
42
- INITIAL_SKU_THREE_YEARS = "THREE_YEARS"
36
+ #: A constant which can be used with the hcx_mode property of a Sddc.
37
+ #: This constant has a value of "ENTERPRISE"
38
+ HCX_MODE_ENTERPRISE = "ENTERPRISE"
43
39
 
44
40
  #: A constant which can be used with the lifecycle_state property of a Sddc.
45
41
  #: This constant has a value of "CREATING"
@@ -74,35 +70,25 @@ class Sddc(object):
74
70
  The value to assign to the id property of this Sddc.
75
71
  :type id: str
76
72
 
77
- :param compute_availability_domain:
78
- The value to assign to the compute_availability_domain property of this Sddc.
79
- :type compute_availability_domain: str
80
-
81
73
  :param display_name:
82
74
  The value to assign to the display_name property of this Sddc.
83
75
  :type display_name: str
84
76
 
85
- :param instance_display_name_prefix:
86
- The value to assign to the instance_display_name_prefix property of this Sddc.
87
- :type instance_display_name_prefix: str
88
-
89
77
  :param vmware_software_version:
90
78
  The value to assign to the vmware_software_version property of this Sddc.
91
79
  :type vmware_software_version: str
92
80
 
81
+ :param esxi_software_version:
82
+ The value to assign to the esxi_software_version property of this Sddc.
83
+ :type esxi_software_version: str
84
+
93
85
  :param compartment_id:
94
86
  The value to assign to the compartment_id property of this Sddc.
95
87
  :type compartment_id: str
96
88
 
97
- :param esxi_hosts_count:
98
- The value to assign to the esxi_hosts_count property of this Sddc.
99
- :type esxi_hosts_count: int
100
-
101
- :param initial_sku:
102
- The value to assign to the initial_sku property of this Sddc.
103
- Allowed values for this property are: "HOUR", "MONTH", "ONE_YEAR", "THREE_YEARS", 'UNKNOWN_ENUM_VALUE'.
104
- Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
105
- :type initial_sku: str
89
+ :param clusters_count:
90
+ The value to assign to the clusters_count property of this Sddc.
91
+ :type clusters_count: int
106
92
 
107
93
  :param vcenter_fqdn:
108
94
  The value to assign to the vcenter_fqdn property of this Sddc.
@@ -120,14 +106,6 @@ class Sddc(object):
120
106
  The value to assign to the nsx_manager_private_ip_id property of this Sddc.
121
107
  :type nsx_manager_private_ip_id: str
122
108
 
123
- :param vcenter_initial_password:
124
- The value to assign to the vcenter_initial_password property of this Sddc.
125
- :type vcenter_initial_password: str
126
-
127
- :param nsx_manager_initial_password:
128
- The value to assign to the nsx_manager_initial_password property of this Sddc.
129
- :type nsx_manager_initial_password: str
130
-
131
109
  :param vcenter_username:
132
110
  The value to assign to the vcenter_username property of this Sddc.
133
111
  :type vcenter_username: str
@@ -140,58 +118,10 @@ class Sddc(object):
140
118
  The value to assign to the ssh_authorized_keys property of this Sddc.
141
119
  :type ssh_authorized_keys: str
142
120
 
143
- :param workload_network_cidr:
144
- The value to assign to the workload_network_cidr property of this Sddc.
145
- :type workload_network_cidr: str
146
-
147
- :param nsx_overlay_segment_name:
148
- The value to assign to the nsx_overlay_segment_name property of this Sddc.
149
- :type nsx_overlay_segment_name: str
150
-
151
121
  :param nsx_edge_uplink_ip_id:
152
122
  The value to assign to the nsx_edge_uplink_ip_id property of this Sddc.
153
123
  :type nsx_edge_uplink_ip_id: str
154
124
 
155
- :param provisioning_subnet_id:
156
- The value to assign to the provisioning_subnet_id property of this Sddc.
157
- :type provisioning_subnet_id: str
158
-
159
- :param vsphere_vlan_id:
160
- The value to assign to the vsphere_vlan_id property of this Sddc.
161
- :type vsphere_vlan_id: str
162
-
163
- :param vmotion_vlan_id:
164
- The value to assign to the vmotion_vlan_id property of this Sddc.
165
- :type vmotion_vlan_id: str
166
-
167
- :param vsan_vlan_id:
168
- The value to assign to the vsan_vlan_id property of this Sddc.
169
- :type vsan_vlan_id: str
170
-
171
- :param nsx_v_tep_vlan_id:
172
- The value to assign to the nsx_v_tep_vlan_id property of this Sddc.
173
- :type nsx_v_tep_vlan_id: str
174
-
175
- :param nsx_edge_v_tep_vlan_id:
176
- The value to assign to the nsx_edge_v_tep_vlan_id property of this Sddc.
177
- :type nsx_edge_v_tep_vlan_id: str
178
-
179
- :param nsx_edge_uplink1_vlan_id:
180
- The value to assign to the nsx_edge_uplink1_vlan_id property of this Sddc.
181
- :type nsx_edge_uplink1_vlan_id: str
182
-
183
- :param nsx_edge_uplink2_vlan_id:
184
- The value to assign to the nsx_edge_uplink2_vlan_id property of this Sddc.
185
- :type nsx_edge_uplink2_vlan_id: str
186
-
187
- :param replication_vlan_id:
188
- The value to assign to the replication_vlan_id property of this Sddc.
189
- :type replication_vlan_id: str
190
-
191
- :param provisioning_vlan_id:
192
- The value to assign to the provisioning_vlan_id property of this Sddc.
193
- :type provisioning_vlan_id: str
194
-
195
125
  :param hcx_private_ip_id:
196
126
  The value to assign to the hcx_private_ip_id property of this Sddc.
197
127
  :type hcx_private_ip_id: str
@@ -200,25 +130,15 @@ class Sddc(object):
200
130
  The value to assign to the hcx_fqdn property of this Sddc.
201
131
  :type hcx_fqdn: str
202
132
 
203
- :param hcx_initial_password:
204
- The value to assign to the hcx_initial_password property of this Sddc.
205
- :type hcx_initial_password: str
206
-
207
- :param hcx_vlan_id:
208
- The value to assign to the hcx_vlan_id property of this Sddc.
209
- :type hcx_vlan_id: str
210
-
211
- :param is_hcx_enabled:
212
- The value to assign to the is_hcx_enabled property of this Sddc.
213
- :type is_hcx_enabled: bool
214
-
215
- :param hcx_on_prem_key:
216
- The value to assign to the hcx_on_prem_key property of this Sddc.
217
- :type hcx_on_prem_key: str
133
+ :param hcx_mode:
134
+ The value to assign to the hcx_mode property of this Sddc.
135
+ Allowed values for this property are: "DISABLED", "ADVANCED", "ENTERPRISE", 'UNKNOWN_ENUM_VALUE'.
136
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
137
+ :type hcx_mode: str
218
138
 
219
- :param is_hcx_enterprise_enabled:
220
- The value to assign to the is_hcx_enterprise_enabled property of this Sddc.
221
- :type is_hcx_enterprise_enabled: bool
139
+ :param initial_configuration:
140
+ The value to assign to the initial_configuration property of this Sddc.
141
+ :type initial_configuration: oci.ocvp.models.InitialConfiguration
222
142
 
223
143
  :param is_hcx_pending_downgrade:
224
144
  The value to assign to the is_hcx_pending_downgrade property of this Sddc.
@@ -254,38 +174,6 @@ class Sddc(object):
254
174
  Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
255
175
  :type lifecycle_state: str
256
176
 
257
- :param upgrade_licenses:
258
- The value to assign to the upgrade_licenses property of this Sddc.
259
- :type upgrade_licenses: list[oci.ocvp.models.VsphereLicense]
260
-
261
- :param vsphere_upgrade_guide:
262
- The value to assign to the vsphere_upgrade_guide property of this Sddc.
263
- :type vsphere_upgrade_guide: str
264
-
265
- :param vsphere_upgrade_objects:
266
- The value to assign to the vsphere_upgrade_objects property of this Sddc.
267
- :type vsphere_upgrade_objects: list[oci.ocvp.models.VsphereUpgradeObject]
268
-
269
- :param initial_host_shape_name:
270
- The value to assign to the initial_host_shape_name property of this Sddc.
271
- :type initial_host_shape_name: str
272
-
273
- :param initial_host_ocpu_count:
274
- The value to assign to the initial_host_ocpu_count property of this Sddc.
275
- :type initial_host_ocpu_count: float
276
-
277
- :param is_shielded_instance_enabled:
278
- The value to assign to the is_shielded_instance_enabled property of this Sddc.
279
- :type is_shielded_instance_enabled: bool
280
-
281
- :param capacity_reservation_id:
282
- The value to assign to the capacity_reservation_id property of this Sddc.
283
- :type capacity_reservation_id: str
284
-
285
- :param datastores:
286
- The value to assign to the datastores property of this Sddc.
287
- :type datastores: list[oci.ocvp.models.DatastoreSummary]
288
-
289
177
  :param freeform_tags:
290
178
  The value to assign to the freeform_tags property of this Sddc.
291
179
  :type freeform_tags: dict(str, str)
@@ -297,42 +185,23 @@ class Sddc(object):
297
185
  """
298
186
  self.swagger_types = {
299
187
  'id': 'str',
300
- 'compute_availability_domain': 'str',
301
188
  'display_name': 'str',
302
- 'instance_display_name_prefix': 'str',
303
189
  'vmware_software_version': 'str',
190
+ 'esxi_software_version': 'str',
304
191
  'compartment_id': 'str',
305
- 'esxi_hosts_count': 'int',
306
- 'initial_sku': 'str',
192
+ 'clusters_count': 'int',
307
193
  'vcenter_fqdn': 'str',
308
194
  'nsx_manager_fqdn': 'str',
309
195
  'vcenter_private_ip_id': 'str',
310
196
  'nsx_manager_private_ip_id': 'str',
311
- 'vcenter_initial_password': 'str',
312
- 'nsx_manager_initial_password': 'str',
313
197
  'vcenter_username': 'str',
314
198
  'nsx_manager_username': 'str',
315
199
  'ssh_authorized_keys': 'str',
316
- 'workload_network_cidr': 'str',
317
- 'nsx_overlay_segment_name': 'str',
318
200
  'nsx_edge_uplink_ip_id': 'str',
319
- 'provisioning_subnet_id': 'str',
320
- 'vsphere_vlan_id': 'str',
321
- 'vmotion_vlan_id': 'str',
322
- 'vsan_vlan_id': 'str',
323
- 'nsx_v_tep_vlan_id': 'str',
324
- 'nsx_edge_v_tep_vlan_id': 'str',
325
- 'nsx_edge_uplink1_vlan_id': 'str',
326
- 'nsx_edge_uplink2_vlan_id': 'str',
327
- 'replication_vlan_id': 'str',
328
- 'provisioning_vlan_id': 'str',
329
201
  'hcx_private_ip_id': 'str',
330
202
  'hcx_fqdn': 'str',
331
- 'hcx_initial_password': 'str',
332
- 'hcx_vlan_id': 'str',
333
- 'is_hcx_enabled': 'bool',
334
- 'hcx_on_prem_key': 'str',
335
- 'is_hcx_enterprise_enabled': 'bool',
203
+ 'hcx_mode': 'str',
204
+ 'initial_configuration': 'InitialConfiguration',
336
205
  'is_hcx_pending_downgrade': 'bool',
337
206
  'hcx_on_prem_licenses': 'list[HcxLicenseSummary]',
338
207
  'time_hcx_billing_cycle_end': 'datetime',
@@ -341,56 +210,29 @@ class Sddc(object):
341
210
  'time_created': 'datetime',
342
211
  'time_updated': 'datetime',
343
212
  'lifecycle_state': 'str',
344
- 'upgrade_licenses': 'list[VsphereLicense]',
345
- 'vsphere_upgrade_guide': 'str',
346
- 'vsphere_upgrade_objects': 'list[VsphereUpgradeObject]',
347
- 'initial_host_shape_name': 'str',
348
- 'initial_host_ocpu_count': 'float',
349
- 'is_shielded_instance_enabled': 'bool',
350
- 'capacity_reservation_id': 'str',
351
- 'datastores': 'list[DatastoreSummary]',
352
213
  'freeform_tags': 'dict(str, str)',
353
214
  'defined_tags': 'dict(str, dict(str, object))'
354
215
  }
355
216
 
356
217
  self.attribute_map = {
357
218
  'id': 'id',
358
- 'compute_availability_domain': 'computeAvailabilityDomain',
359
219
  'display_name': 'displayName',
360
- 'instance_display_name_prefix': 'instanceDisplayNamePrefix',
361
220
  'vmware_software_version': 'vmwareSoftwareVersion',
221
+ 'esxi_software_version': 'esxiSoftwareVersion',
362
222
  'compartment_id': 'compartmentId',
363
- 'esxi_hosts_count': 'esxiHostsCount',
364
- 'initial_sku': 'initialSku',
223
+ 'clusters_count': 'clustersCount',
365
224
  'vcenter_fqdn': 'vcenterFqdn',
366
225
  'nsx_manager_fqdn': 'nsxManagerFqdn',
367
226
  'vcenter_private_ip_id': 'vcenterPrivateIpId',
368
227
  'nsx_manager_private_ip_id': 'nsxManagerPrivateIpId',
369
- 'vcenter_initial_password': 'vcenterInitialPassword',
370
- 'nsx_manager_initial_password': 'nsxManagerInitialPassword',
371
228
  'vcenter_username': 'vcenterUsername',
372
229
  'nsx_manager_username': 'nsxManagerUsername',
373
230
  'ssh_authorized_keys': 'sshAuthorizedKeys',
374
- 'workload_network_cidr': 'workloadNetworkCidr',
375
- 'nsx_overlay_segment_name': 'nsxOverlaySegmentName',
376
231
  'nsx_edge_uplink_ip_id': 'nsxEdgeUplinkIpId',
377
- 'provisioning_subnet_id': 'provisioningSubnetId',
378
- 'vsphere_vlan_id': 'vsphereVlanId',
379
- 'vmotion_vlan_id': 'vmotionVlanId',
380
- 'vsan_vlan_id': 'vsanVlanId',
381
- 'nsx_v_tep_vlan_id': 'nsxVTepVlanId',
382
- 'nsx_edge_v_tep_vlan_id': 'nsxEdgeVTepVlanId',
383
- 'nsx_edge_uplink1_vlan_id': 'nsxEdgeUplink1VlanId',
384
- 'nsx_edge_uplink2_vlan_id': 'nsxEdgeUplink2VlanId',
385
- 'replication_vlan_id': 'replicationVlanId',
386
- 'provisioning_vlan_id': 'provisioningVlanId',
387
232
  'hcx_private_ip_id': 'hcxPrivateIpId',
388
233
  'hcx_fqdn': 'hcxFqdn',
389
- 'hcx_initial_password': 'hcxInitialPassword',
390
- 'hcx_vlan_id': 'hcxVlanId',
391
- 'is_hcx_enabled': 'isHcxEnabled',
392
- 'hcx_on_prem_key': 'hcxOnPremKey',
393
- 'is_hcx_enterprise_enabled': 'isHcxEnterpriseEnabled',
234
+ 'hcx_mode': 'hcxMode',
235
+ 'initial_configuration': 'initialConfiguration',
394
236
  'is_hcx_pending_downgrade': 'isHcxPendingDowngrade',
395
237
  'hcx_on_prem_licenses': 'hcxOnPremLicenses',
396
238
  'time_hcx_billing_cycle_end': 'timeHcxBillingCycleEnd',
@@ -399,55 +241,28 @@ class Sddc(object):
399
241
  'time_created': 'timeCreated',
400
242
  'time_updated': 'timeUpdated',
401
243
  'lifecycle_state': 'lifecycleState',
402
- 'upgrade_licenses': 'upgradeLicenses',
403
- 'vsphere_upgrade_guide': 'vsphereUpgradeGuide',
404
- 'vsphere_upgrade_objects': 'vsphereUpgradeObjects',
405
- 'initial_host_shape_name': 'initialHostShapeName',
406
- 'initial_host_ocpu_count': 'initialHostOcpuCount',
407
- 'is_shielded_instance_enabled': 'isShieldedInstanceEnabled',
408
- 'capacity_reservation_id': 'capacityReservationId',
409
- 'datastores': 'datastores',
410
244
  'freeform_tags': 'freeformTags',
411
245
  'defined_tags': 'definedTags'
412
246
  }
413
247
 
414
248
  self._id = None
415
- self._compute_availability_domain = None
416
249
  self._display_name = None
417
- self._instance_display_name_prefix = None
418
250
  self._vmware_software_version = None
251
+ self._esxi_software_version = None
419
252
  self._compartment_id = None
420
- self._esxi_hosts_count = None
421
- self._initial_sku = None
253
+ self._clusters_count = None
422
254
  self._vcenter_fqdn = None
423
255
  self._nsx_manager_fqdn = None
424
256
  self._vcenter_private_ip_id = None
425
257
  self._nsx_manager_private_ip_id = None
426
- self._vcenter_initial_password = None
427
- self._nsx_manager_initial_password = None
428
258
  self._vcenter_username = None
429
259
  self._nsx_manager_username = None
430
260
  self._ssh_authorized_keys = None
431
- self._workload_network_cidr = None
432
- self._nsx_overlay_segment_name = None
433
261
  self._nsx_edge_uplink_ip_id = None
434
- self._provisioning_subnet_id = None
435
- self._vsphere_vlan_id = None
436
- self._vmotion_vlan_id = None
437
- self._vsan_vlan_id = None
438
- self._nsx_v_tep_vlan_id = None
439
- self._nsx_edge_v_tep_vlan_id = None
440
- self._nsx_edge_uplink1_vlan_id = None
441
- self._nsx_edge_uplink2_vlan_id = None
442
- self._replication_vlan_id = None
443
- self._provisioning_vlan_id = None
444
262
  self._hcx_private_ip_id = None
445
263
  self._hcx_fqdn = None
446
- self._hcx_initial_password = None
447
- self._hcx_vlan_id = None
448
- self._is_hcx_enabled = None
449
- self._hcx_on_prem_key = None
450
- self._is_hcx_enterprise_enabled = None
264
+ self._hcx_mode = None
265
+ self._initial_configuration = None
451
266
  self._is_hcx_pending_downgrade = None
452
267
  self._hcx_on_prem_licenses = None
453
268
  self._time_hcx_billing_cycle_end = None
@@ -456,14 +271,6 @@ class Sddc(object):
456
271
  self._time_created = None
457
272
  self._time_updated = None
458
273
  self._lifecycle_state = None
459
- self._upgrade_licenses = None
460
- self._vsphere_upgrade_guide = None
461
- self._vsphere_upgrade_objects = None
462
- self._initial_host_shape_name = None
463
- self._initial_host_ocpu_count = None
464
- self._is_shielded_instance_enabled = None
465
- self._capacity_reservation_id = None
466
- self._datastores = None
467
274
  self._freeform_tags = None
468
275
  self._defined_tags = None
469
276
 
@@ -495,34 +302,6 @@ class Sddc(object):
495
302
  """
496
303
  self._id = id
497
304
 
498
- @property
499
- def compute_availability_domain(self):
500
- """
501
- **[Required]** Gets the compute_availability_domain of this Sddc.
502
- The availability domain the ESXi hosts are running in. For Multi-AD SDDC, it is `multi-AD`.
503
-
504
- Example: `Uocm:PHX-AD-1`, `multi-AD`
505
-
506
-
507
- :return: The compute_availability_domain of this Sddc.
508
- :rtype: str
509
- """
510
- return self._compute_availability_domain
511
-
512
- @compute_availability_domain.setter
513
- def compute_availability_domain(self, compute_availability_domain):
514
- """
515
- Sets the compute_availability_domain of this Sddc.
516
- The availability domain the ESXi hosts are running in. For Multi-AD SDDC, it is `multi-AD`.
517
-
518
- Example: `Uocm:PHX-AD-1`, `multi-AD`
519
-
520
-
521
- :param compute_availability_domain: The compute_availability_domain of this Sddc.
522
- :type: str
523
- """
524
- self._compute_availability_domain = compute_availability_domain
525
-
526
305
  @property
527
306
  def display_name(self):
528
307
  """
@@ -551,38 +330,6 @@ class Sddc(object):
551
330
  """
552
331
  self._display_name = display_name
553
332
 
554
- @property
555
- def instance_display_name_prefix(self):
556
- """
557
- Gets the instance_display_name_prefix of this Sddc.
558
- A prefix used in the name of each ESXi host and Compute instance in the SDDC.
559
- If this isn't set, the SDDC's `displayName` is used as the prefix.
560
-
561
- For example, if the value is `MySDDC`, the ESXi hosts are named `MySDDC-1`,
562
- `MySDDC-2`, and so on.
563
-
564
-
565
- :return: The instance_display_name_prefix of this Sddc.
566
- :rtype: str
567
- """
568
- return self._instance_display_name_prefix
569
-
570
- @instance_display_name_prefix.setter
571
- def instance_display_name_prefix(self, instance_display_name_prefix):
572
- """
573
- Sets the instance_display_name_prefix of this Sddc.
574
- A prefix used in the name of each ESXi host and Compute instance in the SDDC.
575
- If this isn't set, the SDDC's `displayName` is used as the prefix.
576
-
577
- For example, if the value is `MySDDC`, the ESXi hosts are named `MySDDC-1`,
578
- `MySDDC-2`, and so on.
579
-
580
-
581
- :param instance_display_name_prefix: The instance_display_name_prefix of this Sddc.
582
- :type: str
583
- """
584
- self._instance_display_name_prefix = instance_display_name_prefix
585
-
586
333
  @property
587
334
  def vmware_software_version(self):
588
335
  """
@@ -633,6 +380,58 @@ class Sddc(object):
633
380
  """
634
381
  self._vmware_software_version = vmware_software_version
635
382
 
383
+ @property
384
+ def esxi_software_version(self):
385
+ """
386
+ Gets the esxi_software_version of this Sddc.
387
+ In general, this is a specific version of bundled ESXi software supported by
388
+ Oracle Cloud VMware Solution (see
389
+ :func:`list_supported_vmware_software_versions`).
390
+
391
+ This attribute is not guaranteed to reflect the version of
392
+ software currently installed on the ESXi hosts in the SDDC. The purpose
393
+ of this attribute is to show the version of software that the Oracle
394
+ Cloud VMware Solution will install on any new ESXi hosts that you *add to this
395
+ SDDC in the future* with :func:`create_esxi_host`
396
+ unless a different version is configured on the Cluster or ESXi host level.
397
+
398
+ Therefore, if you upgrade the existing ESXi hosts in the SDDC to use a newer
399
+ version of bundled ESXi software supported by the Oracle Cloud VMware Solution, you
400
+ should use :func:`update_sddc` to update the SDDC's
401
+ `vmwareSoftwareVersion` with that new version.
402
+
403
+
404
+ :return: The esxi_software_version of this Sddc.
405
+ :rtype: str
406
+ """
407
+ return self._esxi_software_version
408
+
409
+ @esxi_software_version.setter
410
+ def esxi_software_version(self, esxi_software_version):
411
+ """
412
+ Sets the esxi_software_version of this Sddc.
413
+ In general, this is a specific version of bundled ESXi software supported by
414
+ Oracle Cloud VMware Solution (see
415
+ :func:`list_supported_vmware_software_versions`).
416
+
417
+ This attribute is not guaranteed to reflect the version of
418
+ software currently installed on the ESXi hosts in the SDDC. The purpose
419
+ of this attribute is to show the version of software that the Oracle
420
+ Cloud VMware Solution will install on any new ESXi hosts that you *add to this
421
+ SDDC in the future* with :func:`create_esxi_host`
422
+ unless a different version is configured on the Cluster or ESXi host level.
423
+
424
+ Therefore, if you upgrade the existing ESXi hosts in the SDDC to use a newer
425
+ version of bundled ESXi software supported by the Oracle Cloud VMware Solution, you
426
+ should use :func:`update_sddc` to update the SDDC's
427
+ `vmwareSoftwareVersion` with that new version.
428
+
429
+
430
+ :param esxi_software_version: The esxi_software_version of this Sddc.
431
+ :type: str
432
+ """
433
+ self._esxi_software_version = esxi_software_version
434
+
636
435
  @property
637
436
  def compartment_id(self):
638
437
  """
@@ -664,60 +463,28 @@ class Sddc(object):
664
463
  self._compartment_id = compartment_id
665
464
 
666
465
  @property
667
- def esxi_hosts_count(self):
466
+ def clusters_count(self):
668
467
  """
669
- **[Required]** Gets the esxi_hosts_count of this Sddc.
670
- The number of ESXi hosts in the SDDC.
468
+ **[Required]** Gets the clusters_count of this Sddc.
469
+ The number of Clusters in the SDDC.
671
470
 
672
471
 
673
- :return: The esxi_hosts_count of this Sddc.
472
+ :return: The clusters_count of this Sddc.
674
473
  :rtype: int
675
474
  """
676
- return self._esxi_hosts_count
475
+ return self._clusters_count
677
476
 
678
- @esxi_hosts_count.setter
679
- def esxi_hosts_count(self, esxi_hosts_count):
477
+ @clusters_count.setter
478
+ def clusters_count(self, clusters_count):
680
479
  """
681
- Sets the esxi_hosts_count of this Sddc.
682
- The number of ESXi hosts in the SDDC.
480
+ Sets the clusters_count of this Sddc.
481
+ The number of Clusters in the SDDC.
683
482
 
684
483
 
685
- :param esxi_hosts_count: The esxi_hosts_count of this Sddc.
484
+ :param clusters_count: The clusters_count of this Sddc.
686
485
  :type: int
687
486
  """
688
- self._esxi_hosts_count = esxi_hosts_count
689
-
690
- @property
691
- def initial_sku(self):
692
- """
693
- Gets the initial_sku of this Sddc.
694
- The billing option selected during SDDC creation.
695
- :func:`list_supported_skus`.
696
-
697
- Allowed values for this property are: "HOUR", "MONTH", "ONE_YEAR", "THREE_YEARS", 'UNKNOWN_ENUM_VALUE'.
698
- Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
699
-
700
-
701
- :return: The initial_sku of this Sddc.
702
- :rtype: str
703
- """
704
- return self._initial_sku
705
-
706
- @initial_sku.setter
707
- def initial_sku(self, initial_sku):
708
- """
709
- Sets the initial_sku of this Sddc.
710
- The billing option selected during SDDC creation.
711
- :func:`list_supported_skus`.
712
-
713
-
714
- :param initial_sku: The initial_sku of this Sddc.
715
- :type: str
716
- """
717
- allowed_values = ["HOUR", "MONTH", "ONE_YEAR", "THREE_YEARS"]
718
- if not value_allowed_none_or_none_sentinel(initial_sku, allowed_values):
719
- initial_sku = 'UNKNOWN_ENUM_VALUE'
720
- self._initial_sku = initial_sku
487
+ self._clusters_count = clusters_count
721
488
 
722
489
  @property
723
490
  def vcenter_fqdn(self):
@@ -839,63 +606,11 @@ class Sddc(object):
839
606
  """
840
607
  self._nsx_manager_private_ip_id = nsx_manager_private_ip_id
841
608
 
842
- @property
843
- def vcenter_initial_password(self):
844
- """
845
- Gets the vcenter_initial_password of this Sddc.
846
- The SDDC includes an administrator username and initial password for vCenter. Make sure
847
- to change this initial vCenter password to a different value.
848
-
849
-
850
- :return: The vcenter_initial_password of this Sddc.
851
- :rtype: str
852
- """
853
- return self._vcenter_initial_password
854
-
855
- @vcenter_initial_password.setter
856
- def vcenter_initial_password(self, vcenter_initial_password):
857
- """
858
- Sets the vcenter_initial_password of this Sddc.
859
- The SDDC includes an administrator username and initial password for vCenter. Make sure
860
- to change this initial vCenter password to a different value.
861
-
862
-
863
- :param vcenter_initial_password: The vcenter_initial_password of this Sddc.
864
- :type: str
865
- """
866
- self._vcenter_initial_password = vcenter_initial_password
867
-
868
- @property
869
- def nsx_manager_initial_password(self):
870
- """
871
- Gets the nsx_manager_initial_password of this Sddc.
872
- The SDDC includes an administrator username and initial password for NSX Manager. Make sure
873
- to change this initial NSX Manager password to a different value.
874
-
875
-
876
- :return: The nsx_manager_initial_password of this Sddc.
877
- :rtype: str
878
- """
879
- return self._nsx_manager_initial_password
880
-
881
- @nsx_manager_initial_password.setter
882
- def nsx_manager_initial_password(self, nsx_manager_initial_password):
883
- """
884
- Sets the nsx_manager_initial_password of this Sddc.
885
- The SDDC includes an administrator username and initial password for NSX Manager. Make sure
886
- to change this initial NSX Manager password to a different value.
887
-
888
-
889
- :param nsx_manager_initial_password: The nsx_manager_initial_password of this Sddc.
890
- :type: str
891
- """
892
- self._nsx_manager_initial_password = nsx_manager_initial_password
893
-
894
609
  @property
895
610
  def vcenter_username(self):
896
611
  """
897
612
  Gets the vcenter_username of this Sddc.
898
- The SDDC includes an administrator username and initial password for vCenter. You can
613
+ The SDDC includes an administrator username and password for vCenter. You can
899
614
  change this initial username to a different value in vCenter.
900
615
 
901
616
 
@@ -908,7 +623,7 @@ class Sddc(object):
908
623
  def vcenter_username(self, vcenter_username):
909
624
  """
910
625
  Sets the vcenter_username of this Sddc.
911
- The SDDC includes an administrator username and initial password for vCenter. You can
626
+ The SDDC includes an administrator username and password for vCenter. You can
912
627
  change this initial username to a different value in vCenter.
913
628
 
914
629
 
@@ -991,58 +706,6 @@ class Sddc(object):
991
706
  """
992
707
  self._ssh_authorized_keys = ssh_authorized_keys
993
708
 
994
- @property
995
- def workload_network_cidr(self):
996
- """
997
- Gets the workload_network_cidr of this Sddc.
998
- The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application
999
- workloads.
1000
-
1001
-
1002
- :return: The workload_network_cidr of this Sddc.
1003
- :rtype: str
1004
- """
1005
- return self._workload_network_cidr
1006
-
1007
- @workload_network_cidr.setter
1008
- def workload_network_cidr(self, workload_network_cidr):
1009
- """
1010
- Sets the workload_network_cidr of this Sddc.
1011
- The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application
1012
- workloads.
1013
-
1014
-
1015
- :param workload_network_cidr: The workload_network_cidr of this Sddc.
1016
- :type: str
1017
- """
1018
- self._workload_network_cidr = workload_network_cidr
1019
-
1020
- @property
1021
- def nsx_overlay_segment_name(self):
1022
- """
1023
- Gets the nsx_overlay_segment_name of this Sddc.
1024
- The VMware NSX overlay workload segment to host your application. Connect to workload
1025
- portgroup in vCenter to access this overlay segment.
1026
-
1027
-
1028
- :return: The nsx_overlay_segment_name of this Sddc.
1029
- :rtype: str
1030
- """
1031
- return self._nsx_overlay_segment_name
1032
-
1033
- @nsx_overlay_segment_name.setter
1034
- def nsx_overlay_segment_name(self, nsx_overlay_segment_name):
1035
- """
1036
- Sets the nsx_overlay_segment_name of this Sddc.
1037
- The VMware NSX overlay workload segment to host your application. Connect to workload
1038
- portgroup in vCenter to access this overlay segment.
1039
-
1040
-
1041
- :param nsx_overlay_segment_name: The nsx_overlay_segment_name of this Sddc.
1042
- :type: str
1043
- """
1044
- self._nsx_overlay_segment_name = nsx_overlay_segment_name
1045
-
1046
709
  @property
1047
710
  def nsx_edge_uplink_ip_id(self):
1048
711
  """
@@ -1078,702 +741,144 @@ class Sddc(object):
1078
741
  self._nsx_edge_uplink_ip_id = nsx_edge_uplink_ip_id
1079
742
 
1080
743
  @property
1081
- def provisioning_subnet_id(self):
744
+ def hcx_private_ip_id(self):
1082
745
  """
1083
- **[Required]** Gets the provisioning_subnet_id of this Sddc.
1084
- The `OCID`__ of the management subnet used
1085
- to provision the SDDC.
746
+ Gets the hcx_private_ip_id of this Sddc.
747
+ The `OCID`__ of the `PrivateIp` object that is
748
+ the virtual IP (VIP) for HCX Manager. For information about `PrivateIp` objects, see the
749
+ Core Services API.
1086
750
 
1087
751
  __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1088
752
 
1089
753
 
1090
- :return: The provisioning_subnet_id of this Sddc.
754
+ :return: The hcx_private_ip_id of this Sddc.
1091
755
  :rtype: str
1092
756
  """
1093
- return self._provisioning_subnet_id
757
+ return self._hcx_private_ip_id
1094
758
 
1095
- @provisioning_subnet_id.setter
1096
- def provisioning_subnet_id(self, provisioning_subnet_id):
759
+ @hcx_private_ip_id.setter
760
+ def hcx_private_ip_id(self, hcx_private_ip_id):
1097
761
  """
1098
- Sets the provisioning_subnet_id of this Sddc.
1099
- The `OCID`__ of the management subnet used
1100
- to provision the SDDC.
762
+ Sets the hcx_private_ip_id of this Sddc.
763
+ The `OCID`__ of the `PrivateIp` object that is
764
+ the virtual IP (VIP) for HCX Manager. For information about `PrivateIp` objects, see the
765
+ Core Services API.
1101
766
 
1102
767
  __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1103
768
 
1104
769
 
1105
- :param provisioning_subnet_id: The provisioning_subnet_id of this Sddc.
770
+ :param hcx_private_ip_id: The hcx_private_ip_id of this Sddc.
1106
771
  :type: str
1107
772
  """
1108
- self._provisioning_subnet_id = provisioning_subnet_id
773
+ self._hcx_private_ip_id = hcx_private_ip_id
1109
774
 
1110
775
  @property
1111
- def vsphere_vlan_id(self):
776
+ def hcx_fqdn(self):
1112
777
  """
1113
- **[Required]** Gets the vsphere_vlan_id of this Sddc.
1114
- The `OCID`__ of the VLAN used by the SDDC
1115
- for the vSphere component of the VMware environment.
1116
-
1117
- This attribute is not guaranteed to reflect the vSphere VLAN
1118
- currently used by the ESXi hosts in the SDDC. The purpose
1119
- of this attribute is to show the vSphere VLAN that the Oracle
1120
- Cloud VMware Solution will use for any new ESXi hosts that you *add to this
1121
- SDDC in the future* with :func:`create_esxi_host`.
1122
-
1123
- Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
1124
- for the vSphere component of the VMware environment, you
1125
- should use :func:`update_sddc` to update the SDDC's
1126
- `vsphereVlanId` with that new VLAN's OCID.
778
+ Gets the hcx_fqdn of this Sddc.
779
+ The FQDN for HCX Manager.
1127
780
 
1128
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
781
+ Example: `hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com`
1129
782
 
1130
783
 
1131
- :return: The vsphere_vlan_id of this Sddc.
784
+ :return: The hcx_fqdn of this Sddc.
1132
785
  :rtype: str
1133
786
  """
1134
- return self._vsphere_vlan_id
787
+ return self._hcx_fqdn
1135
788
 
1136
- @vsphere_vlan_id.setter
1137
- def vsphere_vlan_id(self, vsphere_vlan_id):
789
+ @hcx_fqdn.setter
790
+ def hcx_fqdn(self, hcx_fqdn):
1138
791
  """
1139
- Sets the vsphere_vlan_id of this Sddc.
1140
- The `OCID`__ of the VLAN used by the SDDC
1141
- for the vSphere component of the VMware environment.
1142
-
1143
- This attribute is not guaranteed to reflect the vSphere VLAN
1144
- currently used by the ESXi hosts in the SDDC. The purpose
1145
- of this attribute is to show the vSphere VLAN that the Oracle
1146
- Cloud VMware Solution will use for any new ESXi hosts that you *add to this
1147
- SDDC in the future* with :func:`create_esxi_host`.
1148
-
1149
- Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
1150
- for the vSphere component of the VMware environment, you
1151
- should use :func:`update_sddc` to update the SDDC's
1152
- `vsphereVlanId` with that new VLAN's OCID.
792
+ Sets the hcx_fqdn of this Sddc.
793
+ The FQDN for HCX Manager.
1153
794
 
1154
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
795
+ Example: `hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com`
1155
796
 
1156
797
 
1157
- :param vsphere_vlan_id: The vsphere_vlan_id of this Sddc.
798
+ :param hcx_fqdn: The hcx_fqdn of this Sddc.
1158
799
  :type: str
1159
800
  """
1160
- self._vsphere_vlan_id = vsphere_vlan_id
801
+ self._hcx_fqdn = hcx_fqdn
1161
802
 
1162
803
  @property
1163
- def vmotion_vlan_id(self):
804
+ def hcx_mode(self):
1164
805
  """
1165
- **[Required]** Gets the vmotion_vlan_id of this Sddc.
1166
- The `OCID`__ of the VLAN used by the SDDC
1167
- for the vMotion component of the VMware environment.
1168
-
1169
- This attribute is not guaranteed to reflect the vMotion VLAN
1170
- currently used by the ESXi hosts in the SDDC. The purpose
1171
- of this attribute is to show the vMotion VLAN that the Oracle
1172
- Cloud VMware Solution will use for any new ESXi hosts that you *add to this
1173
- SDDC in the future* with :func:`create_esxi_host`.
806
+ **[Required]** Gets the hcx_mode of this Sddc.
807
+ HCX configuration of the SDDC.
1174
808
 
1175
- Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
1176
- for the vMotion component of the VMware environment, you
1177
- should use :func:`update_sddc` to update the SDDC's
1178
- `vmotionVlanId` with that new VLAN's OCID.
1179
-
1180
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
809
+ Allowed values for this property are: "DISABLED", "ADVANCED", "ENTERPRISE", 'UNKNOWN_ENUM_VALUE'.
810
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
1181
811
 
1182
812
 
1183
- :return: The vmotion_vlan_id of this Sddc.
813
+ :return: The hcx_mode of this Sddc.
1184
814
  :rtype: str
1185
815
  """
1186
- return self._vmotion_vlan_id
816
+ return self._hcx_mode
1187
817
 
1188
- @vmotion_vlan_id.setter
1189
- def vmotion_vlan_id(self, vmotion_vlan_id):
818
+ @hcx_mode.setter
819
+ def hcx_mode(self, hcx_mode):
1190
820
  """
1191
- Sets the vmotion_vlan_id of this Sddc.
1192
- The `OCID`__ of the VLAN used by the SDDC
1193
- for the vMotion component of the VMware environment.
1194
-
1195
- This attribute is not guaranteed to reflect the vMotion VLAN
1196
- currently used by the ESXi hosts in the SDDC. The purpose
1197
- of this attribute is to show the vMotion VLAN that the Oracle
1198
- Cloud VMware Solution will use for any new ESXi hosts that you *add to this
1199
- SDDC in the future* with :func:`create_esxi_host`.
1200
-
1201
- Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
1202
- for the vMotion component of the VMware environment, you
1203
- should use :func:`update_sddc` to update the SDDC's
1204
- `vmotionVlanId` with that new VLAN's OCID.
1205
-
1206
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
821
+ Sets the hcx_mode of this Sddc.
822
+ HCX configuration of the SDDC.
1207
823
 
1208
824
 
1209
- :param vmotion_vlan_id: The vmotion_vlan_id of this Sddc.
825
+ :param hcx_mode: The hcx_mode of this Sddc.
1210
826
  :type: str
1211
827
  """
1212
- self._vmotion_vlan_id = vmotion_vlan_id
828
+ allowed_values = ["DISABLED", "ADVANCED", "ENTERPRISE"]
829
+ if not value_allowed_none_or_none_sentinel(hcx_mode, allowed_values):
830
+ hcx_mode = 'UNKNOWN_ENUM_VALUE'
831
+ self._hcx_mode = hcx_mode
1213
832
 
1214
833
  @property
1215
- def vsan_vlan_id(self):
834
+ def initial_configuration(self):
1216
835
  """
1217
- **[Required]** Gets the vsan_vlan_id of this Sddc.
1218
- The `OCID`__ of the VLAN used by the SDDC
1219
- for the vSAN component of the VMware environment.
1220
-
1221
- This attribute is not guaranteed to reflect the vSAN VLAN
1222
- currently used by the ESXi hosts in the SDDC. The purpose
1223
- of this attribute is to show the vSAN VLAN that the Oracle
1224
- Cloud VMware Solution will use for any new ESXi hosts that you *add to this
1225
- SDDC in the future* with :func:`create_esxi_host`.
836
+ **[Required]** Gets the initial_configuration of this Sddc.
1226
837
 
1227
- Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
1228
- for the vSAN component of the VMware environment, you
1229
- should use :func:`update_sddc` to update the SDDC's
1230
- `vsanVlanId` with that new VLAN's OCID.
1231
-
1232
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1233
-
1234
-
1235
- :return: The vsan_vlan_id of this Sddc.
1236
- :rtype: str
838
+ :return: The initial_configuration of this Sddc.
839
+ :rtype: oci.ocvp.models.InitialConfiguration
1237
840
  """
1238
- return self._vsan_vlan_id
841
+ return self._initial_configuration
1239
842
 
1240
- @vsan_vlan_id.setter
1241
- def vsan_vlan_id(self, vsan_vlan_id):
843
+ @initial_configuration.setter
844
+ def initial_configuration(self, initial_configuration):
1242
845
  """
1243
- Sets the vsan_vlan_id of this Sddc.
1244
- The `OCID`__ of the VLAN used by the SDDC
1245
- for the vSAN component of the VMware environment.
1246
-
1247
- This attribute is not guaranteed to reflect the vSAN VLAN
1248
- currently used by the ESXi hosts in the SDDC. The purpose
1249
- of this attribute is to show the vSAN VLAN that the Oracle
1250
- Cloud VMware Solution will use for any new ESXi hosts that you *add to this
1251
- SDDC in the future* with :func:`create_esxi_host`.
846
+ Sets the initial_configuration of this Sddc.
1252
847
 
1253
- Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
1254
- for the vSAN component of the VMware environment, you
1255
- should use :func:`update_sddc` to update the SDDC's
1256
- `vsanVlanId` with that new VLAN's OCID.
1257
-
1258
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1259
-
1260
-
1261
- :param vsan_vlan_id: The vsan_vlan_id of this Sddc.
1262
- :type: str
848
+ :param initial_configuration: The initial_configuration of this Sddc.
849
+ :type: oci.ocvp.models.InitialConfiguration
1263
850
  """
1264
- self._vsan_vlan_id = vsan_vlan_id
851
+ self._initial_configuration = initial_configuration
1265
852
 
1266
853
  @property
1267
- def nsx_v_tep_vlan_id(self):
854
+ def is_hcx_pending_downgrade(self):
1268
855
  """
1269
- **[Required]** Gets the nsx_v_tep_vlan_id of this Sddc.
1270
- The `OCID`__ of the VLAN used by the SDDC
1271
- for the NSX VTEP component of the VMware environment.
856
+ Gets the is_hcx_pending_downgrade of this Sddc.
857
+ Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
1272
858
 
1273
- This attribute is not guaranteed to reflect the NSX VTEP VLAN
1274
- currently used by the ESXi hosts in the SDDC. The purpose
1275
- of this attribute is to show the NSX VTEP VLAN that the Oracle
1276
- Cloud VMware Solution will use for any new ESXi hosts that you *add to this
1277
- SDDC in the future* with :func:`create_esxi_host`.
1278
859
 
1279
- Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
1280
- for the NSX VTEP component of the VMware environment, you
1281
- should use :func:`update_sddc` to update the SDDC's
1282
- `nsxVTepVlanId` with that new VLAN's OCID.
860
+ :return: The is_hcx_pending_downgrade of this Sddc.
861
+ :rtype: bool
862
+ """
863
+ return self._is_hcx_pending_downgrade
1283
864
 
1284
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
865
+ @is_hcx_pending_downgrade.setter
866
+ def is_hcx_pending_downgrade(self, is_hcx_pending_downgrade):
867
+ """
868
+ Sets the is_hcx_pending_downgrade of this Sddc.
869
+ Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
1285
870
 
1286
871
 
1287
- :return: The nsx_v_tep_vlan_id of this Sddc.
1288
- :rtype: str
872
+ :param is_hcx_pending_downgrade: The is_hcx_pending_downgrade of this Sddc.
873
+ :type: bool
1289
874
  """
1290
- return self._nsx_v_tep_vlan_id
875
+ self._is_hcx_pending_downgrade = is_hcx_pending_downgrade
1291
876
 
1292
- @nsx_v_tep_vlan_id.setter
1293
- def nsx_v_tep_vlan_id(self, nsx_v_tep_vlan_id):
877
+ @property
878
+ def hcx_on_prem_licenses(self):
1294
879
  """
1295
- Sets the nsx_v_tep_vlan_id of this Sddc.
1296
- The `OCID`__ of the VLAN used by the SDDC
1297
- for the NSX VTEP component of the VMware environment.
1298
-
1299
- This attribute is not guaranteed to reflect the NSX VTEP VLAN
1300
- currently used by the ESXi hosts in the SDDC. The purpose
1301
- of this attribute is to show the NSX VTEP VLAN that the Oracle
1302
- Cloud VMware Solution will use for any new ESXi hosts that you *add to this
1303
- SDDC in the future* with :func:`create_esxi_host`.
1304
-
1305
- Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
1306
- for the NSX VTEP component of the VMware environment, you
1307
- should use :func:`update_sddc` to update the SDDC's
1308
- `nsxVTepVlanId` with that new VLAN's OCID.
1309
-
1310
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1311
-
1312
-
1313
- :param nsx_v_tep_vlan_id: The nsx_v_tep_vlan_id of this Sddc.
1314
- :type: str
1315
- """
1316
- self._nsx_v_tep_vlan_id = nsx_v_tep_vlan_id
1317
-
1318
- @property
1319
- def nsx_edge_v_tep_vlan_id(self):
1320
- """
1321
- **[Required]** Gets the nsx_edge_v_tep_vlan_id of this Sddc.
1322
- The `OCID`__ of the VLAN used by the SDDC
1323
- for the NSX Edge VTEP component of the VMware environment.
1324
-
1325
- This attribute is not guaranteed to reflect the NSX Edge VTEP VLAN
1326
- currently used by the ESXi hosts in the SDDC. The purpose
1327
- of this attribute is to show the NSX Edge VTEP VLAN that the Oracle
1328
- Cloud VMware Solution will use for any new ESXi hosts that you *add to this
1329
- SDDC in the future* with :func:`create_esxi_host`.
1330
-
1331
- Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
1332
- for the NSX Edge VTEP component of the VMware environment, you
1333
- should use :func:`update_sddc` to update the SDDC's
1334
- `nsxEdgeVTepVlanId` with that new VLAN's OCID.
1335
-
1336
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1337
-
1338
-
1339
- :return: The nsx_edge_v_tep_vlan_id of this Sddc.
1340
- :rtype: str
1341
- """
1342
- return self._nsx_edge_v_tep_vlan_id
1343
-
1344
- @nsx_edge_v_tep_vlan_id.setter
1345
- def nsx_edge_v_tep_vlan_id(self, nsx_edge_v_tep_vlan_id):
1346
- """
1347
- Sets the nsx_edge_v_tep_vlan_id of this Sddc.
1348
- The `OCID`__ of the VLAN used by the SDDC
1349
- for the NSX Edge VTEP component of the VMware environment.
1350
-
1351
- This attribute is not guaranteed to reflect the NSX Edge VTEP VLAN
1352
- currently used by the ESXi hosts in the SDDC. The purpose
1353
- of this attribute is to show the NSX Edge VTEP VLAN that the Oracle
1354
- Cloud VMware Solution will use for any new ESXi hosts that you *add to this
1355
- SDDC in the future* with :func:`create_esxi_host`.
1356
-
1357
- Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
1358
- for the NSX Edge VTEP component of the VMware environment, you
1359
- should use :func:`update_sddc` to update the SDDC's
1360
- `nsxEdgeVTepVlanId` with that new VLAN's OCID.
1361
-
1362
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1363
-
1364
-
1365
- :param nsx_edge_v_tep_vlan_id: The nsx_edge_v_tep_vlan_id of this Sddc.
1366
- :type: str
1367
- """
1368
- self._nsx_edge_v_tep_vlan_id = nsx_edge_v_tep_vlan_id
1369
-
1370
- @property
1371
- def nsx_edge_uplink1_vlan_id(self):
1372
- """
1373
- **[Required]** Gets the nsx_edge_uplink1_vlan_id of this Sddc.
1374
- The `OCID`__ of the VLAN used by the SDDC
1375
- for the NSX Edge Uplink 1 component of the VMware environment.
1376
-
1377
- This attribute is not guaranteed to reflect the NSX Edge Uplink 1 VLAN
1378
- currently used by the ESXi hosts in the SDDC. The purpose
1379
- of this attribute is to show the NSX Edge Uplink 1 VLAN that the Oracle
1380
- Cloud VMware Solution will use for any new ESXi hosts that you *add to this
1381
- SDDC in the future* with :func:`create_esxi_host`.
1382
-
1383
- Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
1384
- for the NSX Edge Uplink 1 component of the VMware environment, you
1385
- should use :func:`update_sddc` to update the SDDC's
1386
- `nsxEdgeUplink1VlanId` with that new VLAN's OCID.
1387
-
1388
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1389
-
1390
-
1391
- :return: The nsx_edge_uplink1_vlan_id of this Sddc.
1392
- :rtype: str
1393
- """
1394
- return self._nsx_edge_uplink1_vlan_id
1395
-
1396
- @nsx_edge_uplink1_vlan_id.setter
1397
- def nsx_edge_uplink1_vlan_id(self, nsx_edge_uplink1_vlan_id):
1398
- """
1399
- Sets the nsx_edge_uplink1_vlan_id of this Sddc.
1400
- The `OCID`__ of the VLAN used by the SDDC
1401
- for the NSX Edge Uplink 1 component of the VMware environment.
1402
-
1403
- This attribute is not guaranteed to reflect the NSX Edge Uplink 1 VLAN
1404
- currently used by the ESXi hosts in the SDDC. The purpose
1405
- of this attribute is to show the NSX Edge Uplink 1 VLAN that the Oracle
1406
- Cloud VMware Solution will use for any new ESXi hosts that you *add to this
1407
- SDDC in the future* with :func:`create_esxi_host`.
1408
-
1409
- Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
1410
- for the NSX Edge Uplink 1 component of the VMware environment, you
1411
- should use :func:`update_sddc` to update the SDDC's
1412
- `nsxEdgeUplink1VlanId` with that new VLAN's OCID.
1413
-
1414
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1415
-
1416
-
1417
- :param nsx_edge_uplink1_vlan_id: The nsx_edge_uplink1_vlan_id of this Sddc.
1418
- :type: str
1419
- """
1420
- self._nsx_edge_uplink1_vlan_id = nsx_edge_uplink1_vlan_id
1421
-
1422
- @property
1423
- def nsx_edge_uplink2_vlan_id(self):
1424
- """
1425
- **[Required]** Gets the nsx_edge_uplink2_vlan_id of this Sddc.
1426
- The `OCID`__ of the VLAN used by the SDDC
1427
- for the NSX Edge Uplink 2 component of the VMware environment.
1428
-
1429
- This attribute is not guaranteed to reflect the NSX Edge Uplink 2 VLAN
1430
- currently used by the ESXi hosts in the SDDC. The purpose
1431
- of this attribute is to show the NSX Edge Uplink 2 VLAN that the Oracle
1432
- Cloud VMware Solution will use for any new ESXi hosts that you *add to this
1433
- SDDC in the future* with :func:`create_esxi_host`.
1434
-
1435
- Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
1436
- for the NSX Edge Uplink 2 component of the VMware environment, you
1437
- should use :func:`update_sddc` to update the SDDC's
1438
- `nsxEdgeUplink2VlanId` with that new VLAN's OCID.
1439
-
1440
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1441
-
1442
-
1443
- :return: The nsx_edge_uplink2_vlan_id of this Sddc.
1444
- :rtype: str
1445
- """
1446
- return self._nsx_edge_uplink2_vlan_id
1447
-
1448
- @nsx_edge_uplink2_vlan_id.setter
1449
- def nsx_edge_uplink2_vlan_id(self, nsx_edge_uplink2_vlan_id):
1450
- """
1451
- Sets the nsx_edge_uplink2_vlan_id of this Sddc.
1452
- The `OCID`__ of the VLAN used by the SDDC
1453
- for the NSX Edge Uplink 2 component of the VMware environment.
1454
-
1455
- This attribute is not guaranteed to reflect the NSX Edge Uplink 2 VLAN
1456
- currently used by the ESXi hosts in the SDDC. The purpose
1457
- of this attribute is to show the NSX Edge Uplink 2 VLAN that the Oracle
1458
- Cloud VMware Solution will use for any new ESXi hosts that you *add to this
1459
- SDDC in the future* with :func:`create_esxi_host`.
1460
-
1461
- Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
1462
- for the NSX Edge Uplink 2 component of the VMware environment, you
1463
- should use :func:`update_sddc` to update the SDDC's
1464
- `nsxEdgeUplink2VlanId` with that new VLAN's OCID.
1465
-
1466
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1467
-
1468
-
1469
- :param nsx_edge_uplink2_vlan_id: The nsx_edge_uplink2_vlan_id of this Sddc.
1470
- :type: str
1471
- """
1472
- self._nsx_edge_uplink2_vlan_id = nsx_edge_uplink2_vlan_id
1473
-
1474
- @property
1475
- def replication_vlan_id(self):
1476
- """
1477
- Gets the replication_vlan_id of this Sddc.
1478
- The `OCID`__ of the VLAN used by the SDDC
1479
- for the vSphere Replication component of the VMware environment.
1480
-
1481
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1482
-
1483
-
1484
- :return: The replication_vlan_id of this Sddc.
1485
- :rtype: str
1486
- """
1487
- return self._replication_vlan_id
1488
-
1489
- @replication_vlan_id.setter
1490
- def replication_vlan_id(self, replication_vlan_id):
1491
- """
1492
- Sets the replication_vlan_id of this Sddc.
1493
- The `OCID`__ of the VLAN used by the SDDC
1494
- for the vSphere Replication component of the VMware environment.
1495
-
1496
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1497
-
1498
-
1499
- :param replication_vlan_id: The replication_vlan_id of this Sddc.
1500
- :type: str
1501
- """
1502
- self._replication_vlan_id = replication_vlan_id
1503
-
1504
- @property
1505
- def provisioning_vlan_id(self):
1506
- """
1507
- Gets the provisioning_vlan_id of this Sddc.
1508
- The `OCID`__ of the VLAN used by the SDDC
1509
- for the Provisioning component of the VMware environment.
1510
-
1511
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1512
-
1513
-
1514
- :return: The provisioning_vlan_id of this Sddc.
1515
- :rtype: str
1516
- """
1517
- return self._provisioning_vlan_id
1518
-
1519
- @provisioning_vlan_id.setter
1520
- def provisioning_vlan_id(self, provisioning_vlan_id):
1521
- """
1522
- Sets the provisioning_vlan_id of this Sddc.
1523
- The `OCID`__ of the VLAN used by the SDDC
1524
- for the Provisioning component of the VMware environment.
1525
-
1526
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1527
-
1528
-
1529
- :param provisioning_vlan_id: The provisioning_vlan_id of this Sddc.
1530
- :type: str
1531
- """
1532
- self._provisioning_vlan_id = provisioning_vlan_id
1533
-
1534
- @property
1535
- def hcx_private_ip_id(self):
1536
- """
1537
- Gets the hcx_private_ip_id of this Sddc.
1538
- The `OCID`__ of the `PrivateIp` object that is
1539
- the virtual IP (VIP) for HCX Manager. For information about `PrivateIp` objects, see the
1540
- Core Services API.
1541
-
1542
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1543
-
1544
-
1545
- :return: The hcx_private_ip_id of this Sddc.
1546
- :rtype: str
1547
- """
1548
- return self._hcx_private_ip_id
1549
-
1550
- @hcx_private_ip_id.setter
1551
- def hcx_private_ip_id(self, hcx_private_ip_id):
1552
- """
1553
- Sets the hcx_private_ip_id of this Sddc.
1554
- The `OCID`__ of the `PrivateIp` object that is
1555
- the virtual IP (VIP) for HCX Manager. For information about `PrivateIp` objects, see the
1556
- Core Services API.
1557
-
1558
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1559
-
1560
-
1561
- :param hcx_private_ip_id: The hcx_private_ip_id of this Sddc.
1562
- :type: str
1563
- """
1564
- self._hcx_private_ip_id = hcx_private_ip_id
1565
-
1566
- @property
1567
- def hcx_fqdn(self):
1568
- """
1569
- Gets the hcx_fqdn of this Sddc.
1570
- The FQDN for HCX Manager.
1571
-
1572
- Example: `hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com`
1573
-
1574
-
1575
- :return: The hcx_fqdn of this Sddc.
1576
- :rtype: str
1577
- """
1578
- return self._hcx_fqdn
1579
-
1580
- @hcx_fqdn.setter
1581
- def hcx_fqdn(self, hcx_fqdn):
1582
- """
1583
- Sets the hcx_fqdn of this Sddc.
1584
- The FQDN for HCX Manager.
1585
-
1586
- Example: `hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com`
1587
-
1588
-
1589
- :param hcx_fqdn: The hcx_fqdn of this Sddc.
1590
- :type: str
1591
- """
1592
- self._hcx_fqdn = hcx_fqdn
1593
-
1594
- @property
1595
- def hcx_initial_password(self):
1596
- """
1597
- Gets the hcx_initial_password of this Sddc.
1598
- The SDDC includes an administrator username and initial password for HCX Manager. Make sure
1599
- to change this initial HCX Manager password to a different value.
1600
-
1601
-
1602
- :return: The hcx_initial_password of this Sddc.
1603
- :rtype: str
1604
- """
1605
- return self._hcx_initial_password
1606
-
1607
- @hcx_initial_password.setter
1608
- def hcx_initial_password(self, hcx_initial_password):
1609
- """
1610
- Sets the hcx_initial_password of this Sddc.
1611
- The SDDC includes an administrator username and initial password for HCX Manager. Make sure
1612
- to change this initial HCX Manager password to a different value.
1613
-
1614
-
1615
- :param hcx_initial_password: The hcx_initial_password of this Sddc.
1616
- :type: str
1617
- """
1618
- self._hcx_initial_password = hcx_initial_password
1619
-
1620
- @property
1621
- def hcx_vlan_id(self):
1622
- """
1623
- Gets the hcx_vlan_id of this Sddc.
1624
- The `OCID`__ of the VLAN used by the SDDC
1625
- for the HCX component of the VMware environment.
1626
-
1627
- This attribute is not guaranteed to reflect the HCX VLAN
1628
- currently used by the ESXi hosts in the SDDC. The purpose
1629
- of this attribute is to show the HCX VLAN that the Oracle
1630
- Cloud VMware Solution will use for any new ESXi hosts that you *add to this
1631
- SDDC in the future* with :func:`create_esxi_host`.
1632
-
1633
- Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
1634
- for the HCX component of the VMware environment, you
1635
- should use :func:`update_sddc` to update the SDDC's
1636
- `hcxVlanId` with that new VLAN's OCID.
1637
-
1638
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1639
-
1640
-
1641
- :return: The hcx_vlan_id of this Sddc.
1642
- :rtype: str
1643
- """
1644
- return self._hcx_vlan_id
1645
-
1646
- @hcx_vlan_id.setter
1647
- def hcx_vlan_id(self, hcx_vlan_id):
1648
- """
1649
- Sets the hcx_vlan_id of this Sddc.
1650
- The `OCID`__ of the VLAN used by the SDDC
1651
- for the HCX component of the VMware environment.
1652
-
1653
- This attribute is not guaranteed to reflect the HCX VLAN
1654
- currently used by the ESXi hosts in the SDDC. The purpose
1655
- of this attribute is to show the HCX VLAN that the Oracle
1656
- Cloud VMware Solution will use for any new ESXi hosts that you *add to this
1657
- SDDC in the future* with :func:`create_esxi_host`.
1658
-
1659
- Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
1660
- for the HCX component of the VMware environment, you
1661
- should use :func:`update_sddc` to update the SDDC's
1662
- `hcxVlanId` with that new VLAN's OCID.
1663
-
1664
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1665
-
1666
-
1667
- :param hcx_vlan_id: The hcx_vlan_id of this Sddc.
1668
- :type: str
1669
- """
1670
- self._hcx_vlan_id = hcx_vlan_id
1671
-
1672
- @property
1673
- def is_hcx_enabled(self):
1674
- """
1675
- Gets the is_hcx_enabled of this Sddc.
1676
- Indicates whether HCX is enabled for this SDDC.
1677
-
1678
-
1679
- :return: The is_hcx_enabled of this Sddc.
1680
- :rtype: bool
1681
- """
1682
- return self._is_hcx_enabled
1683
-
1684
- @is_hcx_enabled.setter
1685
- def is_hcx_enabled(self, is_hcx_enabled):
1686
- """
1687
- Sets the is_hcx_enabled of this Sddc.
1688
- Indicates whether HCX is enabled for this SDDC.
1689
-
1690
-
1691
- :param is_hcx_enabled: The is_hcx_enabled of this Sddc.
1692
- :type: bool
1693
- """
1694
- self._is_hcx_enabled = is_hcx_enabled
1695
-
1696
- @property
1697
- def hcx_on_prem_key(self):
1698
- """
1699
- Gets the hcx_on_prem_key of this Sddc.
1700
- The activation keys to use on the on-premises HCX Enterprise appliances you site pair with HCX Manager in your VMware Solution.
1701
- The number of keys provided depends on the HCX license type. HCX Advanced provides 3 activation keys.
1702
- HCX Enterprise provides 10 activation keys.
1703
-
1704
-
1705
- :return: The hcx_on_prem_key of this Sddc.
1706
- :rtype: str
1707
- """
1708
- return self._hcx_on_prem_key
1709
-
1710
- @hcx_on_prem_key.setter
1711
- def hcx_on_prem_key(self, hcx_on_prem_key):
1712
- """
1713
- Sets the hcx_on_prem_key of this Sddc.
1714
- The activation keys to use on the on-premises HCX Enterprise appliances you site pair with HCX Manager in your VMware Solution.
1715
- The number of keys provided depends on the HCX license type. HCX Advanced provides 3 activation keys.
1716
- HCX Enterprise provides 10 activation keys.
1717
-
1718
-
1719
- :param hcx_on_prem_key: The hcx_on_prem_key of this Sddc.
1720
- :type: str
1721
- """
1722
- self._hcx_on_prem_key = hcx_on_prem_key
1723
-
1724
- @property
1725
- def is_hcx_enterprise_enabled(self):
1726
- """
1727
- Gets the is_hcx_enterprise_enabled of this Sddc.
1728
- Indicates whether HCX Enterprise is enabled for this SDDC.
1729
-
1730
-
1731
- :return: The is_hcx_enterprise_enabled of this Sddc.
1732
- :rtype: bool
1733
- """
1734
- return self._is_hcx_enterprise_enabled
1735
-
1736
- @is_hcx_enterprise_enabled.setter
1737
- def is_hcx_enterprise_enabled(self, is_hcx_enterprise_enabled):
1738
- """
1739
- Sets the is_hcx_enterprise_enabled of this Sddc.
1740
- Indicates whether HCX Enterprise is enabled for this SDDC.
1741
-
1742
-
1743
- :param is_hcx_enterprise_enabled: The is_hcx_enterprise_enabled of this Sddc.
1744
- :type: bool
1745
- """
1746
- self._is_hcx_enterprise_enabled = is_hcx_enterprise_enabled
1747
-
1748
- @property
1749
- def is_hcx_pending_downgrade(self):
1750
- """
1751
- Gets the is_hcx_pending_downgrade of this Sddc.
1752
- Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
1753
-
1754
-
1755
- :return: The is_hcx_pending_downgrade of this Sddc.
1756
- :rtype: bool
1757
- """
1758
- return self._is_hcx_pending_downgrade
1759
-
1760
- @is_hcx_pending_downgrade.setter
1761
- def is_hcx_pending_downgrade(self, is_hcx_pending_downgrade):
1762
- """
1763
- Sets the is_hcx_pending_downgrade of this Sddc.
1764
- Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
1765
-
1766
-
1767
- :param is_hcx_pending_downgrade: The is_hcx_pending_downgrade of this Sddc.
1768
- :type: bool
1769
- """
1770
- self._is_hcx_pending_downgrade = is_hcx_pending_downgrade
1771
-
1772
- @property
1773
- def hcx_on_prem_licenses(self):
1774
- """
1775
- Gets the hcx_on_prem_licenses of this Sddc.
1776
- The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
880
+ Gets the hcx_on_prem_licenses of this Sddc.
881
+ The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
1777
882
 
1778
883
 
1779
884
  :return: The hcx_on_prem_licenses of this Sddc.
@@ -1977,204 +1082,6 @@ class Sddc(object):
1977
1082
  lifecycle_state = 'UNKNOWN_ENUM_VALUE'
1978
1083
  self._lifecycle_state = lifecycle_state
1979
1084
 
1980
- @property
1981
- def upgrade_licenses(self):
1982
- """
1983
- Gets the upgrade_licenses of this Sddc.
1984
- The vSphere licenses to use when upgrading the SDDC.
1985
-
1986
-
1987
- :return: The upgrade_licenses of this Sddc.
1988
- :rtype: list[oci.ocvp.models.VsphereLicense]
1989
- """
1990
- return self._upgrade_licenses
1991
-
1992
- @upgrade_licenses.setter
1993
- def upgrade_licenses(self, upgrade_licenses):
1994
- """
1995
- Sets the upgrade_licenses of this Sddc.
1996
- The vSphere licenses to use when upgrading the SDDC.
1997
-
1998
-
1999
- :param upgrade_licenses: The upgrade_licenses of this Sddc.
2000
- :type: list[oci.ocvp.models.VsphereLicense]
2001
- """
2002
- self._upgrade_licenses = upgrade_licenses
2003
-
2004
- @property
2005
- def vsphere_upgrade_guide(self):
2006
- """
2007
- Gets the vsphere_upgrade_guide of this Sddc.
2008
- The link to guidance for upgrading vSphere.
2009
-
2010
-
2011
- :return: The vsphere_upgrade_guide of this Sddc.
2012
- :rtype: str
2013
- """
2014
- return self._vsphere_upgrade_guide
2015
-
2016
- @vsphere_upgrade_guide.setter
2017
- def vsphere_upgrade_guide(self, vsphere_upgrade_guide):
2018
- """
2019
- Sets the vsphere_upgrade_guide of this Sddc.
2020
- The link to guidance for upgrading vSphere.
2021
-
2022
-
2023
- :param vsphere_upgrade_guide: The vsphere_upgrade_guide of this Sddc.
2024
- :type: str
2025
- """
2026
- self._vsphere_upgrade_guide = vsphere_upgrade_guide
2027
-
2028
- @property
2029
- def vsphere_upgrade_objects(self):
2030
- """
2031
- Gets the vsphere_upgrade_objects of this Sddc.
2032
- The links to binary objects needed to upgrade vSphere.
2033
-
2034
-
2035
- :return: The vsphere_upgrade_objects of this Sddc.
2036
- :rtype: list[oci.ocvp.models.VsphereUpgradeObject]
2037
- """
2038
- return self._vsphere_upgrade_objects
2039
-
2040
- @vsphere_upgrade_objects.setter
2041
- def vsphere_upgrade_objects(self, vsphere_upgrade_objects):
2042
- """
2043
- Sets the vsphere_upgrade_objects of this Sddc.
2044
- The links to binary objects needed to upgrade vSphere.
2045
-
2046
-
2047
- :param vsphere_upgrade_objects: The vsphere_upgrade_objects of this Sddc.
2048
- :type: list[oci.ocvp.models.VsphereUpgradeObject]
2049
- """
2050
- self._vsphere_upgrade_objects = vsphere_upgrade_objects
2051
-
2052
- @property
2053
- def initial_host_shape_name(self):
2054
- """
2055
- **[Required]** Gets the initial_host_shape_name of this Sddc.
2056
- The initial compute shape of the SDDC's ESXi hosts.
2057
- :func:`list_supported_host_shapes`.
2058
-
2059
-
2060
- :return: The initial_host_shape_name of this Sddc.
2061
- :rtype: str
2062
- """
2063
- return self._initial_host_shape_name
2064
-
2065
- @initial_host_shape_name.setter
2066
- def initial_host_shape_name(self, initial_host_shape_name):
2067
- """
2068
- Sets the initial_host_shape_name of this Sddc.
2069
- The initial compute shape of the SDDC's ESXi hosts.
2070
- :func:`list_supported_host_shapes`.
2071
-
2072
-
2073
- :param initial_host_shape_name: The initial_host_shape_name of this Sddc.
2074
- :type: str
2075
- """
2076
- self._initial_host_shape_name = initial_host_shape_name
2077
-
2078
- @property
2079
- def initial_host_ocpu_count(self):
2080
- """
2081
- Gets the initial_host_ocpu_count of this Sddc.
2082
- The initial OCPU count of the SDDC's ESXi hosts.
2083
-
2084
-
2085
- :return: The initial_host_ocpu_count of this Sddc.
2086
- :rtype: float
2087
- """
2088
- return self._initial_host_ocpu_count
2089
-
2090
- @initial_host_ocpu_count.setter
2091
- def initial_host_ocpu_count(self, initial_host_ocpu_count):
2092
- """
2093
- Sets the initial_host_ocpu_count of this Sddc.
2094
- The initial OCPU count of the SDDC's ESXi hosts.
2095
-
2096
-
2097
- :param initial_host_ocpu_count: The initial_host_ocpu_count of this Sddc.
2098
- :type: float
2099
- """
2100
- self._initial_host_ocpu_count = initial_host_ocpu_count
2101
-
2102
- @property
2103
- def is_shielded_instance_enabled(self):
2104
- """
2105
- Gets the is_shielded_instance_enabled of this Sddc.
2106
- Indicates whether shielded instance is enabled at the SDDC level.
2107
-
2108
-
2109
- :return: The is_shielded_instance_enabled of this Sddc.
2110
- :rtype: bool
2111
- """
2112
- return self._is_shielded_instance_enabled
2113
-
2114
- @is_shielded_instance_enabled.setter
2115
- def is_shielded_instance_enabled(self, is_shielded_instance_enabled):
2116
- """
2117
- Sets the is_shielded_instance_enabled of this Sddc.
2118
- Indicates whether shielded instance is enabled at the SDDC level.
2119
-
2120
-
2121
- :param is_shielded_instance_enabled: The is_shielded_instance_enabled of this Sddc.
2122
- :type: bool
2123
- """
2124
- self._is_shielded_instance_enabled = is_shielded_instance_enabled
2125
-
2126
- @property
2127
- def capacity_reservation_id(self):
2128
- """
2129
- Gets the capacity_reservation_id of this Sddc.
2130
- The `OCID`__ of the Capacity Reservation.
2131
-
2132
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
2133
-
2134
-
2135
- :return: The capacity_reservation_id of this Sddc.
2136
- :rtype: str
2137
- """
2138
- return self._capacity_reservation_id
2139
-
2140
- @capacity_reservation_id.setter
2141
- def capacity_reservation_id(self, capacity_reservation_id):
2142
- """
2143
- Sets the capacity_reservation_id of this Sddc.
2144
- The `OCID`__ of the Capacity Reservation.
2145
-
2146
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
2147
-
2148
-
2149
- :param capacity_reservation_id: The capacity_reservation_id of this Sddc.
2150
- :type: str
2151
- """
2152
- self._capacity_reservation_id = capacity_reservation_id
2153
-
2154
- @property
2155
- def datastores(self):
2156
- """
2157
- Gets the datastores of this Sddc.
2158
- Datastores used for the Sddc.
2159
-
2160
-
2161
- :return: The datastores of this Sddc.
2162
- :rtype: list[oci.ocvp.models.DatastoreSummary]
2163
- """
2164
- return self._datastores
2165
-
2166
- @datastores.setter
2167
- def datastores(self, datastores):
2168
- """
2169
- Sets the datastores of this Sddc.
2170
- Datastores used for the Sddc.
2171
-
2172
-
2173
- :param datastores: The datastores of this Sddc.
2174
- :type: list[oci.ocvp.models.DatastoreSummary]
2175
- """
2176
- self._datastores = datastores
2177
-
2178
1085
  @property
2179
1086
  def freeform_tags(self):
2180
1087
  """