NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
IpBlockQuota (schema)
IP Block Quota definition
Represents the limits that can be defined for an IP block.
Name | Description | Type | Notes |
---|---|---|---|
ip_block_address_type | Quota Address Type A quota will be applied to blocks of the same address type. One IPv4 block and another IPv6 block cannot be specified within the same quota. |
string | Required Enum: IPV4, IPV6 |
ip_block_paths | IP Blocks in Quota | array of string | |
ip_block_visibility | Quota Visibility A quota will be applied on blocks with same visibility. Private and External blocks cannot be specified within the same block |
string | Required Enum: PRIVATE, EXTERNAL |
other_cidrs | Quota on CIDRs The mask specifies the largest size subnet that can be carved. Any subnet size <= the mask that is not /32 can be carved out of the IP block. |
OtherCidrsMsg | |
resource_type | Must be set to the value IpBlockQuota | string | Required Enum: IpBlockQuota |
single_ip_cidrs | Single IP count The number of /32 subnets that can be carved from IP blocks defined in the quota. A value of -1 for this field denotes no restriction on the number of subnets. |
int |