Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 API Response: list of ElasticIpAddressReponse objects

Api Response

'ElasticIpAddressReponse' shall be introduced as API response object with following details

  • UUID: id of the elastic IP
  • IP address
  • region id
  • state: state of the EIP (allocated, free, releasing)
  • account name: name of the account to which EIP is associated
  • domain id; UUID of the domain to which EIP is associated
  • associated: true if EIP is associated with a VM
  • zone id: UUID of the zone in which EIP is associated
  • Vm id: UUID of the VM to which the EIP is associated
  • Nic id: UUID of the Nic of the VM to which EIP is associated
  • guest IP: guest Ip to which the EIP is associated

zone id, vm id, nic id, guest IP shall be not null only if 'associated' is true.  account name and domain id shall be not null only if state is allocated or releasing

Service Layer changes

Schema changes

...