pulumi-vsphere 4.11.0a1713561492__py3-none-any.whl → 4.11.0a1714114315__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.
Potentially problematic release.
This version of pulumi-vsphere might be problematic. Click here for more details.
- pulumi_vsphere/_inputs.py +96 -232
- pulumi_vsphere/compute_cluster.py +700 -1477
- pulumi_vsphere/compute_cluster_vm_affinity_rule.py +0 -8
- pulumi_vsphere/datacenter.py +0 -8
- pulumi_vsphere/datastore_cluster.py +154 -350
- pulumi_vsphere/distributed_port_group.py +70 -175
- pulumi_vsphere/distributed_virtual_switch.py +308 -798
- pulumi_vsphere/file.py +0 -8
- pulumi_vsphere/get_compute_cluster.py +0 -4
- pulumi_vsphere/get_compute_cluster_host_group.py +0 -4
- pulumi_vsphere/get_content_library.py +0 -4
- pulumi_vsphere/get_custom_attribute.py +0 -4
- pulumi_vsphere/get_datacenter.py +0 -4
- pulumi_vsphere/get_datastore.py +0 -4
- pulumi_vsphere/get_datastore_cluster.py +0 -4
- pulumi_vsphere/get_datastore_stats.py +0 -8
- pulumi_vsphere/get_distributed_virtual_switch.py +0 -4
- pulumi_vsphere/get_dynamic.py +0 -4
- pulumi_vsphere/get_folder.py +0 -4
- pulumi_vsphere/get_guest_os_customization.py +0 -4
- pulumi_vsphere/get_host.py +0 -4
- pulumi_vsphere/get_host_pci_device.py +4 -12
- pulumi_vsphere/get_host_thumbprint.py +0 -4
- pulumi_vsphere/get_host_vgpu_profile.py +0 -8
- pulumi_vsphere/get_license.py +0 -4
- pulumi_vsphere/get_network.py +0 -4
- pulumi_vsphere/get_policy.py +0 -4
- pulumi_vsphere/get_resource_pool.py +0 -8
- pulumi_vsphere/get_role.py +0 -4
- pulumi_vsphere/get_tag.py +0 -4
- pulumi_vsphere/get_tag_category.py +0 -4
- pulumi_vsphere/get_vapp_container.py +0 -4
- pulumi_vsphere/get_virtual_machine.py +0 -8
- pulumi_vsphere/get_vmfs_disks.py +0 -4
- pulumi_vsphere/guest_os_customization.py +0 -4
- pulumi_vsphere/ha_vm_override.py +189 -378
- pulumi_vsphere/host.py +0 -8
- pulumi_vsphere/host_port_group.py +0 -8
- pulumi_vsphere/host_virtual_switch.py +140 -287
- pulumi_vsphere/outputs.py +96 -232
- pulumi_vsphere/resource_pool.py +0 -12
- pulumi_vsphere/virtual_machine.py +599 -739
- pulumi_vsphere/virtual_machine_snapshot.py +0 -4
- pulumi_vsphere/vm_storage_policy.py +0 -12
- pulumi_vsphere/vnic.py +0 -8
- {pulumi_vsphere-4.11.0a1713561492.dist-info → pulumi_vsphere-4.11.0a1714114315.dist-info}/METADATA +1 -1
- pulumi_vsphere-4.11.0a1714114315.dist-info/RECORD +82 -0
- pulumi_vsphere-4.11.0a1713561492.dist-info/RECORD +0 -82
- {pulumi_vsphere-4.11.0a1713561492.dist-info → pulumi_vsphere-4.11.0a1714114315.dist-info}/WHEEL +0 -0
- {pulumi_vsphere-4.11.0a1713561492.dist-info → pulumi_vsphere-4.11.0a1714114315.dist-info}/top_level.txt +0 -0
|
@@ -78,8 +78,7 @@ class DistributedPortGroupArgs:
|
|
|
78
78
|
may lead to errors when the port count grows past the amount specified. If you
|
|
79
79
|
specify `number_of_ports`, you may wish to set `auto_expand` to `false`.
|
|
80
80
|
:param pulumi.Input[bool] block_all_ports: Indicates whether to block all ports by default.
|
|
81
|
-
:param pulumi.Input[bool] block_override_allowed: Allow the port
|
|
82
|
-
policy to be overridden on an individual port.
|
|
81
|
+
:param pulumi.Input[bool] block_override_allowed: Allow the blocked setting of an individual port to override the setting in the portgroup.
|
|
83
82
|
:param pulumi.Input[bool] check_beacon: Enable beacon probing on the ports this policy applies to.
|
|
84
83
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to attribute
|
|
85
84
|
value string to set for port group.
|
|
@@ -99,52 +98,38 @@ class DistributedPortGroupArgs:
|
|
|
99
98
|
:param pulumi.Input[int] ingress_shaping_peak_bandwidth: The peak ingress bandwidth during bursts in bits per second if ingress traffic shaping is enabled on the port.
|
|
100
99
|
:param pulumi.Input[bool] lacp_enabled: Whether or not to enable LACP on all uplink ports.
|
|
101
100
|
:param pulumi.Input[str] lacp_mode: The uplink LACP mode to use. Can be one of active or passive.
|
|
102
|
-
:param pulumi.Input[bool] live_port_moving_allowed: Allow a port in
|
|
103
|
-
moved to another port group while it is connected.
|
|
101
|
+
:param pulumi.Input[bool] live_port_moving_allowed: Allow a live port to be moved in and out of the portgroup.
|
|
104
102
|
:param pulumi.Input[str] name: The name of the port group.
|
|
105
103
|
:param pulumi.Input[bool] netflow_enabled: Indicates whether to enable netflow on all ports.
|
|
106
|
-
:param pulumi.Input[bool] netflow_override_allowed: Allow the
|
|
107
|
-
[Netflow policy][netflow-policy] on this port group to be overridden on an
|
|
108
|
-
individual port.
|
|
104
|
+
:param pulumi.Input[bool] netflow_override_allowed: Allow the enabling or disabling of Netflow on a port, contrary to the policy in the portgroup.
|
|
109
105
|
:param pulumi.Input[str] network_resource_pool_key: The key of a network resource pool
|
|
110
106
|
to associate with this port group. The default is `-1`, which implies no
|
|
111
107
|
association.
|
|
112
|
-
:param pulumi.Input[bool] network_resource_pool_override_allowed: Allow the network
|
|
113
|
-
resource pool set on this port group to be overridden on an individual port.
|
|
108
|
+
:param pulumi.Input[bool] network_resource_pool_override_allowed: Allow the network resource pool of an individual port to override the setting in the portgroup.
|
|
114
109
|
:param pulumi.Input[bool] notify_switches: If true, the teaming policy will notify the broadcast network of a NIC failover, triggering cache updates.
|
|
115
110
|
:param pulumi.Input[int] number_of_ports: The number of ports available on this port
|
|
116
111
|
group. Cannot be decreased below the amount of used ports on the port group.
|
|
117
|
-
:param pulumi.Input[bool] port_config_reset_at_disconnect: Reset
|
|
118
|
-
settings defined on this port group policy when the port disconnects.
|
|
112
|
+
:param pulumi.Input[bool] port_config_reset_at_disconnect: Reset the setting of any ports in this portgroup back to the default setting when the port disconnects.
|
|
119
113
|
:param pulumi.Input[str] port_name_format: An optional formatting policy for naming of
|
|
120
114
|
the ports in this port group. See the `portNameFormat` attribute listed
|
|
121
115
|
[here][ext-vsphere-portname-format] for details on the format syntax.
|
|
122
116
|
|
|
123
117
|
[ext-vsphere-portname-format]: https://vdc-download.vmware.com/vmwb-repository/dcr-public/b50dcbbf-051d-4204-a3e7-e1b618c1e384/538cf2ec-b34f-4bae-a332-3820ef9e7773/vim.dvs.DistributedVirtualPortgroup.ConfigInfo.html#portNameFormat
|
|
124
118
|
:param pulumi.Input[int] port_private_secondary_vlan_id: The secondary VLAN ID for this port.
|
|
125
|
-
:param pulumi.Input[bool] security_policy_override_allowed: Allow the
|
|
126
|
-
|
|
127
|
-
policy to be overridden on an individual port.
|
|
128
|
-
:param pulumi.Input[bool] shaping_override_allowed: Allow the
|
|
129
|
-
[traffic shaping options][traffic-shaping-settings] on this port group policy
|
|
130
|
-
to be overridden on an individual port.
|
|
119
|
+
:param pulumi.Input[bool] security_policy_override_allowed: Allow security policy settings on a port to override those on the portgroup.
|
|
120
|
+
:param pulumi.Input[bool] shaping_override_allowed: Allow the traffic shaping policies of an individual port to override the settings in the portgroup.
|
|
131
121
|
: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.
|
|
132
122
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of tag IDs to apply to this object.
|
|
133
123
|
:param pulumi.Input[str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
134
124
|
failover_explicit, or loadbalance_loadbased.
|
|
135
|
-
:param pulumi.Input[bool] traffic_filter_override_allowed: Allow any
|
|
136
|
-
this port group to be overridden on an individual port.
|
|
125
|
+
:param pulumi.Input[bool] traffic_filter_override_allowed: Allow any filter policies set on the individual port to override those in the portgroup.
|
|
137
126
|
: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
|
|
138
127
|
forwarded done by the switch.
|
|
139
128
|
:param pulumi.Input[str] type: The port group type. Can be one of `earlyBinding` (static
|
|
140
129
|
binding) or `ephemeral`. Default: `earlyBinding`.
|
|
141
|
-
:param pulumi.Input[bool] uplink_teaming_override_allowed: Allow the
|
|
142
|
-
[uplink teaming options][uplink-teaming-settings] on this port group to be
|
|
143
|
-
overridden on an individual port.
|
|
130
|
+
:param pulumi.Input[bool] uplink_teaming_override_allowed: Allow the uplink teaming policies on a port to override those on the portgroup.
|
|
144
131
|
:param pulumi.Input[int] vlan_id: The VLAN ID for single VLAN mode. 0 denotes no VLAN.
|
|
145
|
-
:param pulumi.Input[bool] vlan_override_allowed: Allow the
|
|
146
|
-
[VLAN settings][vlan-settings] on this port group to be overridden on an
|
|
147
|
-
individual port.
|
|
132
|
+
:param pulumi.Input[bool] vlan_override_allowed: Allow the VLAN configuration on a port to override those on the portgroup.
|
|
148
133
|
:param pulumi.Input[Sequence[pulumi.Input['DistributedPortGroupVlanRangeArgs']]] vlan_ranges: The VLAN ID for single VLAN mode. 0 denotes no VLAN.
|
|
149
134
|
"""
|
|
150
135
|
pulumi.set(__self__, "distributed_virtual_switch_uuid", distributed_virtual_switch_uuid)
|
|
@@ -334,8 +319,7 @@ class DistributedPortGroupArgs:
|
|
|
334
319
|
@pulumi.getter(name="blockOverrideAllowed")
|
|
335
320
|
def block_override_allowed(self) -> Optional[pulumi.Input[bool]]:
|
|
336
321
|
"""
|
|
337
|
-
Allow the port
|
|
338
|
-
policy to be overridden on an individual port.
|
|
322
|
+
Allow the blocked setting of an individual port to override the setting in the portgroup.
|
|
339
323
|
"""
|
|
340
324
|
return pulumi.get(self, "block_override_allowed")
|
|
341
325
|
|
|
@@ -531,8 +515,7 @@ class DistributedPortGroupArgs:
|
|
|
531
515
|
@pulumi.getter(name="livePortMovingAllowed")
|
|
532
516
|
def live_port_moving_allowed(self) -> Optional[pulumi.Input[bool]]:
|
|
533
517
|
"""
|
|
534
|
-
Allow a port in
|
|
535
|
-
moved to another port group while it is connected.
|
|
518
|
+
Allow a live port to be moved in and out of the portgroup.
|
|
536
519
|
"""
|
|
537
520
|
return pulumi.get(self, "live_port_moving_allowed")
|
|
538
521
|
|
|
@@ -568,9 +551,7 @@ class DistributedPortGroupArgs:
|
|
|
568
551
|
@pulumi.getter(name="netflowOverrideAllowed")
|
|
569
552
|
def netflow_override_allowed(self) -> Optional[pulumi.Input[bool]]:
|
|
570
553
|
"""
|
|
571
|
-
Allow the
|
|
572
|
-
[Netflow policy][netflow-policy] on this port group to be overridden on an
|
|
573
|
-
individual port.
|
|
554
|
+
Allow the enabling or disabling of Netflow on a port, contrary to the policy in the portgroup.
|
|
574
555
|
"""
|
|
575
556
|
return pulumi.get(self, "netflow_override_allowed")
|
|
576
557
|
|
|
@@ -596,8 +577,7 @@ class DistributedPortGroupArgs:
|
|
|
596
577
|
@pulumi.getter(name="networkResourcePoolOverrideAllowed")
|
|
597
578
|
def network_resource_pool_override_allowed(self) -> Optional[pulumi.Input[bool]]:
|
|
598
579
|
"""
|
|
599
|
-
Allow the network
|
|
600
|
-
resource pool set on this port group to be overridden on an individual port.
|
|
580
|
+
Allow the network resource pool of an individual port to override the setting in the portgroup.
|
|
601
581
|
"""
|
|
602
582
|
return pulumi.get(self, "network_resource_pool_override_allowed")
|
|
603
583
|
|
|
@@ -634,8 +614,7 @@ class DistributedPortGroupArgs:
|
|
|
634
614
|
@pulumi.getter(name="portConfigResetAtDisconnect")
|
|
635
615
|
def port_config_reset_at_disconnect(self) -> Optional[pulumi.Input[bool]]:
|
|
636
616
|
"""
|
|
637
|
-
Reset
|
|
638
|
-
settings defined on this port group policy when the port disconnects.
|
|
617
|
+
Reset the setting of any ports in this portgroup back to the default setting when the port disconnects.
|
|
639
618
|
"""
|
|
640
619
|
return pulumi.get(self, "port_config_reset_at_disconnect")
|
|
641
620
|
|
|
@@ -675,9 +654,7 @@ class DistributedPortGroupArgs:
|
|
|
675
654
|
@pulumi.getter(name="securityPolicyOverrideAllowed")
|
|
676
655
|
def security_policy_override_allowed(self) -> Optional[pulumi.Input[bool]]:
|
|
677
656
|
"""
|
|
678
|
-
Allow the
|
|
679
|
-
[security policy settings][sec-policy-settings] defined in this port group
|
|
680
|
-
policy to be overridden on an individual port.
|
|
657
|
+
Allow security policy settings on a port to override those on the portgroup.
|
|
681
658
|
"""
|
|
682
659
|
return pulumi.get(self, "security_policy_override_allowed")
|
|
683
660
|
|
|
@@ -689,9 +666,7 @@ class DistributedPortGroupArgs:
|
|
|
689
666
|
@pulumi.getter(name="shapingOverrideAllowed")
|
|
690
667
|
def shaping_override_allowed(self) -> Optional[pulumi.Input[bool]]:
|
|
691
668
|
"""
|
|
692
|
-
Allow the
|
|
693
|
-
[traffic shaping options][traffic-shaping-settings] on this port group policy
|
|
694
|
-
to be overridden on an individual port.
|
|
669
|
+
Allow the traffic shaping policies of an individual port to override the settings in the portgroup.
|
|
695
670
|
"""
|
|
696
671
|
return pulumi.get(self, "shaping_override_allowed")
|
|
697
672
|
|
|
@@ -740,8 +715,7 @@ class DistributedPortGroupArgs:
|
|
|
740
715
|
@pulumi.getter(name="trafficFilterOverrideAllowed")
|
|
741
716
|
def traffic_filter_override_allowed(self) -> Optional[pulumi.Input[bool]]:
|
|
742
717
|
"""
|
|
743
|
-
Allow any
|
|
744
|
-
this port group to be overridden on an individual port.
|
|
718
|
+
Allow any filter policies set on the individual port to override those in the portgroup.
|
|
745
719
|
"""
|
|
746
720
|
return pulumi.get(self, "traffic_filter_override_allowed")
|
|
747
721
|
|
|
@@ -779,9 +753,7 @@ class DistributedPortGroupArgs:
|
|
|
779
753
|
@pulumi.getter(name="uplinkTeamingOverrideAllowed")
|
|
780
754
|
def uplink_teaming_override_allowed(self) -> Optional[pulumi.Input[bool]]:
|
|
781
755
|
"""
|
|
782
|
-
Allow the
|
|
783
|
-
[uplink teaming options][uplink-teaming-settings] on this port group to be
|
|
784
|
-
overridden on an individual port.
|
|
756
|
+
Allow the uplink teaming policies on a port to override those on the portgroup.
|
|
785
757
|
"""
|
|
786
758
|
return pulumi.get(self, "uplink_teaming_override_allowed")
|
|
787
759
|
|
|
@@ -805,9 +777,7 @@ class DistributedPortGroupArgs:
|
|
|
805
777
|
@pulumi.getter(name="vlanOverrideAllowed")
|
|
806
778
|
def vlan_override_allowed(self) -> Optional[pulumi.Input[bool]]:
|
|
807
779
|
"""
|
|
808
|
-
Allow the
|
|
809
|
-
[VLAN settings][vlan-settings] on this port group to be overridden on an
|
|
810
|
-
individual port.
|
|
780
|
+
Allow the VLAN configuration on a port to override those on the portgroup.
|
|
811
781
|
"""
|
|
812
782
|
return pulumi.get(self, "vlan_override_allowed")
|
|
813
783
|
|
|
@@ -893,8 +863,7 @@ class _DistributedPortGroupState:
|
|
|
893
863
|
may lead to errors when the port count grows past the amount specified. If you
|
|
894
864
|
specify `number_of_ports`, you may wish to set `auto_expand` to `false`.
|
|
895
865
|
:param pulumi.Input[bool] block_all_ports: Indicates whether to block all ports by default.
|
|
896
|
-
:param pulumi.Input[bool] block_override_allowed: Allow the port
|
|
897
|
-
policy to be overridden on an individual port.
|
|
866
|
+
:param pulumi.Input[bool] block_override_allowed: Allow the blocked setting of an individual port to override the setting in the portgroup.
|
|
898
867
|
:param pulumi.Input[bool] check_beacon: Enable beacon probing on the ports this policy applies to.
|
|
899
868
|
:param pulumi.Input[str] config_version: The current version of the port group configuration,
|
|
900
869
|
incremented by subsequent updates to the port group.
|
|
@@ -919,52 +888,38 @@ class _DistributedPortGroupState:
|
|
|
919
888
|
:param pulumi.Input[str] key: The generated UUID of the port group.
|
|
920
889
|
:param pulumi.Input[bool] lacp_enabled: Whether or not to enable LACP on all uplink ports.
|
|
921
890
|
:param pulumi.Input[str] lacp_mode: The uplink LACP mode to use. Can be one of active or passive.
|
|
922
|
-
:param pulumi.Input[bool] live_port_moving_allowed: Allow a port in
|
|
923
|
-
moved to another port group while it is connected.
|
|
891
|
+
:param pulumi.Input[bool] live_port_moving_allowed: Allow a live port to be moved in and out of the portgroup.
|
|
924
892
|
:param pulumi.Input[str] name: The name of the port group.
|
|
925
893
|
:param pulumi.Input[bool] netflow_enabled: Indicates whether to enable netflow on all ports.
|
|
926
|
-
:param pulumi.Input[bool] netflow_override_allowed: Allow the
|
|
927
|
-
[Netflow policy][netflow-policy] on this port group to be overridden on an
|
|
928
|
-
individual port.
|
|
894
|
+
:param pulumi.Input[bool] netflow_override_allowed: Allow the enabling or disabling of Netflow on a port, contrary to the policy in the portgroup.
|
|
929
895
|
:param pulumi.Input[str] network_resource_pool_key: The key of a network resource pool
|
|
930
896
|
to associate with this port group. The default is `-1`, which implies no
|
|
931
897
|
association.
|
|
932
|
-
:param pulumi.Input[bool] network_resource_pool_override_allowed: Allow the network
|
|
933
|
-
resource pool set on this port group to be overridden on an individual port.
|
|
898
|
+
:param pulumi.Input[bool] network_resource_pool_override_allowed: Allow the network resource pool of an individual port to override the setting in the portgroup.
|
|
934
899
|
:param pulumi.Input[bool] notify_switches: If true, the teaming policy will notify the broadcast network of a NIC failover, triggering cache updates.
|
|
935
900
|
:param pulumi.Input[int] number_of_ports: The number of ports available on this port
|
|
936
901
|
group. Cannot be decreased below the amount of used ports on the port group.
|
|
937
|
-
:param pulumi.Input[bool] port_config_reset_at_disconnect: Reset
|
|
938
|
-
settings defined on this port group policy when the port disconnects.
|
|
902
|
+
:param pulumi.Input[bool] port_config_reset_at_disconnect: Reset the setting of any ports in this portgroup back to the default setting when the port disconnects.
|
|
939
903
|
:param pulumi.Input[str] port_name_format: An optional formatting policy for naming of
|
|
940
904
|
the ports in this port group. See the `portNameFormat` attribute listed
|
|
941
905
|
[here][ext-vsphere-portname-format] for details on the format syntax.
|
|
942
906
|
|
|
943
907
|
[ext-vsphere-portname-format]: https://vdc-download.vmware.com/vmwb-repository/dcr-public/b50dcbbf-051d-4204-a3e7-e1b618c1e384/538cf2ec-b34f-4bae-a332-3820ef9e7773/vim.dvs.DistributedVirtualPortgroup.ConfigInfo.html#portNameFormat
|
|
944
908
|
:param pulumi.Input[int] port_private_secondary_vlan_id: The secondary VLAN ID for this port.
|
|
945
|
-
:param pulumi.Input[bool] security_policy_override_allowed: Allow the
|
|
946
|
-
|
|
947
|
-
policy to be overridden on an individual port.
|
|
948
|
-
:param pulumi.Input[bool] shaping_override_allowed: Allow the
|
|
949
|
-
[traffic shaping options][traffic-shaping-settings] on this port group policy
|
|
950
|
-
to be overridden on an individual port.
|
|
909
|
+
:param pulumi.Input[bool] security_policy_override_allowed: Allow security policy settings on a port to override those on the portgroup.
|
|
910
|
+
:param pulumi.Input[bool] shaping_override_allowed: Allow the traffic shaping policies of an individual port to override the settings in the portgroup.
|
|
951
911
|
: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.
|
|
952
912
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of tag IDs to apply to this object.
|
|
953
913
|
:param pulumi.Input[str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
954
914
|
failover_explicit, or loadbalance_loadbased.
|
|
955
|
-
:param pulumi.Input[bool] traffic_filter_override_allowed: Allow any
|
|
956
|
-
this port group to be overridden on an individual port.
|
|
915
|
+
:param pulumi.Input[bool] traffic_filter_override_allowed: Allow any filter policies set on the individual port to override those in the portgroup.
|
|
957
916
|
: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
|
|
958
917
|
forwarded done by the switch.
|
|
959
918
|
:param pulumi.Input[str] type: The port group type. Can be one of `earlyBinding` (static
|
|
960
919
|
binding) or `ephemeral`. Default: `earlyBinding`.
|
|
961
|
-
:param pulumi.Input[bool] uplink_teaming_override_allowed: Allow the
|
|
962
|
-
[uplink teaming options][uplink-teaming-settings] on this port group to be
|
|
963
|
-
overridden on an individual port.
|
|
920
|
+
:param pulumi.Input[bool] uplink_teaming_override_allowed: Allow the uplink teaming policies on a port to override those on the portgroup.
|
|
964
921
|
:param pulumi.Input[int] vlan_id: The VLAN ID for single VLAN mode. 0 denotes no VLAN.
|
|
965
|
-
:param pulumi.Input[bool] vlan_override_allowed: Allow the
|
|
966
|
-
[VLAN settings][vlan-settings] on this port group to be overridden on an
|
|
967
|
-
individual port.
|
|
922
|
+
:param pulumi.Input[bool] vlan_override_allowed: Allow the VLAN configuration on a port to override those on the portgroup.
|
|
968
923
|
:param pulumi.Input[Sequence[pulumi.Input['DistributedPortGroupVlanRangeArgs']]] vlan_ranges: The VLAN ID for single VLAN mode. 0 denotes no VLAN.
|
|
969
924
|
"""
|
|
970
925
|
if active_uplinks is not None:
|
|
@@ -1146,8 +1101,7 @@ class _DistributedPortGroupState:
|
|
|
1146
1101
|
@pulumi.getter(name="blockOverrideAllowed")
|
|
1147
1102
|
def block_override_allowed(self) -> Optional[pulumi.Input[bool]]:
|
|
1148
1103
|
"""
|
|
1149
|
-
Allow the port
|
|
1150
|
-
policy to be overridden on an individual port.
|
|
1104
|
+
Allow the blocked setting of an individual port to override the setting in the portgroup.
|
|
1151
1105
|
"""
|
|
1152
1106
|
return pulumi.get(self, "block_override_allowed")
|
|
1153
1107
|
|
|
@@ -1381,8 +1335,7 @@ class _DistributedPortGroupState:
|
|
|
1381
1335
|
@pulumi.getter(name="livePortMovingAllowed")
|
|
1382
1336
|
def live_port_moving_allowed(self) -> Optional[pulumi.Input[bool]]:
|
|
1383
1337
|
"""
|
|
1384
|
-
Allow a port in
|
|
1385
|
-
moved to another port group while it is connected.
|
|
1338
|
+
Allow a live port to be moved in and out of the portgroup.
|
|
1386
1339
|
"""
|
|
1387
1340
|
return pulumi.get(self, "live_port_moving_allowed")
|
|
1388
1341
|
|
|
@@ -1418,9 +1371,7 @@ class _DistributedPortGroupState:
|
|
|
1418
1371
|
@pulumi.getter(name="netflowOverrideAllowed")
|
|
1419
1372
|
def netflow_override_allowed(self) -> Optional[pulumi.Input[bool]]:
|
|
1420
1373
|
"""
|
|
1421
|
-
Allow the
|
|
1422
|
-
[Netflow policy][netflow-policy] on this port group to be overridden on an
|
|
1423
|
-
individual port.
|
|
1374
|
+
Allow the enabling or disabling of Netflow on a port, contrary to the policy in the portgroup.
|
|
1424
1375
|
"""
|
|
1425
1376
|
return pulumi.get(self, "netflow_override_allowed")
|
|
1426
1377
|
|
|
@@ -1446,8 +1397,7 @@ class _DistributedPortGroupState:
|
|
|
1446
1397
|
@pulumi.getter(name="networkResourcePoolOverrideAllowed")
|
|
1447
1398
|
def network_resource_pool_override_allowed(self) -> Optional[pulumi.Input[bool]]:
|
|
1448
1399
|
"""
|
|
1449
|
-
Allow the network
|
|
1450
|
-
resource pool set on this port group to be overridden on an individual port.
|
|
1400
|
+
Allow the network resource pool of an individual port to override the setting in the portgroup.
|
|
1451
1401
|
"""
|
|
1452
1402
|
return pulumi.get(self, "network_resource_pool_override_allowed")
|
|
1453
1403
|
|
|
@@ -1484,8 +1434,7 @@ class _DistributedPortGroupState:
|
|
|
1484
1434
|
@pulumi.getter(name="portConfigResetAtDisconnect")
|
|
1485
1435
|
def port_config_reset_at_disconnect(self) -> Optional[pulumi.Input[bool]]:
|
|
1486
1436
|
"""
|
|
1487
|
-
Reset
|
|
1488
|
-
settings defined on this port group policy when the port disconnects.
|
|
1437
|
+
Reset the setting of any ports in this portgroup back to the default setting when the port disconnects.
|
|
1489
1438
|
"""
|
|
1490
1439
|
return pulumi.get(self, "port_config_reset_at_disconnect")
|
|
1491
1440
|
|
|
@@ -1525,9 +1474,7 @@ class _DistributedPortGroupState:
|
|
|
1525
1474
|
@pulumi.getter(name="securityPolicyOverrideAllowed")
|
|
1526
1475
|
def security_policy_override_allowed(self) -> Optional[pulumi.Input[bool]]:
|
|
1527
1476
|
"""
|
|
1528
|
-
Allow the
|
|
1529
|
-
[security policy settings][sec-policy-settings] defined in this port group
|
|
1530
|
-
policy to be overridden on an individual port.
|
|
1477
|
+
Allow security policy settings on a port to override those on the portgroup.
|
|
1531
1478
|
"""
|
|
1532
1479
|
return pulumi.get(self, "security_policy_override_allowed")
|
|
1533
1480
|
|
|
@@ -1539,9 +1486,7 @@ class _DistributedPortGroupState:
|
|
|
1539
1486
|
@pulumi.getter(name="shapingOverrideAllowed")
|
|
1540
1487
|
def shaping_override_allowed(self) -> Optional[pulumi.Input[bool]]:
|
|
1541
1488
|
"""
|
|
1542
|
-
Allow the
|
|
1543
|
-
[traffic shaping options][traffic-shaping-settings] on this port group policy
|
|
1544
|
-
to be overridden on an individual port.
|
|
1489
|
+
Allow the traffic shaping policies of an individual port to override the settings in the portgroup.
|
|
1545
1490
|
"""
|
|
1546
1491
|
return pulumi.get(self, "shaping_override_allowed")
|
|
1547
1492
|
|
|
@@ -1590,8 +1535,7 @@ class _DistributedPortGroupState:
|
|
|
1590
1535
|
@pulumi.getter(name="trafficFilterOverrideAllowed")
|
|
1591
1536
|
def traffic_filter_override_allowed(self) -> Optional[pulumi.Input[bool]]:
|
|
1592
1537
|
"""
|
|
1593
|
-
Allow any
|
|
1594
|
-
this port group to be overridden on an individual port.
|
|
1538
|
+
Allow any filter policies set on the individual port to override those in the portgroup.
|
|
1595
1539
|
"""
|
|
1596
1540
|
return pulumi.get(self, "traffic_filter_override_allowed")
|
|
1597
1541
|
|
|
@@ -1629,9 +1573,7 @@ class _DistributedPortGroupState:
|
|
|
1629
1573
|
@pulumi.getter(name="uplinkTeamingOverrideAllowed")
|
|
1630
1574
|
def uplink_teaming_override_allowed(self) -> Optional[pulumi.Input[bool]]:
|
|
1631
1575
|
"""
|
|
1632
|
-
Allow the
|
|
1633
|
-
[uplink teaming options][uplink-teaming-settings] on this port group to be
|
|
1634
|
-
overridden on an individual port.
|
|
1576
|
+
Allow the uplink teaming policies on a port to override those on the portgroup.
|
|
1635
1577
|
"""
|
|
1636
1578
|
return pulumi.get(self, "uplink_teaming_override_allowed")
|
|
1637
1579
|
|
|
@@ -1655,9 +1597,7 @@ class _DistributedPortGroupState:
|
|
|
1655
1597
|
@pulumi.getter(name="vlanOverrideAllowed")
|
|
1656
1598
|
def vlan_override_allowed(self) -> Optional[pulumi.Input[bool]]:
|
|
1657
1599
|
"""
|
|
1658
|
-
Allow the
|
|
1659
|
-
[VLAN settings][vlan-settings] on this port group to be overridden on an
|
|
1660
|
-
individual port.
|
|
1600
|
+
Allow the VLAN configuration on a port to override those on the portgroup.
|
|
1661
1601
|
"""
|
|
1662
1602
|
return pulumi.get(self, "vlan_override_allowed")
|
|
1663
1603
|
|
|
@@ -1746,8 +1686,7 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
1746
1686
|
may lead to errors when the port count grows past the amount specified. If you
|
|
1747
1687
|
specify `number_of_ports`, you may wish to set `auto_expand` to `false`.
|
|
1748
1688
|
:param pulumi.Input[bool] block_all_ports: Indicates whether to block all ports by default.
|
|
1749
|
-
:param pulumi.Input[bool] block_override_allowed: Allow the port
|
|
1750
|
-
policy to be overridden on an individual port.
|
|
1689
|
+
:param pulumi.Input[bool] block_override_allowed: Allow the blocked setting of an individual port to override the setting in the portgroup.
|
|
1751
1690
|
:param pulumi.Input[bool] check_beacon: Enable beacon probing on the ports this policy applies to.
|
|
1752
1691
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to attribute
|
|
1753
1692
|
value string to set for port group.
|
|
@@ -1769,52 +1708,38 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
1769
1708
|
:param pulumi.Input[int] ingress_shaping_peak_bandwidth: The peak ingress bandwidth during bursts in bits per second if ingress traffic shaping is enabled on the port.
|
|
1770
1709
|
:param pulumi.Input[bool] lacp_enabled: Whether or not to enable LACP on all uplink ports.
|
|
1771
1710
|
:param pulumi.Input[str] lacp_mode: The uplink LACP mode to use. Can be one of active or passive.
|
|
1772
|
-
:param pulumi.Input[bool] live_port_moving_allowed: Allow a port in
|
|
1773
|
-
moved to another port group while it is connected.
|
|
1711
|
+
:param pulumi.Input[bool] live_port_moving_allowed: Allow a live port to be moved in and out of the portgroup.
|
|
1774
1712
|
:param pulumi.Input[str] name: The name of the port group.
|
|
1775
1713
|
:param pulumi.Input[bool] netflow_enabled: Indicates whether to enable netflow on all ports.
|
|
1776
|
-
:param pulumi.Input[bool] netflow_override_allowed: Allow the
|
|
1777
|
-
[Netflow policy][netflow-policy] on this port group to be overridden on an
|
|
1778
|
-
individual port.
|
|
1714
|
+
:param pulumi.Input[bool] netflow_override_allowed: Allow the enabling or disabling of Netflow on a port, contrary to the policy in the portgroup.
|
|
1779
1715
|
:param pulumi.Input[str] network_resource_pool_key: The key of a network resource pool
|
|
1780
1716
|
to associate with this port group. The default is `-1`, which implies no
|
|
1781
1717
|
association.
|
|
1782
|
-
:param pulumi.Input[bool] network_resource_pool_override_allowed: Allow the network
|
|
1783
|
-
resource pool set on this port group to be overridden on an individual port.
|
|
1718
|
+
:param pulumi.Input[bool] network_resource_pool_override_allowed: Allow the network resource pool of an individual port to override the setting in the portgroup.
|
|
1784
1719
|
:param pulumi.Input[bool] notify_switches: If true, the teaming policy will notify the broadcast network of a NIC failover, triggering cache updates.
|
|
1785
1720
|
:param pulumi.Input[int] number_of_ports: The number of ports available on this port
|
|
1786
1721
|
group. Cannot be decreased below the amount of used ports on the port group.
|
|
1787
|
-
:param pulumi.Input[bool] port_config_reset_at_disconnect: Reset
|
|
1788
|
-
settings defined on this port group policy when the port disconnects.
|
|
1722
|
+
:param pulumi.Input[bool] port_config_reset_at_disconnect: Reset the setting of any ports in this portgroup back to the default setting when the port disconnects.
|
|
1789
1723
|
:param pulumi.Input[str] port_name_format: An optional formatting policy for naming of
|
|
1790
1724
|
the ports in this port group. See the `portNameFormat` attribute listed
|
|
1791
1725
|
[here][ext-vsphere-portname-format] for details on the format syntax.
|
|
1792
1726
|
|
|
1793
1727
|
[ext-vsphere-portname-format]: https://vdc-download.vmware.com/vmwb-repository/dcr-public/b50dcbbf-051d-4204-a3e7-e1b618c1e384/538cf2ec-b34f-4bae-a332-3820ef9e7773/vim.dvs.DistributedVirtualPortgroup.ConfigInfo.html#portNameFormat
|
|
1794
1728
|
:param pulumi.Input[int] port_private_secondary_vlan_id: The secondary VLAN ID for this port.
|
|
1795
|
-
:param pulumi.Input[bool] security_policy_override_allowed: Allow the
|
|
1796
|
-
|
|
1797
|
-
policy to be overridden on an individual port.
|
|
1798
|
-
:param pulumi.Input[bool] shaping_override_allowed: Allow the
|
|
1799
|
-
[traffic shaping options][traffic-shaping-settings] on this port group policy
|
|
1800
|
-
to be overridden on an individual port.
|
|
1729
|
+
:param pulumi.Input[bool] security_policy_override_allowed: Allow security policy settings on a port to override those on the portgroup.
|
|
1730
|
+
:param pulumi.Input[bool] shaping_override_allowed: Allow the traffic shaping policies of an individual port to override the settings in the portgroup.
|
|
1801
1731
|
: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.
|
|
1802
1732
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of tag IDs to apply to this object.
|
|
1803
1733
|
:param pulumi.Input[str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
1804
1734
|
failover_explicit, or loadbalance_loadbased.
|
|
1805
|
-
:param pulumi.Input[bool] traffic_filter_override_allowed: Allow any
|
|
1806
|
-
this port group to be overridden on an individual port.
|
|
1735
|
+
:param pulumi.Input[bool] traffic_filter_override_allowed: Allow any filter policies set on the individual port to override those in the portgroup.
|
|
1807
1736
|
: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
|
|
1808
1737
|
forwarded done by the switch.
|
|
1809
1738
|
:param pulumi.Input[str] type: The port group type. Can be one of `earlyBinding` (static
|
|
1810
1739
|
binding) or `ephemeral`. Default: `earlyBinding`.
|
|
1811
|
-
:param pulumi.Input[bool] uplink_teaming_override_allowed: Allow the
|
|
1812
|
-
[uplink teaming options][uplink-teaming-settings] on this port group to be
|
|
1813
|
-
overridden on an individual port.
|
|
1740
|
+
:param pulumi.Input[bool] uplink_teaming_override_allowed: Allow the uplink teaming policies on a port to override those on the portgroup.
|
|
1814
1741
|
:param pulumi.Input[int] vlan_id: The VLAN ID for single VLAN mode. 0 denotes no VLAN.
|
|
1815
|
-
:param pulumi.Input[bool] vlan_override_allowed: Allow the
|
|
1816
|
-
[VLAN settings][vlan-settings] on this port group to be overridden on an
|
|
1817
|
-
individual port.
|
|
1742
|
+
:param pulumi.Input[bool] vlan_override_allowed: Allow the VLAN configuration on a port to override those on the portgroup.
|
|
1818
1743
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedPortGroupVlanRangeArgs']]]] vlan_ranges: The VLAN ID for single VLAN mode. 0 denotes no VLAN.
|
|
1819
1744
|
"""
|
|
1820
1745
|
...
|
|
@@ -2022,8 +1947,7 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
2022
1947
|
may lead to errors when the port count grows past the amount specified. If you
|
|
2023
1948
|
specify `number_of_ports`, you may wish to set `auto_expand` to `false`.
|
|
2024
1949
|
:param pulumi.Input[bool] block_all_ports: Indicates whether to block all ports by default.
|
|
2025
|
-
:param pulumi.Input[bool] block_override_allowed: Allow the port
|
|
2026
|
-
policy to be overridden on an individual port.
|
|
1950
|
+
:param pulumi.Input[bool] block_override_allowed: Allow the blocked setting of an individual port to override the setting in the portgroup.
|
|
2027
1951
|
:param pulumi.Input[bool] check_beacon: Enable beacon probing on the ports this policy applies to.
|
|
2028
1952
|
:param pulumi.Input[str] config_version: The current version of the port group configuration,
|
|
2029
1953
|
incremented by subsequent updates to the port group.
|
|
@@ -2048,52 +1972,38 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
2048
1972
|
:param pulumi.Input[str] key: The generated UUID of the port group.
|
|
2049
1973
|
:param pulumi.Input[bool] lacp_enabled: Whether or not to enable LACP on all uplink ports.
|
|
2050
1974
|
:param pulumi.Input[str] lacp_mode: The uplink LACP mode to use. Can be one of active or passive.
|
|
2051
|
-
:param pulumi.Input[bool] live_port_moving_allowed: Allow a port in
|
|
2052
|
-
moved to another port group while it is connected.
|
|
1975
|
+
:param pulumi.Input[bool] live_port_moving_allowed: Allow a live port to be moved in and out of the portgroup.
|
|
2053
1976
|
:param pulumi.Input[str] name: The name of the port group.
|
|
2054
1977
|
:param pulumi.Input[bool] netflow_enabled: Indicates whether to enable netflow on all ports.
|
|
2055
|
-
:param pulumi.Input[bool] netflow_override_allowed: Allow the
|
|
2056
|
-
[Netflow policy][netflow-policy] on this port group to be overridden on an
|
|
2057
|
-
individual port.
|
|
1978
|
+
:param pulumi.Input[bool] netflow_override_allowed: Allow the enabling or disabling of Netflow on a port, contrary to the policy in the portgroup.
|
|
2058
1979
|
:param pulumi.Input[str] network_resource_pool_key: The key of a network resource pool
|
|
2059
1980
|
to associate with this port group. The default is `-1`, which implies no
|
|
2060
1981
|
association.
|
|
2061
|
-
:param pulumi.Input[bool] network_resource_pool_override_allowed: Allow the network
|
|
2062
|
-
resource pool set on this port group to be overridden on an individual port.
|
|
1982
|
+
:param pulumi.Input[bool] network_resource_pool_override_allowed: Allow the network resource pool of an individual port to override the setting in the portgroup.
|
|
2063
1983
|
:param pulumi.Input[bool] notify_switches: If true, the teaming policy will notify the broadcast network of a NIC failover, triggering cache updates.
|
|
2064
1984
|
:param pulumi.Input[int] number_of_ports: The number of ports available on this port
|
|
2065
1985
|
group. Cannot be decreased below the amount of used ports on the port group.
|
|
2066
|
-
:param pulumi.Input[bool] port_config_reset_at_disconnect: Reset
|
|
2067
|
-
settings defined on this port group policy when the port disconnects.
|
|
1986
|
+
:param pulumi.Input[bool] port_config_reset_at_disconnect: Reset the setting of any ports in this portgroup back to the default setting when the port disconnects.
|
|
2068
1987
|
:param pulumi.Input[str] port_name_format: An optional formatting policy for naming of
|
|
2069
1988
|
the ports in this port group. See the `portNameFormat` attribute listed
|
|
2070
1989
|
[here][ext-vsphere-portname-format] for details on the format syntax.
|
|
2071
1990
|
|
|
2072
1991
|
[ext-vsphere-portname-format]: https://vdc-download.vmware.com/vmwb-repository/dcr-public/b50dcbbf-051d-4204-a3e7-e1b618c1e384/538cf2ec-b34f-4bae-a332-3820ef9e7773/vim.dvs.DistributedVirtualPortgroup.ConfigInfo.html#portNameFormat
|
|
2073
1992
|
:param pulumi.Input[int] port_private_secondary_vlan_id: The secondary VLAN ID for this port.
|
|
2074
|
-
:param pulumi.Input[bool] security_policy_override_allowed: Allow the
|
|
2075
|
-
|
|
2076
|
-
policy to be overridden on an individual port.
|
|
2077
|
-
:param pulumi.Input[bool] shaping_override_allowed: Allow the
|
|
2078
|
-
[traffic shaping options][traffic-shaping-settings] on this port group policy
|
|
2079
|
-
to be overridden on an individual port.
|
|
1993
|
+
:param pulumi.Input[bool] security_policy_override_allowed: Allow security policy settings on a port to override those on the portgroup.
|
|
1994
|
+
:param pulumi.Input[bool] shaping_override_allowed: Allow the traffic shaping policies of an individual port to override the settings in the portgroup.
|
|
2080
1995
|
: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.
|
|
2081
1996
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of tag IDs to apply to this object.
|
|
2082
1997
|
:param pulumi.Input[str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
2083
1998
|
failover_explicit, or loadbalance_loadbased.
|
|
2084
|
-
:param pulumi.Input[bool] traffic_filter_override_allowed: Allow any
|
|
2085
|
-
this port group to be overridden on an individual port.
|
|
1999
|
+
:param pulumi.Input[bool] traffic_filter_override_allowed: Allow any filter policies set on the individual port to override those in the portgroup.
|
|
2086
2000
|
: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
|
|
2087
2001
|
forwarded done by the switch.
|
|
2088
2002
|
:param pulumi.Input[str] type: The port group type. Can be one of `earlyBinding` (static
|
|
2089
2003
|
binding) or `ephemeral`. Default: `earlyBinding`.
|
|
2090
|
-
:param pulumi.Input[bool] uplink_teaming_override_allowed: Allow the
|
|
2091
|
-
[uplink teaming options][uplink-teaming-settings] on this port group to be
|
|
2092
|
-
overridden on an individual port.
|
|
2004
|
+
:param pulumi.Input[bool] uplink_teaming_override_allowed: Allow the uplink teaming policies on a port to override those on the portgroup.
|
|
2093
2005
|
:param pulumi.Input[int] vlan_id: The VLAN ID for single VLAN mode. 0 denotes no VLAN.
|
|
2094
|
-
:param pulumi.Input[bool] vlan_override_allowed: Allow the
|
|
2095
|
-
[VLAN settings][vlan-settings] on this port group to be overridden on an
|
|
2096
|
-
individual port.
|
|
2006
|
+
:param pulumi.Input[bool] vlan_override_allowed: Allow the VLAN configuration on a port to override those on the portgroup.
|
|
2097
2007
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedPortGroupVlanRangeArgs']]]] vlan_ranges: The VLAN ID for single VLAN mode. 0 denotes no VLAN.
|
|
2098
2008
|
"""
|
|
2099
2009
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -2208,8 +2118,7 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
2208
2118
|
@pulumi.getter(name="blockOverrideAllowed")
|
|
2209
2119
|
def block_override_allowed(self) -> pulumi.Output[Optional[bool]]:
|
|
2210
2120
|
"""
|
|
2211
|
-
Allow the port
|
|
2212
|
-
policy to be overridden on an individual port.
|
|
2121
|
+
Allow the blocked setting of an individual port to override the setting in the portgroup.
|
|
2213
2122
|
"""
|
|
2214
2123
|
return pulumi.get(self, "block_override_allowed")
|
|
2215
2124
|
|
|
@@ -2367,8 +2276,7 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
2367
2276
|
@pulumi.getter(name="livePortMovingAllowed")
|
|
2368
2277
|
def live_port_moving_allowed(self) -> pulumi.Output[Optional[bool]]:
|
|
2369
2278
|
"""
|
|
2370
|
-
Allow a port in
|
|
2371
|
-
moved to another port group while it is connected.
|
|
2279
|
+
Allow a live port to be moved in and out of the portgroup.
|
|
2372
2280
|
"""
|
|
2373
2281
|
return pulumi.get(self, "live_port_moving_allowed")
|
|
2374
2282
|
|
|
@@ -2392,9 +2300,7 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
2392
2300
|
@pulumi.getter(name="netflowOverrideAllowed")
|
|
2393
2301
|
def netflow_override_allowed(self) -> pulumi.Output[Optional[bool]]:
|
|
2394
2302
|
"""
|
|
2395
|
-
Allow the
|
|
2396
|
-
[Netflow policy][netflow-policy] on this port group to be overridden on an
|
|
2397
|
-
individual port.
|
|
2303
|
+
Allow the enabling or disabling of Netflow on a port, contrary to the policy in the portgroup.
|
|
2398
2304
|
"""
|
|
2399
2305
|
return pulumi.get(self, "netflow_override_allowed")
|
|
2400
2306
|
|
|
@@ -2412,8 +2318,7 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
2412
2318
|
@pulumi.getter(name="networkResourcePoolOverrideAllowed")
|
|
2413
2319
|
def network_resource_pool_override_allowed(self) -> pulumi.Output[Optional[bool]]:
|
|
2414
2320
|
"""
|
|
2415
|
-
Allow the network
|
|
2416
|
-
resource pool set on this port group to be overridden on an individual port.
|
|
2321
|
+
Allow the network resource pool of an individual port to override the setting in the portgroup.
|
|
2417
2322
|
"""
|
|
2418
2323
|
return pulumi.get(self, "network_resource_pool_override_allowed")
|
|
2419
2324
|
|
|
@@ -2438,8 +2343,7 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
2438
2343
|
@pulumi.getter(name="portConfigResetAtDisconnect")
|
|
2439
2344
|
def port_config_reset_at_disconnect(self) -> pulumi.Output[Optional[bool]]:
|
|
2440
2345
|
"""
|
|
2441
|
-
Reset
|
|
2442
|
-
settings defined on this port group policy when the port disconnects.
|
|
2346
|
+
Reset the setting of any ports in this portgroup back to the default setting when the port disconnects.
|
|
2443
2347
|
"""
|
|
2444
2348
|
return pulumi.get(self, "port_config_reset_at_disconnect")
|
|
2445
2349
|
|
|
@@ -2467,9 +2371,7 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
2467
2371
|
@pulumi.getter(name="securityPolicyOverrideAllowed")
|
|
2468
2372
|
def security_policy_override_allowed(self) -> pulumi.Output[Optional[bool]]:
|
|
2469
2373
|
"""
|
|
2470
|
-
Allow the
|
|
2471
|
-
[security policy settings][sec-policy-settings] defined in this port group
|
|
2472
|
-
policy to be overridden on an individual port.
|
|
2374
|
+
Allow security policy settings on a port to override those on the portgroup.
|
|
2473
2375
|
"""
|
|
2474
2376
|
return pulumi.get(self, "security_policy_override_allowed")
|
|
2475
2377
|
|
|
@@ -2477,9 +2379,7 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
2477
2379
|
@pulumi.getter(name="shapingOverrideAllowed")
|
|
2478
2380
|
def shaping_override_allowed(self) -> pulumi.Output[Optional[bool]]:
|
|
2479
2381
|
"""
|
|
2480
|
-
Allow the
|
|
2481
|
-
[traffic shaping options][traffic-shaping-settings] on this port group policy
|
|
2482
|
-
to be overridden on an individual port.
|
|
2382
|
+
Allow the traffic shaping policies of an individual port to override the settings in the portgroup.
|
|
2483
2383
|
"""
|
|
2484
2384
|
return pulumi.get(self, "shaping_override_allowed")
|
|
2485
2385
|
|
|
@@ -2512,8 +2412,7 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
2512
2412
|
@pulumi.getter(name="trafficFilterOverrideAllowed")
|
|
2513
2413
|
def traffic_filter_override_allowed(self) -> pulumi.Output[Optional[bool]]:
|
|
2514
2414
|
"""
|
|
2515
|
-
Allow any
|
|
2516
|
-
this port group to be overridden on an individual port.
|
|
2415
|
+
Allow any filter policies set on the individual port to override those in the portgroup.
|
|
2517
2416
|
"""
|
|
2518
2417
|
return pulumi.get(self, "traffic_filter_override_allowed")
|
|
2519
2418
|
|
|
@@ -2539,9 +2438,7 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
2539
2438
|
@pulumi.getter(name="uplinkTeamingOverrideAllowed")
|
|
2540
2439
|
def uplink_teaming_override_allowed(self) -> pulumi.Output[Optional[bool]]:
|
|
2541
2440
|
"""
|
|
2542
|
-
Allow the
|
|
2543
|
-
[uplink teaming options][uplink-teaming-settings] on this port group to be
|
|
2544
|
-
overridden on an individual port.
|
|
2441
|
+
Allow the uplink teaming policies on a port to override those on the portgroup.
|
|
2545
2442
|
"""
|
|
2546
2443
|
return pulumi.get(self, "uplink_teaming_override_allowed")
|
|
2547
2444
|
|
|
@@ -2557,9 +2454,7 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
2557
2454
|
@pulumi.getter(name="vlanOverrideAllowed")
|
|
2558
2455
|
def vlan_override_allowed(self) -> pulumi.Output[Optional[bool]]:
|
|
2559
2456
|
"""
|
|
2560
|
-
Allow the
|
|
2561
|
-
[VLAN settings][vlan-settings] on this port group to be overridden on an
|
|
2562
|
-
individual port.
|
|
2457
|
+
Allow the VLAN configuration on a port to override those on the portgroup.
|
|
2563
2458
|
"""
|
|
2564
2459
|
return pulumi.get(self, "vlan_override_allowed")
|
|
2565
2460
|
|