All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.sdk.service.ecs20140526.models.DescribeLaunchTemplateVersionsResponseBody Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.ecs20140526.models;

import com.aliyun.core.annotation.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;

/**
 * {@link DescribeLaunchTemplateVersionsResponseBody} extends {@link TeaModel}
 *
 * 

DescribeLaunchTemplateVersionsResponseBody

*/ public class DescribeLaunchTemplateVersionsResponseBody extends TeaModel { @NameInMap("LaunchTemplateVersionSets") private LaunchTemplateVersionSets launchTemplateVersionSets; @NameInMap("PageNumber") private Integer pageNumber; @NameInMap("PageSize") private Integer pageSize; @NameInMap("RequestId") private String requestId; @NameInMap("TotalCount") private Integer totalCount; private DescribeLaunchTemplateVersionsResponseBody(Builder builder) { this.launchTemplateVersionSets = builder.launchTemplateVersionSets; this.pageNumber = builder.pageNumber; this.pageSize = builder.pageSize; this.requestId = builder.requestId; this.totalCount = builder.totalCount; } public static Builder builder() { return new Builder(); } public static DescribeLaunchTemplateVersionsResponseBody create() { return builder().build(); } /** * @return launchTemplateVersionSets */ public LaunchTemplateVersionSets getLaunchTemplateVersionSets() { return this.launchTemplateVersionSets; } /** * @return pageNumber */ public Integer getPageNumber() { return this.pageNumber; } /** * @return pageSize */ public Integer getPageSize() { return this.pageSize; } /** * @return requestId */ public String getRequestId() { return this.requestId; } /** * @return totalCount */ public Integer getTotalCount() { return this.totalCount; } public static final class Builder { private LaunchTemplateVersionSets launchTemplateVersionSets; private Integer pageNumber; private Integer pageSize; private String requestId; private Integer totalCount; /** * Details about the launch template versions. */ public Builder launchTemplateVersionSets(LaunchTemplateVersionSets launchTemplateVersionSets) { this.launchTemplateVersionSets = launchTemplateVersionSets; return this; } /** * The page number of the returned page. */ public Builder pageNumber(Integer pageNumber) { this.pageNumber = pageNumber; return this; } /** * The number of entries returned per page. */ public Builder pageSize(Integer pageSize) { this.pageSize = pageSize; return this; } /** * The ID of the request. */ public Builder requestId(String requestId) { this.requestId = requestId; return this; } /** * The total number of launch templates. */ public Builder totalCount(Integer totalCount) { this.totalCount = totalCount; return this; } public DescribeLaunchTemplateVersionsResponseBody build() { return new DescribeLaunchTemplateVersionsResponseBody(this); } } public static class DataDisk extends TeaModel { @NameInMap("AutoSnapshotPolicyId") private String autoSnapshotPolicyId; @NameInMap("BurstingEnabled") private Boolean burstingEnabled; @NameInMap("Category") private String category; @NameInMap("DeleteWithInstance") private Boolean deleteWithInstance; @NameInMap("Description") private String description; @NameInMap("Device") private String device; @NameInMap("DiskName") private String diskName; @NameInMap("Encrypted") private String encrypted; @NameInMap("PerformanceLevel") private String performanceLevel; @NameInMap("ProvisionedIops") private Long provisionedIops; @NameInMap("Size") private Integer size; @NameInMap("SnapshotId") private String snapshotId; private DataDisk(Builder builder) { this.autoSnapshotPolicyId = builder.autoSnapshotPolicyId; this.burstingEnabled = builder.burstingEnabled; this.category = builder.category; this.deleteWithInstance = builder.deleteWithInstance; this.description = builder.description; this.device = builder.device; this.diskName = builder.diskName; this.encrypted = builder.encrypted; this.performanceLevel = builder.performanceLevel; this.provisionedIops = builder.provisionedIops; this.size = builder.size; this.snapshotId = builder.snapshotId; } public static Builder builder() { return new Builder(); } public static DataDisk create() { return builder().build(); } /** * @return autoSnapshotPolicyId */ public String getAutoSnapshotPolicyId() { return this.autoSnapshotPolicyId; } /** * @return burstingEnabled */ public Boolean getBurstingEnabled() { return this.burstingEnabled; } /** * @return category */ public String getCategory() { return this.category; } /** * @return deleteWithInstance */ public Boolean getDeleteWithInstance() { return this.deleteWithInstance; } /** * @return description */ public String getDescription() { return this.description; } /** * @return device */ public String getDevice() { return this.device; } /** * @return diskName */ public String getDiskName() { return this.diskName; } /** * @return encrypted */ public String getEncrypted() { return this.encrypted; } /** * @return performanceLevel */ public String getPerformanceLevel() { return this.performanceLevel; } /** * @return provisionedIops */ public Long getProvisionedIops() { return this.provisionedIops; } /** * @return size */ public Integer getSize() { return this.size; } /** * @return snapshotId */ public String getSnapshotId() { return this.snapshotId; } public static final class Builder { private String autoSnapshotPolicyId; private Boolean burstingEnabled; private String category; private Boolean deleteWithInstance; private String description; private String device; private String diskName; private String encrypted; private String performanceLevel; private Long provisionedIops; private Integer size; private String snapshotId; /** * The ID of the automatic snapshot policy. */ public Builder autoSnapshotPolicyId(String autoSnapshotPolicyId) { this.autoSnapshotPolicyId = autoSnapshotPolicyId; return this; } /** * Indicates whether to enable the performance burst feature. Valid values: *

* * * true: enables the performance burst feature. * * false: does not enable the performance burst feature. */ public Builder burstingEnabled(Boolean burstingEnabled) { this.burstingEnabled = burstingEnabled; return this; } /** * The category of the data disk. */ public Builder category(String category) { this.category = category; return this; } /** * Indicates whether to release the data disk when the instance is released. */ public Builder deleteWithInstance(Boolean deleteWithInstance) { this.deleteWithInstance = deleteWithInstance; return this; } /** * The description of the data disk. */ public Builder description(String description) { this.description = description; return this; } /** * The device name of the data disk. *

* * > This parameter will be removed in the future. We recommend that you use other parameters to ensure future compatibility. */ public Builder device(String device) { this.device = device; return this; } /** * The name of the data disk. */ public Builder diskName(String diskName) { this.diskName = diskName; return this; } /** * Indicates whether to encrypt the data disk. */ public Builder encrypted(String encrypted) { this.encrypted = encrypted; return this; } /** * The performance level of ESSD to use as the data disk. This parameter is returned only when tne value of `Category` is cloud_essd. Valid values: *

* * * PL0: A single ESSD can deliver up to 10,000 random read/write IOPS. * * PL1: A single ESSD can deliver up to 50,000 random read/write IOPS. * * PL2: A single ESSD can deliver up to 100,000 random read/write IOPS. * * PL3: A single ESSD can deliver up to 1,000,000 random read/write IOPS. */ public Builder performanceLevel(String performanceLevel) { this.performanceLevel = performanceLevel; return this; } /** * The provisioned read/write IOPS of the ESSD AutoPL disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS} *

* * Baseline IOPS = min{1,800 + 50 × Capacity, 50,000} * * > This parameter is available only if the corresponding disk category parameter is set to cloud_auto. For more information, see [ESSD AutoPL disks](~~368372~~) and [Modify the performance configurations of an ESSD AutoPL disk](~~413275~~). */ public Builder provisionedIops(Long provisionedIops) { this.provisionedIops = provisionedIops; return this; } /** * The size of the data disk. */ public Builder size(Integer size) { this.size = size; return this; } /** * The ID of the snapshot to use to create the data disk. */ public Builder snapshotId(String snapshotId) { this.snapshotId = snapshotId; return this; } public DataDisk build() { return new DataDisk(this); } } } public static class DataDisks extends TeaModel { @NameInMap("DataDisk") private java.util.List < DataDisk> dataDisk; private DataDisks(Builder builder) { this.dataDisk = builder.dataDisk; } public static Builder builder() { return new Builder(); } public static DataDisks create() { return builder().build(); } /** * @return dataDisk */ public java.util.List < DataDisk> getDataDisk() { return this.dataDisk; } public static final class Builder { private java.util.List < DataDisk> dataDisk; /** * DataDisk. */ public Builder dataDisk(java.util.List < DataDisk> dataDisk) { this.dataDisk = dataDisk; return this; } public DataDisks build() { return new DataDisks(this); } } } public static class SecurityGroupIds extends TeaModel { @NameInMap("SecurityGroupId") private java.util.List < String > securityGroupId; private SecurityGroupIds(Builder builder) { this.securityGroupId = builder.securityGroupId; } public static Builder builder() { return new Builder(); } public static SecurityGroupIds create() { return builder().build(); } /** * @return securityGroupId */ public java.util.List < String > getSecurityGroupId() { return this.securityGroupId; } public static final class Builder { private java.util.List < String > securityGroupId; /** * SecurityGroupId. */ public Builder securityGroupId(java.util.List < String > securityGroupId) { this.securityGroupId = securityGroupId; return this; } public SecurityGroupIds build() { return new SecurityGroupIds(this); } } } public static class NetworkInterface extends TeaModel { @NameInMap("Description") private String description; @NameInMap("InstanceType") private String instanceType; @NameInMap("NetworkInterfaceName") private String networkInterfaceName; @NameInMap("NetworkInterfaceTrafficMode") private String networkInterfaceTrafficMode; @NameInMap("PrimaryIpAddress") private String primaryIpAddress; @NameInMap("SecurityGroupId") private String securityGroupId; @NameInMap("SecurityGroupIds") private SecurityGroupIds securityGroupIds; @NameInMap("VSwitchId") private String vSwitchId; private NetworkInterface(Builder builder) { this.description = builder.description; this.instanceType = builder.instanceType; this.networkInterfaceName = builder.networkInterfaceName; this.networkInterfaceTrafficMode = builder.networkInterfaceTrafficMode; this.primaryIpAddress = builder.primaryIpAddress; this.securityGroupId = builder.securityGroupId; this.securityGroupIds = builder.securityGroupIds; this.vSwitchId = builder.vSwitchId; } public static Builder builder() { return new Builder(); } public static NetworkInterface create() { return builder().build(); } /** * @return description */ public String getDescription() { return this.description; } /** * @return instanceType */ public String getInstanceType() { return this.instanceType; } /** * @return networkInterfaceName */ public String getNetworkInterfaceName() { return this.networkInterfaceName; } /** * @return networkInterfaceTrafficMode */ public String getNetworkInterfaceTrafficMode() { return this.networkInterfaceTrafficMode; } /** * @return primaryIpAddress */ public String getPrimaryIpAddress() { return this.primaryIpAddress; } /** * @return securityGroupId */ public String getSecurityGroupId() { return this.securityGroupId; } /** * @return securityGroupIds */ public SecurityGroupIds getSecurityGroupIds() { return this.securityGroupIds; } /** * @return vSwitchId */ public String getVSwitchId() { return this.vSwitchId; } public static final class Builder { private String description; private String instanceType; private String networkInterfaceName; private String networkInterfaceTrafficMode; private String primaryIpAddress; private String securityGroupId; private SecurityGroupIds securityGroupIds; private String vSwitchId; /** * The description of the secondary ENI. */ public Builder description(String description) { this.description = description; return this; } /** * The instance type. */ public Builder instanceType(String instanceType) { this.instanceType = instanceType; return this; } /** * The name of the secondary ENI. */ public Builder networkInterfaceName(String networkInterfaceName) { this.networkInterfaceName = networkInterfaceName; return this; } /** * The communication mode of the ENI. Valid values: *

* * * Standard: The TCP communication mode is used. * * HighPerformance: Elastic RDMA Interface (ERI) is enabled and the remote direct memory access (RDMA) communication mode is used. * * > This parameter can have a value of HighPerformance only when the ENI is attached to a c7re RDMA-enhanced instance that resides in Beijing Zone K. */ public Builder networkInterfaceTrafficMode(String networkInterfaceTrafficMode) { this.networkInterfaceTrafficMode = networkInterfaceTrafficMode; return this; } /** * The primary private IP address of the secondary ENI. */ public Builder primaryIpAddress(String primaryIpAddress) { this.primaryIpAddress = primaryIpAddress; return this; } /** * The ID of the security group to which to assign the ENI. The security group and the ENI must belong to the same VPC. *

* * > You must specify `SecurityGroupId` or `SecurityGroupIds.N` but not both. */ public Builder securityGroupId(String securityGroupId) { this.securityGroupId = securityGroupId; return this; } /** * The ID of security group *N* with which you want to associate the ECS instance. Valid values of *N* vary based on the maximum number of security groups with which the instance can be associated. For more information, see the "Security group limits" section in the [Limits](~~25412~~) topic. *

* * > You cannot specify the **SecurityGroupId** and **SecurityGroupIds.N** parameters at the same time. */ public Builder securityGroupIds(SecurityGroupIds securityGroupIds) { this.securityGroupIds = securityGroupIds; return this; } /** * The ID of the vSwitch to which to connect the secondary ENI. */ public Builder vSwitchId(String vSwitchId) { this.vSwitchId = vSwitchId; return this; } public NetworkInterface build() { return new NetworkInterface(this); } } } public static class NetworkInterfaces extends TeaModel { @NameInMap("NetworkInterface") private java.util.List < NetworkInterface> networkInterface; private NetworkInterfaces(Builder builder) { this.networkInterface = builder.networkInterface; } public static Builder builder() { return new Builder(); } public static NetworkInterfaces create() { return builder().build(); } /** * @return networkInterface */ public java.util.List < NetworkInterface> getNetworkInterface() { return this.networkInterface; } public static final class Builder { private java.util.List < NetworkInterface> networkInterface; /** * NetworkInterface. */ public Builder networkInterface(java.util.List < NetworkInterface> networkInterface) { this.networkInterface = networkInterface; return this; } public NetworkInterfaces build() { return new NetworkInterfaces(this); } } } public static class LaunchTemplateDataSecurityGroupIds extends TeaModel { @NameInMap("SecurityGroupId") private java.util.List < String > securityGroupId; private LaunchTemplateDataSecurityGroupIds(Builder builder) { this.securityGroupId = builder.securityGroupId; } public static Builder builder() { return new Builder(); } public static LaunchTemplateDataSecurityGroupIds create() { return builder().build(); } /** * @return securityGroupId */ public java.util.List < String > getSecurityGroupId() { return this.securityGroupId; } public static final class Builder { private java.util.List < String > securityGroupId; /** * The ID of the security group to which to assign the ENI. The security group and the ENI must belong to the same VPC. *

* * > You must specify `SecurityGroupId` or `SecurityGroupIds.N` but not both. */ public Builder securityGroupId(java.util.List < String > securityGroupId) { this.securityGroupId = securityGroupId; return this; } public LaunchTemplateDataSecurityGroupIds build() { return new LaunchTemplateDataSecurityGroupIds(this); } } } public static class InstanceTag extends TeaModel { @NameInMap("Key") private String key; @NameInMap("Value") private String value; private InstanceTag(Builder builder) { this.key = builder.key; this.value = builder.value; } public static Builder builder() { return new Builder(); } public static InstanceTag create() { return builder().build(); } /** * @return key */ public String getKey() { return this.key; } /** * @return value */ public String getValue() { return this.value; } public static final class Builder { private String key; private String value; /** * The key of the tag to add to the instance. */ public Builder key(String key) { this.key = key; return this; } /** * The value of the tag to add to the instance. */ public Builder value(String value) { this.value = value; return this; } public InstanceTag build() { return new InstanceTag(this); } } } public static class Tags extends TeaModel { @NameInMap("InstanceTag") private java.util.List < InstanceTag> instanceTag; private Tags(Builder builder) { this.instanceTag = builder.instanceTag; } public static Builder builder() { return new Builder(); } public static Tags create() { return builder().build(); } /** * @return instanceTag */ public java.util.List < InstanceTag> getInstanceTag() { return this.instanceTag; } public static final class Builder { private java.util.List < InstanceTag> instanceTag; /** * InstanceTag. */ public Builder instanceTag(java.util.List < InstanceTag> instanceTag) { this.instanceTag = instanceTag; return this; } public Tags build() { return new Tags(this); } } } public static class LaunchTemplateData extends TeaModel { @NameInMap("AutoReleaseTime") private String autoReleaseTime; @NameInMap("CreditSpecification") private String creditSpecification; @NameInMap("DataDisks") private DataDisks dataDisks; @NameInMap("DeletionProtection") private Boolean deletionProtection; @NameInMap("DeploymentSetId") private String deploymentSetId; @NameInMap("Description") private String description; @NameInMap("EnableVmOsConfig") private Boolean enableVmOsConfig; @NameInMap("HostName") private String hostName; @NameInMap("ImageId") private String imageId; @NameInMap("ImageOwnerAlias") private String imageOwnerAlias; @NameInMap("InstanceChargeType") private String instanceChargeType; @NameInMap("InstanceName") private String instanceName; @NameInMap("InstanceType") private String instanceType; @NameInMap("InternetChargeType") private String internetChargeType; @NameInMap("InternetMaxBandwidthIn") private Integer internetMaxBandwidthIn; @NameInMap("InternetMaxBandwidthOut") private Integer internetMaxBandwidthOut; @NameInMap("IoOptimized") private String ioOptimized; @NameInMap("Ipv6AddressCount") private Integer ipv6AddressCount; @NameInMap("KeyPairName") private String keyPairName; @NameInMap("NetworkInterfaces") private NetworkInterfaces networkInterfaces; @NameInMap("NetworkType") private String networkType; @NameInMap("PasswordInherit") private Boolean passwordInherit; @NameInMap("Period") private Integer period; @NameInMap("PrivateIpAddress") private String privateIpAddress; @NameInMap("RamRoleName") private String ramRoleName; @NameInMap("ResourceGroupId") private String resourceGroupId; @NameInMap("SecurityEnhancementStrategy") private String securityEnhancementStrategy; @NameInMap("SecurityGroupId") private String securityGroupId; @NameInMap("SecurityGroupIds") private LaunchTemplateDataSecurityGroupIds securityGroupIds; @NameInMap("SpotDuration") private Integer spotDuration; @NameInMap("SpotPriceLimit") private Float spotPriceLimit; @NameInMap("SpotStrategy") private String spotStrategy; @NameInMap("SystemDisk.AutoSnapshotPolicyId") private String systemDisk_autoSnapshotPolicyId; @NameInMap("SystemDisk.BurstingEnabled") private Boolean systemDisk_burstingEnabled; @NameInMap("SystemDisk.Category") private String systemDisk_category; @NameInMap("SystemDisk.DeleteWithInstance") private Boolean systemDisk_deleteWithInstance; @NameInMap("SystemDisk.Description") private String systemDisk_description; @NameInMap("SystemDisk.DiskName") private String systemDisk_diskName; @NameInMap("SystemDisk.Encrypted") private String systemDisk_encrypted; @NameInMap("SystemDisk.Iops") private Integer systemDisk_iops; @NameInMap("SystemDisk.PerformanceLevel") private String systemDisk_performanceLevel; @NameInMap("SystemDisk.ProvisionedIops") private Long systemDisk_provisionedIops; @NameInMap("SystemDisk.Size") private Integer systemDisk_size; @NameInMap("Tags") private Tags tags; @NameInMap("UserData") private String userData; @NameInMap("VSwitchId") private String vSwitchId; @NameInMap("VpcId") private String vpcId; @NameInMap("ZoneId") private String zoneId; private LaunchTemplateData(Builder builder) { this.autoReleaseTime = builder.autoReleaseTime; this.creditSpecification = builder.creditSpecification; this.dataDisks = builder.dataDisks; this.deletionProtection = builder.deletionProtection; this.deploymentSetId = builder.deploymentSetId; this.description = builder.description; this.enableVmOsConfig = builder.enableVmOsConfig; this.hostName = builder.hostName; this.imageId = builder.imageId; this.imageOwnerAlias = builder.imageOwnerAlias; this.instanceChargeType = builder.instanceChargeType; this.instanceName = builder.instanceName; this.instanceType = builder.instanceType; this.internetChargeType = builder.internetChargeType; this.internetMaxBandwidthIn = builder.internetMaxBandwidthIn; this.internetMaxBandwidthOut = builder.internetMaxBandwidthOut; this.ioOptimized = builder.ioOptimized; this.ipv6AddressCount = builder.ipv6AddressCount; this.keyPairName = builder.keyPairName; this.networkInterfaces = builder.networkInterfaces; this.networkType = builder.networkType; this.passwordInherit = builder.passwordInherit; this.period = builder.period; this.privateIpAddress = builder.privateIpAddress; this.ramRoleName = builder.ramRoleName; this.resourceGroupId = builder.resourceGroupId; this.securityEnhancementStrategy = builder.securityEnhancementStrategy; this.securityGroupId = builder.securityGroupId; this.securityGroupIds = builder.securityGroupIds; this.spotDuration = builder.spotDuration; this.spotPriceLimit = builder.spotPriceLimit; this.spotStrategy = builder.spotStrategy; this.systemDisk_autoSnapshotPolicyId = builder.systemDisk_autoSnapshotPolicyId; this.systemDisk_burstingEnabled = builder.systemDisk_burstingEnabled; this.systemDisk_category = builder.systemDisk_category; this.systemDisk_deleteWithInstance = builder.systemDisk_deleteWithInstance; this.systemDisk_description = builder.systemDisk_description; this.systemDisk_diskName = builder.systemDisk_diskName; this.systemDisk_encrypted = builder.systemDisk_encrypted; this.systemDisk_iops = builder.systemDisk_iops; this.systemDisk_performanceLevel = builder.systemDisk_performanceLevel; this.systemDisk_provisionedIops = builder.systemDisk_provisionedIops; this.systemDisk_size = builder.systemDisk_size; this.tags = builder.tags; this.userData = builder.userData; this.vSwitchId = builder.vSwitchId; this.vpcId = builder.vpcId; this.zoneId = builder.zoneId; } public static Builder builder() { return new Builder(); } public static LaunchTemplateData create() { return builder().build(); } /** * @return autoReleaseTime */ public String getAutoReleaseTime() { return this.autoReleaseTime; } /** * @return creditSpecification */ public String getCreditSpecification() { return this.creditSpecification; } /** * @return dataDisks */ public DataDisks getDataDisks() { return this.dataDisks; } /** * @return deletionProtection */ public Boolean getDeletionProtection() { return this.deletionProtection; } /** * @return deploymentSetId */ public String getDeploymentSetId() { return this.deploymentSetId; } /** * @return description */ public String getDescription() { return this.description; } /** * @return enableVmOsConfig */ public Boolean getEnableVmOsConfig() { return this.enableVmOsConfig; } /** * @return hostName */ public String getHostName() { return this.hostName; } /** * @return imageId */ public String getImageId() { return this.imageId; } /** * @return imageOwnerAlias */ public String getImageOwnerAlias() { return this.imageOwnerAlias; } /** * @return instanceChargeType */ public String getInstanceChargeType() { return this.instanceChargeType; } /** * @return instanceName */ public String getInstanceName() { return this.instanceName; } /** * @return instanceType */ public String getInstanceType() { return this.instanceType; } /** * @return internetChargeType */ public String getInternetChargeType() { return this.internetChargeType; } /** * @return internetMaxBandwidthIn */ public Integer getInternetMaxBandwidthIn() { return this.internetMaxBandwidthIn; } /** * @return internetMaxBandwidthOut */ public Integer getInternetMaxBandwidthOut() { return this.internetMaxBandwidthOut; } /** * @return ioOptimized */ public String getIoOptimized() { return this.ioOptimized; } /** * @return ipv6AddressCount */ public Integer getIpv6AddressCount() { return this.ipv6AddressCount; } /** * @return keyPairName */ public String getKeyPairName() { return this.keyPairName; } /** * @return networkInterfaces */ public NetworkInterfaces getNetworkInterfaces() { return this.networkInterfaces; } /** * @return networkType */ public String getNetworkType() { return this.networkType; } /** * @return passwordInherit */ public Boolean getPasswordInherit() { return this.passwordInherit; } /** * @return period */ public Integer getPeriod() { return this.period; } /** * @return privateIpAddress */ public String getPrivateIpAddress() { return this.privateIpAddress; } /** * @return ramRoleName */ public String getRamRoleName() { return this.ramRoleName; } /** * @return resourceGroupId */ public String getResourceGroupId() { return this.resourceGroupId; } /** * @return securityEnhancementStrategy */ public String getSecurityEnhancementStrategy() { return this.securityEnhancementStrategy; } /** * @return securityGroupId */ public String getSecurityGroupId() { return this.securityGroupId; } /** * @return securityGroupIds */ public LaunchTemplateDataSecurityGroupIds getSecurityGroupIds() { return this.securityGroupIds; } /** * @return spotDuration */ public Integer getSpotDuration() { return this.spotDuration; } /** * @return spotPriceLimit */ public Float getSpotPriceLimit() { return this.spotPriceLimit; } /** * @return spotStrategy */ public String getSpotStrategy() { return this.spotStrategy; } /** * @return systemDisk_autoSnapshotPolicyId */ public String getSystemDisk_autoSnapshotPolicyId() { return this.systemDisk_autoSnapshotPolicyId; } /** * @return systemDisk_burstingEnabled */ public Boolean getSystemDisk_burstingEnabled() { return this.systemDisk_burstingEnabled; } /** * @return systemDisk_category */ public String getSystemDisk_category() { return this.systemDisk_category; } /** * @return systemDisk_deleteWithInstance */ public Boolean getSystemDisk_deleteWithInstance() { return this.systemDisk_deleteWithInstance; } /** * @return systemDisk_description */ public String getSystemDisk_description() { return this.systemDisk_description; } /** * @return systemDisk_diskName */ public String getSystemDisk_diskName() { return this.systemDisk_diskName; } /** * @return systemDisk_encrypted */ public String getSystemDisk_encrypted() { return this.systemDisk_encrypted; } /** * @return systemDisk_iops */ public Integer getSystemDisk_iops() { return this.systemDisk_iops; } /** * @return systemDisk_performanceLevel */ public String getSystemDisk_performanceLevel() { return this.systemDisk_performanceLevel; } /** * @return systemDisk_provisionedIops */ public Long getSystemDisk_provisionedIops() { return this.systemDisk_provisionedIops; } /** * @return systemDisk_size */ public Integer getSystemDisk_size() { return this.systemDisk_size; } /** * @return tags */ public Tags getTags() { return this.tags; } /** * @return userData */ public String getUserData() { return this.userData; } /** * @return vSwitchId */ public String getVSwitchId() { return this.vSwitchId; } /** * @return vpcId */ public String getVpcId() { return this.vpcId; } /** * @return zoneId */ public String getZoneId() { return this.zoneId; } public static final class Builder { private String autoReleaseTime; private String creditSpecification; private DataDisks dataDisks; private Boolean deletionProtection; private String deploymentSetId; private String description; private Boolean enableVmOsConfig; private String hostName; private String imageId; private String imageOwnerAlias; private String instanceChargeType; private String instanceName; private String instanceType; private String internetChargeType; private Integer internetMaxBandwidthIn; private Integer internetMaxBandwidthOut; private String ioOptimized; private Integer ipv6AddressCount; private String keyPairName; private NetworkInterfaces networkInterfaces; private String networkType; private Boolean passwordInherit; private Integer period; private String privateIpAddress; private String ramRoleName; private String resourceGroupId; private String securityEnhancementStrategy; private String securityGroupId; private LaunchTemplateDataSecurityGroupIds securityGroupIds; private Integer spotDuration; private Float spotPriceLimit; private String spotStrategy; private String systemDisk_autoSnapshotPolicyId; private Boolean systemDisk_burstingEnabled; private String systemDisk_category; private Boolean systemDisk_deleteWithInstance; private String systemDisk_description; private String systemDisk_diskName; private String systemDisk_encrypted; private Integer systemDisk_iops; private String systemDisk_performanceLevel; private Long systemDisk_provisionedIops; private Integer systemDisk_size; private Tags tags; private String userData; private String vSwitchId; private String vpcId; private String zoneId; /** * The automatic release time of the instance. */ public Builder autoReleaseTime(String autoReleaseTime) { this.autoReleaseTime = autoReleaseTime; return this; } /** * CreditSpecification. */ public Builder creditSpecification(String creditSpecification) { this.creditSpecification = creditSpecification; return this; } /** * Details about the data disks. */ public Builder dataDisks(DataDisks dataDisks) { this.dataDisks = dataDisks; return this; } /** * Specifies whether to enable release protection for the instance. This parameter determines whether you can use the ECS console or call the [DeleteInstance](~~25507~~) operation to release the instance. Valid values: *

* * - true * - false * * Default value: false. * * >This parameter is applicable only to pay-as-you-go instances. It can protect instances against manual releases, but not against automatic releases. */ public Builder deletionProtection(Boolean deletionProtection) { this.deletionProtection = deletionProtection; return this; } /** * The ID of the deployment set. */ public Builder deploymentSetId(String deploymentSetId) { this.deploymentSetId = deploymentSetId; return this; } /** * The description of the instance. */ public Builder description(String description) { this.description = description; return this; } /** * Indicates whether to enable the operating system configuration of the instance. */ public Builder enableVmOsConfig(Boolean enableVmOsConfig) { this.enableVmOsConfig = enableVmOsConfig; return this; } /** * The hostname of the instance. */ public Builder hostName(String hostName) { this.hostName = hostName; return this; } /** * The ID of the image. */ public Builder imageId(String imageId) { this.imageId = imageId; return this; } /** * The source of the image. Valid values: *

* * * system: public images provided by Alibaba Cloud * * self: custom images that you create * * others: shared images from other Alibaba Cloud accounts * * marketplace: Alibaba Cloud Marketplace images */ public Builder imageOwnerAlias(String imageOwnerAlias) { this.imageOwnerAlias = imageOwnerAlias; return this; } /** * The billing method of the instance. Valid values: *

* * * PrePaid: subscription * * PostPaid: pay-as-you-go */ public Builder instanceChargeType(String instanceChargeType) { this.instanceChargeType = instanceChargeType; return this; } /** * The name of the instance. */ public Builder instanceName(String instanceName) { this.instanceName = instanceName; return this; } /** * The instance type. */ public Builder instanceType(String instanceType) { this.instanceType = instanceType; return this; } /** * The billing method for network usage. */ public Builder internetChargeType(String internetChargeType) { this.internetChargeType = internetChargeType; return this; } /** * The maximum inbound public bandwidth. */ public Builder internetMaxBandwidthIn(Integer internetMaxBandwidthIn) { this.internetMaxBandwidthIn = internetMaxBandwidthIn; return this; } /** * The maximum outbound public bandwidth. */ public Builder internetMaxBandwidthOut(Integer internetMaxBandwidthOut) { this.internetMaxBandwidthOut = internetMaxBandwidthOut; return this; } /** * Indicates whether the instance is I/O optimized. */ public Builder ioOptimized(String ioOptimized) { this.ioOptimized = ioOptimized; return this; } /** * The number of IPv6 addresses to assign to the instance. */ public Builder ipv6AddressCount(Integer ipv6AddressCount) { this.ipv6AddressCount = ipv6AddressCount; return this; } /** * The name of the key pair. */ public Builder keyPairName(String keyPairName) { this.keyPairName = keyPairName; return this; } /** * Details about the secondary elastic network interfaces (ENIs). */ public Builder networkInterfaces(NetworkInterfaces networkInterfaces) { this.networkInterfaces = networkInterfaces; return this; } /** * The network type. Valid values: *

* * * classic: classic network * * vpc: VPC */ public Builder networkType(String networkType) { this.networkType = networkType; return this; } /** * Indicates whether to use the password preset in the image. */ public Builder passwordInherit(Boolean passwordInherit) { this.passwordInherit = passwordInherit; return this; } /** * The subscription duration. */ public Builder period(Integer period) { this.period = period; return this; } /** * The private IP address to assign to the instance. */ public Builder privateIpAddress(String privateIpAddress) { this.privateIpAddress = privateIpAddress; return this; } /** * The name of the instance RAM role. */ public Builder ramRoleName(String ramRoleName) { this.ramRoleName = ramRoleName; return this; } /** * The ID of the resource group to which the launch template belongs. */ public Builder resourceGroupId(String resourceGroupId) { this.resourceGroupId = resourceGroupId; return this; } /** * Indicates whether to enable security hardening. */ public Builder securityEnhancementStrategy(String securityEnhancementStrategy) { this.securityEnhancementStrategy = securityEnhancementStrategy; return this; } /** * The ID of the security group to which to assign the instance. *

* * > The `SecurityGroupId` and `SecurityGroupIds` parameters are mutually exclusive in the response. */ public Builder securityGroupId(String securityGroupId) { this.securityGroupId = securityGroupId; return this; } /** * The IDs of the security groups to which to assign the instance. The valid values of N are based on the maximum number of security groups to which the instance can belong. For more information, see the "Security group limits" section in [Limits](~~25412~~). *

* * > You cannot specify both the `SecurityGroupId` and `SecurityGroupIds.N` parameters. */ public Builder securityGroupIds(LaunchTemplateDataSecurityGroupIds securityGroupIds) { this.securityGroupIds = securityGroupIds; return this; } /** * The protection period of the preemptible instance. Unit: hours. Valid values: 0, 1, 2, 3, 4, 5, and 6. *

* * Take note of the following items: * * * The following protection periods are in invitational preview: 2, 3, 4, 5, and 6 hours. If you want to set this parameter to one of these values, submit a ticket. * * A value of 0 indicates that no protection period is configured for the preemptible instance. */ public Builder spotDuration(Integer spotDuration) { this.spotDuration = spotDuration; return this; } /** * The maximum hourly price of the preemptible instance. */ public Builder spotPriceLimit(Float spotPriceLimit) { this.spotPriceLimit = spotPriceLimit; return this; } /** * The bidding policy for the pay-as-you-go instance. Valid values: *

* * * NoSpot: The instance is created as a regular pay-as-you-go instance. * * SpotWithPriceLimit: The instance is created as a preemptible instance with a user-defined maximum hourly price. * * SpotAsPriceGo: The instance is created as a preemptible instance for which the market price at the time of purchase is automatically used as the bid price. */ public Builder spotStrategy(String spotStrategy) { this.spotStrategy = spotStrategy; return this; } /** * SystemDisk.AutoSnapshotPolicyId. */ public Builder systemDisk_autoSnapshotPolicyId(String systemDisk_autoSnapshotPolicyId) { this.systemDisk_autoSnapshotPolicyId = systemDisk_autoSnapshotPolicyId; return this; } /** * SystemDisk.BurstingEnabled. */ public Builder systemDisk_burstingEnabled(Boolean systemDisk_burstingEnabled) { this.systemDisk_burstingEnabled = systemDisk_burstingEnabled; return this; } /** * SystemDisk.Category. */ public Builder systemDisk_category(String systemDisk_category) { this.systemDisk_category = systemDisk_category; return this; } /** * SystemDisk.DeleteWithInstance. */ public Builder systemDisk_deleteWithInstance(Boolean systemDisk_deleteWithInstance) { this.systemDisk_deleteWithInstance = systemDisk_deleteWithInstance; return this; } /** * SystemDisk.Description. */ public Builder systemDisk_description(String systemDisk_description) { this.systemDisk_description = systemDisk_description; return this; } /** * SystemDisk.DiskName. */ public Builder systemDisk_diskName(String systemDisk_diskName) { this.systemDisk_diskName = systemDisk_diskName; return this; } /** * SystemDisk.Encrypted. */ public Builder systemDisk_encrypted(String systemDisk_encrypted) { this.systemDisk_encrypted = systemDisk_encrypted; return this; } /** * SystemDisk.Iops. */ public Builder systemDisk_iops(Integer systemDisk_iops) { this.systemDisk_iops = systemDisk_iops; return this; } /** * SystemDisk.PerformanceLevel. */ public Builder systemDisk_performanceLevel(String systemDisk_performanceLevel) { this.systemDisk_performanceLevel = systemDisk_performanceLevel; return this; } /** * SystemDisk.ProvisionedIops. */ public Builder systemDisk_provisionedIops(Long systemDisk_provisionedIops) { this.systemDisk_provisionedIops = systemDisk_provisionedIops; return this; } /** * SystemDisk.Size. */ public Builder systemDisk_size(Integer systemDisk_size) { this.systemDisk_size = systemDisk_size; return this; } /** * The tags to add to the instance. */ public Builder tags(Tags tags) { this.tags = tags; return this; } /** * The user data of the instance, which is Base64-encoded. */ public Builder userData(String userData) { this.userData = userData; return this; } /** * The ID of the vSwitch to which to connect the instance. */ public Builder vSwitchId(String vSwitchId) { this.vSwitchId = vSwitchId; return this; } /** * The ID of the virtual private cloud (VPC). */ public Builder vpcId(String vpcId) { this.vpcId = vpcId; return this; } /** * The ID of the zone. */ public Builder zoneId(String zoneId) { this.zoneId = zoneId; return this; } public LaunchTemplateData build() { return new LaunchTemplateData(this); } } } public static class LaunchTemplateVersionSet extends TeaModel { @NameInMap("CreateTime") private String createTime; @NameInMap("CreatedBy") private String createdBy; @NameInMap("DefaultVersion") private Boolean defaultVersion; @NameInMap("LaunchTemplateData") private LaunchTemplateData launchTemplateData; @NameInMap("LaunchTemplateId") private String launchTemplateId; @NameInMap("LaunchTemplateName") private String launchTemplateName; @NameInMap("ModifiedTime") private String modifiedTime; @NameInMap("VersionDescription") private String versionDescription; @NameInMap("VersionNumber") private Long versionNumber; private LaunchTemplateVersionSet(Builder builder) { this.createTime = builder.createTime; this.createdBy = builder.createdBy; this.defaultVersion = builder.defaultVersion; this.launchTemplateData = builder.launchTemplateData; this.launchTemplateId = builder.launchTemplateId; this.launchTemplateName = builder.launchTemplateName; this.modifiedTime = builder.modifiedTime; this.versionDescription = builder.versionDescription; this.versionNumber = builder.versionNumber; } public static Builder builder() { return new Builder(); } public static LaunchTemplateVersionSet create() { return builder().build(); } /** * @return createTime */ public String getCreateTime() { return this.createTime; } /** * @return createdBy */ public String getCreatedBy() { return this.createdBy; } /** * @return defaultVersion */ public Boolean getDefaultVersion() { return this.defaultVersion; } /** * @return launchTemplateData */ public LaunchTemplateData getLaunchTemplateData() { return this.launchTemplateData; } /** * @return launchTemplateId */ public String getLaunchTemplateId() { return this.launchTemplateId; } /** * @return launchTemplateName */ public String getLaunchTemplateName() { return this.launchTemplateName; } /** * @return modifiedTime */ public String getModifiedTime() { return this.modifiedTime; } /** * @return versionDescription */ public String getVersionDescription() { return this.versionDescription; } /** * @return versionNumber */ public Long getVersionNumber() { return this.versionNumber; } public static final class Builder { private String createTime; private String createdBy; private Boolean defaultVersion; private LaunchTemplateData launchTemplateData; private String launchTemplateId; private String launchTemplateName; private String modifiedTime; private String versionDescription; private Long versionNumber; /** * The time when the launch template was created. */ public Builder createTime(String createTime) { this.createTime = createTime; return this; } /** * The creator of the launch template. */ public Builder createdBy(String createdBy) { this.createdBy = createdBy; return this; } /** * Indicates whether the launch template version is the default version. */ public Builder defaultVersion(Boolean defaultVersion) { this.defaultVersion = defaultVersion; return this; } /** * The configurations of the launch template. */ public Builder launchTemplateData(LaunchTemplateData launchTemplateData) { this.launchTemplateData = launchTemplateData; return this; } /** * The ID of the launch template. */ public Builder launchTemplateId(String launchTemplateId) { this.launchTemplateId = launchTemplateId; return this; } /** * The name of the launch template. */ public Builder launchTemplateName(String launchTemplateName) { this.launchTemplateName = launchTemplateName; return this; } /** * The time when the launch template was modified. */ public Builder modifiedTime(String modifiedTime) { this.modifiedTime = modifiedTime; return this; } /** * The description of the launch template version. */ public Builder versionDescription(String versionDescription) { this.versionDescription = versionDescription; return this; } /** * The number of the launch template version. */ public Builder versionNumber(Long versionNumber) { this.versionNumber = versionNumber; return this; } public LaunchTemplateVersionSet build() { return new LaunchTemplateVersionSet(this); } } } public static class LaunchTemplateVersionSets extends TeaModel { @NameInMap("LaunchTemplateVersionSet") private java.util.List < LaunchTemplateVersionSet> launchTemplateVersionSet; private LaunchTemplateVersionSets(Builder builder) { this.launchTemplateVersionSet = builder.launchTemplateVersionSet; } public static Builder builder() { return new Builder(); } public static LaunchTemplateVersionSets create() { return builder().build(); } /** * @return launchTemplateVersionSet */ public java.util.List < LaunchTemplateVersionSet> getLaunchTemplateVersionSet() { return this.launchTemplateVersionSet; } public static final class Builder { private java.util.List < LaunchTemplateVersionSet> launchTemplateVersionSet; /** * LaunchTemplateVersionSet. */ public Builder launchTemplateVersionSet(java.util.List < LaunchTemplateVersionSet> launchTemplateVersionSet) { this.launchTemplateVersionSet = launchTemplateVersionSet; return this; } public LaunchTemplateVersionSets build() { return new LaunchTemplateVersionSets(this); } } } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy