public static class DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
autoReleaseTime
The time when to automatically release the pay-as-you-go instance.
|
String |
clusterId
The ID of the cluster to which the instance belongs.
|
Integer |
cpu
The number of vCPUs.
|
DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceCpuOptions |
cpuOptions
Details about the CPU options.
|
String |
creationTime
The time when the instance was created.
|
String |
creditSpecification
The performance mode of the burstable instance.
|
DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceDedicatedHostAttribute |
dedicatedHostAttribute
Details about the dedicated host.
|
DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceDedicatedInstanceAttribute |
dedicatedInstanceAttribute
The attributes of the instance on the dedicated host.
|
Boolean |
deletionProtection
The release protection attribute of the instance.
|
Integer |
deploymentSetGroupNo
The number of the deployment set group to which the instance belongs in a deployment set.
|
String |
deploymentSetId
The ID of the deployment set in which the instance is deployed.
|
String |
description
The description of the instance.
|
Boolean |
deviceAvailable
Indicates whether data disks can be attached to the instance.
|
DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceEcsCapacityReservationAttr |
ecsCapacityReservationAttr
Details about the capacity reservation related to the instance.
|
DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceEipAddress |
eipAddress
Details about the EIP associated with the instance.
|
String |
expiredTime
The time when the instance expires.
|
Integer |
GPUAmount
The number of GPUs for the instance type.
|
String |
GPUSpec
The category of GPUs for the instance type.
|
DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceHibernationOptions |
hibernationOptions
> This parameter is in invitational preview and is unavailable for general users.
|
String |
hostName
The hostname of the instance.
|
String |
hpcClusterId
The ID of the HPC cluster to which the instance belongs.
|
String |
imageId
The ID of the image that the instance is running.
|
DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceImageOptions |
imageOptions
Details about the image options.
|
DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceInnerIpAddress |
innerIpAddress
The internal IP addresses of the instance located in the classic network.
|
String |
instanceChargeType
The billing method of the instance.
|
String |
instanceId
The ID of the instance.
|
String |
instanceName
The name of the instance.
|
String |
instanceNetworkType
The network type of the instance.
|
String |
instanceType
The instance type of the instance.
|
String |
instanceTypeFamily
The instance family of the instance.
|
String |
internetChargeType
The billing method for network usage.
|
Integer |
internetMaxBandwidthIn
The maximum inbound public bandwidth.
|
Integer |
internetMaxBandwidthOut
The maximum outbound public bandwidth.
|
Boolean |
ioOptimized
Indicates whether the instance is I/O optimized.
|
String |
ISP
> This parameter is in invitational preview and is unavailable for general users.
|
String |
keyPairName
The name of the key pair bound to the instance.
|
Integer |
localStorageAmount
The number of local disks attached to the instance.
|
Long |
localStorageCapacity
The capacity of local disks attached to the instance.
|
Integer |
memory
The memory size of the instance.
|
DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceMetadataOptions |
metadataOptions
Details about the metadata options.
|
DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceNetworkInterfaces |
networkInterfaces
Details about the ENIs bound to the instance.
|
DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceOperationLocks |
operationLocks
The reasons why the instance was locked.
|
String |
OSName
The name of the operating system of the instance.
|
String |
OSNameEn
The English name of the operating system of the instance.
|
String |
OSType
The type of the operating system of the instance.
|
DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstancePublicIpAddress |
publicIpAddress
The public IP addresses of the instance.
|
DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceRdmaIpAddress |
rdmaIpAddress
The RDMA IP addresses of the HPC instance.
|
Boolean |
recyclable
Indicates whether the instance can be recycled.
|
String |
regionId
The region ID of the instance.
|
String |
resourceGroupId
The ID of the resource group to which the instance belongs.
|
String |
saleCycle
> The parameter is discontinued.
|
DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceSecurityGroupIds |
securityGroupIds
The IDs of the security groups to which the instance belongs.
|
String |
serialNumber
The serial number of the instance.
|
Integer |
spotDuration
The protection period of the preemptible instance.
|
Float |
spotPriceLimit
The maximum hourly price of the instance.
|
String |
spotStrategy
The bidding policy for the pay-as-you-go instance.
|
String |
startTime
The time when the instance was last started.
|
String |
status
The state of the instance.
|
String |
stoppedMode
Indicates whether the instance continues to be billed after it is stopped.
|
DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceTags |
tags
The tags of the instance.
|
String |
vlanId
The virtual LAN (VLAN) ID of the instance.
|
DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceVpcAttributes |
vpcAttributes
The VPC attributes of the instance.
|
String |
zoneId
The zone ID of the instance.
|
构造器和说明 |
---|
DescribeInstancesResponseBodyInstancesInstance() |
@NameInMap(value="AutoReleaseTime") public String autoReleaseTime
The time when to automatically release the pay-as-you-go instance.
@NameInMap(value="ClusterId") public String clusterId
The ID of the cluster to which the instance belongs.
> This parameter will be removed in the future. We recommend that you use other parameters to ensure future compatibility.
@NameInMap(value="Cpu") public Integer cpu
The number of vCPUs.
@NameInMap(value="CpuOptions") public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceCpuOptions cpuOptions
Details about the CPU options.
@NameInMap(value="CreationTime") public String creationTime
The time when the instance was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. For more information, see [ISO 8601](~~25696~~).
@NameInMap(value="CreditSpecification") public String creditSpecification
The performance mode of the burstable instance. Valid values:
* Standard: standard mode. For more information, see the "Standard mode" section in [Overview](~~59977~~).
* Unlimited: unlimited mode. For more information, see the "Unlimited mode" section in [Overview](~~59977~~).
@NameInMap(value="DedicatedHostAttribute") public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceDedicatedHostAttribute dedicatedHostAttribute
Details about the dedicated host. It is an array that consists of the DedicatedHostClusterId, DedicatedHostId, and DedicatedHostName parameters.
@NameInMap(value="DedicatedInstanceAttribute") public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceDedicatedInstanceAttribute dedicatedInstanceAttribute
The attributes of the instance on the dedicated host.
@NameInMap(value="DeletionProtection") public Boolean deletionProtection
The release protection attribute of the instance. This parameter indicates whether you can use the ECS console or call the DeleteInstance operation to release the instance.
* true: Release protection is enabled for the instance.
* false: Release protection is disabled for the instance.
> This parameter is applicable only to pay-as-you-go instances. It can protect instances against manual releases, but not against automatic releases.
@NameInMap(value="DeploymentSetGroupNo") public Integer deploymentSetGroupNo
The number of the deployment set group to which the instance belongs in a deployment set.
@NameInMap(value="DeploymentSetId") public String deploymentSetId
The ID of the deployment set in which the instance is deployed.
@NameInMap(value="Description") public String description
The description of the instance.
@NameInMap(value="DeviceAvailable") public Boolean deviceAvailable
Indicates whether data disks can be attached to the instance.
@NameInMap(value="EcsCapacityReservationAttr") public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceEcsCapacityReservationAttr ecsCapacityReservationAttr
Details about the capacity reservation related to the instance.
@NameInMap(value="EipAddress") public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceEipAddress eipAddress
Details about the EIP associated with the instance.
@NameInMap(value="ExpiredTime") public String expiredTime
The time when the instance expires. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. For more information, see [ISO 8601](~~25696~~).
@NameInMap(value="GPUAmount") public Integer GPUAmount
The number of GPUs for the instance type.
@NameInMap(value="GPUSpec") public String GPUSpec
The category of GPUs for the instance type.
@NameInMap(value="HibernationOptions") public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceHibernationOptions hibernationOptions
> This parameter is in invitational preview and is unavailable for general users.
@NameInMap(value="HostName") public String hostName
The hostname of the instance.
@NameInMap(value="HpcClusterId") public String hpcClusterId
The ID of the HPC cluster to which the instance belongs.
@NameInMap(value="ISP") public String ISP
> This parameter is in invitational preview and is unavailable for general users.
@NameInMap(value="ImageId") public String imageId
The ID of the image that the instance is running.
@NameInMap(value="ImageOptions") public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceImageOptions imageOptions
Details about the image options.
@NameInMap(value="InnerIpAddress") public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceInnerIpAddress innerIpAddress
The internal IP addresses of the instance located in the classic network.
@NameInMap(value="InstanceChargeType") public String instanceChargeType
The billing method of the instance. Valid values:
* PrePaid: subscription
* PostPaid: pay-as-you-go
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
@NameInMap(value="InstanceName") public String instanceName
The name of the instance.
@NameInMap(value="InstanceNetworkType") public String instanceNetworkType
The network type of the instance. Valid values:
* classic
* vpc
@NameInMap(value="InstanceType") public String instanceType
The instance type of the instance.
@NameInMap(value="InstanceTypeFamily") public String instanceTypeFamily
The instance family of the instance.
@NameInMap(value="InternetChargeType") public String internetChargeType
The billing method for network usage. Valid values:
* PayByBandwidth: pay-by-bandwidth
* PayByTraffic: pay-by-traffic
@NameInMap(value="InternetMaxBandwidthIn") public Integer internetMaxBandwidthIn
The maximum inbound public bandwidth. Unit: Mbit/s.
@NameInMap(value="InternetMaxBandwidthOut") public Integer internetMaxBandwidthOut
The maximum outbound public bandwidth. Unit: Mbit/s.
@NameInMap(value="IoOptimized") public Boolean ioOptimized
Indicates whether the instance is I/O optimized.
@NameInMap(value="KeyPairName") public String keyPairName
The name of the key pair bound to the instance.
@NameInMap(value="LocalStorageAmount") public Integer localStorageAmount
The number of local disks attached to the instance.
@NameInMap(value="LocalStorageCapacity") public Long localStorageCapacity
The capacity of local disks attached to the instance.
@NameInMap(value="Memory") public Integer memory
The memory size of the instance. Unit: MiB.
@NameInMap(value="MetadataOptions") public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceMetadataOptions metadataOptions
Details about the metadata options.
@NameInMap(value="NetworkInterfaces") public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceNetworkInterfaces networkInterfaces
Details about the ENIs bound to the instance.
@NameInMap(value="OSName") public String OSName
The name of the operating system of the instance.
@NameInMap(value="OSNameEn") public String OSNameEn
The English name of the operating system of the instance.
@NameInMap(value="OSType") public String OSType
The type of the operating system of the instance. Valid values:
* windows
* linux
@NameInMap(value="OperationLocks") public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceOperationLocks operationLocks
The reasons why the instance was locked.
@NameInMap(value="PublicIpAddress") public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstancePublicIpAddress publicIpAddress
The public IP addresses of the instance.
@NameInMap(value="RdmaIpAddress") public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceRdmaIpAddress rdmaIpAddress
The RDMA IP addresses of the HPC instance.
@NameInMap(value="Recyclable") public Boolean recyclable
Indicates whether the instance can be recycled.
@NameInMap(value="RegionId") public String regionId
The region ID of the instance.
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the instance belongs.
@NameInMap(value="SaleCycle") public String saleCycle
> The parameter is discontinued.
@NameInMap(value="SecurityGroupIds") public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceSecurityGroupIds securityGroupIds
The IDs of the security groups to which the instance belongs.
@NameInMap(value="SerialNumber") public String serialNumber
The serial number of the instance.
@NameInMap(value="SpotDuration") public Integer spotDuration
The protection period of the preemptible instance. Unit: hours. Valid values: 0, 1, 2, 3, 4, 5, and 6.
* Protection periods of 2, 3, 4, 5, and 6 hours are in invitational preview. If you want to set this parameter to one of these values, submit a ticket.
* A value of 0 indicates that the preemptible instance has no protection period.
> This parameter is returned when the SpotStrategy parameter is set to SpotWithPriceLimit or SpotAsPriceGo.
@NameInMap(value="SpotPriceLimit") public Float spotPriceLimit
The maximum hourly price of the instance. It can be accurate to three decimal places. This parameter is valid only when the SpotStrategy parameter is set to SpotWithPriceLimit.
@NameInMap(value="SpotStrategy") public String spotStrategy
The bidding policy for the pay-as-you-go instance. Valid values:
* NoSpot: The instance is a regular pay-as-you-go instance.
* SpotWithPriceLimit: The instance is a preemptible instance with a user-defined maximum hourly price.
* SpotAsPriceGo: The instance is a preemptible instance for which the market price is automatically used as the bid price. The market price can be up to the pay-as-you-go price.
@NameInMap(value="StartTime") public String startTime
The time when the instance was last started. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. For more information, see [ISO 8601](~~25696~~).
@NameInMap(value="Status") public String status
The state of the instance.
@NameInMap(value="StoppedMode") public String stoppedMode
Indicates whether the instance continues to be billed after it is stopped. Valid values:
* KeepCharging: The instance is stopped in standard mode. The billing of the instance continues after the instance is stopped, and resources are retained for the instance.
* StopCharging: The instance is stopped in economical mode. The billing of some resources of the instance stops after the instance is stopped. When the instance is stopped, its resources such as vCPUs, memory, and public IP address are released. The instance may be unable to start again if some required resources are out of stock in the current region.
* Not-applicable: The instance does not support economical mode.
@NameInMap(value="Tags") public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceTags tags
The tags of the instance.
@NameInMap(value="VlanId") public String vlanId
The virtual LAN (VLAN) ID of the instance.
> This parameter will be removed in the future. We recommend that you use other parameters to ensure future compatibility.
@NameInMap(value="VpcAttributes") public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceVpcAttributes vpcAttributes
The VPC attributes of the instance.
@NameInMap(value="ZoneId") public String zoneId
The zone ID of the instance.
public DescribeInstancesResponseBodyInstancesInstance()
public static DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance build(Map<String,?> map) throws Exception
Exception
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setAutoReleaseTime(String autoReleaseTime)
public String getAutoReleaseTime()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setClusterId(String clusterId)
public String getClusterId()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setCpu(Integer cpu)
public Integer getCpu()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setCpuOptions(DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceCpuOptions cpuOptions)
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceCpuOptions getCpuOptions()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setCreationTime(String creationTime)
public String getCreationTime()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setCreditSpecification(String creditSpecification)
public String getCreditSpecification()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setDedicatedHostAttribute(DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceDedicatedHostAttribute dedicatedHostAttribute)
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceDedicatedHostAttribute getDedicatedHostAttribute()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setDedicatedInstanceAttribute(DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceDedicatedInstanceAttribute dedicatedInstanceAttribute)
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceDedicatedInstanceAttribute getDedicatedInstanceAttribute()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setDeletionProtection(Boolean deletionProtection)
public Boolean getDeletionProtection()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setDeploymentSetGroupNo(Integer deploymentSetGroupNo)
public Integer getDeploymentSetGroupNo()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setDeploymentSetId(String deploymentSetId)
public String getDeploymentSetId()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setDescription(String description)
public String getDescription()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setDeviceAvailable(Boolean deviceAvailable)
public Boolean getDeviceAvailable()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setEcsCapacityReservationAttr(DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceEcsCapacityReservationAttr ecsCapacityReservationAttr)
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceEcsCapacityReservationAttr getEcsCapacityReservationAttr()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setEipAddress(DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceEipAddress eipAddress)
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceEipAddress getEipAddress()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setExpiredTime(String expiredTime)
public String getExpiredTime()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setGPUAmount(Integer GPUAmount)
public Integer getGPUAmount()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setGPUSpec(String GPUSpec)
public String getGPUSpec()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setHibernationOptions(DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceHibernationOptions hibernationOptions)
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceHibernationOptions getHibernationOptions()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setHostName(String hostName)
public String getHostName()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setHpcClusterId(String hpcClusterId)
public String getHpcClusterId()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setISP(String ISP)
public String getISP()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setImageId(String imageId)
public String getImageId()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setImageOptions(DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceImageOptions imageOptions)
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceImageOptions getImageOptions()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setInnerIpAddress(DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceInnerIpAddress innerIpAddress)
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceInnerIpAddress getInnerIpAddress()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setInstanceChargeType(String instanceChargeType)
public String getInstanceChargeType()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setInstanceId(String instanceId)
public String getInstanceId()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setInstanceName(String instanceName)
public String getInstanceName()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setInstanceNetworkType(String instanceNetworkType)
public String getInstanceNetworkType()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setInstanceType(String instanceType)
public String getInstanceType()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setInstanceTypeFamily(String instanceTypeFamily)
public String getInstanceTypeFamily()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setInternetChargeType(String internetChargeType)
public String getInternetChargeType()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setInternetMaxBandwidthIn(Integer internetMaxBandwidthIn)
public Integer getInternetMaxBandwidthIn()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setInternetMaxBandwidthOut(Integer internetMaxBandwidthOut)
public Integer getInternetMaxBandwidthOut()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setIoOptimized(Boolean ioOptimized)
public Boolean getIoOptimized()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setKeyPairName(String keyPairName)
public String getKeyPairName()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setLocalStorageAmount(Integer localStorageAmount)
public Integer getLocalStorageAmount()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setLocalStorageCapacity(Long localStorageCapacity)
public Long getLocalStorageCapacity()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setMemory(Integer memory)
public Integer getMemory()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setMetadataOptions(DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceMetadataOptions metadataOptions)
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceMetadataOptions getMetadataOptions()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setNetworkInterfaces(DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceNetworkInterfaces networkInterfaces)
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceNetworkInterfaces getNetworkInterfaces()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setOSName(String OSName)
public String getOSName()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setOSNameEn(String OSNameEn)
public String getOSNameEn()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setOSType(String OSType)
public String getOSType()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setOperationLocks(DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceOperationLocks operationLocks)
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceOperationLocks getOperationLocks()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setPublicIpAddress(DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstancePublicIpAddress publicIpAddress)
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstancePublicIpAddress getPublicIpAddress()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setRdmaIpAddress(DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceRdmaIpAddress rdmaIpAddress)
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceRdmaIpAddress getRdmaIpAddress()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setRecyclable(Boolean recyclable)
public Boolean getRecyclable()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setRegionId(String regionId)
public String getRegionId()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setSaleCycle(String saleCycle)
public String getSaleCycle()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setSecurityGroupIds(DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceSecurityGroupIds securityGroupIds)
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceSecurityGroupIds getSecurityGroupIds()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setSerialNumber(String serialNumber)
public String getSerialNumber()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setSpotDuration(Integer spotDuration)
public Integer getSpotDuration()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setSpotPriceLimit(Float spotPriceLimit)
public Float getSpotPriceLimit()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setSpotStrategy(String spotStrategy)
public String getSpotStrategy()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setStartTime(String startTime)
public String getStartTime()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setStatus(String status)
public String getStatus()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setStoppedMode(String stoppedMode)
public String getStoppedMode()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setTags(DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceTags tags)
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceTags getTags()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setVlanId(String vlanId)
public String getVlanId()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setVpcAttributes(DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceVpcAttributes vpcAttributes)
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceVpcAttributes getVpcAttributes()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstance setZoneId(String zoneId)
public String getZoneId()
Copyright © 2023. All rights reserved.