The virtual guest network component service provides a common interface to a computing instance's network component. Interaction with various third party APIs is not needed when implementing this service to administer your computing instances.
VirtualSoftLayer_Virtual_Guest_Network_Component
Overview
Methods
| disable |
Disable a network component to restrict network traffic |
| enable |
Enable a network component to allow network traffic |
| getGuest |
Retrieve the computing instance that this network component exists on. |
| getHighAvailabilityFirewallFlag |
Retrieve Array |
| getIpAddressBindings |
Retrieve the records of all IP addresses bound to a computing instance's network component. |
| getNetworkComponentFirewall |
Retrieve the upstream network component firewall. |
| getNetworkVlan |
Retrieve the VLAN that a computing instance network component's subnet is associated with. |
| getObject |
Retrieve a SoftLayer_Virtual_Guest_Network_Component record. |
| getPrimaryIpAddress |
Retrieve a computing instance network component's primary IP address. |
| getPrimarySubnet |
Retrieve a network component's subnet for its primary IP address |
| getRouter |
Retrieve a network component's routers. |
| getSubnets |
Retrieve a network component's subnets. A subnet is a group of IP addresses |
| isPingable |
Verifies if network component is pingable. |
| getPrimaryIpAddressRecord |
Retrieve Array |