You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -63,7 +83,14 @@ The following arguments are supported:
63
83
64
84
*`display_name` - (Required) The display name for the IP Block.
65
85
*`description` - (Optional) Description of the resource.
66
-
*`cidr` - (Required) Network address and the prefix length which will be associated with a layer-2 broadcast domain.
86
+
*`cidr` - (Optional) Network address and the prefix length which will be associated with a layer-2 broadcast domain. This attribute is deprecated for NSX 9.1.0 onwards.
87
+
*`cidr_list` - (Optional) Array of contiguous IP address spaces represented by network address and prefix length. This attribute is supported with NSX 9.1.0 onwards.
88
+
*`range_list` - (Optional) Represents list of IP address ranges in the form of start and end IPs. This attribute is supported with NSX 9.1.0 onwards.
89
+
*`start` - (Required) The start IP address for the allocation range.
90
+
*`end` - (Required) The end IP address for the allocation range.
91
+
*`reserved_ips` - (Optional) Represents list of reserved IP address in the form of start and end IPs. This attribute is supported with NSX 9.1.0 onwards.
92
+
*`start` - (Required) The start IP address for the allocation range.
93
+
*`end` - (Required) The end IP address for the allocation range.
67
94
*`visibility` - (Optional) Visibility of the IP Block. Valid options are `PRIVATE`, `EXTERNAL` or unset. Visibility cannot be changed once the block is associated with other resources.
68
95
*`nsx_id` - (Optional) The NSX ID of this resource. If set, this ID will be used to create the resource.
69
96
*`tag` - (Optional) A list of scope + tag pairs to associate with this IP Block.
0 commit comments