public class DescribeResourcesModificationRequest extends com.aliyuncs.RpcAcsRequest<DescribeResourcesModificationResponse>
| Constructor and Description |
|---|
DescribeResourcesModificationRequest() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCores() |
String |
getDestinationResource() |
String |
getInstanceType() |
Float |
getMemory() |
Boolean |
getMigrateAcrossZone() |
String |
getOperationType() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getResourceId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Class<DescribeResourcesModificationResponse> |
getResponseClass() |
void |
setCores(Integer cores) |
void |
setDestinationResource(String destinationResource) |
void |
setInstanceType(String instanceType) |
void |
setMemory(Float memory) |
void |
setMigrateAcrossZone(Boolean migrateAcrossZone) |
void |
setOperationType(String operationType) |
void |
setOwnerAccount(String ownerAccount) |
void |
setOwnerId(Long ownerId) |
void |
setResourceId(String resourceId) |
void |
setResourceOwnerAccount(String resourceOwnerAccount) |
void |
setResourceOwnerId(Long resourceOwnerId) |
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setVersion, signRequestconcatQueryString, getAcceptFormat, getActionName, getBodyParameters, getDomainParameters, getEndpointType, getLocationProduct, getProduct, getProductDomain, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getVersion, putBodyParameter, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setEndpoint, setEndpointType, setLocationProduct, setParameter, setProductDomain, setProtocol, setRegionId, signRequestbuildHttpConnection, getConnectTimeout, getEncoding, getHeaders, getHeaderValue, getHttpContent, getHttpContentType, getMethod, getReadTimeout, getSslSocketFactory, getUrl, putHeaderParameter, setConnectTimeout, setEncoding, setHttpContent, setHttpContentType, setMethod, setReadTimeout, setSslSocketFactory, setUrlpublic DescribeResourcesModificationRequest()
public Long getResourceOwnerId()
public void setResourceOwnerId(Long resourceOwnerId)
public Float getMemory()
public void setMemory(Float memory)
public Integer getCores()
public void setCores(Integer cores)
public Boolean getMigrateAcrossZone()
public void setMigrateAcrossZone(Boolean migrateAcrossZone)
public String getInstanceType()
public void setInstanceType(String instanceType)
public String getResourceId()
public void setResourceId(String resourceId)
public String getResourceOwnerAccount()
public void setResourceOwnerAccount(String resourceOwnerAccount)
public String getOwnerAccount()
public void setOwnerAccount(String ownerAccount)
public String getOperationType()
public void setOperationType(String operationType)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public String getDestinationResource()
public void setDestinationResource(String destinationResource)
public Class<DescribeResourcesModificationResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<DescribeResourcesModificationResponse>Copyright © 2018. All Rights Reserved.