IBM::SoftLayer::Port

This resource type represents a port on a SoftLayer image.
Table 1. Properties
Name Type Required Description
admin_state_up Boolean False The administrative state of this port.
allowed_address_pairs List False Additional MAC/IP address pairs allowed to pass through the port.
device_id String False Device ID of this port.
device_owner String False Name of the network owning the port. The value is typically network:floatingip, network:router_interface or network:dhcp.
fixed_ips List False Desired IPs for this port. See Table 2.
mac_address String False MAC address to give to this port.
name String False A symbolic name for this port.
network_id String False The network ID to set.
security_groups List False The security group IDs to associate with the port.
value_specs Map False Extra parameters to include in the port object in the creation request.
The fixed_ips parameter requires a list of addresses for the port. The following table shows the properties in each list item.
Table 2. fixed_ips list properties
Property Type Required Description
ip_address String False IP address desired in the subnet for this port.
subnet_id String False Subnet in which to allocate the IP address for this port.
This resource type has no attributes.

Feedback