pulumi-vsphere 4.13.0a1737580962__tar.gz → 4.13.1__tar.gz

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.

Potentially problematic release.


This version of pulumi-vsphere might be problematic. Click here for more details.

Files changed (92) hide show
  1. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/PKG-INFO +1 -1
  2. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/pulumi-plugin.json +1 -1
  3. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/supervisor.py +98 -2
  4. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere.egg-info/PKG-INFO +1 -1
  5. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pyproject.toml +1 -1
  6. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/README.md +0 -0
  7. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/__init__.py +0 -0
  8. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/_inputs.py +0 -0
  9. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/_utilities.py +0 -0
  10. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/compute_cluster.py +0 -0
  11. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/compute_cluster_host_group.py +0 -0
  12. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/compute_cluster_vm_affinity_rule.py +0 -0
  13. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +0 -0
  14. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/compute_cluster_vm_dependency_rule.py +0 -0
  15. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/compute_cluster_vm_group.py +0 -0
  16. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/compute_cluster_vm_host_rule.py +0 -0
  17. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/config/__init__.py +0 -0
  18. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/config/__init__.pyi +0 -0
  19. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/config/vars.py +0 -0
  20. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/content_library.py +0 -0
  21. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/content_library_item.py +0 -0
  22. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/custom_attribute.py +0 -0
  23. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/datacenter.py +0 -0
  24. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/datastore_cluster.py +0 -0
  25. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +0 -0
  26. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/distributed_port_group.py +0 -0
  27. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/distributed_virtual_switch.py +0 -0
  28. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +0 -0
  29. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/dpm_host_override.py +0 -0
  30. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/drs_vm_override.py +0 -0
  31. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/entity_permissions.py +0 -0
  32. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/file.py +0 -0
  33. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/folder.py +0 -0
  34. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_compute_cluster.py +0 -0
  35. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_compute_cluster_host_group.py +0 -0
  36. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_content_library.py +0 -0
  37. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_content_library_item.py +0 -0
  38. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_custom_attribute.py +0 -0
  39. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_datacenter.py +0 -0
  40. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_datastore.py +0 -0
  41. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_datastore_cluster.py +0 -0
  42. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_datastore_stats.py +0 -0
  43. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_distributed_virtual_switch.py +0 -0
  44. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_dynamic.py +0 -0
  45. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_folder.py +0 -0
  46. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_guest_os_customization.py +0 -0
  47. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_host.py +0 -0
  48. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_host_base_images.py +0 -0
  49. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_host_pci_device.py +0 -0
  50. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_host_thumbprint.py +0 -0
  51. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_host_vgpu_profile.py +0 -0
  52. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_license.py +0 -0
  53. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_network.py +0 -0
  54. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_ovf_vm_template.py +0 -0
  55. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_policy.py +0 -0
  56. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_resource_pool.py +0 -0
  57. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_role.py +0 -0
  58. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_tag.py +0 -0
  59. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_tag_category.py +0 -0
  60. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_vapp_container.py +0 -0
  61. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_virtual_machine.py +0 -0
  62. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/get_vmfs_disks.py +0 -0
  63. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/guest_os_customization.py +0 -0
  64. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/ha_vm_override.py +0 -0
  65. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/host.py +0 -0
  66. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/host_port_group.py +0 -0
  67. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/host_virtual_switch.py +0 -0
  68. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/license.py +0 -0
  69. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/nas_datastore.py +0 -0
  70. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/offline_software_depot.py +0 -0
  71. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/outputs.py +0 -0
  72. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/provider.py +0 -0
  73. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/py.typed +0 -0
  74. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/resource_pool.py +0 -0
  75. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/role.py +0 -0
  76. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/storage_drs_vm_override.py +0 -0
  77. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/tag.py +0 -0
  78. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/tag_category.py +0 -0
  79. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/vapp_container.py +0 -0
  80. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/vapp_entity.py +0 -0
  81. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/virtual_disk.py +0 -0
  82. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/virtual_machine.py +0 -0
  83. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/virtual_machine_class.py +0 -0
  84. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/virtual_machine_snapshot.py +0 -0
  85. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/vm_storage_policy.py +0 -0
  86. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/vmfs_datastore.py +0 -0
  87. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere/vnic.py +0 -0
  88. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere.egg-info/SOURCES.txt +0 -0
  89. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere.egg-info/dependency_links.txt +0 -0
  90. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere.egg-info/requires.txt +0 -0
  91. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/pulumi_vsphere.egg-info/top_level.txt +0 -0
  92. {pulumi_vsphere-4.13.0a1737580962 → pulumi_vsphere-4.13.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pulumi_vsphere
3
- Version: 4.13.0a1737580962
3
+ Version: 4.13.1
4
4
  Summary: A Pulumi package for creating vsphere resources
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "vsphere",
4
- "version": "4.13.0-alpha.1737580962"
4
+ "version": "4.13.1"
5
5
  }
@@ -28,6 +28,7 @@ class SupervisorArgs:
28
28
  egress_cidrs: pulumi.Input[Sequence[pulumi.Input['SupervisorEgressCidrArgs']]],
29
29
  ingress_cidrs: pulumi.Input[Sequence[pulumi.Input['SupervisorIngressCidrArgs']]],
30
30
  main_dns: pulumi.Input[Sequence[pulumi.Input[str]]],
31
+ main_ntps: pulumi.Input[Sequence[pulumi.Input[str]]],
31
32
  management_network: pulumi.Input['SupervisorManagementNetworkArgs'],
32
33
  pod_cidrs: pulumi.Input[Sequence[pulumi.Input['SupervisorPodCidrArgs']]],
33
34
  search_domains: pulumi.Input[str],
@@ -35,6 +36,7 @@ class SupervisorArgs:
35
36
  sizing_hint: pulumi.Input[str],
36
37
  storage_policy: pulumi.Input[str],
37
38
  worker_dns: pulumi.Input[Sequence[pulumi.Input[str]]],
39
+ worker_ntps: pulumi.Input[Sequence[pulumi.Input[str]]],
38
40
  namespaces: Optional[pulumi.Input[Sequence[pulumi.Input['SupervisorNamespaceArgs']]]] = None):
39
41
  """
40
42
  The set of arguments for constructing a Supervisor resource.
@@ -45,6 +47,7 @@ class SupervisorArgs:
45
47
  :param pulumi.Input[Sequence[pulumi.Input['SupervisorEgressCidrArgs']]] egress_cidrs: CIDR blocks from which NSX assigns IP addresses used for performing SNAT from container IPs to external IPs.
46
48
  :param pulumi.Input[Sequence[pulumi.Input['SupervisorIngressCidrArgs']]] ingress_cidrs: CIDR blocks from which NSX assigns IP addresses for Kubernetes Ingresses and Kubernetes Services of type LoadBalancer.
47
49
  :param pulumi.Input[Sequence[pulumi.Input[str]]] main_dns: The list of addresses of the primary DNS servers.
50
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] main_ntps: The list of addresses of the primary NTP servers.
48
51
  :param pulumi.Input['SupervisorManagementNetworkArgs'] management_network: The configuration for the management network which the control plane VMs will be connected to.
49
52
  * * `network` - ID of the network. (e.g. a distributed port group).
50
53
  * * `starting_address` - Starting address of the management network range.
@@ -57,6 +60,7 @@ class SupervisorArgs:
57
60
  :param pulumi.Input[str] sizing_hint: The size of the Kubernetes API server.
58
61
  :param pulumi.Input[str] storage_policy: The name of the storage policy.
59
62
  :param pulumi.Input[Sequence[pulumi.Input[str]]] worker_dns: The list of addresses of the DNS servers to use for the worker nodes.
63
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] worker_ntps: The list of addresses of the NTP servers to use for the worker nodes.
60
64
  :param pulumi.Input[Sequence[pulumi.Input['SupervisorNamespaceArgs']]] namespaces: The list of namespaces to create in the Supervisor cluster
61
65
  """
62
66
  pulumi.set(__self__, "cluster", cluster)
@@ -66,6 +70,7 @@ class SupervisorArgs:
66
70
  pulumi.set(__self__, "egress_cidrs", egress_cidrs)
67
71
  pulumi.set(__self__, "ingress_cidrs", ingress_cidrs)
68
72
  pulumi.set(__self__, "main_dns", main_dns)
73
+ pulumi.set(__self__, "main_ntps", main_ntps)
69
74
  pulumi.set(__self__, "management_network", management_network)
70
75
  pulumi.set(__self__, "pod_cidrs", pod_cidrs)
71
76
  pulumi.set(__self__, "search_domains", search_domains)
@@ -73,6 +78,7 @@ class SupervisorArgs:
73
78
  pulumi.set(__self__, "sizing_hint", sizing_hint)
74
79
  pulumi.set(__self__, "storage_policy", storage_policy)
75
80
  pulumi.set(__self__, "worker_dns", worker_dns)
81
+ pulumi.set(__self__, "worker_ntps", worker_ntps)
76
82
  if namespaces is not None:
77
83
  pulumi.set(__self__, "namespaces", namespaces)
78
84
 
@@ -160,6 +166,18 @@ class SupervisorArgs:
160
166
  def main_dns(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
161
167
  pulumi.set(self, "main_dns", value)
162
168
 
169
+ @property
170
+ @pulumi.getter(name="mainNtps")
171
+ def main_ntps(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
172
+ """
173
+ The list of addresses of the primary NTP servers.
174
+ """
175
+ return pulumi.get(self, "main_ntps")
176
+
177
+ @main_ntps.setter
178
+ def main_ntps(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
179
+ pulumi.set(self, "main_ntps", value)
180
+
163
181
  @property
164
182
  @pulumi.getter(name="managementNetwork")
165
183
  def management_network(self) -> pulumi.Input['SupervisorManagementNetworkArgs']:
@@ -249,6 +267,18 @@ class SupervisorArgs:
249
267
  def worker_dns(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
250
268
  pulumi.set(self, "worker_dns", value)
251
269
 
270
+ @property
271
+ @pulumi.getter(name="workerNtps")
272
+ def worker_ntps(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
273
+ """
274
+ The list of addresses of the NTP servers to use for the worker nodes.
275
+ """
276
+ return pulumi.get(self, "worker_ntps")
277
+
278
+ @worker_ntps.setter
279
+ def worker_ntps(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
280
+ pulumi.set(self, "worker_ntps", value)
281
+
252
282
  @property
253
283
  @pulumi.getter
254
284
  def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SupervisorNamespaceArgs']]]]:
@@ -272,6 +302,7 @@ class _SupervisorState:
272
302
  egress_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input['SupervisorEgressCidrArgs']]]] = None,
273
303
  ingress_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input['SupervisorIngressCidrArgs']]]] = None,
274
304
  main_dns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
305
+ main_ntps: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
275
306
  management_network: Optional[pulumi.Input['SupervisorManagementNetworkArgs']] = None,
276
307
  namespaces: Optional[pulumi.Input[Sequence[pulumi.Input['SupervisorNamespaceArgs']]]] = None,
277
308
  pod_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input['SupervisorPodCidrArgs']]]] = None,
@@ -279,7 +310,8 @@ class _SupervisorState:
279
310
  service_cidr: Optional[pulumi.Input['SupervisorServiceCidrArgs']] = None,
280
311
  sizing_hint: Optional[pulumi.Input[str]] = None,
281
312
  storage_policy: Optional[pulumi.Input[str]] = None,
