SoftLayer Virtual Guest Network Component (type)

From SoftLayer Development Network Wiki

Jump to: navigation, search

This page refers to the SoftLayer_Virtual_Guest_Network_Component data type. For information on the SoftLayer_Virtual_Guest_Network_Component service please see SoftLayer_Virtual_Guest_Network_Component.

Contents

Overview

The virtual guest network component data type presents the structure in which all computing instance network components are presented. Internally, the structure supports various virtualization platforms with no change to external interaction.

A guest, also known as a virtual server or CloudLayer Computing Instance, represents an allocation of resources on a virtual host.

Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties.

Local Properties

createDate

The date a computing instance's network component was created.



guestId

The unique ID of the computing instance that this network component belongs to.

  • Type: integer
  • Length: 10 digits



id

A computing instance's network component's unique ID.

  • Type: integer



macAddress

A computing instance network component's unique MAC address.

  • Type: string
  • Length: 20 characters



maxSpeed

A computing instance network component's maximum allowed speed, measured in Mbit per second. maxSpeed is determined by the capabilities of the network interface and the port speed purchased on your SoftLayer computing instance.

  • Type: integer
  • Length: 5 digits



modifyDate

The date a computing instance's network component was last modified.



name

A computing instance network component's short name. This is usually eth. Use this in conjunction with the port property to identify a network component. For instance, the "eth0" interface on a server has the network component name "eth" and port 0.

  • Type: string
  • Length: 20 characters



networkId

A computing instance's network component's network ID

  • Type: integer
  • Length: 10 digits



port

A computing instance network component's port number. Most computing instances have more than one network interface. The port property separates these interfaces. Use this in conjunction with the name property to identify a network component. For instance, the "eth0" interface on a server has the network component name "eth" and port 0.

  • Type: integer
  • Length: 10 digits



speed

A computing instance network component's speed, measured in Mbit per second.

  • Type: integer
  • Length: 5 digits



status

A computing instance network component's status. This can take one of four possible values: "ACTIVE", "DISABLE" "USER_OFF". "ACTIVE" network components are enabled and in use on a cloud instance. "DISABLE" status components have been administratively disabled by SoftLayer accounting or abuse. "USER_OFF" components have been administratively disabled by you, the user. You should never see a network interface in MACWAIT state. If you happen to see one please contact SoftLayer support.

  • Type: string
  • Length: 12 characters



uuid

A computing instance's network component's unique ID on a virtualization platform.

  • Type: string
  • Length: 36 characters


Relational Properties

guest

The computing instance that this network component exists on.
guest can be queried by object mask.
guest must be a unique value.



ipAddressBindings

The records of all IP addresses bound to a computing instance's network component.
ipAddressBindings can be queried by object mask.



networkComponentFirewall

The upstream network component firewall.
networkComponentFirewall can be queried by object mask.
networkComponentFirewall must be a unique value.



networkVlan

The VLAN that a computing instance network component's subnet is associated with.
networkVlan can be queried by object mask.
networkVlan must be a unique value.



primaryIpAddress

A computing instance network component's primary IP address.
primaryIpAddress must be a unique value.

  • Type: string



primarySubnet

A network component's subnet for its primary IP address
primarySubnet can be queried by object mask.
primarySubnet must be a unique value.



subnets

A network component's subnets. A subnet is a group of IP addresses
subnets can be queried by object mask.


Count Properties

ipAddressBindingCount

A count of the records of all IP addresses bound to a computing instance's network component.
ipAddressBindingCount must be a unique value.

  • Type: unsigned long



subnetCount

A count of a network component's subnets. A subnet is a group of IP addresses
subnetCount must be a unique value.

  • Type: unsigned long
Personal tools