Click or drag to resize

IJsonpWsEndUserSetEnqueueAssociateIpAddressSmart Method

Assign an IPAddress to a specified smartvmware virtual server. Using the method SetEnqueueAssociateIpAddressSmartJson() WsEndUser of Aruba, you can renew the association of the reserved IPAddress to a specified smartvmware virtual server.

Namespace:  Aruba.Cloud.WsEndUser
Assembly:  Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "SetEnqueueAssociateIpAddressSmart/{jsonp}/{userName}/{token}/{serverId}/{setIPOnVirtualMachine}")]
Stream SetEnqueueAssociateIpAddressSmart(
	string jsonp,
	string userName,
	string token,
	string serverId,
	string setIPOnVirtualMachine = null
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
serverId
Type: SystemString
Value of type System.Int32 Which is the unique identifier of the network adapter to associate the IP address.
setIPOnVirtualMachine (Optional)
Type: SystemString

Return Value

Type: Stream
The Json result contains information about the method call.
See Also