PortCreateRequest
PortCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | Description Example : | any of [string, null] | |
| fixed_ip_address optional | Fixed IP Example : | any of [string, null] | |
| name required | Port Name Example : Pattern : ^[a-zA-Z0-9-]*$Minimum length : 3Maximum length : 20 | string | |
| security_groups optional | Security Group List | array[string] | |
| subnet_id required | Subnet Id Example : | string | |
| tags optional | Tag List | array[Tag] |