com.aliyuncs.ecs.model.v20140526.DescribeLaunchTemplateVersionsResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aliyun-java-sdk-ecs Show documentation
Show all versions of aliyun-java-sdk-ecs Show documentation
Aliyun Open API SDK for Java
Copyright (C) Alibaba Cloud Computing
All rights reserved.
版权所有 (C)阿里云计算有限公司
http://www.aliyun.com
/*
* 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.ecs.model.v20140526;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.ecs.transform.v20140526.DescribeLaunchTemplateVersionsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeLaunchTemplateVersionsResponse extends AcsResponse {
private Integer pageSize;
private String requestId;
private Integer pageNumber;
private Integer totalCount;
private List launchTemplateVersionSets;
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
}
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public List getLaunchTemplateVersionSets() {
return this.launchTemplateVersionSets;
}
public void setLaunchTemplateVersionSets(List launchTemplateVersionSets) {
this.launchTemplateVersionSets = launchTemplateVersionSets;
}
public static class LaunchTemplateVersionSet {
private String launchTemplateName;
private Boolean defaultVersion;
private Long versionNumber;
private String modifiedTime;
private String launchTemplateId;
private String createTime;
private String createdBy;
private String versionDescription;
private LaunchTemplateData launchTemplateData;
public String getLaunchTemplateName() {
return this.launchTemplateName;
}
public void setLaunchTemplateName(String launchTemplateName) {
this.launchTemplateName = launchTemplateName;
}
public Boolean getDefaultVersion() {
return this.defaultVersion;
}
public void setDefaultVersion(Boolean defaultVersion) {
this.defaultVersion = defaultVersion;
}
public Long getVersionNumber() {
return this.versionNumber;
}
public void setVersionNumber(Long versionNumber) {
this.versionNumber = versionNumber;
}
public String getModifiedTime() {
return this.modifiedTime;
}
public void setModifiedTime(String modifiedTime) {
this.modifiedTime = modifiedTime;
}
public String getLaunchTemplateId() {
return this.launchTemplateId;
}
public void setLaunchTemplateId(String launchTemplateId) {
this.launchTemplateId = launchTemplateId;
}
public String getCreateTime() {
return this.createTime;
}
public void setCreateTime(String createTime) {
this.createTime = createTime;
}
public String getCreatedBy() {
return this.createdBy;
}
public void setCreatedBy(String createdBy) {
this.createdBy = createdBy;
}
public String getVersionDescription() {
return this.versionDescription;
}
public void setVersionDescription(String versionDescription) {
this.versionDescription = versionDescription;
}
public LaunchTemplateData getLaunchTemplateData() {
return this.launchTemplateData;
}
public void setLaunchTemplateData(LaunchTemplateData launchTemplateData) {
this.launchTemplateData = launchTemplateData;
}
public static class LaunchTemplateData {
private String deploymentSetId;
private String vpcId;
private String systemDiskPerformanceLevel;
private String keyPairName;
private String securityGroupId;
private String networkType;
private String spotStrategy;
private Boolean enableVmOsConfig;
private String description;
private Integer spotDuration;
private String instanceName;
private String securityEnhancementStrategy;
private String userData;
private String systemDiskDiskName;
private Integer systemDiskSize;
private Float spotPriceLimit;
private Boolean passwordInherit;
private String privateIpAddress;
private String imageId;
private Boolean systemDiskDeleteWithInstance;
private String systemDiskCategory;
private String autoReleaseTime;
private String systemDiskDescription;
private String imageOwnerAlias;
private String hostName;
private Integer systemDiskIops;
private String systemDiskAutoSnapshotPolicyId;
private Integer internetMaxBandwidthOut;
private Integer internetMaxBandwidthIn;
private String instanceType;
private Integer period;
private String instanceChargeType;
private String ioOptimized;
private String ramRoleName;
private String vSwitchId;
private String resourceGroupId;
private String internetChargeType;
private String zoneId;
private Integer ipv6AddressCount;
private Long systemDiskProvisionedIops;
private Boolean systemDiskBurstingEnabled;
private String systemDiskEncrypted;
private Boolean deletionProtection;
private String creditSpecification;
private List dataDisks;
private List networkInterfaces;
private List tags;
private List securityGroupIds;
public String getDeploymentSetId() {
return this.deploymentSetId;
}
public void setDeploymentSetId(String deploymentSetId) {
this.deploymentSetId = deploymentSetId;
}
public String getVpcId() {
return this.vpcId;
}
public void setVpcId(String vpcId) {
this.vpcId = vpcId;
}
public String getSystemDiskPerformanceLevel() {
return this.systemDiskPerformanceLevel;
}
public void setSystemDiskPerformanceLevel(String systemDiskPerformanceLevel) {
this.systemDiskPerformanceLevel = systemDiskPerformanceLevel;
}
public String getKeyPairName() {
return this.keyPairName;
}
public void setKeyPairName(String keyPairName) {
this.keyPairName = keyPairName;
}
public String getSecurityGroupId() {
return this.securityGroupId;
}
public void setSecurityGroupId(String securityGroupId) {
this.securityGroupId = securityGroupId;
}
public String getNetworkType() {
return this.networkType;
}
public void setNetworkType(String networkType) {
this.networkType = networkType;
}
public String getSpotStrategy() {
return this.spotStrategy;
}
public void setSpotStrategy(String spotStrategy) {
this.spotStrategy = spotStrategy;
}
public Boolean getEnableVmOsConfig() {
return this.enableVmOsConfig;
}
public void setEnableVmOsConfig(Boolean enableVmOsConfig) {
this.enableVmOsConfig = enableVmOsConfig;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public Integer getSpotDuration() {
return this.spotDuration;
}
public void setSpotDuration(Integer spotDuration) {
this.spotDuration = spotDuration;
}
public String getInstanceName() {
return this.instanceName;
}
public void setInstanceName(String instanceName) {
this.instanceName = instanceName;
}
public String getSecurityEnhancementStrategy() {
return this.securityEnhancementStrategy;
}
public void setSecurityEnhancementStrategy(String securityEnhancementStrategy) {
this.securityEnhancementStrategy = securityEnhancementStrategy;
}
public String getUserData() {
return this.userData;
}
public void setUserData(String userData) {
this.userData = userData;
}
public String getSystemDiskDiskName() {
return this.systemDiskDiskName;
}
public void setSystemDiskDiskName(String systemDiskDiskName) {
this.systemDiskDiskName = systemDiskDiskName;
}
public Integer getSystemDiskSize() {
return this.systemDiskSize;
}
public void setSystemDiskSize(Integer systemDiskSize) {
this.systemDiskSize = systemDiskSize;
}
public Float getSpotPriceLimit() {
return this.spotPriceLimit;
}
public void setSpotPriceLimit(Float spotPriceLimit) {
this.spotPriceLimit = spotPriceLimit;
}
public Boolean getPasswordInherit() {
return this.passwordInherit;
}
public void setPasswordInherit(Boolean passwordInherit) {
this.passwordInherit = passwordInherit;
}
public String getPrivateIpAddress() {
return this.privateIpAddress;
}
public void setPrivateIpAddress(String privateIpAddress) {
this.privateIpAddress = privateIpAddress;
}
public String getImageId() {
return this.imageId;
}
public void setImageId(String imageId) {
this.imageId = imageId;
}
public Boolean getSystemDiskDeleteWithInstance() {
return this.systemDiskDeleteWithInstance;
}
public void setSystemDiskDeleteWithInstance(Boolean systemDiskDeleteWithInstance) {
this.systemDiskDeleteWithInstance = systemDiskDeleteWithInstance;
}
public String getSystemDiskCategory() {
return this.systemDiskCategory;
}
public void setSystemDiskCategory(String systemDiskCategory) {
this.systemDiskCategory = systemDiskCategory;
}
public String getAutoReleaseTime() {
return this.autoReleaseTime;
}
public void setAutoReleaseTime(String autoReleaseTime) {
this.autoReleaseTime = autoReleaseTime;
}
public String getSystemDiskDescription() {
return this.systemDiskDescription;
}
public void setSystemDiskDescription(String systemDiskDescription) {
this.systemDiskDescription = systemDiskDescription;
}
public String getImageOwnerAlias() {
return this.imageOwnerAlias;
}
public void setImageOwnerAlias(String imageOwnerAlias) {
this.imageOwnerAlias = imageOwnerAlias;
}
public String getHostName() {
return this.hostName;
}
public void setHostName(String hostName) {
this.hostName = hostName;
}
public Integer getSystemDiskIops() {
return this.systemDiskIops;
}
public void setSystemDiskIops(Integer systemDiskIops) {
this.systemDiskIops = systemDiskIops;
}
public String getSystemDiskAutoSnapshotPolicyId() {
return this.systemDiskAutoSnapshotPolicyId;
}
public void setSystemDiskAutoSnapshotPolicyId(String systemDiskAutoSnapshotPolicyId) {
this.systemDiskAutoSnapshotPolicyId = systemDiskAutoSnapshotPolicyId;
}
public Integer getInternetMaxBandwidthOut() {
return this.internetMaxBandwidthOut;
}
public void setInternetMaxBandwidthOut(Integer internetMaxBandwidthOut) {
this.internetMaxBandwidthOut = internetMaxBandwidthOut;
}
public Integer getInternetMaxBandwidthIn() {
return this.internetMaxBandwidthIn;
}
public void setInternetMaxBandwidthIn(Integer internetMaxBandwidthIn) {
this.internetMaxBandwidthIn = internetMaxBandwidthIn;
}
public String getInstanceType() {
return this.instanceType;
}
public void setInstanceType(String instanceType) {
this.instanceType = instanceType;
}
public Integer getPeriod() {
return this.period;
}
public void setPeriod(Integer period) {
this.period = period;
}
public String getInstanceChargeType() {
return this.instanceChargeType;
}
public void setInstanceChargeType(String instanceChargeType) {
this.instanceChargeType = instanceChargeType;
}
public String getIoOptimized() {
return this.ioOptimized;
}
public void setIoOptimized(String ioOptimized) {
this.ioOptimized = ioOptimized;
}
public String getRamRoleName() {
return this.ramRoleName;
}
public void setRamRoleName(String ramRoleName) {
this.ramRoleName = ramRoleName;
}
public String getVSwitchId() {
return this.vSwitchId;
}
public void setVSwitchId(String vSwitchId) {
this.vSwitchId = vSwitchId;
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
public void setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
}
public String getInternetChargeType() {
return this.internetChargeType;
}
public void setInternetChargeType(String internetChargeType) {
this.internetChargeType = internetChargeType;
}
public String getZoneId() {
return this.zoneId;
}
public void setZoneId(String zoneId) {
this.zoneId = zoneId;
}
public Integer getIpv6AddressCount() {
return this.ipv6AddressCount;
}
public void setIpv6AddressCount(Integer ipv6AddressCount) {
this.ipv6AddressCount = ipv6AddressCount;
}
public Long getSystemDiskProvisionedIops() {
return this.systemDiskProvisionedIops;
}
public void setSystemDiskProvisionedIops(Long systemDiskProvisionedIops) {
this.systemDiskProvisionedIops = systemDiskProvisionedIops;
}
public Boolean getSystemDiskBurstingEnabled() {
return this.systemDiskBurstingEnabled;
}
public void setSystemDiskBurstingEnabled(Boolean systemDiskBurstingEnabled) {
this.systemDiskBurstingEnabled = systemDiskBurstingEnabled;
}
public String getSystemDiskEncrypted() {
return this.systemDiskEncrypted;
}
public void setSystemDiskEncrypted(String systemDiskEncrypted) {
this.systemDiskEncrypted = systemDiskEncrypted;
}
public Boolean getDeletionProtection() {
return this.deletionProtection;
}
public void setDeletionProtection(Boolean deletionProtection) {
this.deletionProtection = deletionProtection;
}
public String getCreditSpecification() {
return this.creditSpecification;
}
public void setCreditSpecification(String creditSpecification) {
this.creditSpecification = creditSpecification;
}
public List getDataDisks() {
return this.dataDisks;
}
public void setDataDisks(List dataDisks) {
this.dataDisks = dataDisks;
}
public List getNetworkInterfaces() {
return this.networkInterfaces;
}
public void setNetworkInterfaces(List networkInterfaces) {
this.networkInterfaces = networkInterfaces;
}
public List getTags() {
return this.tags;
}
public void setTags(List tags) {
this.tags = tags;
}
public List getSecurityGroupIds() {
return this.securityGroupIds;
}
public void setSecurityGroupIds(List securityGroupIds) {
this.securityGroupIds = securityGroupIds;
}
public static class DataDisk {
private String performanceLevel;
private String description;
private String snapshotId;
private String device;
private Integer size;
private String diskName;
private String category;
private Boolean deleteWithInstance;
private String encrypted;
private Long provisionedIops;
private Boolean burstingEnabled;
private String autoSnapshotPolicyId;
public String getPerformanceLevel() {
return this.performanceLevel;
}
public void setPerformanceLevel(String performanceLevel) {
this.performanceLevel = performanceLevel;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getSnapshotId() {
return this.snapshotId;
}
public void setSnapshotId(String snapshotId) {
this.snapshotId = snapshotId;
}
public String getDevice() {
return this.device;
}
public void setDevice(String device) {
this.device = device;
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
}
public String getDiskName() {
return this.diskName;
}
public void setDiskName(String diskName) {
this.diskName = diskName;
}
public String getCategory() {
return this.category;
}
public void setCategory(String category) {
this.category = category;
}
public Boolean getDeleteWithInstance() {
return this.deleteWithInstance;
}
public void setDeleteWithInstance(Boolean deleteWithInstance) {
this.deleteWithInstance = deleteWithInstance;
}
public String getEncrypted() {
return this.encrypted;
}
public void setEncrypted(String encrypted) {
this.encrypted = encrypted;
}
public Long getProvisionedIops() {
return this.provisionedIops;
}
public void setProvisionedIops(Long provisionedIops) {
this.provisionedIops = provisionedIops;
}
public Boolean getBurstingEnabled() {
return this.burstingEnabled;
}
public void setBurstingEnabled(Boolean burstingEnabled) {
this.burstingEnabled = burstingEnabled;
}
public String getAutoSnapshotPolicyId() {
return this.autoSnapshotPolicyId;
}
public void setAutoSnapshotPolicyId(String autoSnapshotPolicyId) {
this.autoSnapshotPolicyId = autoSnapshotPolicyId;
}
}
public static class NetworkInterface {
private String networkInterfaceName;
private String vSwitchId;
private String description;
private String primaryIpAddress;
private String securityGroupId;
private String instanceType;
private String networkInterfaceTrafficMode;
private List securityGroupIds1;
public String getNetworkInterfaceName() {
return this.networkInterfaceName;
}
public void setNetworkInterfaceName(String networkInterfaceName) {
this.networkInterfaceName = networkInterfaceName;
}
public String getVSwitchId() {
return this.vSwitchId;
}
public void setVSwitchId(String vSwitchId) {
this.vSwitchId = vSwitchId;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getPrimaryIpAddress() {
return this.primaryIpAddress;
}
public void setPrimaryIpAddress(String primaryIpAddress) {
this.primaryIpAddress = primaryIpAddress;
}
public String getSecurityGroupId() {
return this.securityGroupId;
}
public void setSecurityGroupId(String securityGroupId) {
this.securityGroupId = securityGroupId;
}
public String getInstanceType() {
return this.instanceType;
}
public void setInstanceType(String instanceType) {
this.instanceType = instanceType;
}
public String getNetworkInterfaceTrafficMode() {
return this.networkInterfaceTrafficMode;
}
public void setNetworkInterfaceTrafficMode(String networkInterfaceTrafficMode) {
this.networkInterfaceTrafficMode = networkInterfaceTrafficMode;
}
public List getSecurityGroupIds1() {
return this.securityGroupIds1;
}
public void setSecurityGroupIds1(List securityGroupIds1) {
this.securityGroupIds1 = securityGroupIds1;
}
}
public static class InstanceTag {
private String key;
private String value;
public String getKey() {
return this.key;
}
public void setKey(String key) {
this.key = key;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
}
}
}
@Override
public DescribeLaunchTemplateVersionsResponse getInstance(UnmarshallerContext context) {
return DescribeLaunchTemplateVersionsResponseUnmarshaller.unmarshall(this, context);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy