Ports
ports
Methods
Deprecated Assign Allowed Address Pairs For Instance Port -> { allowed_address_pairs, instance_id, network_id, 1 more... }
put/v1/ports/{project_id}/{region_id}/{port_id}/allow_address_pairs
Deprecated. Assign allowed address pairs for instance port
Parameters
project_id: number
region_id: number
port_id: string
(format: uuid4)Optional
The ID of the port
Response fields
allowed_address_pairs: Array<{ ip_address, mac_address }>
Optional
A set of zero or more allowed port address pair and/or subnet masks
instance_id: string
(format: uuid4)Optional
The ID of the instance that uses this port
network_id: string
(format: uuid4)Optional
The ID of the attached network
port_id: string
(format: uuid4)Optional
The ID of the port
Request example
200Example
post/v1/ports/{project_id}/{region_id}/{port_id}/disable_port_security
Disable port security for instance interface
post/v1/ports/{project_id}/{region_id}/{port_id}/enable_port_security
Enable port security for instance interface
Domain types
InstancePort = { floatingip_details, ip_assignments, network_details, 6 more... }
InstancePortSchema schema