address_assignment¶
Summary¶
- This data type are included API response as below.
list address_assignment
DATE TYPE¶
Parameter |
Description |
DATATYPE |
---|---|---|
address_assignments |
Array |
|
tenant_connection_request_id |
tenant_connection_request unique ID. |
String(UUID) |
tenant_connection_id |
tenant_connection unique ID |
String(UUID) |
network_id |
Network unique id. |
String(UUID) |
mac_address |
mac address assigned with port. |
String() |
fixed_ips |
List of fixes IP addresses assign to port. |
Array(Object) |
ip_address |
The IP address assign to port within subnet. |
String(cidr) |
subnet_id |
The ID of subnet from which IP address is allocated. |
String(UUID) |
allowed_address_pairs |
Allowed address pairs |
Array(Object) |
ip_address |
String(cidr) |
|
mac_address |
String() |