pulumi-oci 1.42.0a1718951234__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.
Files changed (60) hide show
  1. pulumi_oci/_utilities.py +35 -0
  2. pulumi_oci/budget/budget.py +3 -9
  3. pulumi_oci/budget/get_budget.py +1 -3
  4. pulumi_oci/budget/outputs.py +1 -3
  5. pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +2 -2
  6. pulumi_oci/containerengine/get_node_pool.py +2 -6
  7. pulumi_oci/containerengine/node_pool.py +6 -18
  8. pulumi_oci/containerengine/outputs.py +2 -6
  9. pulumi_oci/core/_inputs.py +5 -15
  10. pulumi_oci/core/boot_volume.py +3 -9
  11. pulumi_oci/core/get_boot_volume.py +1 -3
  12. pulumi_oci/core/get_instance.py +3 -9
  13. pulumi_oci/core/get_virtual_circuit.py +2 -6
  14. pulumi_oci/core/get_volume.py +2 -6
  15. pulumi_oci/core/instance.py +9 -27
  16. pulumi_oci/core/outputs.py +24 -72
  17. pulumi_oci/core/virtual_circuit.py +5 -15
  18. pulumi_oci/core/volume.py +6 -18
  19. pulumi_oci/core/volume_attachment.py +3 -9
  20. pulumi_oci/core/volume_backup.py +4 -12
  21. pulumi_oci/core/volume_group.py +3 -9
  22. pulumi_oci/database/autonomous_database.py +3 -9
  23. pulumi_oci/database/autonomous_exadata_infrastructure.py +3 -9
  24. pulumi_oci/database/backup_destination.py +3 -9
  25. pulumi_oci/database/get_autonomous_database.py +1 -3
  26. pulumi_oci/database/get_autonomous_database_wallet.py +1 -3
  27. pulumi_oci/database/get_autonomous_exadata_infrastructure.py +1 -3
  28. pulumi_oci/database/get_backup_destination.py +1 -3
  29. pulumi_oci/database/outputs.py +4 -12
  30. pulumi_oci/datasafe/discovery_jobs_result.py +7 -21
  31. pulumi_oci/datasafe/get_discovery_jobs_result.py +2 -6
  32. pulumi_oci/datasafe/outputs.py +3 -9
  33. pulumi_oci/dns/get_records.py +1 -3
  34. pulumi_oci/dns/outputs.py +3 -9
  35. pulumi_oci/dns/record.py +9 -27
  36. pulumi_oci/identity/outputs.py +3 -9
  37. pulumi_oci/identity/policy.py +6 -18
  38. pulumi_oci/loadbalancer/load_balancer.py +2 -6
  39. pulumi_oci/loadbalancer/outputs.py +1 -3
  40. pulumi_oci/mysql/_inputs.py +7 -21
  41. pulumi_oci/mysql/outputs.py +21 -63
  42. pulumi_oci/objectstorage/get_preauthrequest.py +1 -3
  43. pulumi_oci/objectstorage/get_replication_policy.py +1 -3
  44. pulumi_oci/objectstorage/outputs.py +2 -6
  45. pulumi_oci/objectstorage/preauthrequest.py +3 -9
  46. pulumi_oci/objectstorage/replication_policy.py +3 -9
  47. pulumi_oci/ocvp/esxi_host.py +18 -54
  48. pulumi_oci/ocvp/get_exsi_host.py +6 -18
  49. pulumi_oci/ocvp/get_sddc.py +31 -93
  50. pulumi_oci/ocvp/get_supported_host_shapes.py +1 -3
  51. pulumi_oci/ocvp/outputs.py +39 -117
  52. pulumi_oci/ocvp/sddc.py +83 -249
  53. pulumi_oci/pulumi-plugin.json +1 -1
  54. pulumi_oci/recoverymod/get_recovery_service_subnet.py +1 -3
  55. pulumi_oci/recoverymod/outputs.py +1 -3
  56. pulumi_oci/recoverymod/recovery_service_subnet.py +3 -9
  57. {pulumi_oci-1.42.0a1718951234.dist-info → pulumi_oci-1.42.0a1719263894.dist-info}/METADATA +1 -1
  58. {pulumi_oci-1.42.0a1718951234.dist-info → pulumi_oci-1.42.0a1719263894.dist-info}/RECORD +60 -60
  59. {pulumi_oci-1.42.0a1718951234.dist-info → pulumi_oci-1.42.0a1719263894.dist-info}/WHEEL +0 -0
  60. {pulumi_oci-1.42.0a1718951234.dist-info → pulumi_oci-1.42.0a1719263894.dist-info}/top_level.txt +0 -0
