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
{{ message }}
This repository was archived by the owner on Jul 26, 2025. It is now read-only.
"description": "Compatibility mode. Default is false. If set to true, will allow users to write firewall rules in the old 1.5 format. The new format does not require to use direction in firewall rules. Also, for firewall rules to allow NAT traffic the filter is applied on the original IP addresses. Once set to true cannot be reverted back to false.",
31744
31729
"type": "boolean"
31745
31730
},
31746
-
"ipScope": {
31747
-
"deprecated": true,
31748
-
"description": "Includes IP level configuration items such as gateway, dns, subnet, IP address pool to be used for allocation. Note that the pool of IP addresses needs to fall within the subnet/mask of the IpScope.",
31749
-
"allOf": [
31750
-
{
31751
-
"$ref": "#/components/schemas/vcloud_IpScopeType"
31752
-
}
31753
-
]
31754
-
},
31755
31731
"ipScopes": {
31756
31732
"description": "A list of IP scopes for the network.",
31757
31733
"allOf": [
@@ -40328,14 +40304,6 @@
40328
40304
"description": "The allocation model used by this vDC. One of: \n**AllocationVApp** (Pay as you go. Resources are committed to a vDC only when vApps are created in it. When you use this allocation model, any Limit values you specify for Memory and CPU are ignored on create and returned as 0 on retrieve.) \n**AllocationPool** (Only a percentage of the resources you allocate are committed to the organization vDC.) \n**ReservationPool** (All the resources you allocate are committed as a pool to the organization vDC. vApps in vDCs that support this allocation model can specify values for resource and limit.)",
40329
40305
"type": "string"
40330
40306
},
40331
-
"storageCapacity": {
40332
-
"description": "The storage capacity allocated to this vDC.",
0 commit comments