com.aliyuncs.ens.model.v20171110.CreateInstanceRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aliyun-java-sdk-ens Show documentation
Show all versions of aliyun-java-sdk-ens Show documentation
Aliyun Open API SDK for Java
Copyright (C) Alibaba Cloud Computing
All rights reserved.
版权所有 (C)阿里云计算有限公司
http://www.aliyun.com
The newest version!
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ens.model.v20171110;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CreateInstanceRequest extends RpcAcsRequest {
private Boolean uniqueSuffix;
private String keyPairName;
private String password;
private String hostName;
private String ensRegionId;
private String autoRenewPeriod;
private String period;
private Boolean publicIpIdentification;
private Long ownerId;
private String vSwitchId;
private String privateIpAddress;
private String instanceName;
private String autoRenew;
private String internetChargeType;
private String imageId;
private String userData;
private Boolean passwordInherit;
private String instanceType;
private String dataDisk1Size;
private String quantity;
private String ipType;
private String systemDiskSize;
private String paymentType;
public CreateInstanceRequest() {
super("Ens", "2017-11-10", "CreateInstance", "ens");
setMethod(MethodType.POST);
}
public Boolean getUniqueSuffix() {
return this.uniqueSuffix;
}
public void setUniqueSuffix(Boolean uniqueSuffix) {
this.uniqueSuffix = uniqueSuffix;
if(uniqueSuffix != null){
putQueryParameter("UniqueSuffix", uniqueSuffix.toString());
}
}
public String getKeyPairName() {
return this.keyPairName;
}
public void setKeyPairName(String keyPairName) {
this.keyPairName = keyPairName;
if(keyPairName != null){
putQueryParameter("KeyPairName", keyPairName);
}
}
public String getPassword() {
return this.password;
}
public void setPassword(String password) {
this.password = password;
if(password != null){
putQueryParameter("Password", password);
}
}
public String getHostName() {
return this.hostName;
}
public void setHostName(String hostName) {
this.hostName = hostName;
if(hostName != null){
putQueryParameter("HostName", hostName);
}
}
public String getEnsRegionId() {
return this.ensRegionId;
}
public void setEnsRegionId(String ensRegionId) {
this.ensRegionId = ensRegionId;
if(ensRegionId != null){
putQueryParameter("EnsRegionId", ensRegionId);
}
}
public String getAutoRenewPeriod() {
return this.autoRenewPeriod;
}
public void setAutoRenewPeriod(String autoRenewPeriod) {
this.autoRenewPeriod = autoRenewPeriod;
if(autoRenewPeriod != null){
putQueryParameter("AutoRenewPeriod", autoRenewPeriod);
}
}
public String getPeriod() {
return this.period;
}
public void setPeriod(String period) {
this.period = period;
if(period != null){
putQueryParameter("Period", period);
}
}
public Boolean getPublicIpIdentification() {
return this.publicIpIdentification;
}
public void setPublicIpIdentification(Boolean publicIpIdentification) {
this.publicIpIdentification = publicIpIdentification;
if(publicIpIdentification != null){
putQueryParameter("PublicIpIdentification", publicIpIdentification.toString());
}
}
public Long getOwnerId() {
return this.ownerId;
}
public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}
public String getVSwitchId() {
return this.vSwitchId;
}
public void setVSwitchId(String vSwitchId) {
this.vSwitchId = vSwitchId;
if(vSwitchId != null){
putQueryParameter("VSwitchId", vSwitchId);
}
}
public String getPrivateIpAddress() {
return this.privateIpAddress;
}
public void setPrivateIpAddress(String privateIpAddress) {
this.privateIpAddress = privateIpAddress;
if(privateIpAddress != null){
putQueryParameter("PrivateIpAddress", privateIpAddress);
}
}
public String getInstanceName() {
return this.instanceName;
}
public void setInstanceName(String instanceName) {
this.instanceName = instanceName;
if(instanceName != null){
putQueryParameter("InstanceName", instanceName);
}
}
public String getAutoRenew() {
return this.autoRenew;
}
public void setAutoRenew(String autoRenew) {
this.autoRenew = autoRenew;
if(autoRenew != null){
putQueryParameter("AutoRenew", autoRenew);
}
}
public String getInternetChargeType() {
return this.internetChargeType;
}
public void setInternetChargeType(String internetChargeType) {
this.internetChargeType = internetChargeType;
if(internetChargeType != null){
putQueryParameter("InternetChargeType", internetChargeType);
}
}
public String getImageId() {
return this.imageId;
}
public void setImageId(String imageId) {
this.imageId = imageId;
if(imageId != null){
putQueryParameter("ImageId", imageId);
}
}
public String getUserData() {
return this.userData;
}
public void setUserData(String userData) {
this.userData = userData;
if(userData != null){
putQueryParameter("UserData", userData);
}
}
public Boolean getPasswordInherit() {
return this.passwordInherit;
}
public void setPasswordInherit(Boolean passwordInherit) {
this.passwordInherit = passwordInherit;
if(passwordInherit != null){
putQueryParameter("PasswordInherit", passwordInherit.toString());
}
}
public String getInstanceType() {
return this.instanceType;
}
public void setInstanceType(String instanceType) {
this.instanceType = instanceType;
if(instanceType != null){
putQueryParameter("InstanceType", instanceType);
}
}
public String getDataDisk1Size() {
return this.dataDisk1Size;
}
public void setDataDisk1Size(String dataDisk1Size) {
this.dataDisk1Size = dataDisk1Size;
if(dataDisk1Size != null){
putQueryParameter("DataDisk.1.Size", dataDisk1Size);
}
}
public String getQuantity() {
return this.quantity;
}
public void setQuantity(String quantity) {
this.quantity = quantity;
if(quantity != null){
putQueryParameter("Quantity", quantity);
}
}
public String getIpType() {
return this.ipType;
}
public void setIpType(String ipType) {
this.ipType = ipType;
if(ipType != null){
putQueryParameter("IpType", ipType);
}
}
public String getSystemDiskSize() {
return this.systemDiskSize;
}
public void setSystemDiskSize(String systemDiskSize) {
this.systemDiskSize = systemDiskSize;
if(systemDiskSize != null){
putQueryParameter("SystemDisk.Size", systemDiskSize);
}
}
public String getPaymentType() {
return this.paymentType;
}
public void setPaymentType(String paymentType) {
this.paymentType = paymentType;
if(paymentType != null){
putQueryParameter("PaymentType", paymentType);
}
}
@Override
public Class getResponseClass() {
return CreateInstanceResponse.class;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy