NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
PolicyIpAssignmentSpec (schema)
Abstract base type for specification of IPs to be used with edge tn management interface , switch virtual tunnel endpoints or remote tunnel endpoint.
This is an abstract type. Concrete child types:
AutoConf
Dhcpv4
Dhcpv6
NoAssignment
StaticIpv4
StaticIpv4List
StaticIpv4MacList
StaticIpv4Pool
StaticIpv6
StaticIpv6List
StaticIpv6MacList
StaticIpv6Pool
Name | Description | Type | Notes |
---|---|---|---|
ip_assignment_type | string | Required Enum: StaticIpv4, StaticIpv4Pool, StaticIpv4List, Dhcpv4, StaticIpv6, StaticIpv6Pool, StaticIpv6List, StaticIpv6MacList, StaticIpv4MacList, Dhcpv6, AutoConf, NoAssignment |