@@ -2110,13 +2110,11 @@ class GetExsiHostsEsxiHostCollectionResult(dict):
2110
2110
 
2111
2111
  @property
2112
2112
  @pulumi.getter(name="billingDonorHostId")
2113
+ @_utilities.deprecated("""This 'billing_donor_host_id' argument has been deprecated and will be computed only.""")
2113
2114
  def billing_donor_host_id(self) -> str:
2114
2115
  """
2115
2116
  The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the deleted ESXi Host with LeftOver billing cycle.
2116
2117
  """
2117
- warnings.warn("""This 'billing_donor_host_id' argument has been deprecated and will be computed only.""", DeprecationWarning)
2118
- pulumi.log.warn("""billing_donor_host_id is deprecated: This 'billing_donor_host_id' argument has been deprecated and will be computed only.""")
2119
-
2120
2118
  return pulumi.get(self, "billing_donor_host_id")
2121
2119
 
2122
2120
  @property
@@ -2169,13 +2167,11 @@ class GetExsiHostsEsxiHostCollectionResult(dict):
2169
2167
 
2170
2168
  @property
2171
2169
  @pulumi.getter(name="currentSku")
2170
+ @_utilities.deprecated("""The 'current_sku' field has been deprecated. It is no longer supported.""")
2172
2171
  def current_sku(self) -> str:
2173
2172
  """
2174
2173
  (**Deprecated**) The billing option currently used by the ESXi host. [ListSupportedSkus](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/SupportedSkuSummary/ListSupportedSkus). **Deprecated**. Please use `current_commitment` instead.
2175
2174
  """
2176
- warnings.warn("""The 'current_sku' field has been deprecated. It is no longer supported.""", DeprecationWarning)
2177
- pulumi.log.warn("""current_sku is deprecated: The 'current_sku' field has been deprecated. It is no longer supported.""")
2178
-
2179
2175
  return pulumi.get(self, "current_sku")
2180
2176
 
2181
2177
  @property
@@ -2204,13 +2200,11 @@ class GetExsiHostsEsxiHostCollectionResult(dict):
2204
2200
 
2205
2201
  @property
2206
2202
  @pulumi.getter(name="failedEsxiHostId")
2203
+ @_utilities.deprecated("""This 'failed_esxi_host_id' argument has been deprecated and will be computed only.""")
2207
2204
  def failed_esxi_host_id(self) -> str:
2208
2205
  """
2209
2206
  The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ESXi host that failed.
2210
2207
  """
2211
- warnings.warn("""This 'failed_esxi_host_id' argument has been deprecated and will be computed only.""", DeprecationWarning)
2212
- pulumi.log.warn("""failed_esxi_host_id is deprecated: This 'failed_esxi_host_id' argument has been deprecated and will be computed only.""")
2213
-
2214
2208
  return pulumi.get(self, "failed_esxi_host_id")
2215
2209
 
2216
2210
  @property
@@ -2279,24 +2273,20 @@ class GetExsiHostsEsxiHostCollectionResult(dict):
2279
2273
 
2280
2274
  @property
2281
2275
  @pulumi.getter(name="nextSku")
2276
+ @_utilities.deprecated("""The 'next_sku' field has been deprecated. It is no longer supported.""")
2282
2277
  def next_sku(self) -> str:
2283
2278
  """
2284
2279
  (**Deprecated**) The billing option to switch to after the current billing cycle ends. If `nextSku` is null or empty, `currentSku` continues to the next billing cycle. [ListSupportedSkus](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/SupportedSkuSummary/ListSupportedSkus). **Deprecated**. Please use `next_commitment` instead.
2285
2280
  """
2286
- warnings.warn("""The 'next_sku' field has been deprecated. It is no longer supported.""", DeprecationWarning)
2287
- pulumi.log.warn("""next_sku is deprecated: The 'next_sku' field has been deprecated. It is no longer supported.""")
2288
-
2289
2281
  return pulumi.get(self, "next_sku")
2290
2282
 
2291
2283
  @property
2292
2284
  @pulumi.getter(name="nonUpgradedEsxiHostId")
2285
+ @_utilities.deprecated("""This 'non_upgraded_esxi_host_id' argument has been deprecated and will be computed only.""")
2293
2286
  def non_upgraded_esxi_host_id(self) -> str:
2294
2287
  """
2295
2288
  The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ESXi host that will be upgraded.
2296
2289
  """
2297
- warnings.warn("""This 'non_upgraded_esxi_host_id' argument has been deprecated and will be computed only.""", DeprecationWarning)
2298
- pulumi.log.warn("""non_upgraded_esxi_host_id is deprecated: This 'non_upgraded_esxi_host_id' argument has been deprecated and will be computed only.""")
2299
-
2300
2290
  return pulumi.get(self, "non_upgraded_esxi_host_id")
2301
2291
 
2302
2292
  @property
@@ -2309,13 +2299,11 @@ class GetExsiHostsEsxiHostCollectionResult(dict):
2309
2299
 
2310
2300
  @property
2311
2301
  @pulumi.getter(name="sddcId")
2302
+ @_utilities.deprecated("""The 'sddc_id' field has been deprecated. Please use 'cluster_id' instead.""")
2312
2303
  def sddc_id(self) -> str:
2313
2304
  """
2314
2305
  The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the SDDC.
2315
2306
  """
2316
- warnings.warn("""The 'sddc_id' field has been deprecated. Please use 'cluster_id' instead.""", DeprecationWarning)
2317
- pulumi.log.warn("""sddc_id is deprecated: The 'sddc_id' field has been deprecated. Please use 'cluster_id' instead.""")
2318
-
2319
2307
  return pulumi.get(self, "sddc_id")
2320
2308
 
2321
2309
  @property
@@ -3056,21 +3044,17 @@ class GetSddcsSddcCollectionResult(dict):
3056
3044
 
3057
3045
  @property
3058
3046
  @pulumi.getter(name="actualEsxiHostsCount")
3047
+ @_utilities.deprecated("""The 'actual_esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead.""")
3059
3048
  def actual_esxi_hosts_count(self) -> int:
3060
3049
  """
3061
3050
  (**Deprecated**) 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.
3062
3051
  """
3063
- warnings.warn("""The 'actual_esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3064
- pulumi.log.warn("""actual_esxi_hosts_count is deprecated: The 'actual_esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead.""")
3065
-
3066
3052
  return pulumi.get(self, "actual_esxi_hosts_count")
3067
3053
 
3068
3054
  @property
3069
3055
  @pulumi.getter(name="capacityReservationId")
3056
+ @_utilities.deprecated("""The 'capacity_reservation_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3070
3057
  def capacity_reservation_id(self) -> str:
3071
- warnings.warn("""The 'capacity_reservation_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3072
- pulumi.log.warn("""capacity_reservation_id is deprecated: The 'capacity_reservation_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3073
-
3074
3058
  return pulumi.get(self, "capacity_reservation_id")
3075
3059
 
3076
3060
  @property
@@ -3091,21 +3075,17 @@ class GetSddcsSddcCollectionResult(dict):
3091
3075
 
3092
3076
  @property
3093
3077
  @pulumi.getter(name="computeAvailabilityDomain")
3078
+ @_utilities.deprecated("""The 'compute_availability_domain' field has been deprecated. Please use 'initial_configuration' instead.""")
3094
3079
  def compute_availability_domain(self) -> str:
3095
3080
  """
3096
3081
  The name of the availability domain that the Compute instances are running in. Example: `Uocm:PHX-AD-1`
3097
3082
  """
3098
- warnings.warn("""The 'compute_availability_domain' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3099
- pulumi.log.warn("""compute_availability_domain is deprecated: The 'compute_availability_domain' field has been deprecated. Please use 'initial_configuration' instead.""")
3100
-
3101
3083
  return pulumi.get(self, "compute_availability_domain")
3102
3084
 
3103
3085
  @property
3104
3086
  @pulumi.getter
3087
+ @_utilities.deprecated("""The 'datastores' field has been deprecated. Please use 'initial_configuration' instead.""")
3105
3088
  def datastores(self) -> Sequence['outputs.GetSddcsSddcCollectionDatastoreResult']:
3106
- warnings.warn("""The 'datastores' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3107
- pulumi.log.warn("""datastores is deprecated: The 'datastores' field has been deprecated. Please use 'initial_configuration' instead.""")
3108
-
3109
3089
  return pulumi.get(self, "datastores")
3110
3090
 
3111
3091
  @property
@@ -3126,13 +3106,11 @@ class GetSddcsSddcCollectionResult(dict):
3126
3106
 
3127
3107
  @property
3128
3108
  @pulumi.getter(name="esxiHostsCount")
3109
+ @_utilities.deprecated("""The 'esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead.""")
3129
3110
  def esxi_hosts_count(self) -> int:
3130
3111
  """
3131
3112
  (**Deprecated**) The number of ESXi hosts in the SDDC.
3132
3113
  """
3133
- warnings.warn("""The 'esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3134
- pulumi.log.warn("""esxi_hosts_count is deprecated: The 'esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead.""")
3135
-
3136
3114
  return pulumi.get(self, "esxi_hosts_count")
3137
3115
 
3138
3116
  @property
@@ -3166,10 +3144,8 @@ class GetSddcsSddcCollectionResult(dict):
3166
3144
 
3167
3145
  @property
3168
3146
  @pulumi.getter(name="hcxInitialPassword")
3147
+ @_utilities.deprecated("""The 'hcx_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""")
3169
3148
  def hcx_initial_password(self) -> str:
3170
- warnings.warn("""The 'hcx_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""", DeprecationWarning)
3171
- 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.""")
3172
-
3173
3149
  return pulumi.get(self, "hcx_initial_password")
3174
3150
 
3175
3151
  @property
@@ -3182,10 +3158,8 @@ class GetSddcsSddcCollectionResult(dict):
3182
3158
 
3183
3159
  @property
3184
3160
  @pulumi.getter(name="hcxOnPremKey")
3161
+ @_utilities.deprecated("""The 'hcx_on_prem_key' field has been deprecated and may be removed in a future version. Do not use this field.""")
3185
3162
  def hcx_on_prem_key(self) -> str:
3186
- 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)
3187
- 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.""")
3188
-
3189
3163
  return pulumi.get(self, "hcx_on_prem_key")
3190
3164
 
3191
3165
  @property
@@ -3203,10 +3177,8 @@ class GetSddcsSddcCollectionResult(dict):
3203
3177
 
3204
3178
  @property
3205
3179
  @pulumi.getter(name="hcxVlanId")
3180
+ @_utilities.deprecated("""The 'hcx_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3206
3181
  def hcx_vlan_id(self) -> str:
3207
- warnings.warn("""The 'hcx_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3208
- pulumi.log.warn("""hcx_vlan_id is deprecated: The 'hcx_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3209
-
3210
3182
  return pulumi.get(self, "hcx_vlan_id")
3211
3183
 
3212
3184
  @property
@@ -3224,40 +3196,32 @@ class GetSddcsSddcCollectionResult(dict):
3224
3196
 
3225
3197
  @property
3226
3198
  @pulumi.getter(name="initialHostOcpuCount")
3199
+ @_utilities.deprecated("""The 'initial_host_ocpu_count' field has been deprecated. Please use 'initial_configuration' instead.""")
3227
3200
  def initial_host_ocpu_count(self) -> float:
3228
3201
  """
3229
3202
  (**Deprecated**) The initial OCPU count of the SDDC's ESXi hosts.
3230
3203
  """
3231
- warnings.warn("""The 'initial_host_ocpu_count' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3232
- pulumi.log.warn("""initial_host_ocpu_count is deprecated: The 'initial_host_ocpu_count' field has been deprecated. Please use 'initial_configuration' instead.""")
3233
-
3234
3204
  return pulumi.get(self, "initial_host_ocpu_count")
3235
3205
 
3236
3206
  @property
3237
3207
  @pulumi.getter(name="initialHostShapeName")
3208
+ @_utilities.deprecated("""The 'initial_host_shape_name' field has been deprecated. Please use 'initial_configuration' instead.""")
3238
3209
  def initial_host_shape_name(self) -> str:
3239
3210
  """
3240
3211
  (**Deprecated**) The initial compute shape of the SDDC's ESXi hosts. [ListSupportedHostShapes](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/SupportedHostShapes/ListSupportedHostShapes).
3241
3212
  """
3242
- warnings.warn("""The 'initial_host_shape_name' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3243
- pulumi.log.warn("""initial_host_shape_name is deprecated: The 'initial_host_shape_name' field has been deprecated. Please use 'initial_configuration' instead.""")
3244
-
3245
3213
  return pulumi.get(self, "initial_host_shape_name")
3246
3214
 
3247
3215
  @property
3248
3216
  @pulumi.getter(name="initialSku")
3217
+ @_utilities.deprecated("""The 'initial_sku' field has been deprecated. Please use 'initial_configuration' instead.""")
3249
3218
  def initial_sku(self) -> str:
3250
- warnings.warn("""The 'initial_sku' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3251
- pulumi.log.warn("""initial_sku is deprecated: The 'initial_sku' field has been deprecated. Please use 'initial_configuration' instead.""")
3252
-
3253
3219
  return pulumi.get(self, "initial_sku")
3254
3220
 
3255
3221
  @property
3256
3222
  @pulumi.getter(name="instanceDisplayNamePrefix")
3223
+ @_utilities.deprecated("""The 'instance_display_name_prefix' field has been deprecated. Please use 'initial_configuration' instead.""")
3257
3224
  def instance_display_name_prefix(self) -> str:
3258
- warnings.warn("""The 'instance_display_name_prefix' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3259
- pulumi.log.warn("""instance_display_name_prefix is deprecated: The 'instance_display_name_prefix' field has been deprecated. Please use 'initial_configuration' instead.""")
3260
-
3261
3225
  return pulumi.get(self, "instance_display_name_prefix")
3262
3226
 
3263
3227
  @property
@@ -3270,13 +3234,11 @@ class GetSddcsSddcCollectionResult(dict):
3270
3234
 
3271
3235
  @property
3272
3236
  @pulumi.getter(name="isHcxEnterpriseEnabled")
3237
+ @_utilities.deprecated("""The 'is_hcx_enterprise_enabled' field has been deprecated and may be removed in a future version. Do not use this field.""")
3273
3238
  def is_hcx_enterprise_enabled(self) -> bool:
3274
3239
  """
3275
3240
  (**Deprecated**) Indicates whether HCX Enterprise is enabled for this SDDC. **Deprecated**. Please use `hcx_mode` instead.
3276
3241
  """
3277
- 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)
3278
- 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.""")
3279
-
3280
3242
  return pulumi.get(self, "is_hcx_enterprise_enabled")
3281
3243
 
3282
3244
  @property
@@ -3289,13 +3251,11 @@ class GetSddcsSddcCollectionResult(dict):
3289
3251
 
3290
3252
  @property
3291
3253
  @pulumi.getter(name="isShieldedInstanceEnabled")
3254
+ @_utilities.deprecated("""The 'is_shielded_instance_enabled' field has been deprecated. Please use 'initial_configuration' instead.""")
3292
3255
  def is_shielded_instance_enabled(self) -> bool:
3293
3256
  """
3294
3257
  (**Deprecated**) Indicates whether shielded instance is enabled at the SDDC level.
3295
3258
  """
3296
- warnings.warn("""The 'is_shielded_instance_enabled' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3297
- pulumi.log.warn("""is_shielded_instance_enabled is deprecated: The 'is_shielded_instance_enabled' field has been deprecated. Please use 'initial_configuration' instead.""")
3298
-
3299
3259
  return pulumi.get(self, "is_shielded_instance_enabled")
3300
3260
 
3301
3261
  @property
@@ -3308,18 +3268,14 @@ class GetSddcsSddcCollectionResult(dict):
3308
3268
 
3309
3269
  @property
3310
3270
  @pulumi.getter(name="nsxEdgeUplink1vlanId")
3271
+ @_utilities.deprecated("""The 'nsx_edge_uplink1vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3311
3272
  def nsx_edge_uplink1vlan_id(self) -> str:
3312
- warnings.warn("""The 'nsx_edge_uplink1vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3313
- pulumi.log.warn("""nsx_edge_uplink1vlan_id is deprecated: The 'nsx_edge_uplink1vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3314
-
3315
3273
  return pulumi.get(self, "nsx_edge_uplink1vlan_id")
3316
3274
 
3317
3275
  @property
3318
3276
  @pulumi.getter(name="nsxEdgeUplink2vlanId")
3277
+ @_utilities.deprecated("""The 'nsx_edge_uplink2vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3319
3278
  def nsx_edge_uplink2vlan_id(self) -> str:
3320
- warnings.warn("""The 'nsx_edge_uplink2vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3321
- pulumi.log.warn("""nsx_edge_uplink2vlan_id is deprecated: The 'nsx_edge_uplink2vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3322
-
3323
3279
  return pulumi.get(self, "nsx_edge_uplink2vlan_id")
3324
3280
 
3325
3281
  @property
@@ -3329,10 +3285,8 @@ class GetSddcsSddcCollectionResult(dict):
3329
3285
 
3330
3286
  @property
3331
3287
  @pulumi.getter(name="nsxEdgeVtepVlanId")
3288
+ @_utilities.deprecated("""The 'nsx_edge_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3332
3289
  def nsx_edge_vtep_vlan_id(self) -> str:
3333
- warnings.warn("""The 'nsx_edge_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3334
- 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.""")
3335
-
3336
3290
  return pulumi.get(self, "nsx_edge_vtep_vlan_id")
3337
3291
 
3338
3292
  @property
@@ -3345,10 +3299,8 @@ class GetSddcsSddcCollectionResult(dict):
3345
3299
 
3346
3300
  @property
3347
3301
  @pulumi.getter(name="nsxManagerInitialPassword")
3302
+ @_utilities.deprecated("""The 'nsx_manager_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""")
3348
3303
  def nsx_manager_initial_password(self) -> str:
3349
- warnings.warn("""The 'nsx_manager_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""", DeprecationWarning)
3350
- 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.""")
3351
-
3352
3304
  return pulumi.get(self, "nsx_manager_initial_password")
3353
3305
 
3354
3306
  @property
@@ -3366,34 +3318,26 @@ class GetSddcsSddcCollectionResult(dict):
3366
3318
 
3367
3319
  @property
3368
3320
  @pulumi.getter(name="nsxOverlaySegmentName")
3321
+ @_utilities.deprecated("""The 'nsx_overlay_segment_name' field has been deprecated and may be removed in a future version. Do not use this field.""")
3369
3322
  def nsx_overlay_segment_name(self) -> str:
3370
- 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)
3371
- 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.""")
3372
-
3373
3323
  return pulumi.get(self, "nsx_overlay_segment_name")
3374
3324
 
3375
3325
  @property
3376
3326
  @pulumi.getter(name="nsxVtepVlanId")
3327
+ @_utilities.deprecated("""The 'nsx_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3377
3328
  def nsx_vtep_vlan_id(self) -> str:
3378
- warnings.warn("""The 'nsx_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3379
- pulumi.log.warn("""nsx_vtep_vlan_id is deprecated: The 'nsx_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3380
-
3381
3329
  return pulumi.get(self, "nsx_vtep_vlan_id")
3382
3330
 
3383
3331
  @property
3384
3332
  @pulumi.getter(name="provisioningSubnetId")
3333
+ @_utilities.deprecated("""The 'provisioning_subnet_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3385
3334
  def provisioning_subnet_id(self) -> str:
3386
- warnings.warn("""The 'provisioning_subnet_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3387
- pulumi.log.warn("""provisioning_subnet_id is deprecated: The 'provisioning_subnet_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3388
-
3389
3335
  return pulumi.get(self, "provisioning_subnet_id")
3390
3336
 
3391
3337
  @property
3392
3338
  @pulumi.getter(name="provisioningVlanId")
3339
+ @_utilities.deprecated("""The 'provisioning_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3393
3340
  def provisioning_vlan_id(self) -> str:
3394
- warnings.warn("""The 'provisioning_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3395
- pulumi.log.warn("""provisioning_vlan_id is deprecated: The 'provisioning_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3396
-
3397
3341
  return pulumi.get(self, "provisioning_vlan_id")
3398
3342
 
3399
3343
  @property
@@ -3403,10 +3347,8 @@ class GetSddcsSddcCollectionResult(dict):
3403
3347
 
3404
3348
  @property
3405
3349
  @pulumi.getter(name="replicationVlanId")
3350
+ @_utilities.deprecated("""The 'replication_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3406
3351
  def replication_vlan_id(self) -> str:
3407
- warnings.warn("""The 'replication_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3408
- pulumi.log.warn("""replication_vlan_id is deprecated: The 'replication_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3409
-
3410
3352
  return pulumi.get(self, "replication_vlan_id")
3411
3353
 
3412
3354
  @property
@@ -3455,10 +3397,8 @@ class GetSddcsSddcCollectionResult(dict):
3455
3397
 
3456
3398
  @property
3457
3399
  @pulumi.getter(name="upgradeLicenses")
3400
+ @_utilities.deprecated("""The 'upgrade_licenses' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead.""")
3458
3401
  def upgrade_licenses(self) -> Sequence['outputs.GetSddcsSddcCollectionUpgradeLicenseResult']:
3459
- warnings.warn("""The 'upgrade_licenses' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead.""", DeprecationWarning)
3460
- pulumi.log.warn("""upgrade_licenses is deprecated: The 'upgrade_licenses' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead.""")
3461
-
3462
3402
  return pulumi.get(self, "upgrade_licenses")
3463
3403
 
3464
3404
  @property
@@ -3471,10 +3411,8 @@ class GetSddcsSddcCollectionResult(dict):
3471
3411
 
3472
3412
  @property
3473
3413
  @pulumi.getter(name="vcenterInitialPassword")
3414
+ @_utilities.deprecated("""The 'vcenter_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""")
3474
3415
  def vcenter_initial_password(self) -> str:
3475
- warnings.warn("""The 'vcenter_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead.""", DeprecationWarning)
3476
- 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.""")
3477
-
3478
3416
  return pulumi.get(self, "vcenter_initial_password")
3479
3417
 
3480
3418
  @property
@@ -3489,10 +3427,8 @@ class GetSddcsSddcCollectionResult(dict):
3489
3427
 
3490
3428
  @property
3491
3429
  @pulumi.getter(name="vmotionVlanId")
3430
+ @_utilities.deprecated("""The 'vmotion_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3492
3431
  def vmotion_vlan_id(self) -> str:
3493
- warnings.warn("""The 'vmotion_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3494
- pulumi.log.warn("""vmotion_vlan_id is deprecated: The 'vmotion_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3495
-
3496
3432
  return pulumi.get(self, "vmotion_vlan_id")
3497
3433
 
3498
3434
  @property
@@ -3505,42 +3441,32 @@ class GetSddcsSddcCollectionResult(dict):
3505
3441
 
3506
3442
  @property
3507
3443
  @pulumi.getter(name="vsanVlanId")
3444
+ @_utilities.deprecated("""The 'vsan_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3508
3445
  def vsan_vlan_id(self) -> str:
3509
- warnings.warn("""The 'vsan_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3510
- pulumi.log.warn("""vsan_vlan_id is deprecated: The 'vsan_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3511
-
3512
3446
  return pulumi.get(self, "vsan_vlan_id")
3513
3447
 
3514
3448
  @property
3515
3449
  @pulumi.getter(name="vsphereUpgradeGuide")
3450
+ @_utilities.deprecated("""The 'vsphere_upgrade_guide' field has been deprecated and may be removed in a future version. Do not use this field.""")
3516
3451
  def vsphere_upgrade_guide(self) -> str:
3517
- warnings.warn("""The 'vsphere_upgrade_guide' field has been deprecated and may be removed in a future version. Do not use this field.""", DeprecationWarning)
3518
- 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.""")
3519
-
3520
3452
  return pulumi.get(self, "vsphere_upgrade_guide")
3521
3453
 
3522
3454
  @property
3523
3455
  @pulumi.getter(name="vsphereUpgradeObjects")
3456
+ @_utilities.deprecated("""The 'vsphere_upgrade_objects' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead.""")
3524
3457
  def vsphere_upgrade_objects(self) -> Sequence['outputs.GetSddcsSddcCollectionVsphereUpgradeObjectResult']:
3525
- warnings.warn("""The 'vsphere_upgrade_objects' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead.""", DeprecationWarning)
3526
- pulumi.log.warn("""vsphere_upgrade_objects is deprecated: The 'vsphere_upgrade_objects' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead.""")
3527
-
3528
3458
  return pulumi.get(self, "vsphere_upgrade_objects")
3529
3459
 
3530
3460
  @property
3531
3461
  @pulumi.getter(name="vsphereVlanId")
3462
+ @_utilities.deprecated("""The 'vsphere_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3532
3463
  def vsphere_vlan_id(self) -> str:
3533
- warnings.warn("""The 'vsphere_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3534
- pulumi.log.warn("""vsphere_vlan_id is deprecated: The 'vsphere_vlan_id' field has been deprecated. Please use 'initial_configuration' instead.""")
3535
-
3536
3464
  return pulumi.get(self, "vsphere_vlan_id")
3537
3465
 
3538
3466
  @property
3539
3467
  @pulumi.getter(name="workloadNetworkCidr")
3468
+ @_utilities.deprecated("""The 'workload_network_cidr' field has been deprecated. Please use 'initial_configuration' instead.""")
3540
3469
  def workload_network_cidr(self) -> str:
3541
- warnings.warn("""The 'workload_network_cidr' field has been deprecated. Please use 'initial_configuration' instead.""", DeprecationWarning)
3542
- pulumi.log.warn("""workload_network_cidr is deprecated: The 'workload_network_cidr' field has been deprecated. Please use 'initial_configuration' instead.""")
3543
-
3544
3470
  return pulumi.get(self, "workload_network_cidr")
3545
3471
 
3546
3472
 
@@ -4054,13 +3980,11 @@ class GetSupportedHostShapesItemResult(dict):
4054
3980
 
4055
3981
  @property
4056
3982
  @pulumi.getter(name="isSupportMonthlySku")
3983
+ @_utilities.deprecated("""The 'is_support_monthly_sku' field has been deprecated. Please use 'is_support_monthly_commitment' instead.""")
4057
3984
  def is_support_monthly_sku(self) -> bool:
4058
3985
  """
4059
3986
  (**Deprecated**) Whether the shape supports "MONTH" SKU.
4060
3987
  """
4061
- warnings.warn("""The 'is_support_monthly_sku' field has been deprecated. Please use 'is_support_monthly_commitment' instead.""", DeprecationWarning)
4062
- pulumi.log.warn("""is_support_monthly_sku is deprecated: The 'is_support_monthly_sku' field has been deprecated. Please use 'is_support_monthly_commitment' instead.""")
4063
-
4064
3988
  return pulumi.get(self, "is_support_monthly_sku")
4065
3989
 
4066
3990
  @property
@@ -4105,13 +4029,11 @@ class GetSupportedHostShapesItemResult(dict):
4105
4029
 
4106
4030
  @property
4107
4031
  @pulumi.getter(name="supportedSddcTypes")
4032
+ @_utilities.deprecated("""The 'supported_sddc_types' field has been deprecated. Please use 'is_single_host_sddc_supported' instead.""")
4108
4033
  def supported_sddc_types(self) -> Sequence[str]:
4109
4034
  """
4110
4035
  (**Deprecated**) The supported SDDC types for the shape.
4111
4036
  """
4112
- warnings.warn("""The 'supported_sddc_types' field has been deprecated. Please use 'is_single_host_sddc_supported' instead.""", DeprecationWarning)
4113
- pulumi.log.warn("""supported_sddc_types is deprecated: The 'supported_sddc_types' field has been deprecated. Please use 'is_single_host_sddc_supported' instead.""")
4114
-
4115
4037
  return pulumi.get(self, "supported_sddc_types")
4116
4038
 
4117
4039
  @property