pulumi-vsphere 4.11.0a1719961236__tar.gz → 4.11.0a1720619049__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.
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/PKG-INFO +1 -1
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/_inputs.py +12 -6
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/compute_cluster_vm_affinity_rule.py +0 -4
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/datacenter.py +7 -28
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/datastore_cluster.py +0 -14
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/distributed_port_group.py +56 -7
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/distributed_virtual_switch.py +7 -28
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/entity_permissions.py +56 -35
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/folder.py +0 -21
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_compute_cluster_host_group.py +18 -16
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_content_library.py +10 -6
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_content_library_item.py +12 -8
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_datastore.py +9 -9
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_datastore_stats.py +34 -32
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_dynamic.py +14 -12
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_guest_os_customization.py +8 -43
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_host_base_images.py +6 -6
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_host_pci_device.py +4 -2
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_host_thumbprint.py +12 -12
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_host_vgpu_profile.py +4 -2
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_license.py +2 -1
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_network.py +14 -14
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_resource_pool.py +12 -8
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_role.py +4 -4
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_virtual_machine.py +58 -33
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/guest_os_customization.py +4 -4
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/nas_datastore.py +7 -7
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/outputs.py +48 -40
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/pulumi-plugin.json +1 -1
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/resource_pool.py +2 -2
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/supervisor.py +104 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/virtual_disk.py +7 -7
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/virtual_machine.py +2 -2
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/virtual_machine_class.py +2 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/virtual_machine_snapshot.py +2 -2
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/vm_storage_policy.py +2 -2
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/vnic.py +61 -65
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere.egg-info/PKG-INFO +1 -1
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pyproject.toml +1 -1
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/README.md +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/__init__.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/_utilities.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/compute_cluster.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/compute_cluster_host_group.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/compute_cluster_vm_dependency_rule.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/compute_cluster_vm_group.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/compute_cluster_vm_host_rule.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/config/__init__.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/config/__init__.pyi +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/config/vars.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/content_library.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/content_library_item.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/custom_attribute.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/dpm_host_override.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/drs_vm_override.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/file.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_compute_cluster.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_custom_attribute.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_datacenter.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_datastore_cluster.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_distributed_virtual_switch.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_folder.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_host.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_ovf_vm_template.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_policy.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_tag.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_tag_category.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_vapp_container.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/get_vmfs_disks.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/ha_vm_override.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/host.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/host_port_group.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/host_virtual_switch.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/license.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/offline_software_depot.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/provider.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/py.typed +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/role.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/storage_drs_vm_override.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/tag.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/tag_category.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/vapp_container.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/vapp_entity.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/vmfs_datastore.py +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere.egg-info/SOURCES.txt +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere.egg-info/dependency_links.txt +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere.egg-info/requires.txt +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere.egg-info/top_level.txt +0 -0
- {pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/setup.cfg +0 -0
{pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/_inputs.py
RENAMED
|
@@ -675,9 +675,12 @@ class EntityPermissionsPermissionArgs:
|
|
|
675
675
|
role_id: pulumi.Input[str],
|
|
676
676
|
user_or_group: pulumi.Input[str]):
|
|
677
677
|
"""
|
|
678
|
-
:param pulumi.Input[bool] is_group: Whether user_or_group field refers to a user or a
|
|
679
|
-
|
|
680
|
-
:param pulumi.Input[
|
|
678
|
+
:param pulumi.Input[bool] is_group: Whether `user_or_group` field refers to a user or a
|
|
679
|
+
group. True for a group and false for a user.
|
|
680
|
+
:param pulumi.Input[bool] propagate: Whether or not this permission propagates down the
|
|
681
|
+
hierarchy to sub-entities.
|
|
682
|
+
:param pulumi.Input[str] role_id: The role id of the role to be given to the user on
|
|
683
|
+
the specified entity.
|
|
681
684
|
:param pulumi.Input[str] user_or_group: The user/group getting the permission.
|
|
682
685
|
"""
|
|
683
686
|
pulumi.set(__self__, "is_group", is_group)
|
|
@@ -689,7 +692,8 @@ class EntityPermissionsPermissionArgs:
|
|
|
689
692
|
@pulumi.getter(name="isGroup")
|
|
690
693
|
def is_group(self) -> pulumi.Input[bool]:
|
|
691
694
|
"""
|
|
692
|
-
Whether user_or_group field refers to a user or a
|
|
695
|
+
Whether `user_or_group` field refers to a user or a
|
|
696
|
+
group. True for a group and false for a user.
|
|
693
697
|
"""
|
|
694
698
|
return pulumi.get(self, "is_group")
|
|
695
699
|
|
|
@@ -701,7 +705,8 @@ class EntityPermissionsPermissionArgs:
|
|
|
701
705
|
@pulumi.getter
|
|
702
706
|
def propagate(self) -> pulumi.Input[bool]:
|
|
703
707
|
"""
|
|
704
|
-
Whether or not this permission propagates down the
|
|
708
|
+
Whether or not this permission propagates down the
|
|
709
|
+
hierarchy to sub-entities.
|
|
705
710
|
"""
|
|
706
711
|
return pulumi.get(self, "propagate")
|
|
707
712
|
|
|
@@ -713,7 +718,8 @@ class EntityPermissionsPermissionArgs:
|
|
|
713
718
|
@pulumi.getter(name="roleId")
|
|
714
719
|
def role_id(self) -> pulumi.Input[str]:
|
|
715
720
|
"""
|
|
716
|
-
The role id of the role to be given to the user on
|
|
721
|
+
The role id of the role to be given to the user on
|
|
722
|
+
the specified entity.
|
|
717
723
|
"""
|
|
718
724
|
return pulumi.get(self, "role_id")
|
|
719
725
|
|
|
@@ -249,8 +249,6 @@ class ComputeClusterVmAffinityRule(pulumi.CustomResource):
|
|
|
249
249
|
> **NOTE:** This resource requires vCenter Server and is not available on
|
|
250
250
|
direct ESXi host connections.
|
|
251
251
|
|
|
252
|
-
> **NOTE:** vSphere DRS requires a vSphere Enterprise Plus license.
|
|
253
|
-
|
|
254
252
|
## Example Usage
|
|
255
253
|
|
|
256
254
|
The following example creates two virtual machines in a cluster using the
|
|
@@ -367,8 +365,6 @@ class ComputeClusterVmAffinityRule(pulumi.CustomResource):
|
|
|
367
365
|
> **NOTE:** This resource requires vCenter Server and is not available on
|
|
368
366
|
direct ESXi host connections.
|
|
369
367
|
|
|
370
|
-
> **NOTE:** vSphere DRS requires a vSphere Enterprise Plus license.
|
|
371
|
-
|
|
372
368
|
## Example Usage
|
|
373
369
|
|
|
374
370
|
The following example creates two virtual machines in a cluster using the
|
{pulumi_vsphere-4.11.0a1719961236 → pulumi_vsphere-4.11.0a1720619049}/pulumi_vsphere/datacenter.py
RENAMED
|
@@ -20,7 +20,7 @@ class DatacenterArgs:
|
|
|
20
20
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
21
21
|
"""
|
|
22
22
|
The set of arguments for constructing a Datacenter resource.
|
|
23
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to value
|
|
23
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to value
|
|
24
24
|
strings to set for datacenter resource. See
|
|
25
25
|
[here][docs-setting-custom-attributes] for a reference on how to set values
|
|
26
26
|
for custom attributes.
|
|
@@ -34,9 +34,6 @@ class DatacenterArgs:
|
|
|
34
34
|
:param pulumi.Input[str] name: The name of the datacenter. This name needs to be unique
|
|
35
35
|
within the folder. Forces a new resource if changed.
|
|
36
36
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
|
|
37
|
-
|
|
38
|
-
> **NOTE:** Tagging support is unsupported on direct ESXi connections and
|
|
39
|
-
requires vCenter 6.0 or higher.
|
|
40
37
|
"""
|
|
41
38
|
if custom_attributes is not None:
|
|
42
39
|
pulumi.set(__self__, "custom_attributes", custom_attributes)
|
|
@@ -51,7 +48,7 @@ class DatacenterArgs:
|
|
|
51
48
|
@pulumi.getter(name="customAttributes")
|
|
52
49
|
def custom_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
53
50
|
"""
|
|
54
|
-
Map of custom attribute ids to value
|
|
51
|
+
Map of custom attribute ids to value
|
|
55
52
|
strings to set for datacenter resource. See
|
|
56
53
|
[here][docs-setting-custom-attributes] for a reference on how to set values
|
|
57
54
|
for custom attributes.
|
|
@@ -98,9 +95,6 @@ class DatacenterArgs:
|
|
|
98
95
|
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
99
96
|
"""
|
|
100
97
|
The IDs of any tags to attach to this resource.
|
|
101
|
-
|
|
102
|
-
> **NOTE:** Tagging support is unsupported on direct ESXi connections and
|
|
103
|
-
requires vCenter 6.0 or higher.
|
|
104
98
|
"""
|
|
105
99
|
return pulumi.get(self, "tags")
|
|
106
100
|
|
|
@@ -119,7 +113,7 @@ class _DatacenterState:
|
|
|
119
113
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
120
114
|
"""
|
|
121
115
|
Input properties used for looking up and filtering Datacenter resources.
|
|
122
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to value
|
|
116
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to value
|
|
123
117
|
strings to set for datacenter resource. See
|
|
124
118
|
[here][docs-setting-custom-attributes] for a reference on how to set values
|
|
125
119
|
for custom attributes.
|
|
@@ -134,9 +128,6 @@ class _DatacenterState:
|
|
|
134
128
|
:param pulumi.Input[str] name: The name of the datacenter. This name needs to be unique
|
|
135
129
|
within the folder. Forces a new resource if changed.
|
|
136
130
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
|
|
137
|
-
|
|
138
|
-
> **NOTE:** Tagging support is unsupported on direct ESXi connections and
|
|
139
|
-
requires vCenter 6.0 or higher.
|
|
140
131
|
"""
|
|
141
132
|
if custom_attributes is not None:
|
|
142
133
|
pulumi.set(__self__, "custom_attributes", custom_attributes)
|
|
@@ -153,7 +144,7 @@ class _DatacenterState:
|
|
|
153
144
|
@pulumi.getter(name="customAttributes")
|
|
154
145
|
def custom_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
155
146
|
"""
|
|
156
|
-
Map of custom attribute ids to value
|
|
147
|
+
Map of custom attribute ids to value
|
|
157
148
|
strings to set for datacenter resource. See
|
|
158
149
|
[here][docs-setting-custom-attributes] for a reference on how to set values
|
|
159
150
|
for custom attributes.
|
|
@@ -212,9 +203,6 @@ class _DatacenterState:
|
|
|
212
203
|
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
213
204
|
"""
|
|
214
205
|
The IDs of any tags to attach to this resource.
|
|
215
|
-
|
|
216
|
-
> **NOTE:** Tagging support is unsupported on direct ESXi connections and
|
|
217
|
-
requires vCenter 6.0 or higher.
|
|
218
206
|
"""
|
|
219
207
|
return pulumi.get(self, "tags")
|
|
220
208
|
|
|
@@ -270,7 +258,7 @@ class Datacenter(pulumi.CustomResource):
|
|
|
270
258
|
|
|
271
259
|
:param str resource_name: The name of the resource.
|
|
272
260
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
273
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to value
|
|
261
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to value
|
|
274
262
|
strings to set for datacenter resource. See
|
|
275
263
|
[here][docs-setting-custom-attributes] for a reference on how to set values
|
|
276
264
|
for custom attributes.
|
|
@@ -284,9 +272,6 @@ class Datacenter(pulumi.CustomResource):
|
|
|
284
272
|
:param pulumi.Input[str] name: The name of the datacenter. This name needs to be unique
|
|
285
273
|
within the folder. Forces a new resource if changed.
|
|
286
274
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
|
|
287
|
-
|
|
288
|
-
> **NOTE:** Tagging support is unsupported on direct ESXi connections and
|
|
289
|
-
requires vCenter 6.0 or higher.
|
|
290
275
|
"""
|
|
291
276
|
...
|
|
292
277
|
@overload
|
|
@@ -384,7 +369,7 @@ class Datacenter(pulumi.CustomResource):
|
|
|
384
369
|
:param str resource_name: The unique name of the resulting resource.
|
|
385
370
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
386
371
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
387
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to value
|
|
372
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to value
|
|
388
373
|
strings to set for datacenter resource. See
|
|
389
374
|
[here][docs-setting-custom-attributes] for a reference on how to set values
|
|
390
375
|
for custom attributes.
|
|
@@ -399,9 +384,6 @@ class Datacenter(pulumi.CustomResource):
|
|
|
399
384
|
:param pulumi.Input[str] name: The name of the datacenter. This name needs to be unique
|
|
400
385
|
within the folder. Forces a new resource if changed.
|
|
401
386
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
|
|
402
|
-
|
|
403
|
-
> **NOTE:** Tagging support is unsupported on direct ESXi connections and
|
|
404
|
-
requires vCenter 6.0 or higher.
|
|
405
387
|
"""
|
|
406
388
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
407
389
|
|
|
@@ -418,7 +400,7 @@ class Datacenter(pulumi.CustomResource):
|
|
|
418
400
|
@pulumi.getter(name="customAttributes")
|
|
419
401
|
def custom_attributes(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
420
402
|
"""
|
|
421
|
-
Map of custom attribute ids to value
|
|
403
|
+
Map of custom attribute ids to value
|
|
422
404
|
strings to set for datacenter resource. See
|
|
423
405
|
[here][docs-setting-custom-attributes] for a reference on how to set values
|
|
424
406
|
for custom attributes.
|
|
@@ -461,9 +443,6 @@ class Datacenter(pulumi.CustomResource):
|
|
|
461
443
|
def tags(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
462
444
|
"""
|
|
463
445
|
The IDs of any tags to attach to this resource.
|
|
464
|
-
|
|
465
|
-
> **NOTE:** Tagging support is unsupported on direct ESXi connections and
|
|
466
|
-
requires vCenter 6.0 or higher.
|
|
467
446
|
"""
|
|
468
447
|
return pulumi.get(self, "tags")
|
|
469
448
|
|
|
@@ -88,8 +88,6 @@ class DatastoreClusterArgs:
|
|
|
88
88
|
:param pulumi.Input[int] sdrs_space_utilization_threshold: The threshold, in percent of used space, that storage DRS uses to make decisions to migrate VMs out of a datastore.
|
|
89
89
|
:param pulumi.Input[str] sdrs_vm_evacuation_automation_level: Overrides the default automation settings when generating recommendations for datastore evacuation.
|
|
90
90
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
|
|
91
|
-
|
|
92
|
-
> **NOTE:** Tagging support requires vCenter 6.0 or higher.
|
|
93
91
|
"""
|
|
94
92
|
pulumi.set(__self__, "datacenter_id", datacenter_id)
|
|
95
93
|
if custom_attributes is not None:
|
|
@@ -456,8 +454,6 @@ class DatastoreClusterArgs:
|
|
|
456
454
|
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
457
455
|
"""
|
|
458
456
|
The IDs of any tags to attach to this resource.
|
|
459
|
-
|
|
460
|
-
> **NOTE:** Tagging support requires vCenter 6.0 or higher.
|
|
461
457
|
"""
|
|
462
458
|
return pulumi.get(self, "tags")
|
|
463
459
|
|
|
@@ -543,8 +539,6 @@ class _DatastoreClusterState:
|
|
|
543
539
|
:param pulumi.Input[int] sdrs_space_utilization_threshold: The threshold, in percent of used space, that storage DRS uses to make decisions to migrate VMs out of a datastore.
|
|
544
540
|
:param pulumi.Input[str] sdrs_vm_evacuation_automation_level: Overrides the default automation settings when generating recommendations for datastore evacuation.
|
|
545
541
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
|
|
546
|
-
|
|
547
|
-
> **NOTE:** Tagging support requires vCenter 6.0 or higher.
|
|
548
542
|
"""
|
|
549
543
|
if custom_attributes is not None:
|
|
550
544
|
pulumi.set(__self__, "custom_attributes", custom_attributes)
|
|
@@ -912,8 +906,6 @@ class _DatastoreClusterState:
|
|
|
912
906
|
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
913
907
|
"""
|
|
914
908
|
The IDs of any tags to attach to this resource.
|
|
915
|
-
|
|
916
|
-
> **NOTE:** Tagging support requires vCenter 6.0 or higher.
|
|
917
909
|
"""
|
|
918
910
|
return pulumi.get(self, "tags")
|
|
919
911
|
|
|
@@ -1004,8 +996,6 @@ class DatastoreCluster(pulumi.CustomResource):
|
|
|
1004
996
|
:param pulumi.Input[int] sdrs_space_utilization_threshold: The threshold, in percent of used space, that storage DRS uses to make decisions to migrate VMs out of a datastore.
|
|
1005
997
|
:param pulumi.Input[str] sdrs_vm_evacuation_automation_level: Overrides the default automation settings when generating recommendations for datastore evacuation.
|
|
1006
998
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
|
|
1007
|
-
|
|
1008
|
-
> **NOTE:** Tagging support requires vCenter 6.0 or higher.
|
|
1009
999
|
"""
|
|
1010
1000
|
...
|
|
1011
1001
|
@overload
|
|
@@ -1180,8 +1170,6 @@ class DatastoreCluster(pulumi.CustomResource):
|
|
|
1180
1170
|
:param pulumi.Input[int] sdrs_space_utilization_threshold: The threshold, in percent of used space, that storage DRS uses to make decisions to migrate VMs out of a datastore.
|
|
1181
1171
|
:param pulumi.Input[str] sdrs_vm_evacuation_automation_level: Overrides the default automation settings when generating recommendations for datastore evacuation.
|
|
1182
1172
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
|
|
1183
|
-
|
|
1184
|
-
> **NOTE:** Tagging support requires vCenter 6.0 or higher.
|
|
1185
1173
|
"""
|
|
1186
1174
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
1187
1175
|
|
|
@@ -1433,8 +1421,6 @@ class DatastoreCluster(pulumi.CustomResource):
|
|
|
1433
1421
|
def tags(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
1434
1422
|
"""
|
|
1435
1423
|
The IDs of any tags to attach to this resource.
|
|
1436
|
-
|
|
1437
|
-
> **NOTE:** Tagging support requires vCenter 6.0 or higher.
|
|
1438
1424
|
"""
|
|
1439
1425
|
return pulumi.get(self, "tags")
|
|
1440
1426
|
|
|
@@ -81,7 +81,14 @@ class DistributedPortGroupArgs:
|
|
|
81
81
|
:param pulumi.Input[bool] block_override_allowed: Allow the blocked setting of an individual port to override the setting in the portgroup.
|
|
82
82
|
:param pulumi.Input[bool] check_beacon: Enable beacon probing on the ports this policy applies to.
|
|
83
83
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to attribute
|
|
84
|
+
<<<<<<< HEAD
|
|
85
|
+
value string to set for port group. See [here][docs-setting-custom-attributes]
|
|
86
|
+
for a reference on how to set values for custom attributes.
|
|
87
|
+
|
|
88
|
+
[docs-setting-custom-attributes]: /docs/providers/vsphere/r/custom_attribute.html#using-custom-attributes-in-a-supported-resource
|
|
89
|
+
=======
|
|
84
90
|
value string to set for port group.
|
|
91
|
+
>>>>>>> 69c6e040 (fork)
|
|
85
92
|
|
|
86
93
|
> **NOTE:** Custom attributes are not supported on direct ESXi host
|
|
87
94
|
connections and require vCenter Server.
|
|
@@ -114,7 +121,7 @@ class DistributedPortGroupArgs:
|
|
|
114
121
|
the ports in this port group. See the `portNameFormat` attribute listed
|
|
115
122
|
[here][ext-vsphere-portname-format] for details on the format syntax.
|
|
116
123
|
|
|
117
|
-
[ext-vsphere-portname-format]: https://
|
|
124
|
+
[ext-vsphere-portname-format]: https://developer.broadcom.com/xapis/virtual-infrastructure-json-api/latest/data-structures/DVPortgroupConfigInfo/
|
|
118
125
|
:param pulumi.Input[int] port_private_secondary_vlan_id: The secondary VLAN ID for this port.
|
|
119
126
|
:param pulumi.Input[bool] security_policy_override_allowed: Allow security policy settings on a port to override those on the portgroup.
|
|
120
127
|
:param pulumi.Input[bool] shaping_override_allowed: Allow the traffic shaping policies of an individual port to override the settings in the portgroup.
|
|
@@ -344,7 +351,14 @@ class DistributedPortGroupArgs:
|
|
|
344
351
|
def custom_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
345
352
|
"""
|
|
346
353
|
Map of custom attribute ids to attribute
|
|
354
|
+
<<<<<<< HEAD
|
|
355
|
+
value string to set for port group. See [here][docs-setting-custom-attributes]
|
|
356
|
+
for a reference on how to set values for custom attributes.
|
|
357
|
+
|
|
358
|
+
[docs-setting-custom-attributes]: /docs/providers/vsphere/r/custom_attribute.html#using-custom-attributes-in-a-supported-resource
|
|
359
|
+
=======
|
|
347
360
|
value string to set for port group.
|
|
361
|
+
>>>>>>> 69c6e040 (fork)
|
|
348
362
|
|
|
349
363
|
> **NOTE:** Custom attributes are not supported on direct ESXi host
|
|
350
364
|
connections and require vCenter Server.
|
|
@@ -630,7 +644,7 @@ class DistributedPortGroupArgs:
|
|
|
630
644
|
the ports in this port group. See the `portNameFormat` attribute listed
|
|
631
645
|
[here][ext-vsphere-portname-format] for details on the format syntax.
|
|
632
646
|
|
|
633
|
-
[ext-vsphere-portname-format]: https://
|
|
647
|
+
[ext-vsphere-portname-format]: https://developer.broadcom.com/xapis/virtual-infrastructure-json-api/latest/data-structures/DVPortgroupConfigInfo/
|
|
634
648
|
"""
|
|
635
649
|
return pulumi.get(self, "port_name_format")
|
|
636
650
|
|
|
@@ -868,7 +882,14 @@ class _DistributedPortGroupState:
|
|
|
868
882
|
:param pulumi.Input[str] config_version: The current version of the port group configuration,
|
|
869
883
|
incremented by subsequent updates to the port group.
|
|
870
884
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to attribute
|
|
885
|
+
<<<<<<< HEAD
|
|
886
|
+
value string to set for port group. See [here][docs-setting-custom-attributes]
|
|
887
|
+
for a reference on how to set values for custom attributes.
|
|
888
|
+
|
|
889
|
+
[docs-setting-custom-attributes]: /docs/providers/vsphere/r/custom_attribute.html#using-custom-attributes-in-a-supported-resource
|
|
890
|
+
=======
|
|
871
891
|
value string to set for port group.
|
|
892
|
+
>>>>>>> 69c6e040 (fork)
|
|
872
893
|
|
|
873
894
|
> **NOTE:** Custom attributes are not supported on direct ESXi host
|
|
874
895
|
connections and require vCenter Server.
|
|
@@ -904,7 +925,7 @@ class _DistributedPortGroupState:
|
|
|
904
925
|
the ports in this port group. See the `portNameFormat` attribute listed
|
|
905
926
|
[here][ext-vsphere-portname-format] for details on the format syntax.
|
|
906
927
|
|
|
907
|
-
[ext-vsphere-portname-format]: https://
|
|
928
|
+
[ext-vsphere-portname-format]: https://developer.broadcom.com/xapis/virtual-infrastructure-json-api/latest/data-structures/DVPortgroupConfigInfo/
|
|
908
929
|
:param pulumi.Input[int] port_private_secondary_vlan_id: The secondary VLAN ID for this port.
|
|
909
930
|
:param pulumi.Input[bool] security_policy_override_allowed: Allow security policy settings on a port to override those on the portgroup.
|
|
910
931
|
:param pulumi.Input[bool] shaping_override_allowed: Allow the traffic shaping policies of an individual port to override the settings in the portgroup.
|
|
@@ -1139,7 +1160,14 @@ class _DistributedPortGroupState:
|
|
|
1139
1160
|
def custom_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
1140
1161
|
"""
|
|
1141
1162
|
Map of custom attribute ids to attribute
|
|
1163
|
+
<<<<<<< HEAD
|
|
1164
|
+
value string to set for port group. See [here][docs-setting-custom-attributes]
|
|
1165
|
+
for a reference on how to set values for custom attributes.
|
|
1166
|
+
|
|
1167
|
+
[docs-setting-custom-attributes]: /docs/providers/vsphere/r/custom_attribute.html#using-custom-attributes-in-a-supported-resource
|
|
1168
|
+
=======
|
|
1142
1169
|
value string to set for port group.
|
|
1170
|
+
>>>>>>> 69c6e040 (fork)
|
|
1143
1171
|
|
|
1144
1172
|
> **NOTE:** Custom attributes are not supported on direct ESXi host
|
|
1145
1173
|
connections and require vCenter Server.
|
|
@@ -1450,7 +1478,7 @@ class _DistributedPortGroupState:
|
|
|
1450
1478
|
the ports in this port group. See the `portNameFormat` attribute listed
|
|
1451
1479
|
[here][ext-vsphere-portname-format] for details on the format syntax.
|
|
1452
1480
|
|
|
1453
|
-
[ext-vsphere-portname-format]: https://
|
|
1481
|
+
[ext-vsphere-portname-format]: https://developer.broadcom.com/xapis/virtual-infrastructure-json-api/latest/data-structures/DVPortgroupConfigInfo/
|
|
1454
1482
|
"""
|
|
1455
1483
|
return pulumi.get(self, "port_name_format")
|
|
1456
1484
|
|
|
@@ -1689,7 +1717,14 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
1689
1717
|
:param pulumi.Input[bool] block_override_allowed: Allow the blocked setting of an individual port to override the setting in the portgroup.
|
|
1690
1718
|
:param pulumi.Input[bool] check_beacon: Enable beacon probing on the ports this policy applies to.
|
|
1691
1719
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to attribute
|
|
1720
|
+
<<<<<<< HEAD
|
|
1721
|
+
value string to set for port group. See [here][docs-setting-custom-attributes]
|
|
1722
|
+
for a reference on how to set values for custom attributes.
|
|
1723
|
+
|
|
1724
|
+
[docs-setting-custom-attributes]: /docs/providers/vsphere/r/custom_attribute.html#using-custom-attributes-in-a-supported-resource
|
|
1725
|
+
=======
|
|
1692
1726
|
value string to set for port group.
|
|
1727
|
+
>>>>>>> 69c6e040 (fork)
|
|
1693
1728
|
|
|
1694
1729
|
> **NOTE:** Custom attributes are not supported on direct ESXi host
|
|
1695
1730
|
connections and require vCenter Server.
|
|
@@ -1724,7 +1759,7 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
1724
1759
|
the ports in this port group. See the `portNameFormat` attribute listed
|
|
1725
1760
|
[here][ext-vsphere-portname-format] for details on the format syntax.
|
|
1726
1761
|
|
|
1727
|
-
[ext-vsphere-portname-format]: https://
|
|
1762
|
+
[ext-vsphere-portname-format]: https://developer.broadcom.com/xapis/virtual-infrastructure-json-api/latest/data-structures/DVPortgroupConfigInfo/
|
|
1728
1763
|
:param pulumi.Input[int] port_private_secondary_vlan_id: The secondary VLAN ID for this port.
|
|
1729
1764
|
:param pulumi.Input[bool] security_policy_override_allowed: Allow security policy settings on a port to override those on the portgroup.
|
|
1730
1765
|
:param pulumi.Input[bool] shaping_override_allowed: Allow the traffic shaping policies of an individual port to override the settings in the portgroup.
|
|
@@ -1952,7 +1987,14 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
1952
1987
|
:param pulumi.Input[str] config_version: The current version of the port group configuration,
|
|
1953
1988
|
incremented by subsequent updates to the port group.
|
|
1954
1989
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to attribute
|
|
1990
|
+
<<<<<<< HEAD
|
|
1991
|
+
value string to set for port group. See [here][docs-setting-custom-attributes]
|
|
1992
|
+
for a reference on how to set values for custom attributes.
|
|
1993
|
+
|
|
1994
|
+
[docs-setting-custom-attributes]: /docs/providers/vsphere/r/custom_attribute.html#using-custom-attributes-in-a-supported-resource
|
|
1995
|
+
=======
|
|
1955
1996
|
value string to set for port group.
|
|
1997
|
+
>>>>>>> 69c6e040 (fork)
|
|
1956
1998
|
|
|
1957
1999
|
> **NOTE:** Custom attributes are not supported on direct ESXi host
|
|
1958
2000
|
connections and require vCenter Server.
|
|
@@ -1988,7 +2030,7 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
1988
2030
|
the ports in this port group. See the `portNameFormat` attribute listed
|
|
1989
2031
|
[here][ext-vsphere-portname-format] for details on the format syntax.
|
|
1990
2032
|
|
|
1991
|
-
[ext-vsphere-portname-format]: https://
|
|
2033
|
+
[ext-vsphere-portname-format]: https://developer.broadcom.com/xapis/virtual-infrastructure-json-api/latest/data-structures/DVPortgroupConfigInfo/
|
|
1992
2034
|
:param pulumi.Input[int] port_private_secondary_vlan_id: The secondary VLAN ID for this port.
|
|
1993
2035
|
:param pulumi.Input[bool] security_policy_override_allowed: Allow security policy settings on a port to override those on the portgroup.
|
|
1994
2036
|
:param pulumi.Input[bool] shaping_override_allowed: Allow the traffic shaping policies of an individual port to override the settings in the portgroup.
|
|
@@ -2144,7 +2186,14 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
2144
2186
|
def custom_attributes(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
2145
2187
|
"""
|
|
2146
2188
|
Map of custom attribute ids to attribute
|
|
2189
|
+
<<<<<<< HEAD
|
|
2190
|
+
value string to set for port group. See [here][docs-setting-custom-attributes]
|
|
2191
|
+
for a reference on how to set values for custom attributes.
|
|
2192
|
+
|
|
2193
|
+
[docs-setting-custom-attributes]: /docs/providers/vsphere/r/custom_attribute.html#using-custom-attributes-in-a-supported-resource
|
|
2194
|
+
=======
|
|
2147
2195
|
value string to set for port group.
|
|
2196
|
+
>>>>>>> 69c6e040 (fork)
|
|
2148
2197
|
|
|
2149
2198
|
> **NOTE:** Custom attributes are not supported on direct ESXi host
|
|
2150
2199
|
connections and require vCenter Server.
|
|
@@ -2355,7 +2404,7 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
2355
2404
|
the ports in this port group. See the `portNameFormat` attribute listed
|
|
2356
2405
|
[here][ext-vsphere-portname-format] for details on the format syntax.
|
|
2357
2406
|
|
|
2358
|
-
[ext-vsphere-portname-format]: https://
|
|
2407
|
+
[ext-vsphere-portname-format]: https://developer.broadcom.com/xapis/virtual-infrastructure-json-api/latest/data-structures/DVPortgroupConfigInfo/
|
|
2359
2408
|
"""
|
|
2360
2409
|
return pulumi.get(self, "port_name_format")
|
|
2361
2410
|
|
|
@@ -181,8 +181,7 @@ class DistributedVirtualSwitchArgs:
|
|
|
181
181
|
with the VDS. Can be one of `legacyFiltering` or `snooping`.
|
|
182
182
|
:param pulumi.Input[str] name: The name of the VDS.
|
|
183
183
|
:param pulumi.Input[int] netflow_active_flow_timeout: The number of seconds after which active flows are forced to be exported to the collector.
|
|
184
|
-
:param pulumi.Input[str] netflow_collector_ip_address: IP address for the netflow collector, using IPv4 or IPv6.
|
|
185
|
-
later.
|
|
184
|
+
:param pulumi.Input[str] netflow_collector_ip_address: IP address for the netflow collector, using IPv4 or IPv6.
|
|
186
185
|
:param pulumi.Input[int] netflow_collector_port: The port for the netflow collector.
|
|
187
186
|
:param pulumi.Input[bool] netflow_enabled: Indicates whether to enable netflow on all ports.
|
|
188
187
|
:param pulumi.Input[int] netflow_idle_flow_timeout: The number of seconds after which idle flows are forced to be exported to the collector.
|
|
@@ -201,8 +200,6 @@ class DistributedVirtualSwitchArgs:
|
|
|
201
200
|
:param pulumi.Input[Sequence[pulumi.Input['DistributedVirtualSwitchPvlanMappingArgs']]] pvlan_mappings: A private VLAN (PVLAN) mapping.
|
|
202
201
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] standby_uplinks: List of standby uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
|
|
203
202
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
|
|
204
|
-
|
|
205
|
-
> **NOTE:** Tagging support requires vCenter Server 6.0 or higher.
|
|
206
203
|
:param pulumi.Input[str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
207
204
|
failover_explicit, or loadbalance_loadbased.
|
|
208
205
|
:param pulumi.Input[bool] tx_uplink: If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet
|
|
@@ -1086,8 +1083,7 @@ class DistributedVirtualSwitchArgs:
|
|
|
1086
1083
|
@pulumi.getter(name="netflowCollectorIpAddress")
|
|
1087
1084
|
def netflow_collector_ip_address(self) -> Optional[pulumi.Input[str]]:
|
|
1088
1085
|
"""
|
|
1089
|
-
IP address for the netflow collector, using IPv4 or IPv6.
|
|
1090
|
-
later.
|
|
1086
|
+
IP address for the netflow collector, using IPv4 or IPv6.
|
|
1091
1087
|
"""
|
|
1092
1088
|
return pulumi.get(self, "netflow_collector_ip_address")
|
|
1093
1089
|
|
|
@@ -1293,8 +1289,6 @@ class DistributedVirtualSwitchArgs:
|
|
|
1293
1289
|
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1294
1290
|
"""
|
|
1295
1291
|
The IDs of any tags to attach to this resource.
|
|
1296
|
-
|
|
1297
|
-
> **NOTE:** Tagging support requires vCenter Server 6.0 or higher.
|
|
1298
1292
|
"""
|
|
1299
1293
|
return pulumi.get(self, "tags")
|
|
1300
1294
|
|
|
@@ -1743,8 +1737,7 @@ class _DistributedVirtualSwitchState:
|
|
|
1743
1737
|
with the VDS. Can be one of `legacyFiltering` or `snooping`.
|
|
1744
1738
|
:param pulumi.Input[str] name: The name of the VDS.
|
|
1745
1739
|
:param pulumi.Input[int] netflow_active_flow_timeout: The number of seconds after which active flows are forced to be exported to the collector.
|
|
1746
|
-
:param pulumi.Input[str] netflow_collector_ip_address: IP address for the netflow collector, using IPv4 or IPv6.
|
|
1747
|
-
later.
|
|
1740
|
+
:param pulumi.Input[str] netflow_collector_ip_address: IP address for the netflow collector, using IPv4 or IPv6.
|
|
1748
1741
|
:param pulumi.Input[int] netflow_collector_port: The port for the netflow collector.
|
|
1749
1742
|
:param pulumi.Input[bool] netflow_enabled: Indicates whether to enable netflow on all ports.
|
|
1750
1743
|
:param pulumi.Input[int] netflow_idle_flow_timeout: The number of seconds after which idle flows are forced to be exported to the collector.
|
|
@@ -1763,8 +1756,6 @@ class _DistributedVirtualSwitchState:
|
|
|
1763
1756
|
:param pulumi.Input[Sequence[pulumi.Input['DistributedVirtualSwitchPvlanMappingArgs']]] pvlan_mappings: A private VLAN (PVLAN) mapping.
|
|
1764
1757
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] standby_uplinks: List of standby uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
|
|
1765
1758
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
|
|
1766
|
-
|
|
1767
|
-
> **NOTE:** Tagging support requires vCenter Server 6.0 or higher.
|
|
1768
1759
|
:param pulumi.Input[str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
1769
1760
|
failover_explicit, or loadbalance_loadbased.
|
|
1770
1761
|
:param pulumi.Input[bool] tx_uplink: If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet
|
|
@@ -2664,8 +2655,7 @@ class _DistributedVirtualSwitchState:
|
|
|
2664
2655
|
@pulumi.getter(name="netflowCollectorIpAddress")
|
|
2665
2656
|
def netflow_collector_ip_address(self) -> Optional[pulumi.Input[str]]:
|
|
2666
2657
|
"""
|
|
2667
|
-
IP address for the netflow collector, using IPv4 or IPv6.
|
|
2668
|
-
later.
|
|
2658
|
+
IP address for the netflow collector, using IPv4 or IPv6.
|
|
2669
2659
|
"""
|
|
2670
2660
|
return pulumi.get(self, "netflow_collector_ip_address")
|
|
2671
2661
|
|
|
@@ -2871,8 +2861,6 @@ class _DistributedVirtualSwitchState:
|
|
|
2871
2861
|
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2872
2862
|
"""
|
|
2873
2863
|
The IDs of any tags to attach to this resource.
|
|
2874
|
-
|
|
2875
|
-
> **NOTE:** Tagging support requires vCenter Server 6.0 or higher.
|
|
2876
2864
|
"""
|
|
2877
2865
|
return pulumi.get(self, "tags")
|
|
2878
2866
|
|
|
@@ -3323,8 +3311,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
|
|
|
3323
3311
|
with the VDS. Can be one of `legacyFiltering` or `snooping`.
|
|
3324
3312
|
:param pulumi.Input[str] name: The name of the VDS.
|
|
3325
3313
|
:param pulumi.Input[int] netflow_active_flow_timeout: The number of seconds after which active flows are forced to be exported to the collector.
|
|
3326
|
-
:param pulumi.Input[str] netflow_collector_ip_address: IP address for the netflow collector, using IPv4 or IPv6.
|
|
3327
|
-
later.
|
|
3314
|
+
:param pulumi.Input[str] netflow_collector_ip_address: IP address for the netflow collector, using IPv4 or IPv6.
|
|
3328
3315
|
:param pulumi.Input[int] netflow_collector_port: The port for the netflow collector.
|
|
3329
3316
|
:param pulumi.Input[bool] netflow_enabled: Indicates whether to enable netflow on all ports.
|
|
3330
3317
|
:param pulumi.Input[int] netflow_idle_flow_timeout: The number of seconds after which idle flows are forced to be exported to the collector.
|
|
@@ -3343,8 +3330,6 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
|
|
|
3343
3330
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedVirtualSwitchPvlanMappingArgs']]]] pvlan_mappings: A private VLAN (PVLAN) mapping.
|
|
3344
3331
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] standby_uplinks: List of standby uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
|
|
3345
3332
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
|
|
3346
|
-
|
|
3347
|
-
> **NOTE:** Tagging support requires vCenter Server 6.0 or higher.
|
|
3348
3333
|
:param pulumi.Input[str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
3349
3334
|
failover_explicit, or loadbalance_loadbased.
|
|
3350
3335
|
:param pulumi.Input[bool] tx_uplink: If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet
|
|
@@ -3779,8 +3764,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
|
|
|
3779
3764
|
with the VDS. Can be one of `legacyFiltering` or `snooping`.
|
|
3780
3765
|
:param pulumi.Input[str] name: The name of the VDS.
|
|
3781
3766
|
:param pulumi.Input[int] netflow_active_flow_timeout: The number of seconds after which active flows are forced to be exported to the collector.
|
|
3782
|
-
:param pulumi.Input[str] netflow_collector_ip_address: IP address for the netflow collector, using IPv4 or IPv6.
|
|
3783
|
-
later.
|
|
3767
|
+
:param pulumi.Input[str] netflow_collector_ip_address: IP address for the netflow collector, using IPv4 or IPv6.
|
|
3784
3768
|
:param pulumi.Input[int] netflow_collector_port: The port for the netflow collector.
|
|
3785
3769
|
:param pulumi.Input[bool] netflow_enabled: Indicates whether to enable netflow on all ports.
|
|
3786
3770
|
:param pulumi.Input[int] netflow_idle_flow_timeout: The number of seconds after which idle flows are forced to be exported to the collector.
|
|
@@ -3799,8 +3783,6 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
|
|
|
3799
3783
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedVirtualSwitchPvlanMappingArgs']]]] pvlan_mappings: A private VLAN (PVLAN) mapping.
|
|
3800
3784
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] standby_uplinks: List of standby uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
|
|
3801
3785
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
|
|
3802
|
-
|
|
3803
|
-
> **NOTE:** Tagging support requires vCenter Server 6.0 or higher.
|
|
3804
3786
|
:param pulumi.Input[str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
3805
3787
|
failover_explicit, or loadbalance_loadbased.
|
|
3806
3788
|
:param pulumi.Input[bool] tx_uplink: If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet
|
|
@@ -4390,8 +4372,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
|
|
|
4390
4372
|
@pulumi.getter(name="netflowCollectorIpAddress")
|
|
4391
4373
|
def netflow_collector_ip_address(self) -> pulumi.Output[Optional[str]]:
|
|
4392
4374
|
"""
|
|
4393
|
-
IP address for the netflow collector, using IPv4 or IPv6.
|
|
4394
|
-
later.
|
|
4375
|
+
IP address for the netflow collector, using IPv4 or IPv6.
|
|
4395
4376
|
"""
|
|
4396
4377
|
return pulumi.get(self, "netflow_collector_ip_address")
|
|
4397
4378
|
|
|
@@ -4529,8 +4510,6 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
|
|
|
4529
4510
|
def tags(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
4530
4511
|
"""
|
|
4531
4512
|
The IDs of any tags to attach to this resource.
|
|
4532
|
-
|
|
4533
|
-
> **NOTE:** Tagging support requires vCenter Server 6.0 or higher.
|
|
4534
4513
|
"""
|
|
4535
4514
|
return pulumi.get(self, "tags")
|
|
4536
4515
|
|