FixedIP

Overview

FixedIP is IP address and subnet ID for AttachedPort.
This data type is included in the result of execution of the next API request.

DATA TYPE

Contents

Contents
PARAMETER DESCRIPTION DATATYPE
subnet_id UUID of Subnet. UUID
ip_address fixed ip address. String

Example

{
  "fixed_ips": [
    {
      "subnet_id": "0419bbde-2b82-4107-9d8a-6bba76e364af",
      "ip_address": "192.168.10.2"
    }
  ]
}