public class RdsCreateProxyInstance extends AbstractBceRequest
| Constructor and Description |
|---|
RdsCreateProxyInstance() |
| Modifier and Type | Method and Description |
|---|---|
RdsBilling |
getBilling() |
String |
getClientToken() |
Integer |
getEntryPort() |
String |
getInstanceName() |
boolean |
getIsDirectPay() |
Integer |
getNodeAmount() |
String |
getOvip() |
String |
getResourceGroupId() |
String |
getSourceInstanceId() |
List<RdsSubnet> |
getSubnets() |
List<RdsTag> |
getTags() |
String |
getVpcId() |
List<String> |
getZoneNames() |
void |
setBilling(RdsBilling billing) |
void |
setClientToken(String clientToken) |
void |
setEntryPort(Integer entryPort) |
void |
setInstanceName(String instanceName) |
void |
setIsDirectPay(boolean isDirectPay) |
void |
setNodeAmount(Integer nodeAmount) |
void |
setOvip(String ovip) |
void |
setResourceGroupId(String resourceGroupId) |
void |
setSourceInstanceId(String sourceInstanceId) |
void |
setSubnets(List<RdsSubnet> subnets) |
void |
setTags(List<RdsTag> tags) |
void |
setVpcId(String vpcId) |
void |
setZoneNames(List<String> zoneNames) |
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic String getClientToken()
public void setClientToken(String clientToken)
public RdsBilling getBilling()
public void setBilling(RdsBilling billing)
public String getSourceInstanceId()
public void setSourceInstanceId(String sourceInstanceId)
public String getInstanceName()
public void setInstanceName(String instanceName)
public Integer getNodeAmount()
public void setNodeAmount(Integer nodeAmount)
public String getVpcId()
public void setVpcId(String vpcId)
public boolean getIsDirectPay()
public void setIsDirectPay(boolean isDirectPay)
public String getOvip()
public void setOvip(String ovip)
public Integer getEntryPort()
public void setEntryPort(Integer entryPort)
public String getResourceGroupId()
public void setResourceGroupId(String resourceGroupId)
Copyright © 2024. All rights reserved.