282
- worker_dns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
313
+ worker_dns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
314
+ worker_ntps: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
283
315
  """
284
316
  Input properties used for looking up and filtering Supervisor resources.
285
317
  :param pulumi.Input[str] cluster: The identifier of the compute cluster.
@@ -289,6 +321,7 @@ class _SupervisorState:
289
321
  :param pulumi.Input[Sequence[pulumi.Input['SupervisorEgressCidrArgs']]] egress_cidrs: CIDR blocks from which NSX assigns IP addresses used for performing SNAT from container IPs to external IPs.
290
322
  :param pulumi.Input[Sequence[pulumi.Input['SupervisorIngressCidrArgs']]] ingress_cidrs: CIDR blocks from which NSX assigns IP addresses for Kubernetes Ingresses and Kubernetes Services of type LoadBalancer.
291
323
  :param pulumi.Input[Sequence[pulumi.Input[str]]] main_dns: The list of addresses of the primary DNS servers.
324
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] main_ntps: The list of addresses of the primary NTP servers.
292
325
  :param pulumi.Input['SupervisorManagementNetworkArgs'] management_network: The configuration for the management network which the control plane VMs will be connected to.
293
326
  * * `network` - ID of the network. (e.g. a distributed port group).
294
327
  * * `starting_address` - Starting address of the management network range.
@@ -302,6 +335,7 @@ class _SupervisorState:
302
335
  :param pulumi.Input[str] sizing_hint: The size of the Kubernetes API server.
303
336
  :param pulumi.Input[str] storage_policy: The name of the storage policy.
304
337
  :param pulumi.Input[Sequence[pulumi.Input[str]]] worker_dns: The list of addresses of the DNS servers to use for the worker nodes.
338
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] worker_ntps: The list of addresses of the NTP servers to use for the worker nodes.
305
339
  """
306
340
  if cluster is not None:
307
341
  pulumi.set(__self__, "cluster", cluster)
@@ -317,6 +351,8 @@ class _SupervisorState:
317
351
  pulumi.set(__self__, "ingress_cidrs", ingress_cidrs)
318
352
  if main_dns is not None:
319
353
  pulumi.set(__self__, "main_dns", main_dns)
354
+ if main_ntps is not None:
355
+ pulumi.set(__self__, "main_ntps", main_ntps)
320
356
  if management_network is not None:
321
357
  pulumi.set(__self__, "management_network", management_network)
322
358
  if namespaces is not None:
@@ -333,6 +369,8 @@ class _SupervisorState:
333
369
  pulumi.set(__self__, "storage_policy", storage_policy)
334
370
  if worker_dns is not None:
335
371
  pulumi.set(__self__, "worker_dns", worker_dns)
372
+ if worker_ntps is not None:
373
+ pulumi.set(__self__, "worker_ntps", worker_ntps)
336
374
 
337
375
  @property
338
376
  @pulumi.getter
@@ -418,6 +456,18 @@ class _SupervisorState:
418
456
  def main_dns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
419
457
  pulumi.set(self, "main_dns", value)
420
458
 
