SoftLayer Network Service Resource
From SoftLayer Development Network Wiki
Contents |
Overview
The SoftLayer_Network_Service_Resource is used to store information related to a service. It is used for determining the correct resource to connect to for a given service, like NAS, Evault, etc..
| 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
backendIpAddress
The backend IP address for this resource
- Type: string
- Length: 150 characters
frontendIpAddress
The frontend IP address for this resource
- Type: string
- Length: 150 characters
name
The name associated with this resource
- Type: string
- Length: 50 characters
Relational Properties
networkDevice
The hardware information associated with this resource.
networkDevice can be queried by object mask.
networkDevice must be a unique value.
- Type: SoftLayer_Hardware

