pulumi-oci 1.42.0a1719036487__py3-none-any.whl → 1.42.0a1719263894__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/_utilities.py +35 -0
- pulumi_oci/budget/budget.py +3 -9
- pulumi_oci/budget/get_budget.py +1 -3
- pulumi_oci/budget/outputs.py +1 -3
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +2 -2
- pulumi_oci/containerengine/get_node_pool.py +2 -6
- pulumi_oci/containerengine/node_pool.py +6 -18
- pulumi_oci/containerengine/outputs.py +2 -6
- pulumi_oci/core/_inputs.py +5 -15
- pulumi_oci/core/boot_volume.py +3 -9
- pulumi_oci/core/get_boot_volume.py +1 -3
- pulumi_oci/core/get_instance.py +3 -9
- pulumi_oci/core/get_virtual_circuit.py +2 -6
- pulumi_oci/core/get_volume.py +2 -6
- pulumi_oci/core/instance.py +9 -27
- pulumi_oci/core/outputs.py +24 -72
- pulumi_oci/core/virtual_circuit.py +5 -15
- pulumi_oci/core/volume.py +6 -18
- pulumi_oci/core/volume_attachment.py +3 -9
- pulumi_oci/core/volume_backup.py +4 -12
- pulumi_oci/core/volume_group.py +3 -9
- pulumi_oci/database/autonomous_database.py +3 -9
- pulumi_oci/database/autonomous_exadata_infrastructure.py +3 -9
- pulumi_oci/database/backup_destination.py +3 -9
- pulumi_oci/database/get_autonomous_database.py +1 -3
- pulumi_oci/database/get_autonomous_database_wallet.py +1 -3
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +1 -3
- pulumi_oci/database/get_backup_destination.py +1 -3
- pulumi_oci/database/outputs.py +4 -12
- pulumi_oci/datasafe/discovery_jobs_result.py +7 -21
- pulumi_oci/datasafe/get_discovery_jobs_result.py +2 -6
- pulumi_oci/datasafe/outputs.py +3 -9
- pulumi_oci/dns/get_records.py +1 -3
- pulumi_oci/dns/outputs.py +3 -9
- pulumi_oci/dns/record.py +9 -27
- pulumi_oci/identity/outputs.py +3 -9
- pulumi_oci/identity/policy.py +6 -18
- pulumi_oci/loadbalancer/load_balancer.py +2 -6
- pulumi_oci/loadbalancer/outputs.py +1 -3
- pulumi_oci/mysql/_inputs.py +7 -21
- pulumi_oci/mysql/outputs.py +21 -63
- pulumi_oci/objectstorage/get_preauthrequest.py +1 -3
- pulumi_oci/objectstorage/get_replication_policy.py +1 -3
- pulumi_oci/objectstorage/outputs.py +2 -6
- pulumi_oci/objectstorage/preauthrequest.py +3 -9
- pulumi_oci/objectstorage/replication_policy.py +3 -9
- pulumi_oci/ocvp/esxi_host.py +18 -54
- pulumi_oci/ocvp/get_exsi_host.py +6 -18
- pulumi_oci/ocvp/get_sddc.py +31 -93
- pulumi_oci/ocvp/get_supported_host_shapes.py +1 -3
- pulumi_oci/ocvp/outputs.py +39 -117
- pulumi_oci/ocvp/sddc.py +83 -249
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +1 -3
- pulumi_oci/recoverymod/outputs.py +1 -3
- pulumi_oci/recoverymod/recovery_service_subnet.py +3 -9
- {pulumi_oci-1.42.0a1719036487.dist-info → pulumi_oci-1.42.0a1719263894.dist-info}/METADATA +1 -1
- {pulumi_oci-1.42.0a1719036487.dist-info → pulumi_oci-1.42.0a1719263894.dist-info}/RECORD +60 -60
- {pulumi_oci-1.42.0a1719036487.dist-info → pulumi_oci-1.42.0a1719263894.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.42.0a1719036487.dist-info → pulumi_oci-1.42.0a1719263894.dist-info}/top_level.txt +0 -0
pulumi_oci/ocvp/sddc.py
CHANGED
@@ -263,13 +263,11 @@ class SddcArgs:
|
|
263
263
|
|
264
264
|
@property
|
265
265
|
@pulumi.getter(name="capacityReservationId")
|
266
|
+
@_utilities.deprecated("""The 'capacity_reservation_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
266
267
|
def capacity_reservation_id(self) -> Optional[pulumi.Input[str]]:
|
267
268
|
"""
|
268
269
|
(Optional) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Capacity Reservation. **Deprecated**. Please use `capacity_reservation_id` of `initial_cluster_configurations` instead.
|
269
270
|
"""
|
270
|
-
warnings.warn("""The 'capacity_reservation_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
271
|
-
pulumi.log.warn("""capacity_reservation_id is deprecated: The 'capacity_reservation_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
272
|
-
|
273
271
|
return pulumi.get(self, "capacity_reservation_id")
|
274
272
|
|
275
273
|
@capacity_reservation_id.setter
|
@@ -278,13 +276,11 @@ class SddcArgs:
|
|
278
276
|
|
279
277
|
@property
|
280
278
|
@pulumi.getter(name="computeAvailabilityDomain")
|
279
|
+
@_utilities.deprecated("""The 'compute_availability_domain' field has been deprecated. Please use 'initial_configuration' instead.""")
|
281
280
|
def compute_availability_domain(self) -> Optional[pulumi.Input[str]]:
|
282
281
|
"""
|
283
282
|
(Required) The availability domain to create the SDDC's ESXi hosts in. For multi-AD SDDC deployment, set to `multi-AD`. **Deprecated**. Please use `compute_availability_domain` of `initial_cluster_configurations` instead.
|
284
283
|
"""
|
285
|
-
warnings.warn("""The 'compute_availability_domain' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
286
|
-
pulumi.log.warn("""compute_availability_domain is deprecated: The 'compute_availability_domain' field has been deprecated. Please use 'initial_configuration' instead.""")
|
287
|
-
|
288
284
|
return pulumi.get(self, "compute_availability_domain")
|
289
285
|
|
290
286
|
@compute_availability_domain.setter
|
@@ -293,13 +289,11 @@ class SddcArgs:
|
|
293
289
|
|
294
290
|
@property
|
295
291
|
@pulumi.getter
|
292
|
+
@_utilities.deprecated("""The 'datastores' field has been deprecated. Please use 'initial_configuration' instead.""")
|
296
293
|
def datastores(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SddcDatastoreArgs']]]]:
|
297
294
|
"""
|
298
295
|
(Optional) A list of datastore info for the SDDC. This value is required only when `initialHostShapeName` is a standard shape. **Deprecated**. Please use `datastores` of `initial_cluster_configurations` instead.
|
299
296
|
"""
|
300
|
-
warnings.warn("""The 'datastores' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
301
|
-
pulumi.log.warn("""datastores is deprecated: The 'datastores' field has been deprecated. Please use 'initial_configuration' instead.""")
|
302
|
-
|
303
297
|
return pulumi.get(self, "datastores")
|
304
298
|
|
305
299
|
@datastores.setter
|
@@ -332,15 +326,13 @@ class SddcArgs:
|
|
332
326
|
|
333
327
|
@property
|
334
328
|
@pulumi.getter(name="esxiHostsCount")
|
329
|
+
@_utilities.deprecated("""The 'esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead.""")
|
335
330
|
def esxi_hosts_count(self) -> Optional[pulumi.Input[int]]:
|
336
331
|
"""
|
337
332
|
(Required) The number of ESXi hosts to create in the SDDC. You can add more hosts later (see [CreateEsxiHost](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/EsxiHost/CreateEsxiHost)). Creating a SDDC with a ESXi host count of 1 will be considered a single ESXi host SDDC. **Deprecated**. Please use `esxi_hosts_count` of `initial_cluster_configurations` instead.
|
338
333
|
|
339
334
|
**Note:** If you later delete EXSi hosts from a production SDDC to total less than 3, you are still billed for the 3 minimum recommended ESXi hosts. Also, you cannot add more VMware workloads to the SDDC until it again has at least 3 ESXi hosts.
|
340
335
|
"""
|
341
|
-
warnings.warn("""The 'esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
342
|
-
pulumi.log.warn("""esxi_hosts_count is deprecated: The 'esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead.""")
|
343
|
-
|
344
336
|
return pulumi.get(self, "esxi_hosts_count")
|
345
337
|
|
346
338
|
@esxi_hosts_count.setter
|
@@ -382,13 +374,11 @@ class SddcArgs:
|
|
382
374
|
|
383
375
|
@property
|
384
376
|
@pulumi.getter(name="hcxVlanId")
|
377
|
+
@_utilities.deprecated("""The 'hcx_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
385
378
|
def hcx_vlan_id(self) -> Optional[pulumi.Input[str]]:
|
386
379
|
"""
|
387
380
|
(Optional) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the HCX component of the VMware environment. This value is required only when `isHcxEnabled` is true. **Deprecated**. Please use `hcx_vlan_id` of `network_configuration` instead.
|
388
381
|
"""
|
389
|
-
warnings.warn("""The 'hcx_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
390
|
-
pulumi.log.warn("""hcx_vlan_id is deprecated: The 'hcx_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
391
|
-
|
392
382
|
return pulumi.get(self, "hcx_vlan_id")
|
393
383
|
|
394
384
|
@hcx_vlan_id.setter
|
@@ -409,13 +399,11 @@ class SddcArgs:
|
|
409
399
|
|
410
400
|
@property
|
411
401
|
@pulumi.getter(name="initialHostOcpuCount")
|
402
|
+
@_utilities.deprecated("""The 'initial_host_ocpu_count' field has been deprecated. Please use 'initial_configuration' instead.""")
|
412
403
|
def initial_host_ocpu_count(self) -> Optional[pulumi.Input[float]]:
|
413
404
|
"""
|
414
405
|
(Optional) The initial OCPU count of the SDDC's ESXi hosts. **Deprecated**. Please use `initial_host_ocpu_count` of `initial_cluster_configurations` instead.
|
415
406
|
"""
|
416
|
-
warnings.warn("""The 'initial_host_ocpu_count' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
417
|
-
pulumi.log.warn("""initial_host_ocpu_count is deprecated: The 'initial_host_ocpu_count' field has been deprecated. Please use 'initial_configuration' instead.""")
|
418
|
-
|
419
407
|
return pulumi.get(self, "initial_host_ocpu_count")
|
420
408
|
|
421
409
|
@initial_host_ocpu_count.setter
|
@@ -424,13 +412,11 @@ class SddcArgs:
|
|
424
412
|
|
425
413
|
@property
|
426
414
|
@pulumi.getter(name="initialHostShapeName")
|
415
|
+
@_utilities.deprecated("""The 'initial_host_shape_name' field has been deprecated. Please use 'initial_configuration' instead.""")
|
427
416
|
def initial_host_shape_name(self) -> Optional[pulumi.Input[str]]:
|
428
417
|
"""
|
429
418
|
(Optional) The initial compute shape of the SDDC's ESXi hosts. [ListSupportedHostShapes](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/SupportedHostShapes/ListSupportedHostShapes). **Deprecated**. Please use `initial_host_shape_name` of `initial_cluster_configurations` instead.
|
430
419
|
"""
|
431
|
-
warnings.warn("""The 'initial_host_shape_name' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
432
|
-
pulumi.log.warn("""initial_host_shape_name is deprecated: The 'initial_host_shape_name' field has been deprecated. Please use 'initial_configuration' instead.""")
|
433
|
-
|
434
420
|
return pulumi.get(self, "initial_host_shape_name")
|
435
421
|
|
436
422
|
@initial_host_shape_name.setter
|
@@ -439,13 +425,11 @@ class SddcArgs:
|
|
439
425
|
|
440
426
|
@property
|
441
427
|
@pulumi.getter(name="initialSku")
|
428
|
+
@_utilities.deprecated("""The 'initial_sku' field has been deprecated. Please use 'initial_configuration' instead.""")
|
442
429
|
def initial_sku(self) -> Optional[pulumi.Input[str]]:
|
443
430
|
"""
|
444
431
|
(Optional) The billing option selected during SDDC creation. [ListSupportedSkus](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/SupportedSkuSummary/ListSupportedSkus). **Deprecated**. Please use `initial_commitment` of `initial_cluster_configurations` instead.
|
445
432
|
"""
|
446
|
-
warnings.warn("""The 'initial_sku' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
447
|
-
pulumi.log.warn("""initial_sku is deprecated: The 'initial_sku' field has been deprecated. Please use 'initial_configuration' instead.""")
|
448
|
-
|
449
433
|
return pulumi.get(self, "initial_sku")
|
450
434
|
|
451
435
|
@initial_sku.setter
|
@@ -454,15 +438,13 @@ class SddcArgs:
|
|
454
438
|
|
455
439
|
@property
|
456
440
|
@pulumi.getter(name="instanceDisplayNamePrefix")
|
441
|
+
@_utilities.deprecated("""The 'instance_display_name_prefix' field has been deprecated. Please use 'initial_configuration' instead.""")
|
457
442
|
def instance_display_name_prefix(self) -> Optional[pulumi.Input[str]]:
|
458
443
|
"""
|
459
444
|
(Optional) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's `displayName` is used as the prefix.
|
460
445
|
|
461
446
|
For example, if the value is `mySDDC`, the ESXi hosts are named `mySDDC-1`, `mySDDC-2`, and so on. **Deprecated**. Please use `instance_display_name_prefix` of `initial_cluster_configurations` instead.
|
462
447
|
"""
|
463
|
-
warnings.warn("""The 'instance_display_name_prefix' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
464
|
-
pulumi.log.warn("""instance_display_name_prefix is deprecated: The 'instance_display_name_prefix' field has been deprecated. Please use 'initial_configuration' instead.""")
|
465
|
-
|
466
448
|
return pulumi.get(self, "instance_display_name_prefix")
|
467
449
|
|
468
450
|
@instance_display_name_prefix.setter
|
@@ -483,13 +465,11 @@ class SddcArgs:
|
|
483
465
|
|
484
466
|
@property
|
485
467
|
@pulumi.getter(name="isShieldedInstanceEnabled")
|
468
|
+
@_utilities.deprecated("""The 'is_shielded_instance_enabled' field has been deprecated. Please use 'initial_configuration' instead.""")
|
486
469
|
def is_shielded_instance_enabled(self) -> Optional[pulumi.Input[bool]]:
|
487
470
|
"""
|
488
471
|
(Optional) Indicates whether shielded instance is enabled for this SDDC. **Deprecated**. Please use `is_shielded_instance_enabled` of `initial_cluster_configurations` instead.
|
489
472
|
"""
|
490
|
-
warnings.warn("""The 'is_shielded_instance_enabled' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
491
|
-
pulumi.log.warn("""is_shielded_instance_enabled is deprecated: The 'is_shielded_instance_enabled' field has been deprecated. Please use 'initial_configuration' instead.""")
|
492
|
-
|
493
473
|
return pulumi.get(self, "is_shielded_instance_enabled")
|
494
474
|
|
495
475
|
@is_shielded_instance_enabled.setter
|
@@ -510,13 +490,11 @@ class SddcArgs:
|
|
510
490
|
|
511
491
|
@property
|
512
492
|
@pulumi.getter(name="nsxEdgeUplink1vlanId")
|
493
|
+
@_utilities.deprecated("""The 'nsx_edge_uplink1vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
513
494
|
def nsx_edge_uplink1vlan_id(self) -> Optional[pulumi.Input[str]]:
|
514
495
|
"""
|
515
496
|
(Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX Edge Uplink 1 component of the VMware environment. **Deprecated**. Please use `nsx_edge_uplink1vlan_id` of `network_configuration` instead.
|
516
497
|
"""
|
517
|
-
warnings.warn("""The 'nsx_edge_uplink1vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
518
|
-
pulumi.log.warn("""nsx_edge_uplink1vlan_id is deprecated: The 'nsx_edge_uplink1vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
519
|
-
|
520
498
|
return pulumi.get(self, "nsx_edge_uplink1vlan_id")
|
521
499
|
|
522
500
|
@nsx_edge_uplink1vlan_id.setter
|
@@ -525,15 +503,13 @@ class SddcArgs:
|
|
525
503
|
|
526
504
|
@property
|
527
505
|
@pulumi.getter(name="nsxEdgeUplink2vlanId")
|
506
|
+
@_utilities.deprecated("""The 'nsx_edge_uplink2vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
528
507
|
def nsx_edge_uplink2vlan_id(self) -> Optional[pulumi.Input[str]]:
|
529
508
|
"""
|
530
509
|
(Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX Edge Uplink 2 component of the VMware environment. **Deprecated**. Please use `nsx_edge_uplink2vlan_id` of `network_configuration` instead.
|
531
510
|
|
532
511
|
**Note:** This VLAN is reserved for future use to deploy public-facing applications on the VMware SDDC.
|
533
512
|
"""
|
534
|
-
warnings.warn("""The 'nsx_edge_uplink2vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
535
|
-
pulumi.log.warn("""nsx_edge_uplink2vlan_id is deprecated: The 'nsx_edge_uplink2vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
536
|
-
|
537
513
|
return pulumi.get(self, "nsx_edge_uplink2vlan_id")
|
538
514
|
|
539
515
|
@nsx_edge_uplink2vlan_id.setter
|
@@ -542,13 +518,11 @@ class SddcArgs:
|
|
542
518
|
|
543
519
|
@property
|
544
520
|
@pulumi.getter(name="nsxEdgeVtepVlanId")
|
521
|
+
@_utilities.deprecated("""The 'nsx_edge_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
545
522
|
def nsx_edge_vtep_vlan_id(self) -> Optional[pulumi.Input[str]]:
|
546
523
|
"""
|
547
524
|
(Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX Edge VTEP component of the VMware environment. **Deprecated**. Please use `nsx_edge_vtep_vlan_id` of `network_configuration` instead.
|
548
525
|
"""
|
549
|
-
warnings.warn("""The 'nsx_edge_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
550
|
-
pulumi.log.warn("""nsx_edge_vtep_vlan_id is deprecated: The 'nsx_edge_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
551
|
-
|
552
526
|
return pulumi.get(self, "nsx_edge_vtep_vlan_id")
|
553
527
|
|
554
528
|
@nsx_edge_vtep_vlan_id.setter
|
@@ -557,13 +531,11 @@ class SddcArgs:
|
|
557
531
|
|
558
532
|
@property
|
559
533
|
@pulumi.getter(name="nsxVtepVlanId")
|
534
|
+
@_utilities.deprecated("""The 'nsx_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
560
535
|
def nsx_vtep_vlan_id(self) -> Optional[pulumi.Input[str]]:
|
561
536
|
"""
|
562
537
|
(Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX VTEP component of the VMware environment. **Deprecated**. Please use `nsx_vtep_vlan_id` of `network_configuration` instead.
|
563
538
|
"""
|
564
|
-
warnings.warn("""The 'nsx_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
565
|
-
pulumi.log.warn("""nsx_vtep_vlan_id is deprecated: The 'nsx_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
566
|
-
|
567
539
|
return pulumi.get(self, "nsx_vtep_vlan_id")
|
568
540
|
|
569
541
|
@nsx_vtep_vlan_id.setter
|
@@ -572,13 +544,11 @@ class SddcArgs:
|
|
572
544
|
|
573
545
|
@property
|
574
546
|
@pulumi.getter(name="provisioningSubnetId")
|
547
|
+
@_utilities.deprecated("""The 'provisioning_subnet_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
575
548
|
def provisioning_subnet_id(self) -> Optional[pulumi.Input[str]]:
|
576
549
|
"""
|
577
550
|
(Required) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management subnet to use for provisioning the SDDC. **Deprecated**. Please use `provisioning_subnet_id` of `network_configuration` instead.
|
578
551
|
"""
|
579
|
-
warnings.warn("""The 'provisioning_subnet_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
580
|
-
pulumi.log.warn("""provisioning_subnet_id is deprecated: The 'provisioning_subnet_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
581
|
-
|
582
552
|
return pulumi.get(self, "provisioning_subnet_id")
|
583
553
|
|
584
554
|
@provisioning_subnet_id.setter
|
@@ -587,13 +557,11 @@ class SddcArgs:
|
|
587
557
|
|
588
558
|
@property
|
589
559
|
@pulumi.getter(name="provisioningVlanId")
|
560
|
+
@_utilities.deprecated("""The 'provisioning_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
590
561
|
def provisioning_vlan_id(self) -> Optional[pulumi.Input[str]]:
|
591
562
|
"""
|
592
563
|
(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.
|
593
564
|
"""
|
594
|
-
warnings.warn("""The 'provisioning_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
595
|
-
pulumi.log.warn("""provisioning_vlan_id is deprecated: The 'provisioning_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
596
|
-
|
597
565
|
return pulumi.get(self, "provisioning_vlan_id")
|
598
566
|
|
599
567
|
@provisioning_vlan_id.setter
|
@@ -614,13 +582,11 @@ class SddcArgs:
|
|
614
582
|
|
615
583
|
@property
|
616
584
|
@pulumi.getter(name="replicationVlanId")
|
585
|
+
@_utilities.deprecated("""The 'replication_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
617
586
|
def replication_vlan_id(self) -> Optional[pulumi.Input[str]]:
|
618
587
|
"""
|
619
588
|
(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.
|
620
589
|
"""
|
621
|
-
warnings.warn("""The 'replication_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
622
|
-
pulumi.log.warn("""replication_vlan_id is deprecated: The 'replication_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
623
|
-
|
624
590
|
return pulumi.get(self, "replication_vlan_id")
|
625
591
|
|
626
592
|
@replication_vlan_id.setter
|
@@ -641,13 +607,11 @@ class SddcArgs:
|
|
641
607
|
|
642
608
|
@property
|
643
609
|
@pulumi.getter(name="vmotionVlanId")
|
610
|
+
@_utilities.deprecated("""The 'vmotion_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
644
611
|
def vmotion_vlan_id(self) -> Optional[pulumi.Input[str]]:
|
645
612
|
"""
|
646
613
|
(Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the vMotion component of the VMware environment. **Deprecated**. Please use `vmotion_vlan_id` of `network_configuration` instead.
|
647
614
|
"""
|
648
|
-
warnings.warn("""The 'vmotion_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
649
|
-
pulumi.log.warn("""vmotion_vlan_id is deprecated: The 'vmotion_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
650
|
-
|
651
615
|
return pulumi.get(self, "vmotion_vlan_id")
|
652
616
|
|
653
617
|
@vmotion_vlan_id.setter
|
@@ -656,13 +620,11 @@ class SddcArgs:
|
|
656
620
|
|
657
621
|
@property
|
658
622
|
@pulumi.getter(name="vsanVlanId")
|
623
|
+
@_utilities.deprecated("""The 'vsan_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
659
624
|
def vsan_vlan_id(self) -> Optional[pulumi.Input[str]]:
|
660
625
|
"""
|
661
626
|
(Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the vSAN component of the VMware environment. **Deprecated**. Please use `vsan_vlan_id` of `network_configuration` instead.
|
662
627
|
"""
|
663
|
-
warnings.warn("""The 'vsan_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
664
|
-
pulumi.log.warn("""vsan_vlan_id is deprecated: The 'vsan_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
665
|
-
|
666
628
|
return pulumi.get(self, "vsan_vlan_id")
|
667
629
|
|
668
630
|
@vsan_vlan_id.setter
|
@@ -671,13 +633,11 @@ class SddcArgs:
|
|
671
633
|
|
672
634
|
@property
|
673
635
|
@pulumi.getter(name="vsphereVlanId")
|
636
|
+
@_utilities.deprecated("""The 'vsphere_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
674
637
|
def vsphere_vlan_id(self) -> Optional[pulumi.Input[str]]:
|
675
638
|
"""
|
676
639
|
(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.
|
677
640
|
"""
|
678
|
-
warnings.warn("""The 'vsphere_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
679
|
-
pulumi.log.warn("""vsphere_vlan_id is deprecated: The 'vsphere_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
680
|
-
|
681
641
|
return pulumi.get(self, "vsphere_vlan_id")
|
682
642
|
|
683
643
|
@vsphere_vlan_id.setter
|
@@ -686,6 +646,7 @@ class SddcArgs:
|
|
686
646
|
|
687
647
|
@property
|
688
648
|
@pulumi.getter(name="workloadNetworkCidr")
|
649
|
+
@_utilities.deprecated("""The 'workload_network_cidr' field has been deprecated. Please use 'initial_configuration' instead.""")
|
689
650
|
def workload_network_cidr(self) -> Optional[pulumi.Input[str]]:
|
690
651
|
"""
|
691
652
|
(Optional) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. **Deprecated**. Please use `workload_network_cidr` of `initial_cluster_configurations` instead.
|
@@ -694,9 +655,6 @@ class SddcArgs:
|
|
694
655
|
** IMPORTANT **
|
695
656
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
696
657
|
"""
|
697
|
-
warnings.warn("""The 'workload_network_cidr' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
698
|
-
pulumi.log.warn("""workload_network_cidr is deprecated: The 'workload_network_cidr' field has been deprecated. Please use 'initial_configuration' instead.""")
|
699
|
-
|
700
658
|
return pulumi.get(self, "workload_network_cidr")
|
701
659
|
|
702
660
|
@workload_network_cidr.setter
|
@@ -1063,13 +1021,11 @@ class _SddcState:
|
|
1063
1021
|
|
1064
1022
|
@property
|
1065
1023
|
@pulumi.getter(name="actualEsxiHostsCount")
|
1024
|
+
@_utilities.deprecated("""The 'actual_esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1066
1025
|
def actual_esxi_hosts_count(self) -> Optional[pulumi.Input[int]]:
|
1067
1026
|
"""
|
1068
1027
|
The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC. **Deprecated**.
|
1069
1028
|
"""
|
1070
|
-
warnings.warn("""The 'actual_esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1071
|
-
pulumi.log.warn("""actual_esxi_hosts_count is deprecated: The 'actual_esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1072
|
-
|
1073
1029
|
return pulumi.get(self, "actual_esxi_hosts_count")
|
1074
1030
|
|
1075
1031
|
@actual_esxi_hosts_count.setter
|
@@ -1078,13 +1034,11 @@ class _SddcState:
|
|
1078
1034
|
|
1079
1035
|
@property
|
1080
1036
|
@pulumi.getter(name="capacityReservationId")
|
1037
|
+
@_utilities.deprecated("""The 'capacity_reservation_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1081
1038
|
def capacity_reservation_id(self) -> Optional[pulumi.Input[str]]:
|
1082
1039
|
"""
|
1083
1040
|
(Optional) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Capacity Reservation. **Deprecated**. Please use `capacity_reservation_id` of `initial_cluster_configurations` instead.
|
1084
1041
|
"""
|
1085
|
-
warnings.warn("""The 'capacity_reservation_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1086
|
-
pulumi.log.warn("""capacity_reservation_id is deprecated: The 'capacity_reservation_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1087
|
-
|
1088
1042
|
return pulumi.get(self, "capacity_reservation_id")
|
1089
1043
|
|
1090
1044
|
@capacity_reservation_id.setter
|
@@ -1117,13 +1071,11 @@ class _SddcState:
|
|
1117
1071
|
|
1118
1072
|
@property
|
1119
1073
|
@pulumi.getter(name="computeAvailabilityDomain")
|
1074
|
+
@_utilities.deprecated("""The 'compute_availability_domain' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1120
1075
|
def compute_availability_domain(self) -> Optional[pulumi.Input[str]]:
|
1121
1076
|
"""
|
1122
1077
|
(Required) The availability domain to create the SDDC's ESXi hosts in. For multi-AD SDDC deployment, set to `multi-AD`. **Deprecated**. Please use `compute_availability_domain` of `initial_cluster_configurations` instead.
|
1123
1078
|
"""
|
1124
|
-
warnings.warn("""The 'compute_availability_domain' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1125
|
-
pulumi.log.warn("""compute_availability_domain is deprecated: The 'compute_availability_domain' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1126
|
-
|
1127
1079
|
return pulumi.get(self, "compute_availability_domain")
|
1128
1080
|
|
1129
1081
|
@compute_availability_domain.setter
|
@@ -1132,13 +1084,11 @@ class _SddcState:
|
|
1132
1084
|
|
1133
1085
|
@property
|
1134
1086
|
@pulumi.getter
|
1087
|
+
@_utilities.deprecated("""The 'datastores' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1135
1088
|
def datastores(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SddcDatastoreArgs']]]]:
|
1136
1089
|
"""
|
1137
1090
|
(Optional) A list of datastore info for the SDDC. This value is required only when `initialHostShapeName` is a standard shape. **Deprecated**. Please use `datastores` of `initial_cluster_configurations` instead.
|
1138
1091
|
"""
|
1139
|
-
warnings.warn("""The 'datastores' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1140
|
-
pulumi.log.warn("""datastores is deprecated: The 'datastores' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1141
|
-
|
1142
1092
|
return pulumi.get(self, "datastores")
|
1143
1093
|
|
1144
1094
|
@datastores.setter
|
@@ -1171,15 +1121,13 @@ class _SddcState:
|
|
1171
1121
|
|
1172
1122
|
@property
|
1173
1123
|
@pulumi.getter(name="esxiHostsCount")
|
1124
|
+
@_utilities.deprecated("""The 'esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1174
1125
|
def esxi_hosts_count(self) -> Optional[pulumi.Input[int]]:
|
1175
1126
|
"""
|
1176
1127
|
(Required) The number of ESXi hosts to create in the SDDC. You can add more hosts later (see [CreateEsxiHost](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/EsxiHost/CreateEsxiHost)). Creating a SDDC with a ESXi host count of 1 will be considered a single ESXi host SDDC. **Deprecated**. Please use `esxi_hosts_count` of `initial_cluster_configurations` instead.
|
1177
1128
|
|
1178
1129
|
**Note:** If you later delete EXSi hosts from a production SDDC to total less than 3, you are still billed for the 3 minimum recommended ESXi hosts. Also, you cannot add more VMware workloads to the SDDC until it again has at least 3 ESXi hosts.
|
1179
1130
|
"""
|
1180
|
-
warnings.warn("""The 'esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1181
|
-
pulumi.log.warn("""esxi_hosts_count is deprecated: The 'esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1182
|
-
|
1183
1131
|
return pulumi.get(self, "esxi_hosts_count")
|
1184
1132
|
|
1185
1133
|
@esxi_hosts_count.setter
|
@@ -1233,13 +1181,11 @@ class _SddcState:
|
|
1233
1181
|
|
1234
1182
|
@property
|
1235
1183
|
@pulumi.getter(name="hcxInitialPassword")
|
1184
|
+
@_utilities.deprecated("""The 'hcx_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""")
|
1236
1185
|
def hcx_initial_password(self) -> Optional[pulumi.Input[str]]:
|
1237
1186
|
"""
|
1238
1187
|
(**Deprecated**) The SDDC includes an administrator username and initial password for HCX Manager. Make sure to change this initial HCX Manager password to a different value. **Deprecated**. Please use the `ocvp_get_retrieve_password` data source instead.
|
1239
1188
|
"""
|
1240
|
-
warnings.warn("""The 'hcx_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""", DeprecationWarning)
|
1241
|
-
pulumi.log.warn("""hcx_initial_password is deprecated: The 'hcx_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""")
|
1242
|
-
|
1243
1189
|
return pulumi.get(self, "hcx_initial_password")
|
1244
1190
|
|
1245
1191
|
@hcx_initial_password.setter
|
@@ -1260,13 +1206,11 @@ class _SddcState:
|
|
1260
1206
|
|
1261
1207
|
@property
|
1262
1208
|
@pulumi.getter(name="hcxOnPremKey")
|
1209
|
+
@_utilities.deprecated("""The 'hcx_on_prem_key' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
1263
1210
|
def hcx_on_prem_key(self) -> Optional[pulumi.Input[str]]:
|
1264
1211
|
"""
|
1265
1212
|
(**Deprecated**) The activation keys to use on the on-premises HCX Enterprise appliances you site pair with HCX Manager in your VMware Solution. The number of keys provided depends on the HCX license type. HCX Advanced provides 3 activation keys. HCX Enterprise provides 10 activation keys. **Deprecated**. Please use `hcx_on_prem_licenses` instead.
|
1266
1213
|
"""
|
1267
|
-
warnings.warn("""The 'hcx_on_prem_key' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
1268
|
-
pulumi.log.warn("""hcx_on_prem_key is deprecated: The 'hcx_on_prem_key' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
1269
|
-
|
1270
1214
|
return pulumi.get(self, "hcx_on_prem_key")
|
1271
1215
|
|
1272
1216
|
@hcx_on_prem_key.setter
|
@@ -1299,13 +1243,11 @@ class _SddcState:
|
|
1299
1243
|
|
1300
1244
|
@property
|
1301
1245
|
@pulumi.getter(name="hcxVlanId")
|
1246
|
+
@_utilities.deprecated("""The 'hcx_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1302
1247
|
def hcx_vlan_id(self) -> Optional[pulumi.Input[str]]:
|
1303
1248
|
"""
|
1304
1249
|
(Optional) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the HCX component of the VMware environment. This value is required only when `isHcxEnabled` is true. **Deprecated**. Please use `hcx_vlan_id` of `network_configuration` instead.
|
1305
1250
|
"""
|
1306
|
-
warnings.warn("""The 'hcx_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1307
|
-
pulumi.log.warn("""hcx_vlan_id is deprecated: The 'hcx_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1308
|
-
|
1309
1251
|
return pulumi.get(self, "hcx_vlan_id")
|
1310
1252
|
|
1311
1253
|
@hcx_vlan_id.setter
|
@@ -1326,13 +1268,11 @@ class _SddcState:
|
|
1326
1268
|
|
1327
1269
|
@property
|
1328
1270
|
@pulumi.getter(name="initialHostOcpuCount")
|
1271
|
+
@_utilities.deprecated("""The 'initial_host_ocpu_count' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1329
1272
|
def initial_host_ocpu_count(self) -> Optional[pulumi.Input[float]]:
|
1330
1273
|
"""
|
1331
1274
|
(Optional) The initial OCPU count of the SDDC's ESXi hosts. **Deprecated**. Please use `initial_host_ocpu_count` of `initial_cluster_configurations` instead.
|
1332
1275
|
"""
|
1333
|
-
warnings.warn("""The 'initial_host_ocpu_count' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1334
|
-
pulumi.log.warn("""initial_host_ocpu_count is deprecated: The 'initial_host_ocpu_count' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1335
|
-
|
1336
1276
|
return pulumi.get(self, "initial_host_ocpu_count")
|
1337
1277
|
|
1338
1278
|
@initial_host_ocpu_count.setter
|
@@ -1341,13 +1281,11 @@ class _SddcState:
|
|
1341
1281
|
|
1342
1282
|
@property
|
1343
1283
|
@pulumi.getter(name="initialHostShapeName")
|
1284
|
+
@_utilities.deprecated("""The 'initial_host_shape_name' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1344
1285
|
def initial_host_shape_name(self) -> Optional[pulumi.Input[str]]:
|
1345
1286
|
"""
|
1346
1287
|
(Optional) The initial compute shape of the SDDC's ESXi hosts. [ListSupportedHostShapes](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/SupportedHostShapes/ListSupportedHostShapes). **Deprecated**. Please use `initial_host_shape_name` of `initial_cluster_configurations` instead.
|
1347
1288
|
"""
|
1348
|
-
warnings.warn("""The 'initial_host_shape_name' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1349
|
-
pulumi.log.warn("""initial_host_shape_name is deprecated: The 'initial_host_shape_name' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1350
|
-
|
1351
1289
|
return pulumi.get(self, "initial_host_shape_name")
|
1352
1290
|
|
1353
1291
|
@initial_host_shape_name.setter
|
@@ -1356,13 +1294,11 @@ class _SddcState:
|
|
1356
1294
|
|
1357
1295
|
@property
|
1358
1296
|
@pulumi.getter(name="initialSku")
|
1297
|
+
@_utilities.deprecated("""The 'initial_sku' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1359
1298
|
def initial_sku(self) -> Optional[pulumi.Input[str]]:
|
1360
1299
|
"""
|
1361
1300
|
(Optional) The billing option selected during SDDC creation. [ListSupportedSkus](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/SupportedSkuSummary/ListSupportedSkus). **Deprecated**. Please use `initial_commitment` of `initial_cluster_configurations` instead.
|
1362
1301
|
"""
|
1363
|
-
warnings.warn("""The 'initial_sku' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1364
|
-
pulumi.log.warn("""initial_sku is deprecated: The 'initial_sku' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1365
|
-
|
1366
1302
|
return pulumi.get(self, "initial_sku")
|
1367
1303
|
|
1368
1304
|
@initial_sku.setter
|
@@ -1371,15 +1307,13 @@ class _SddcState:
|
|
1371
1307
|
|
1372
1308
|
@property
|
1373
1309
|
@pulumi.getter(name="instanceDisplayNamePrefix")
|
1310
|
+
@_utilities.deprecated("""The 'instance_display_name_prefix' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1374
1311
|
def instance_display_name_prefix(self) -> Optional[pulumi.Input[str]]:
|
1375
1312
|
"""
|
1376
1313
|
(Optional) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's `displayName` is used as the prefix.
|
1377
1314
|
|
1378
1315
|
For example, if the value is `mySDDC`, the ESXi hosts are named `mySDDC-1`, `mySDDC-2`, and so on. **Deprecated**. Please use `instance_display_name_prefix` of `initial_cluster_configurations` instead.
|
1379
1316
|
"""
|
1380
|
-
warnings.warn("""The 'instance_display_name_prefix' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1381
|
-
pulumi.log.warn("""instance_display_name_prefix is deprecated: The 'instance_display_name_prefix' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1382
|
-
|
1383
1317
|
return pulumi.get(self, "instance_display_name_prefix")
|
1384
1318
|
|
1385
1319
|
@instance_display_name_prefix.setter
|
@@ -1400,13 +1334,11 @@ class _SddcState:
|
|
1400
1334
|
|
1401
1335
|
@property
|
1402
1336
|
@pulumi.getter(name="isHcxEnterpriseEnabled")
|
1337
|
+
@_utilities.deprecated("""The 'is_hcx_enterprise_enabled' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
1403
1338
|
def is_hcx_enterprise_enabled(self) -> Optional[pulumi.Input[bool]]:
|
1404
1339
|
"""
|
1405
1340
|
(**Deprecated**) Indicates whether HCX Enterprise is enabled for this SDDC.
|
1406
1341
|
"""
|
1407
|
-
warnings.warn("""The 'is_hcx_enterprise_enabled' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
1408
|
-
pulumi.log.warn("""is_hcx_enterprise_enabled is deprecated: The 'is_hcx_enterprise_enabled' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
1409
|
-
|
1410
1342
|
return pulumi.get(self, "is_hcx_enterprise_enabled")
|
1411
1343
|
|
1412
1344
|
@is_hcx_enterprise_enabled.setter
|
@@ -1427,13 +1359,11 @@ class _SddcState:
|
|
1427
1359
|
|
1428
1360
|
@property
|
1429
1361
|
@pulumi.getter(name="isShieldedInstanceEnabled")
|
1362
|
+
@_utilities.deprecated("""The 'is_shielded_instance_enabled' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1430
1363
|
def is_shielded_instance_enabled(self) -> Optional[pulumi.Input[bool]]:
|
1431
1364
|
"""
|
1432
1365
|
(Optional) Indicates whether shielded instance is enabled for this SDDC. **Deprecated**. Please use `is_shielded_instance_enabled` of `initial_cluster_configurations` instead.
|
1433
1366
|
"""
|
1434
|
-
warnings.warn("""The 'is_shielded_instance_enabled' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1435
|
-
pulumi.log.warn("""is_shielded_instance_enabled is deprecated: The 'is_shielded_instance_enabled' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1436
|
-
|
1437
1367
|
return pulumi.get(self, "is_shielded_instance_enabled")
|
1438
1368
|
|
1439
1369
|
@is_shielded_instance_enabled.setter
|
@@ -1454,13 +1384,11 @@ class _SddcState:
|
|
1454
1384
|
|
1455
1385
|
@property
|
1456
1386
|
@pulumi.getter(name="nsxEdgeUplink1vlanId")
|
1387
|
+
@_utilities.deprecated("""The 'nsx_edge_uplink1vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1457
1388
|
def nsx_edge_uplink1vlan_id(self) -> Optional[pulumi.Input[str]]:
|
1458
1389
|
"""
|
1459
1390
|
(Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX Edge Uplink 1 component of the VMware environment. **Deprecated**. Please use `nsx_edge_uplink1vlan_id` of `network_configuration` instead.
|
1460
1391
|
"""
|
1461
|
-
warnings.warn("""The 'nsx_edge_uplink1vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1462
|
-
pulumi.log.warn("""nsx_edge_uplink1vlan_id is deprecated: The 'nsx_edge_uplink1vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1463
|
-
|
1464
1392
|
return pulumi.get(self, "nsx_edge_uplink1vlan_id")
|
1465
1393
|
|
1466
1394
|
@nsx_edge_uplink1vlan_id.setter
|
@@ -1469,15 +1397,13 @@ class _SddcState:
|
|
1469
1397
|
|
1470
1398
|
@property
|
1471
1399
|
@pulumi.getter(name="nsxEdgeUplink2vlanId")
|
1400
|
+
@_utilities.deprecated("""The 'nsx_edge_uplink2vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1472
1401
|
def nsx_edge_uplink2vlan_id(self) -> Optional[pulumi.Input[str]]:
|
1473
1402
|
"""
|
1474
1403
|
(Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX Edge Uplink 2 component of the VMware environment. **Deprecated**. Please use `nsx_edge_uplink2vlan_id` of `network_configuration` instead.
|
1475
1404
|
|
1476
1405
|
**Note:** This VLAN is reserved for future use to deploy public-facing applications on the VMware SDDC.
|
1477
1406
|
"""
|
1478
|
-
warnings.warn("""The 'nsx_edge_uplink2vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1479
|
-
pulumi.log.warn("""nsx_edge_uplink2vlan_id is deprecated: The 'nsx_edge_uplink2vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1480
|
-
|
1481
1407
|
return pulumi.get(self, "nsx_edge_uplink2vlan_id")
|
1482
1408
|
|
1483
1409
|
@nsx_edge_uplink2vlan_id.setter
|
@@ -1498,13 +1424,11 @@ class _SddcState:
|
|
1498
1424
|
|
1499
1425
|
@property
|
1500
1426
|
@pulumi.getter(name="nsxEdgeVtepVlanId")
|
1427
|
+
@_utilities.deprecated("""The 'nsx_edge_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1501
1428
|
def nsx_edge_vtep_vlan_id(self) -> Optional[pulumi.Input[str]]:
|
1502
1429
|
"""
|
1503
1430
|
(Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX Edge VTEP component of the VMware environment. **Deprecated**. Please use `nsx_edge_vtep_vlan_id` of `network_configuration` instead.
|
1504
1431
|
"""
|
1505
|
-
warnings.warn("""The 'nsx_edge_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1506
|
-
pulumi.log.warn("""nsx_edge_vtep_vlan_id is deprecated: The 'nsx_edge_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1507
|
-
|
1508
1432
|
return pulumi.get(self, "nsx_edge_vtep_vlan_id")
|
1509
1433
|
|
1510
1434
|
@nsx_edge_vtep_vlan_id.setter
|
@@ -1525,13 +1449,11 @@ class _SddcState:
|
|
1525
1449
|
|
1526
1450
|
@property
|
1527
1451
|
@pulumi.getter(name="nsxManagerInitialPassword")
|
1452
|
+
@_utilities.deprecated("""The 'nsx_manager_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""")
|
1528
1453
|
def nsx_manager_initial_password(self) -> Optional[pulumi.Input[str]]:
|
1529
1454
|
"""
|
1530
1455
|
(**Deprecated**) The SDDC includes an administrator username and initial password for NSX Manager. Make sure to change this initial NSX Manager password to a different value. **Deprecated**. Please use the `ocvp_get_retrieve_password` data source instead.
|
1531
1456
|
"""
|
1532
|
-
warnings.warn("""The 'nsx_manager_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""", DeprecationWarning)
|
1533
|
-
pulumi.log.warn("""nsx_manager_initial_password is deprecated: The 'nsx_manager_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""")
|
1534
|
-
|
1535
1457
|
return pulumi.get(self, "nsx_manager_initial_password")
|
1536
1458
|
|
1537
1459
|
@nsx_manager_initial_password.setter
|
@@ -1564,13 +1486,11 @@ class _SddcState:
|
|
1564
1486
|
|
1565
1487
|
@property
|
1566
1488
|
@pulumi.getter(name="nsxOverlaySegmentName")
|
1489
|
+
@_utilities.deprecated("""The 'nsx_overlay_segment_name' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
1567
1490
|
def nsx_overlay_segment_name(self) -> Optional[pulumi.Input[str]]:
|
1568
1491
|
"""
|
1569
1492
|
(**Deprecated**) The VMware NSX overlay workload segment to host your application. Connect to workload portgroup in vCenter to access this overlay segment.
|
1570
1493
|
"""
|
1571
|
-
warnings.warn("""The 'nsx_overlay_segment_name' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
1572
|
-
pulumi.log.warn("""nsx_overlay_segment_name is deprecated: The 'nsx_overlay_segment_name' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
1573
|
-
|
1574
1494
|
return pulumi.get(self, "nsx_overlay_segment_name")
|
1575
1495
|
|
1576
1496
|
@nsx_overlay_segment_name.setter
|
@@ -1579,13 +1499,11 @@ class _SddcState:
|
|
1579
1499
|
|
1580
1500
|
@property
|
1581
1501
|
@pulumi.getter(name="nsxVtepVlanId")
|
1502
|
+
@_utilities.deprecated("""The 'nsx_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1582
1503
|
def nsx_vtep_vlan_id(self) -> Optional[pulumi.Input[str]]:
|
1583
1504
|
"""
|
1584
1505
|
(Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX VTEP component of the VMware environment. **Deprecated**. Please use `nsx_vtep_vlan_id` of `network_configuration` instead.
|
1585
1506
|
"""
|
1586
|
-
warnings.warn("""The 'nsx_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1587
|
-
pulumi.log.warn("""nsx_vtep_vlan_id is deprecated: The 'nsx_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1588
|
-
|
1589
1507
|
return pulumi.get(self, "nsx_vtep_vlan_id")
|
1590
1508
|
|
1591
1509
|
@nsx_vtep_vlan_id.setter
|
@@ -1594,13 +1512,11 @@ class _SddcState:
|
|
1594
1512
|
|
1595
1513
|
@property
|
1596
1514
|
@pulumi.getter(name="provisioningSubnetId")
|
1515
|
+
@_utilities.deprecated("""The 'provisioning_subnet_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1597
1516
|
def provisioning_subnet_id(self) -> Optional[pulumi.Input[str]]:
|
1598
1517
|
"""
|
1599
1518
|
(Required) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management subnet to use for provisioning the SDDC. **Deprecated**. Please use `provisioning_subnet_id` of `network_configuration` instead.
|
1600
1519
|
"""
|
1601
|
-
warnings.warn("""The 'provisioning_subnet_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1602
|
-
pulumi.log.warn("""provisioning_subnet_id is deprecated: The 'provisioning_subnet_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1603
|
-
|
1604
1520
|
return pulumi.get(self, "provisioning_subnet_id")
|
1605
1521
|
|
1606
1522
|
@provisioning_subnet_id.setter
|
@@ -1609,13 +1525,11 @@ class _SddcState:
|
|
1609
1525
|
|
1610
1526
|
@property
|
1611
1527
|
@pulumi.getter(name="provisioningVlanId")
|
1528
|
+
@_utilities.deprecated("""The 'provisioning_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1612
1529
|
def provisioning_vlan_id(self) -> Optional[pulumi.Input[str]]:
|
1613
1530
|
"""
|
1614
1531
|
(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.
|
1615
1532
|
"""
|
1616
|
-
warnings.warn("""The 'provisioning_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1617
|
-
pulumi.log.warn("""provisioning_vlan_id is deprecated: The 'provisioning_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1618
|
-
|
1619
1533
|
return pulumi.get(self, "provisioning_vlan_id")
|
1620
1534
|
|
1621
1535
|
@provisioning_vlan_id.setter
|
@@ -1636,13 +1550,11 @@ class _SddcState:
|
|
1636
1550
|
|
1637
1551
|
@property
|
1638
1552
|
@pulumi.getter(name="replicationVlanId")
|
1553
|
+
@_utilities.deprecated("""The 'replication_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1639
1554
|
def replication_vlan_id(self) -> Optional[pulumi.Input[str]]:
|
1640
1555
|
"""
|
1641
1556
|
(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.
|
1642
1557
|
"""
|
1643
|
-
warnings.warn("""The 'replication_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1644
|
-
pulumi.log.warn("""replication_vlan_id is deprecated: The 'replication_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1645
|
-
|
1646
1558
|
return pulumi.get(self, "replication_vlan_id")
|
1647
1559
|
|
1648
1560
|
@replication_vlan_id.setter
|
@@ -1735,13 +1647,11 @@ class _SddcState:
|
|
1735
1647
|
|
1736
1648
|
@property
|
1737
1649
|
@pulumi.getter(name="upgradeLicenses")
|
1650
|
+
@_utilities.deprecated("""The 'upgrade_licenses' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead.""")
|
1738
1651
|
def upgrade_licenses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SddcUpgradeLicenseArgs']]]]:
|
1739
1652
|
"""
|
1740
1653
|
(**Deprecated**) The vSphere licenses to use when upgrading the SDDC.
|
1741
1654
|
"""
|
1742
|
-
warnings.warn("""The 'upgrade_licenses' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead.""", DeprecationWarning)
|
1743
|
-
pulumi.log.warn("""upgrade_licenses is deprecated: The 'upgrade_licenses' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead.""")
|
1744
|
-
|
1745
1655
|
return pulumi.get(self, "upgrade_licenses")
|
1746
1656
|
|
1747
1657
|
@upgrade_licenses.setter
|
@@ -1762,13 +1672,11 @@ class _SddcState:
|
|
1762
1672
|
|
1763
1673
|
@property
|
1764
1674
|
@pulumi.getter(name="vcenterInitialPassword")
|
1675
|
+
@_utilities.deprecated("""The 'vcenter_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""")
|
1765
1676
|
def vcenter_initial_password(self) -> Optional[pulumi.Input[str]]:
|
1766
1677
|
"""
|
1767
1678
|
(**Deprecated**) The SDDC includes an administrator username and initial password for vCenter. Make sure to change this initial vCenter password to a different value. **Deprecated**. Please use the `ocvp_get_retrieve_password` data source instead.
|
1768
1679
|
"""
|
1769
|
-
warnings.warn("""The 'vcenter_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""", DeprecationWarning)
|
1770
|
-
pulumi.log.warn("""vcenter_initial_password is deprecated: The 'vcenter_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""")
|
1771
|
-
|
1772
1680
|
return pulumi.get(self, "vcenter_initial_password")
|
1773
1681
|
|
1774
1682
|
@vcenter_initial_password.setter
|
@@ -1801,13 +1709,11 @@ class _SddcState:
|
|
1801
1709
|
|
1802
1710
|
@property
|
1803
1711
|
@pulumi.getter(name="vmotionVlanId")
|
1712
|
+
@_utilities.deprecated("""The 'vmotion_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1804
1713
|
def vmotion_vlan_id(self) -> Optional[pulumi.Input[str]]:
|
1805
1714
|
"""
|
1806
1715
|
(Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the vMotion component of the VMware environment. **Deprecated**. Please use `vmotion_vlan_id` of `network_configuration` instead.
|
1807
1716
|
"""
|
1808
|
-
warnings.warn("""The 'vmotion_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1809
|
-
pulumi.log.warn("""vmotion_vlan_id is deprecated: The 'vmotion_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1810
|
-
|
1811
1717
|
return pulumi.get(self, "vmotion_vlan_id")
|
1812
1718
|
|
1813
1719
|
@vmotion_vlan_id.setter
|
@@ -1828,13 +1734,11 @@ class _SddcState:
|
|
1828
1734
|
|
1829
1735
|
@property
|
1830
1736
|
@pulumi.getter(name="vsanVlanId")
|
1737
|
+
@_utilities.deprecated("""The 'vsan_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1831
1738
|
def vsan_vlan_id(self) -> Optional[pulumi.Input[str]]:
|
1832
1739
|
"""
|
1833
1740
|
(Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the vSAN component of the VMware environment. **Deprecated**. Please use `vsan_vlan_id` of `network_configuration` instead.
|
1834
1741
|
"""
|
1835
|
-
warnings.warn("""The 'vsan_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1836
|
-
pulumi.log.warn("""vsan_vlan_id is deprecated: The 'vsan_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1837
|
-
|
1838
1742
|
return pulumi.get(self, "vsan_vlan_id")
|
1839
1743
|
|
1840
1744
|
@vsan_vlan_id.setter
|
@@ -1843,13 +1747,11 @@ class _SddcState:
|
|
1843
1747
|
|
1844
1748
|
@property
|
1845
1749
|
@pulumi.getter(name="vsphereUpgradeGuide")
|
1750
|
+
@_utilities.deprecated("""The 'vsphere_upgrade_guide' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
1846
1751
|
def vsphere_upgrade_guide(self) -> Optional[pulumi.Input[str]]:
|
1847
1752
|
"""
|
1848
1753
|
(**Deprecated**) The link to guidance for upgrading vSphere.
|
1849
1754
|
"""
|
1850
|
-
warnings.warn("""The 'vsphere_upgrade_guide' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
1851
|
-
pulumi.log.warn("""vsphere_upgrade_guide is deprecated: The 'vsphere_upgrade_guide' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
1852
|
-
|
1853
1755
|
return pulumi.get(self, "vsphere_upgrade_guide")
|
1854
1756
|
|
1855
1757
|
@vsphere_upgrade_guide.setter
|
@@ -1858,13 +1760,11 @@ class _SddcState:
|
|
1858
1760
|
|
1859
1761
|
@property
|
1860
1762
|
@pulumi.getter(name="vsphereUpgradeObjects")
|
1763
|
+
@_utilities.deprecated("""The 'vsphere_upgrade_objects' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead.""")
|
1861
1764
|
def vsphere_upgrade_objects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SddcVsphereUpgradeObjectArgs']]]]:
|
1862
1765
|
"""
|
1863
1766
|
(**Deprecated**) The links to binary objects needed to upgrade vSphere.
|
1864
1767
|
"""
|
1865
|
-
warnings.warn("""The 'vsphere_upgrade_objects' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead.""", DeprecationWarning)
|
1866
|
-
pulumi.log.warn("""vsphere_upgrade_objects is deprecated: The 'vsphere_upgrade_objects' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead.""")
|
1867
|
-
|
1868
1768
|
return pulumi.get(self, "vsphere_upgrade_objects")
|
1869
1769
|
|
1870
1770
|
@vsphere_upgrade_objects.setter
|
@@ -1873,13 +1773,11 @@ class _SddcState:
|
|
1873
1773
|
|
1874
1774
|
@property
|
1875
1775
|
@pulumi.getter(name="vsphereVlanId")
|
1776
|
+
@_utilities.deprecated("""The 'vsphere_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1876
1777
|
def vsphere_vlan_id(self) -> Optional[pulumi.Input[str]]:
|
1877
1778
|
"""
|
1878
1779
|
(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.
|
1879
1780
|
"""
|
1880
|
-
warnings.warn("""The 'vsphere_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1881
|
-
pulumi.log.warn("""vsphere_vlan_id is deprecated: The 'vsphere_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1882
|
-
|
1883
1781
|
return pulumi.get(self, "vsphere_vlan_id")
|
1884
1782
|
|
1885
1783
|
@vsphere_vlan_id.setter
|
@@ -1888,6 +1786,7 @@ class _SddcState:
|
|
1888
1786
|
|
1889
1787
|
@property
|
1890
1788
|
@pulumi.getter(name="workloadNetworkCidr")
|
1789
|
+
@_utilities.deprecated("""The 'workload_network_cidr' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1891
1790
|
def workload_network_cidr(self) -> Optional[pulumi.Input[str]]:
|
1892
1791
|
"""
|
1893
1792
|
(Optional) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. **Deprecated**. Please use `workload_network_cidr` of `initial_cluster_configurations` instead.
|
@@ -1896,9 +1795,6 @@ class _SddcState:
|
|
1896
1795
|
** IMPORTANT **
|
1897
1796
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1898
1797
|
"""
|
1899
|
-
warnings.warn("""The 'workload_network_cidr' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
1900
|
-
pulumi.log.warn("""workload_network_cidr is deprecated: The 'workload_network_cidr' field has been deprecated. Please use 'initial_configuration' instead.""")
|
1901
|
-
|
1902
1798
|
return pulumi.get(self, "workload_network_cidr")
|
1903
1799
|
|
1904
1800
|
@workload_network_cidr.setter
|
@@ -2363,24 +2259,20 @@ class Sddc(pulumi.CustomResource):
|
|
2363
2259
|
|
2364
2260
|
@property
|
2365
2261
|
@pulumi.getter(name="actualEsxiHostsCount")
|
2262
|
+
@_utilities.deprecated("""The 'actual_esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2366
2263
|
def actual_esxi_hosts_count(self) -> pulumi.Output[int]:
|
2367
2264
|
"""
|
2368
2265
|
The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC. **Deprecated**.
|
2369
2266
|
"""
|
2370
|
-
warnings.warn("""The 'actual_esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2371
|
-
pulumi.log.warn("""actual_esxi_hosts_count is deprecated: The 'actual_esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2372
|
-
|
2373
2267
|
return pulumi.get(self, "actual_esxi_hosts_count")
|
2374
2268
|
|
2375
2269
|
@property
|
2376
2270
|
@pulumi.getter(name="capacityReservationId")
|
2271
|
+
@_utilities.deprecated("""The 'capacity_reservation_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2377
2272
|
def capacity_reservation_id(self) -> pulumi.Output[str]:
|
2378
2273
|
"""
|
2379
2274
|
(Optional) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Capacity Reservation. **Deprecated**. Please use `capacity_reservation_id` of `initial_cluster_configurations` instead.
|
2380
2275
|
"""
|
2381
|
-
warnings.warn("""The 'capacity_reservation_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2382
|
-
pulumi.log.warn("""capacity_reservation_id is deprecated: The 'capacity_reservation_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2383
|
-
|
2384
2276
|
return pulumi.get(self, "capacity_reservation_id")
|
2385
2277
|
|
2386
2278
|
@property
|
@@ -2401,24 +2293,20 @@ class Sddc(pulumi.CustomResource):
|
|
2401
2293
|
|
2402
2294
|
@property
|
2403
2295
|
@pulumi.getter(name="computeAvailabilityDomain")
|
2296
|
+
@_utilities.deprecated("""The 'compute_availability_domain' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2404
2297
|
def compute_availability_domain(self) -> pulumi.Output[Optional[str]]:
|
2405
2298
|
"""
|
2406
2299
|
(Required) The availability domain to create the SDDC's ESXi hosts in. For multi-AD SDDC deployment, set to `multi-AD`. **Deprecated**. Please use `compute_availability_domain` of `initial_cluster_configurations` instead.
|
2407
2300
|
"""
|
2408
|
-
warnings.warn("""The 'compute_availability_domain' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2409
|
-
pulumi.log.warn("""compute_availability_domain is deprecated: The 'compute_availability_domain' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2410
|
-
|
2411
2301
|
return pulumi.get(self, "compute_availability_domain")
|
2412
2302
|
|
2413
2303
|
@property
|
2414
2304
|
@pulumi.getter
|
2305
|
+
@_utilities.deprecated("""The 'datastores' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2415
2306
|
def datastores(self) -> pulumi.Output[Sequence['outputs.SddcDatastore']]:
|
2416
2307
|
"""
|
2417
2308
|
(Optional) A list of datastore info for the SDDC. This value is required only when `initialHostShapeName` is a standard shape. **Deprecated**. Please use `datastores` of `initial_cluster_configurations` instead.
|
2418
2309
|
"""
|
2419
|
-
warnings.warn("""The 'datastores' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2420
|
-
pulumi.log.warn("""datastores is deprecated: The 'datastores' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2421
|
-
|
2422
2310
|
return pulumi.get(self, "datastores")
|
2423
2311
|
|
2424
2312
|
@property
|
@@ -2439,15 +2327,13 @@ class Sddc(pulumi.CustomResource):
|
|
2439
2327
|
|
2440
2328
|
@property
|
2441
2329
|
@pulumi.getter(name="esxiHostsCount")
|
2330
|
+
@_utilities.deprecated("""The 'esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2442
2331
|
def esxi_hosts_count(self) -> pulumi.Output[Optional[int]]:
|
2443
2332
|
"""
|
2444
2333
|
(Required) The number of ESXi hosts to create in the SDDC. You can add more hosts later (see [CreateEsxiHost](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/EsxiHost/CreateEsxiHost)). Creating a SDDC with a ESXi host count of 1 will be considered a single ESXi host SDDC. **Deprecated**. Please use `esxi_hosts_count` of `initial_cluster_configurations` instead.
|
2445
2334
|
|
2446
2335
|
**Note:** If you later delete EXSi hosts from a production SDDC to total less than 3, you are still billed for the 3 minimum recommended ESXi hosts. Also, you cannot add more VMware workloads to the SDDC until it again has at least 3 ESXi hosts.
|
2447
2336
|
"""
|
2448
|
-
warnings.warn("""The 'esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2449
|
-
pulumi.log.warn("""esxi_hosts_count is deprecated: The 'esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2450
|
-
|
2451
2337
|
return pulumi.get(self, "esxi_hosts_count")
|
2452
2338
|
|
2453
2339
|
@property
|
@@ -2481,13 +2367,11 @@ class Sddc(pulumi.CustomResource):
|
|
2481
2367
|
|
2482
2368
|
@property
|
2483
2369
|
@pulumi.getter(name="hcxInitialPassword")
|
2370
|
+
@_utilities.deprecated("""The 'hcx_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""")
|
2484
2371
|
def hcx_initial_password(self) -> pulumi.Output[str]:
|
2485
2372
|
"""
|
2486
2373
|
(**Deprecated**) The SDDC includes an administrator username and initial password for HCX Manager. Make sure to change this initial HCX Manager password to a different value. **Deprecated**. Please use the `ocvp_get_retrieve_password` data source instead.
|
2487
2374
|
"""
|
2488
|
-
warnings.warn("""The 'hcx_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""", DeprecationWarning)
|
2489
|
-
pulumi.log.warn("""hcx_initial_password is deprecated: The 'hcx_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""")
|
2490
|
-
|
2491
2375
|
return pulumi.get(self, "hcx_initial_password")
|
2492
2376
|
|
2493
2377
|
@property
|
@@ -2500,13 +2384,11 @@ class Sddc(pulumi.CustomResource):
|
|
2500
2384
|
|
2501
2385
|
@property
|
2502
2386
|
@pulumi.getter(name="hcxOnPremKey")
|
2387
|
+
@_utilities.deprecated("""The 'hcx_on_prem_key' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
2503
2388
|
def hcx_on_prem_key(self) -> pulumi.Output[str]:
|
2504
2389
|
"""
|
2505
2390
|
(**Deprecated**) The activation keys to use on the on-premises HCX Enterprise appliances you site pair with HCX Manager in your VMware Solution. The number of keys provided depends on the HCX license type. HCX Advanced provides 3 activation keys. HCX Enterprise provides 10 activation keys. **Deprecated**. Please use `hcx_on_prem_licenses` instead.
|
2506
2391
|
"""
|
2507
|
-
warnings.warn("""The 'hcx_on_prem_key' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
2508
|
-
pulumi.log.warn("""hcx_on_prem_key is deprecated: The 'hcx_on_prem_key' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
2509
|
-
|
2510
2392
|
return pulumi.get(self, "hcx_on_prem_key")
|
2511
2393
|
|
2512
2394
|
@property
|
@@ -2527,13 +2409,11 @@ class Sddc(pulumi.CustomResource):
|
|
2527
2409
|
|
2528
2410
|
@property
|
2529
2411
|
@pulumi.getter(name="hcxVlanId")
|
2412
|
+
@_utilities.deprecated("""The 'hcx_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2530
2413
|
def hcx_vlan_id(self) -> pulumi.Output[str]:
|
2531
2414
|
"""
|
2532
2415
|
(Optional) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the HCX component of the VMware environment. This value is required only when `isHcxEnabled` is true. **Deprecated**. Please use `hcx_vlan_id` of `network_configuration` instead.
|
2533
2416
|
"""
|
2534
|
-
warnings.warn("""The 'hcx_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2535
|
-
pulumi.log.warn("""hcx_vlan_id is deprecated: The 'hcx_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2536
|
-
|
2537
2417
|
return pulumi.get(self, "hcx_vlan_id")
|
2538
2418
|
|
2539
2419
|
@property
|
@@ -2546,48 +2426,40 @@ class Sddc(pulumi.CustomResource):
|
|
2546
2426
|
|
2547
2427
|
@property
|
2548
2428
|
@pulumi.getter(name="initialHostOcpuCount")
|
2429
|
+
@_utilities.deprecated("""The 'initial_host_ocpu_count' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2549
2430
|
def initial_host_ocpu_count(self) -> pulumi.Output[float]:
|
2550
2431
|
"""
|
2551
2432
|
(Optional) The initial OCPU count of the SDDC's ESXi hosts. **Deprecated**. Please use `initial_host_ocpu_count` of `initial_cluster_configurations` instead.
|
2552
2433
|
"""
|
2553
|
-
warnings.warn("""The 'initial_host_ocpu_count' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2554
|
-
pulumi.log.warn("""initial_host_ocpu_count is deprecated: The 'initial_host_ocpu_count' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2555
|
-
|
2556
2434
|
return pulumi.get(self, "initial_host_ocpu_count")
|
2557
2435
|
|
2558
2436
|
@property
|
2559
2437
|
@pulumi.getter(name="initialHostShapeName")
|
2438
|
+
@_utilities.deprecated("""The 'initial_host_shape_name' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2560
2439
|
def initial_host_shape_name(self) -> pulumi.Output[str]:
|
2561
2440
|
"""
|
2562
2441
|
(Optional) The initial compute shape of the SDDC's ESXi hosts. [ListSupportedHostShapes](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/SupportedHostShapes/ListSupportedHostShapes). **Deprecated**. Please use `initial_host_shape_name` of `initial_cluster_configurations` instead.
|
2563
2442
|
"""
|
2564
|
-
warnings.warn("""The 'initial_host_shape_name' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2565
|
-
pulumi.log.warn("""initial_host_shape_name is deprecated: The 'initial_host_shape_name' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2566
|
-
|
2567
2443
|
return pulumi.get(self, "initial_host_shape_name")
|
2568
2444
|
|
2569
2445
|
@property
|
2570
2446
|
@pulumi.getter(name="initialSku")
|
2447
|
+
@_utilities.deprecated("""The 'initial_sku' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2571
2448
|
def initial_sku(self) -> pulumi.Output[str]:
|
2572
2449
|
"""
|
2573
2450
|
(Optional) The billing option selected during SDDC creation. [ListSupportedSkus](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/SupportedSkuSummary/ListSupportedSkus). **Deprecated**. Please use `initial_commitment` of `initial_cluster_configurations` instead.
|
2574
2451
|
"""
|
2575
|
-
warnings.warn("""The 'initial_sku' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2576
|
-
pulumi.log.warn("""initial_sku is deprecated: The 'initial_sku' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2577
|
-
|
2578
2452
|
return pulumi.get(self, "initial_sku")
|
2579
2453
|
|
2580
2454
|
@property
|
2581
2455
|
@pulumi.getter(name="instanceDisplayNamePrefix")
|
2456
|
+
@_utilities.deprecated("""The 'instance_display_name_prefix' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2582
2457
|
def instance_display_name_prefix(self) -> pulumi.Output[str]:
|
2583
2458
|
"""
|
2584
2459
|
(Optional) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's `displayName` is used as the prefix.
|
2585
2460
|
|
2586
2461
|
For example, if the value is `mySDDC`, the ESXi hosts are named `mySDDC-1`, `mySDDC-2`, and so on. **Deprecated**. Please use `instance_display_name_prefix` of `initial_cluster_configurations` instead.
|
2587
2462
|
"""
|
2588
|
-
warnings.warn("""The 'instance_display_name_prefix' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2589
|
-
pulumi.log.warn("""instance_display_name_prefix is deprecated: The 'instance_display_name_prefix' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2590
|
-
|
2591
2463
|
return pulumi.get(self, "instance_display_name_prefix")
|
2592
2464
|
|
2593
2465
|
@property
|
@@ -2600,13 +2472,11 @@ class Sddc(pulumi.CustomResource):
|
|
2600
2472
|
|
2601
2473
|
@property
|
2602
2474
|
@pulumi.getter(name="isHcxEnterpriseEnabled")
|
2475
|
+
@_utilities.deprecated("""The 'is_hcx_enterprise_enabled' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
2603
2476
|
def is_hcx_enterprise_enabled(self) -> pulumi.Output[bool]:
|
2604
2477
|
"""
|
2605
2478
|
(**Deprecated**) Indicates whether HCX Enterprise is enabled for this SDDC.
|
2606
2479
|
"""
|
2607
|
-
warnings.warn("""The 'is_hcx_enterprise_enabled' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
2608
|
-
pulumi.log.warn("""is_hcx_enterprise_enabled is deprecated: The 'is_hcx_enterprise_enabled' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
2609
|
-
|
2610
2480
|
return pulumi.get(self, "is_hcx_enterprise_enabled")
|
2611
2481
|
|
2612
2482
|
@property
|
@@ -2619,13 +2489,11 @@ class Sddc(pulumi.CustomResource):
|
|
2619
2489
|
|
2620
2490
|
@property
|
2621
2491
|
@pulumi.getter(name="isShieldedInstanceEnabled")
|
2492
|
+
@_utilities.deprecated("""The 'is_shielded_instance_enabled' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2622
2493
|
def is_shielded_instance_enabled(self) -> pulumi.Output[bool]:
|
2623
2494
|
"""
|
2624
2495
|
(Optional) Indicates whether shielded instance is enabled for this SDDC. **Deprecated**. Please use `is_shielded_instance_enabled` of `initial_cluster_configurations` instead.
|
2625
2496
|
"""
|
2626
|
-
warnings.warn("""The 'is_shielded_instance_enabled' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2627
|
-
pulumi.log.warn("""is_shielded_instance_enabled is deprecated: The 'is_shielded_instance_enabled' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2628
|
-
|
2629
2497
|
return pulumi.get(self, "is_shielded_instance_enabled")
|
2630
2498
|
|
2631
2499
|
@property
|
@@ -2638,26 +2506,22 @@ class Sddc(pulumi.CustomResource):
|
|
2638
2506
|
|
2639
2507
|
@property
|
2640
2508
|
@pulumi.getter(name="nsxEdgeUplink1vlanId")
|
2509
|
+
@_utilities.deprecated("""The 'nsx_edge_uplink1vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2641
2510
|
def nsx_edge_uplink1vlan_id(self) -> pulumi.Output[Optional[str]]:
|
2642
2511
|
"""
|
2643
2512
|
(Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX Edge Uplink 1 component of the VMware environment. **Deprecated**. Please use `nsx_edge_uplink1vlan_id` of `network_configuration` instead.
|
2644
2513
|
"""
|
2645
|
-
warnings.warn("""The 'nsx_edge_uplink1vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2646
|
-
pulumi.log.warn("""nsx_edge_uplink1vlan_id is deprecated: The 'nsx_edge_uplink1vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2647
|
-
|
2648
2514
|
return pulumi.get(self, "nsx_edge_uplink1vlan_id")
|
2649
2515
|
|
2650
2516
|
@property
|
2651
2517
|
@pulumi.getter(name="nsxEdgeUplink2vlanId")
|
2518
|
+
@_utilities.deprecated("""The 'nsx_edge_uplink2vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2652
2519
|
def nsx_edge_uplink2vlan_id(self) -> pulumi.Output[Optional[str]]:
|
2653
2520
|
"""
|
2654
2521
|
(Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX Edge Uplink 2 component of the VMware environment. **Deprecated**. Please use `nsx_edge_uplink2vlan_id` of `network_configuration` instead.
|
2655
2522
|
|
2656
2523
|
**Note:** This VLAN is reserved for future use to deploy public-facing applications on the VMware SDDC.
|
2657
2524
|
"""
|
2658
|
-
warnings.warn("""The 'nsx_edge_uplink2vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2659
|
-
pulumi.log.warn("""nsx_edge_uplink2vlan_id is deprecated: The 'nsx_edge_uplink2vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2660
|
-
|
2661
2525
|
return pulumi.get(self, "nsx_edge_uplink2vlan_id")
|
2662
2526
|
|
2663
2527
|
@property
|
@@ -2670,13 +2534,11 @@ class Sddc(pulumi.CustomResource):
|
|
2670
2534
|
|
2671
2535
|
@property
|
2672
2536
|
@pulumi.getter(name="nsxEdgeVtepVlanId")
|
2537
|
+
@_utilities.deprecated("""The 'nsx_edge_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2673
2538
|
def nsx_edge_vtep_vlan_id(self) -> pulumi.Output[Optional[str]]:
|
2674
2539
|
"""
|
2675
2540
|
(Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX Edge VTEP component of the VMware environment. **Deprecated**. Please use `nsx_edge_vtep_vlan_id` of `network_configuration` instead.
|
2676
2541
|
"""
|
2677
|
-
warnings.warn("""The 'nsx_edge_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2678
|
-
pulumi.log.warn("""nsx_edge_vtep_vlan_id is deprecated: The 'nsx_edge_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2679
|
-
|
2680
2542
|
return pulumi.get(self, "nsx_edge_vtep_vlan_id")
|
2681
2543
|
|
2682
2544
|
@property
|
@@ -2689,13 +2551,11 @@ class Sddc(pulumi.CustomResource):
|
|
2689
2551
|
|
2690
2552
|
@property
|
2691
2553
|
@pulumi.getter(name="nsxManagerInitialPassword")
|
2554
|
+
@_utilities.deprecated("""The 'nsx_manager_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""")
|
2692
2555
|
def nsx_manager_initial_password(self) -> pulumi.Output[str]:
|
2693
2556
|
"""
|
2694
2557
|
(**Deprecated**) The SDDC includes an administrator username and initial password for NSX Manager. Make sure to change this initial NSX Manager password to a different value. **Deprecated**. Please use the `ocvp_get_retrieve_password` data source instead.
|
2695
2558
|
"""
|
2696
|
-
warnings.warn("""The 'nsx_manager_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""", DeprecationWarning)
|
2697
|
-
pulumi.log.warn("""nsx_manager_initial_password is deprecated: The 'nsx_manager_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""")
|
2698
|
-
|
2699
2559
|
return pulumi.get(self, "nsx_manager_initial_password")
|
2700
2560
|
|
2701
2561
|
@property
|
@@ -2716,46 +2576,38 @@ class Sddc(pulumi.CustomResource):
|
|
2716
2576
|
|
2717
2577
|
@property
|
2718
2578
|
@pulumi.getter(name="nsxOverlaySegmentName")
|
2579
|
+
@_utilities.deprecated("""The 'nsx_overlay_segment_name' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
2719
2580
|
def nsx_overlay_segment_name(self) -> pulumi.Output[str]:
|
2720
2581
|
"""
|
2721
2582
|
(**Deprecated**) The VMware NSX overlay workload segment to host your application. Connect to workload portgroup in vCenter to access this overlay segment.
|
2722
2583
|
"""
|
2723
|
-
warnings.warn("""The 'nsx_overlay_segment_name' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
2724
|
-
pulumi.log.warn("""nsx_overlay_segment_name is deprecated: The 'nsx_overlay_segment_name' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
2725
|
-
|
2726
2584
|
return pulumi.get(self, "nsx_overlay_segment_name")
|
2727
2585
|
|
2728
2586
|
@property
|
2729
2587
|
@pulumi.getter(name="nsxVtepVlanId")
|
2588
|
+
@_utilities.deprecated("""The 'nsx_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2730
2589
|
def nsx_vtep_vlan_id(self) -> pulumi.Output[Optional[str]]:
|
2731
2590
|
"""
|
2732
2591
|
(Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX VTEP component of the VMware environment. **Deprecated**. Please use `nsx_vtep_vlan_id` of `network_configuration` instead.
|
2733
2592
|
"""
|
2734
|
-
warnings.warn("""The 'nsx_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2735
|
-
pulumi.log.warn("""nsx_vtep_vlan_id is deprecated: The 'nsx_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2736
|
-
|
2737
2593
|
return pulumi.get(self, "nsx_vtep_vlan_id")
|
2738
2594
|
|
2739
2595
|
@property
|
2740
2596
|
@pulumi.getter(name="provisioningSubnetId")
|
2597
|
+
@_utilities.deprecated("""The 'provisioning_subnet_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2741
2598
|
def provisioning_subnet_id(self) -> pulumi.Output[Optional[str]]:
|
2742
2599
|
"""
|
2743
2600
|
(Required) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management subnet to use for provisioning the SDDC. **Deprecated**. Please use `provisioning_subnet_id` of `network_configuration` instead.
|
2744
2601
|
"""
|
2745
|
-
warnings.warn("""The 'provisioning_subnet_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2746
|
-
pulumi.log.warn("""provisioning_subnet_id is deprecated: The 'provisioning_subnet_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2747
|
-
|
2748
2602
|
return pulumi.get(self, "provisioning_subnet_id")
|
2749
2603
|
|
2750
2604
|
@property
|
2751
2605
|
@pulumi.getter(name="provisioningVlanId")
|
2606
|
+
@_utilities.deprecated("""The 'provisioning_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2752
2607
|
def provisioning_vlan_id(self) -> pulumi.Output[str]:
|
2753
2608
|
"""
|
2754
2609
|
(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.
|
2755
2610
|
"""
|
2756
|
-
warnings.warn("""The 'provisioning_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2757
|
-
pulumi.log.warn("""provisioning_vlan_id is deprecated: The 'provisioning_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2758
|
-
|
2759
2611
|
return pulumi.get(self, "provisioning_vlan_id")
|
2760
2612
|
|
2761
2613
|
@property
|
@@ -2768,13 +2620,11 @@ class Sddc(pulumi.CustomResource):
|
|
2768
2620
|
|
2769
2621
|
@property
|
2770
2622
|
@pulumi.getter(name="replicationVlanId")
|
2623
|
+
@_utilities.deprecated("""The 'replication_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2771
2624
|
def replication_vlan_id(self) -> pulumi.Output[str]:
|
2772
2625
|
"""
|
2773
2626
|
(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.
|
2774
2627
|
"""
|
2775
|
-
warnings.warn("""The 'replication_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2776
|
-
pulumi.log.warn("""replication_vlan_id is deprecated: The 'replication_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2777
|
-
|
2778
2628
|
return pulumi.get(self, "replication_vlan_id")
|
2779
2629
|
|
2780
2630
|
@property
|
@@ -2835,13 +2685,11 @@ class Sddc(pulumi.CustomResource):
|
|
2835
2685
|
|
2836
2686
|
@property
|
2837
2687
|
@pulumi.getter(name="upgradeLicenses")
|
2688
|
+
@_utilities.deprecated("""The 'upgrade_licenses' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead.""")
|
2838
2689
|
def upgrade_licenses(self) -> pulumi.Output[Sequence['outputs.SddcUpgradeLicense']]:
|
2839
2690
|
"""
|
2840
2691
|
(**Deprecated**) The vSphere licenses to use when upgrading the SDDC.
|
2841
2692
|
"""
|
2842
|
-
warnings.warn("""The 'upgrade_licenses' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead.""", DeprecationWarning)
|
2843
|
-
pulumi.log.warn("""upgrade_licenses is deprecated: The 'upgrade_licenses' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead.""")
|
2844
|
-
|
2845
2693
|
return pulumi.get(self, "upgrade_licenses")
|
2846
2694
|
|
2847
2695
|
@property
|
@@ -2854,13 +2702,11 @@ class Sddc(pulumi.CustomResource):
|
|
2854
2702
|
|
2855
2703
|
@property
|
2856
2704
|
@pulumi.getter(name="vcenterInitialPassword")
|
2705
|
+
@_utilities.deprecated("""The 'vcenter_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""")
|
2857
2706
|
def vcenter_initial_password(self) -> pulumi.Output[str]:
|
2858
2707
|
"""
|
2859
2708
|
(**Deprecated**) The SDDC includes an administrator username and initial password for vCenter. Make sure to change this initial vCenter password to a different value. **Deprecated**. Please use the `ocvp_get_retrieve_password` data source instead.
|
2860
2709
|
"""
|
2861
|
-
warnings.warn("""The 'vcenter_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""", DeprecationWarning)
|
2862
|
-
pulumi.log.warn("""vcenter_initial_password is deprecated: The 'vcenter_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""")
|
2863
|
-
|
2864
2710
|
return pulumi.get(self, "vcenter_initial_password")
|
2865
2711
|
|
2866
2712
|
@property
|
@@ -2881,13 +2727,11 @@ class Sddc(pulumi.CustomResource):
|
|
2881
2727
|
|
2882
2728
|
@property
|
2883
2729
|
@pulumi.getter(name="vmotionVlanId")
|
2730
|
+
@_utilities.deprecated("""The 'vmotion_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2884
2731
|
def vmotion_vlan_id(self) -> pulumi.Output[Optional[str]]:
|
2885
2732
|
"""
|
2886
2733
|
(Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the vMotion component of the VMware environment. **Deprecated**. Please use `vmotion_vlan_id` of `network_configuration` instead.
|
2887
2734
|
"""
|
2888
|
-
warnings.warn("""The 'vmotion_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2889
|
-
pulumi.log.warn("""vmotion_vlan_id is deprecated: The 'vmotion_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2890
|
-
|
2891
2735
|
return pulumi.get(self, "vmotion_vlan_id")
|
2892
2736
|
|
2893
2737
|
@property
|
@@ -2900,50 +2744,43 @@ class Sddc(pulumi.CustomResource):
|
|
2900
2744
|
|
2901
2745
|
@property
|
2902
2746
|
@pulumi.getter(name="vsanVlanId")
|
2747
|
+
@_utilities.deprecated("""The 'vsan_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2903
2748
|
def vsan_vlan_id(self) -> pulumi.Output[Optional[str]]:
|
2904
2749
|
"""
|
2905
2750
|
(Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the vSAN component of the VMware environment. **Deprecated**. Please use `vsan_vlan_id` of `network_configuration` instead.
|
2906
2751
|
"""
|
2907
|
-
warnings.warn("""The 'vsan_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2908
|
-
pulumi.log.warn("""vsan_vlan_id is deprecated: The 'vsan_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2909
|
-
|
2910
2752
|
return pulumi.get(self, "vsan_vlan_id")
|
2911
2753
|
|
2912
2754
|
@property
|
2913
2755
|
@pulumi.getter(name="vsphereUpgradeGuide")
|
2756
|
+
@_utilities.deprecated("""The 'vsphere_upgrade_guide' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
2914
2757
|
def vsphere_upgrade_guide(self) -> pulumi.Output[str]:
|
2915
2758
|
"""
|
2916
2759
|
(**Deprecated**) The link to guidance for upgrading vSphere.
|
2917
2760
|
"""
|
2918
|
-
warnings.warn("""The 'vsphere_upgrade_guide' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
|
2919
|
-
pulumi.log.warn("""vsphere_upgrade_guide is deprecated: The 'vsphere_upgrade_guide' field has been deprecated and may be removed in a future version. Do not use this field.""")
|
2920
|
-
|
2921
2761
|
return pulumi.get(self, "vsphere_upgrade_guide")
|
2922
2762
|
|
2923
2763
|
@property
|
2924
2764
|
@pulumi.getter(name="vsphereUpgradeObjects")
|
2765
|
+
@_utilities.deprecated("""The 'vsphere_upgrade_objects' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead.""")
|
2925
2766
|
def vsphere_upgrade_objects(self) -> pulumi.Output[Sequence['outputs.SddcVsphereUpgradeObject']]:
|
2926
2767
|
"""
|
2927
2768
|
(**Deprecated**) The links to binary objects needed to upgrade vSphere.
|
2928
2769
|
"""
|
2929
|
-
warnings.warn("""The 'vsphere_upgrade_objects' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead.""", DeprecationWarning)
|
2930
|
-
pulumi.log.warn("""vsphere_upgrade_objects is deprecated: The 'vsphere_upgrade_objects' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead.""")
|
2931
|
-
|
2932
2770
|
return pulumi.get(self, "vsphere_upgrade_objects")
|
2933
2771
|
|
2934
2772
|
@property
|
2935
2773
|
@pulumi.getter(name="vsphereVlanId")
|
2774
|
+
@_utilities.deprecated("""The 'vsphere_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2936
2775
|
def vsphere_vlan_id(self) -> pulumi.Output[Optional[str]]:
|
2937
2776
|
"""
|
2938
2777
|
(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.
|
2939
2778
|
"""
|
2940
|
-
warnings.warn("""The 'vsphere_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2941
|
-
pulumi.log.warn("""vsphere_vlan_id is deprecated: The 'vsphere_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2942
|
-
|
2943
2779
|
return pulumi.get(self, "vsphere_vlan_id")
|
2944
2780
|
|
2945
2781
|
@property
|
2946
2782
|
@pulumi.getter(name="workloadNetworkCidr")
|
2783
|
+
@_utilities.deprecated("""The 'workload_network_cidr' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2947
2784
|
def workload_network_cidr(self) -> pulumi.Output[str]:
|
2948
2785
|
"""
|
2949
2786
|
(Optional) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. **Deprecated**. Please use `workload_network_cidr` of `initial_cluster_configurations` instead.
|
@@ -2952,8 +2789,5 @@ class Sddc(pulumi.CustomResource):
|
|
2952
2789
|
** IMPORTANT **
|
2953
2790
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2954
2791
|
"""
|
2955
|
-
warnings.warn("""The 'workload_network_cidr' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
|
2956
|
-
pulumi.log.warn("""workload_network_cidr is deprecated: The 'workload_network_cidr' field has been deprecated. Please use 'initial_configuration' instead.""")
|
2957
|
-
|
2958
2792
|
return pulumi.get(self, "workload_network_cidr")
|
2959
2793
|
|