SoftLayer_Network_Gateway


SoftLayer_Network_Gateway

Description

Local


accountId

The internal identifier of the account assigned to this gateway.
Type: int


groupNumber

The VRRP group number for this gateway. This is set internally and cannot be provided on create.
Type: int


id

A gateway’s internal identifier.
Type: int


name

A gateway’s name. This is required on create and can be no more than 255 characters.
Type: string


networkSpace

A gateway’s network space. Currently, only ‘private’ or ‘both’ is allowed. When this value is ‘private’, it is a backend gateway only. Otherwise, it is a gateway for both frontend and backend traffic.
Type: string


osManufacturer

A manufacturer of the gateway os. This could be different from the manufacturer of the bare metal server os if the gateway is a VM.
Type: string


privateIpAddressId

The internal identifier of the private IP address for this gateway.
Type: int


privateVlanId

The internal identifier of the private VLAN for this gateway.
Type: int


publicIpAddressId

The internal identifier of the public IP address for this gateway.
Type: int


publicIpv6AddressId

The internal identifier of the public IPv6 address for this gateway.
Type: int


publicVlanId

The internal identifier of the public VLAN for this gateway. This is set internally and cannot be provided on create.
Type: int


statusId

The current status of this gateway. This is always active unless there is a process running to change the gateway. This can not be set on creation.
Type: int

Relational


account

The account for this gateway.
Type: SoftLayer_Account


insideVlans

All VLANs trunked to this gateway.
Type: SoftLayer_Network_Gateway_Vlan[]


members

The members for this gateway.
Type: SoftLayer_Network_Gateway_Member[]


networkFirewall

The firewall associated with this gateway, if any.
Type: SoftLayer_Network_Vlan_Firewall


networkFirewallFlag

Whether or not there is a firewall associated with this gateway.
Type: boolean


privateIpAddress

The private gateway IP address.
Type: SoftLayer_Network_Subnet_IpAddress


privateVlan

The private VLAN for accessing this gateway.
Type: SoftLayer_Network_Vlan


publicIpAddress

The public gateway IP address.
Type: SoftLayer_Network_Subnet_IpAddress


publicIpv6Address

The public gateway IPv6 address.
Type: SoftLayer_Network_Subnet_IpAddress


publicVlan

The public VLAN for accessing this gateway.
Type: SoftLayer_Network_Vlan


status

The current status of the gateway.
Type: SoftLayer_Network_Gateway_Status

Count


insideVlanCount

A count of all VLANs trunked to this gateway.
Type: unsignedLong


memberCount

A count of the members for this gateway.
Type: unsignedLong