public class CreateVSwitchRequest extends com.aliyuncs.RpcAcsRequest<CreateVSwitchResponse>
| Constructor and Description |
|---|
CreateVSwitchRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCidrBlock() |
String |
getClientToken() |
String |
getDescription() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Class<CreateVSwitchResponse> |
getResponseClass() |
String |
getVpcId() |
String |
getVSwitchName() |
String |
getZoneId() |
void |
setCidrBlock(String cidrBlock) |
void |
setClientToken(String clientToken) |
void |
setDescription(String description) |
void |
setOwnerAccount(String ownerAccount) |
void |
setOwnerId(Long ownerId) |
void |
setResourceOwnerAccount(String resourceOwnerAccount) |
void |
setResourceOwnerId(Long resourceOwnerId) |
void |
setVpcId(String vpcId) |
void |
setVSwitchName(String vSwitchName) |
void |
setZoneId(String zoneId) |
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 getResourceOwnerAccount()
public void setResourceOwnerAccount(String resourceOwnerAccount)
public String getClientToken()
public void setClientToken(String clientToken)
public String getVpcId()
public void setVpcId(String vpcId)
public String getVSwitchName()
public void setVSwitchName(String vSwitchName)
public String getOwnerAccount()
public void setOwnerAccount(String ownerAccount)
public String getCidrBlock()
public void setCidrBlock(String cidrBlock)
public String getZoneId()
public void setZoneId(String zoneId)
public String getDescription()
public void setDescription(String description)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public Class<CreateVSwitchResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<CreateVSwitchResponse>Copyright © 2017. All Rights Reserved.