NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
IpBlockQuotaState (schema)
IP block quota state
Represents the IP block quota usage details for a consumer Project/VPC
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 | 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 | Enum: PRIVATE, EXTERNAL |
other_cidrs | Quota on CIDRs The mask specifies the largest size subnet that can be carved. Any subnet that is of size <= the mask, and which is not /32 can be carved out of the IP block. |
OtherCidrsMsg | |
resource_type | Must be set to the value IpBlockQuotaState | string | Required Enum: IpBlockQuota |
single_ip_cidrs | Single IP count | int | |
usage | The consumption details for consumer of the IP block | array of IpBlockQuotaUsageForConsumer |