public class CreateNetworkInterfaceRequest extends com.aliyuncs.RpcAcsRequest<CreateNetworkInterfaceResponse>
| Constructor and Description |
|---|
CreateNetworkInterfaceRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallerBid() |
Long |
getCallerUid() |
String |
getClientToken() |
String |
getDescription() |
String |
getNetworkInterfaceName() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getPrimaryIpAddress() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Class<CreateNetworkInterfaceResponse> |
getResponseClass() |
String |
getSecurityGroupId() |
String |
getVSwitchId() |
void |
setCallerBid(String callerBid) |
void |
setCallerUid(Long callerUid) |
void |
setClientToken(String clientToken) |
void |
setDescription(String description) |
void |
setNetworkInterfaceName(String networkInterfaceName) |
void |
setOwnerAccount(String ownerAccount) |
void |
setOwnerId(Long ownerId) |
void |
setPrimaryIpAddress(String primaryIpAddress) |
void |
setResourceOwnerAccount(String resourceOwnerAccount) |
void |
setResourceOwnerId(Long resourceOwnerId) |
void |
setSecurityGroupId(String securityGroupId) |
void |
setVSwitchId(String vSwitchId) |
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setVersion, signRequestconcatQueryString, getAcceptFormat, getActionName, getBodyParameters, getDomainParameters, getEndpointType, getLocationProduct, getProduct, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getVersion, putBodyParameter, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setEndpointType, setLocationProduct, setParameter, setProtocol, setRegionIdgetConnectTimeout, getEncoding, getHeaders, getHeaderValue, getHttpConnection, getHttpContent, getHttpContentType, getMethod, getReadTimeout, getUrl, putHeaderParameter, setConnectTimeout, setEncoding, setHttpContent, setHttpContentType, setMethod, setReadTimeout, setUrlpublic Long getResourceOwnerId()
public void setResourceOwnerId(Long resourceOwnerId)
public String getClientToken()
public void setClientToken(String clientToken)
public String getSecurityGroupId()
public void setSecurityGroupId(String securityGroupId)
public String getDescription()
public void setDescription(String description)
public String getNetworkInterfaceName()
public void setNetworkInterfaceName(String networkInterfaceName)
public Long getCallerUid()
public void setCallerUid(Long callerUid)
public String getResourceOwnerAccount()
public void setResourceOwnerAccount(String resourceOwnerAccount)
public String getOwnerAccount()
public void setOwnerAccount(String ownerAccount)
public String getCallerBid()
public void setCallerBid(String callerBid)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public String getVSwitchId()
public void setVSwitchId(String vSwitchId)
public String getPrimaryIpAddress()
public void setPrimaryIpAddress(String primaryIpAddress)
public Class<CreateNetworkInterfaceResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<CreateNetworkInterfaceResponse>Copyright © 2017. All Rights Reserved.