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
)<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "SetEnqueueAssociateIpAddressSmart/{jsonp}/{userName}/{token}/{serverId}/{setIPOnVirtualMachine}")>
Function SetEnqueueAssociateIpAddressSmart (
jsonp As String,
userName As String,
token As String,
serverId As String,
Optional setIPOnVirtualMachine As String = Nothing
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"SetEnqueueAssociateIpAddressSmart/{jsonp}/{userName}/{token}/{serverId}/{setIPOnVirtualMachine}")]
Stream^ SetEnqueueAssociateIpAddressSmart(
String^ jsonp,
String^ userName,
String^ token,
String^ serverId,
String^ setIPOnVirtualMachine = nullptr
)[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "SetEnqueueAssociateIpAddressSmart/{jsonp}/{userName}/{token}/{serverId}/{setIPOnVirtualMachine}")>]
abstract SetEnqueueAssociateIpAddressSmart :
jsonp : string *
userName : string *
token : string *
serverId : string *
?setIPOnVirtualMachine : string
(* Defaults:
let _setIPOnVirtualMachine = defaultArg setIPOnVirtualMachine null
*)
-> Stream
function SetEnqueueAssociateIpAddressSmart(
jsonp : String,
userName : String,
token : String,
serverId : String,
setIPOnVirtualMachine : String
) : Stream
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