NSX-T Data Center REST API
GatewayPublicIp (schema)
Gateway Public IP Information
Stores gateway public IP settings like ip_allocation_mode and ip_address.
Name | Description | Type | Notes |
---|---|---|---|
ip_allocation_mode | IP Allocation Mode ALLOCATE_NEW: Allocate new public IP. USE_EXISTING: Use cloud provider public IP. DONT_ALLOCATE: Don't allocate any public IP. |
string | Enum: ALLOCATE_NEW, USE_EXISTING, DONT_ALLOCATE Default: "ALLOCATE_NEW" |
public_ip | Public IP Address Stores IP address from the Azure public IP service. The IP address will be used if ip_allocation_mode is set to USE_EXISTING. |
string | Format: ipv4 |