NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
PolicyAntreaIPPoolIPRange (schema)
IP range of antrea ip pool resource
IP range of antrea ip pool resource
| Name | Description | Type | Notes |
|---|---|---|---|
| cidr | The cidr representation of ip address of antrea ippool resource | string | Readonly |
| end | The end ip address of antrea ippool resource | string | Readonly |
| gateway | The gateway ipaddress of antrea ippool resource | string | Readonly |
| prefix_length | The prefix length of antrea ippool resource | integer | Readonly |
| start | The start ip address of antrea ippool resource | string | Readonly |
| vlan | The vlan of antrea ippool resource | integer | Readonly |