NSX-T Data Center REST API
GatewayPrivateIp (schema)
Gateway Private IP Information
Stores gateway private IP settings like ip_allocation_mode and ip_address.
Name | Description | Type | Notes |
---|---|---|---|
ip_allocation_mode | IP Allocation Mode ALLOCATE_NEW: Allocate new private IP dynamically. USE_EXISTING: Use static private IP. |
string | Enum: ALLOCATE_NEW, USE_EXISTING Default: "ALLOCATE_NEW" |
private_ip | Private IP Address Holds static private IP address to be used for virtual machine. The IP address will be used if ip_allocation_mode is set to USE_EXISTING. |
string | Format: ipv4 |