459
+ @property
460
+ @pulumi.getter(name="mainNtps")
461
+ def main_ntps(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
462
+ """
463
+ The list of addresses of the primary NTP servers.
464
+ """
465
+ return pulumi.get(self, "main_ntps")
466
+
467
+ @main_ntps.setter
468
+ def main_ntps(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
469
+ pulumi.set(self, "main_ntps", value)
470
+
421
471
  @property
422
472
  @pulumi.getter(name="managementNetwork")
423
473
  def management_network(self) -> Optional[pulumi.Input['SupervisorManagementNetworkArgs']]:
@@ -519,6 +569,18 @@ class _SupervisorState:
519
569
  def worker_dns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
520
570
  pulumi.set(self, "worker_dns", value)
521
571
 
572
+ @property
573
+ @pulumi.getter(name="workerNtps")
574
+ def worker_ntps(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
575
+ """
576
+ The list of addresses of the NTP servers to use for the worker nodes.
577
+ """
578
+ return pulumi.get(self, "worker_ntps")
579
+
580
+ @worker_ntps.setter
581
+ def worker_ntps(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
582
+ pulumi.set(self, "worker_ntps", value)
583
+
522
584
 
523
585
  class Supervisor(pulumi.CustomResource):
524
586
  @overload
@@ -532,6 +594,7 @@ class Supervisor(pulumi.CustomResource):
532
594
  egress_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SupervisorEgressCidrArgs', 'SupervisorEgressCidrArgsDict']]]]] = None,
533
595
  ingress_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SupervisorIngressCidrArgs', 'SupervisorIngressCidrArgsDict']]]]] = None,
534
596
  main_dns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
597
+ main_ntps: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
535
598
  management_network: Optional[pulumi.Input[Union['SupervisorManagementNetworkArgs', 'SupervisorManagementNetworkArgsDict']]] = None,
536
599
  namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SupervisorNamespaceArgs', 'SupervisorNamespaceArgsDict']]]]] = None,
537
600
  pod_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SupervisorPodCidrArgs', 'SupervisorPodCidrArgsDict']]]]] = None,
@@ -540,6 +603,7 @@ class Supervisor(pulumi.CustomResource):
540
603
  sizing_hint: Optional[pulumi.Input[str]] = None,
541
604
  storage_policy: Optional[pulumi.Input[str]] = None,
542
605
  worker_dns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
606
+ worker_ntps: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
543
607
  __props__=None):
544
608
  """
545
609
  Provides a resource for configuring Workload Management.
@@ -607,6 +671,7 @@ class Supervisor(pulumi.CustomResource):
607
671
  :param pulumi.Input[Sequence[pulumi.Input[Union['SupervisorEgressCidrArgs', 'SupervisorEgressCidrArgsDict']]]] egress_cidrs: CIDR blocks from which NSX assigns IP addresses used for performing SNAT from container IPs to external IPs.
608
672
  :param pulumi.Input[Sequence[pulumi.Input[Union['SupervisorIngressCidrArgs', 'SupervisorIngressCidrArgsDict']]]] ingress_cidrs: CIDR blocks from which NSX assigns IP addresses for Kubernetes Ingresses and Kubernetes Services of type LoadBalancer.
609
673
  :param pulumi.Input[Sequence[pulumi.Input[str]]] main_dns: The list of addresses of the primary DNS servers.
674
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] main_ntps: The list of addresses of the primary NTP servers.
610
675
  :param pulumi.Input[Union['SupervisorManagementNetworkArgs', 'SupervisorManagementNetworkArgsDict']] management_network: The configuration for the management network which the control plane VMs will be connected to.
611
676
  * * `network` - ID of the network. (e.g. a distributed port group).
612
677
  * * `starting_address` - Starting address of the management network range.
@@ -620,6 +685,7 @@ class Supervisor(pulumi.CustomResource):
620
685
  :param pulumi.Input[str] sizing_hint: The size of the Kubernetes API server.
621
686
  :param pulumi.Input[str] storage_policy: The name of the storage policy.
622
687
  :param pulumi.Input[Sequence[pulumi.Input[str]]] worker_dns: The list of addresses of the DNS servers to use for the worker nodes.
688
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] worker_ntps: The list of addresses of the NTP servers to use for the worker nodes.
623
689
  """
624
690
  ...
625
691
  @overload
@@ -706,6 +772,7 @@ class Supervisor(pulumi.CustomResource):
706
772
  egress_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SupervisorEgressCidrArgs', 'SupervisorEgressCidrArgsDict']]]]] = None,
707
773
  ingress_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SupervisorIngressCidrArgs', 'SupervisorIngressCidrArgsDict']]]]] = None,
708
774
  main_dns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
775
+ main_ntps: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
709
776
  management_network: Optional[pulumi.Input[Union['SupervisorManagementNetworkArgs', 'SupervisorManagementNetworkArgsDict']]] = None,
710
777
  namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SupervisorNamespaceArgs', 'SupervisorNamespaceArgsDict']]]]] = None,
711
778
  pod_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SupervisorPodCidrArgs', 'SupervisorPodCidrArgsDict']]]]] = None,
@@ -714,6 +781,7 @@ class Supervisor(pulumi.CustomResource):
714
781
  sizing_hint: Optional[pulumi.Input[str]] = None,
715
782
  storage_policy: Optional[pulumi.Input[str]] = None,
716
783
  worker_dns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
784
+ worker_ntps: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
717
785
  __props__=None):
718
786
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
719
787
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -744,6 +812,9 @@ class Supervisor(pulumi.CustomResource):
744
812
  if main_dns is None and not opts.urn:
745
813
  raise TypeError("Missing required property 'main_dns'")
746
814
  __props__.__dict__["main_dns"] = main_dns
815
+ if main_ntps is None and not opts.urn:
816
+ raise TypeError("Missing required property 'main_ntps'")
817
+ __props__.__dict__["main_ntps"] = main_ntps
747
818
  if management_network is None and not opts.urn:
748
819
  raise TypeError("Missing required property 'management_network'")
749
820
  __props__.__dict__["management_network"] = management_network
@@ -766,6 +837,9 @@ class Supervisor(pulumi.CustomResource):
766
837
  if worker_dns is None and not opts.urn:
767
838
  raise TypeError("Missing required property 'worker_dns'")
768
839
  __props__.__dict__["worker_dns"] = worker_dns
840
+ if worker_ntps is None and not opts.urn:
841
+ raise TypeError("Missing required property 'worker_ntps'")
842
+ __props__.__dict__["worker_ntps"] = worker_ntps
769
843
  super(Supervisor, __self__).__init__(
770
844
  'vsphere:index/supervisor:Supervisor',
771
845
  resource_name,
@@ -783,6 +857,7 @@ class Supervisor(pulumi.CustomResource):
783
857
  egress_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SupervisorEgressCidrArgs', 'SupervisorEgressCidrArgsDict']]]]] = None,
784
858
  ingress_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SupervisorIngressCidrArgs', 'SupervisorIngressCidrArgsDict']]]]] = None,
785
859
  main_dns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
860
+ main_ntps: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
786
861
  management_network: Optional[pulumi.Input[Union['SupervisorManagementNetworkArgs', 'SupervisorManagementNetworkArgsDict']]] = None,
787
862
  namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SupervisorNamespaceArgs', 'SupervisorNamespaceArgsDict']]]]] = None,
788
863
  pod_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SupervisorPodCidrArgs', 'SupervisorPodCidrArgsDict']]]]] = None,
@@ -790,7 +865,8 @@ class Supervisor(pulumi.CustomResource):
790
865
  service_cidr: Optional[pulumi.Input[Union['SupervisorServiceCidrArgs', 'SupervisorServiceCidrArgsDict']]] = None,
791
866
  sizing_hint: Optional[pulumi.Input[str]] = None,
792
867
  storage_policy: Optional[pulumi.Input[str]] = None,
793
- worker_dns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None) -> 'Supervisor':
868
+ worker_dns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
869
+ worker_ntps: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None) -> 'Supervisor':
794
870
  """
795
871
  Get an existing Supervisor resource's state with the given name, id, and optional extra
796
872
  properties used to qualify the lookup.
@@ -805,6 +881,7 @@ class Supervisor(pulumi.CustomResource):
805
881
  :param pulumi.Input[Sequence[pulumi.Input[Union['SupervisorEgressCidrArgs', 'SupervisorEgressCidrArgsDict']]]] egress_cidrs: CIDR blocks from which NSX assigns IP addresses used for performing SNAT from container IPs to external IPs.
806
882
  :param pulumi.Input[Sequence[pulumi.Input[Union['SupervisorIngressCidrArgs', 'SupervisorIngressCidrArgsDict']]]] ingress_cidrs: CIDR blocks from which NSX assigns IP addresses for Kubernetes Ingresses and Kubernetes Services of type LoadBalancer.
807
883
  :param pulumi.Input[Sequence[pulumi.Input[str]]] main_dns: The list of addresses of the primary DNS servers.
884
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] main_ntps: The list of addresses of the primary NTP servers.
808
885
  :param pulumi.Input[Union['SupervisorManagementNetworkArgs', 'SupervisorManagementNetworkArgsDict']] management_network: The configuration for the management network which the control plane VMs will be connected to.
809
886
  * * `network` - ID of the network. (e.g. a distributed port group).
810
887
  * * `starting_address` - Starting address of the management network range.
@@ -818,6 +895,7 @@ class Supervisor(pulumi.CustomResource):
818
895
  :param pulumi.Input[str] sizing_hint: The size of the Kubernetes API server.
819
896
  :param pulumi.Input[str] storage_policy: The name of the storage policy.
820
897
  :param pulumi.Input[Sequence[pulumi.Input[str]]] worker_dns: The list of addresses of the DNS servers to use for the worker nodes.
898
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] worker_ntps: The list of addresses of the NTP servers to use for the worker nodes.
821
899
  """
822
900
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
823
901
 
@@ -830,6 +908,7 @@ class Supervisor(pulumi.CustomResource):
830
908
  __props__.__dict__["egress_cidrs"] = egress_cidrs
831
909
  __props__.__dict__["ingress_cidrs"] = ingress_cidrs
832
910
  __props__.__dict__["main_dns"] = main_dns
911
+ __props__.__dict__["main_ntps"] = main_ntps
833
912
  __props__.__dict__["management_network"] = management_network
834
913
  __props__.__dict__["namespaces"] = namespaces
835
914
  __props__.__dict__["pod_cidrs"] = pod_cidrs
@@ -838,6 +917,7 @@ class Supervisor(pulumi.CustomResource):
838
917
  __props__.__dict__["sizing_hint"] = sizing_hint
839
918
  __props__.__dict__["storage_policy"] = storage_policy
840
919
  __props__.__dict__["worker_dns"] = worker_dns
920
+ __props__.__dict__["worker_ntps"] = worker_ntps
841
921
  return Supervisor(resource_name, opts=opts, __props__=__props__)
842
922
 
843
923
  @property
@@ -896,6 +976,14 @@ class Supervisor(pulumi.CustomResource):
896
976
  """
897
977
  return pulumi.get(self, "main_dns")
898
978
 
979
+ @property
980
+ @pulumi.getter(name="mainNtps")
981
+ def main_ntps(self) -> pulumi.Output[Sequence[str]]:
982
+ """
983
+ The list of addresses of the primary NTP servers.
984
+ """
985
+ return pulumi.get(self, "main_ntps")
986
+
899
987
  @property
900
988
  @pulumi.getter(name="managementNetwork")
901
989
  def management_network(self) -> pulumi.Output['outputs.SupervisorManagementNetwork']:
@@ -965,3 +1053,11 @@ class Supervisor(pulumi.CustomResource):
965
1053
  """
966
1054
  return pulumi.get(self, "worker_dns")
967
1055
 
1056
+ @property
1057
+ @pulumi.getter(name="workerNtps")
1058
+ def worker_ntps(self) -> pulumi.Output[Sequence[str]]:
1059
+ """
1060
+ The list of addresses of the NTP servers to use for the worker nodes.
1061
+ """
1062
+ return pulumi.get(self, "worker_ntps")
1063
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pulumi_vsphere
3
- Version: 4.13.0a1737580962
3
+ Version: 4.13.1
4
4
  Summary: A Pulumi package for creating vsphere resources
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -5,7 +5,7 @@
5
5
  keywords = ["pulumi", "vsphere"]
6
6
  readme = "README.md"
7
7
  requires-python = ">=3.9"
8
- version = "4.13.0a1737580962"
8
+ version = "4.13.1"
9
9
  [project.license]
10
10
  text = "Apache-2.0"
11
11
  [project.urls]