public class DescribeResourceResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
clusterId
The ID of the cluster to which the resource group belongs.
|
Integer |
cpuCount
The total number of CPU cores.
|
String |
createTime
The time when the resource group was created.
|
String |
extraData
The additional information, such as the connection status of a virtual private cloud (VPC) and the log status of Log Service.
|
Integer |
gpuCount
The total number of GPUs.
|
Integer |
instanceCount
The total number of instances in the resource group.
|
String |
message
The returned message.
|
String |
ownerUid
The ID of the resource group owner.
|
Integer |
postPaidInstanceCount
The total number of pay-as-you-go instances in the resource group.
|
Integer |
prePaidInstanceCount
The total number of subscription instances in the resource group.
|
String |
requestId
The request ID.
|
String |
resourceId
The ID of the Elastic Algorithm Service (EAS) resource.
|
String |
resourceName
The name of the EAS resource.
|
String |
resourceType
The type of the resource group.
|
String |
status
The state of the resource group.
|
String |
updateTime
The time when the resource group was last updated.
|
| 构造器和说明 |
|---|
DescribeResourceResponseBody() |
@NameInMap(value="ClusterId") public String clusterId
The ID of the cluster to which the resource group belongs.
example:cn-beijing
@NameInMap(value="CpuCount") public Integer cpuCount
The total number of CPU cores.
example:16
@NameInMap(value="CreateTime") public String createTime
The time when the resource group was created.
example:2020-05-19T14:19:42Z
@NameInMap(value="ExtraData") public String extraData
The additional information, such as the connection status of a virtual private cloud (VPC) and the log status of Log Service.
example:{"vswitch_id":"vsw-bp17uo6xebcusy****","gpu_share":true,"aux_vswitch_id_list":["vsw-bp13b3pvjap3vxn****","vsw-bp1nls8o5hk8mt8*****"],"security_group_id":"sg-bp1j1z7297hcink*****","vpc_id":"vpc-bp1kjr3rfyhx01*****","destination_cidr":"172.16.0.12/28","role_arn":"acs:ram::1157703270*****:role/AliyunServiceRoleForPaiEas","sls_project":"","sls_logstore":"","sls_status":"ResourceReady","sls_message":"","update_time":""}
@NameInMap(value="GpuCount") public Integer gpuCount
The total number of GPUs.
example:1
@NameInMap(value="InstanceCount") public Integer instanceCount
The total number of instances in the resource group.
example:4
@NameInMap(value="Message") public String message
The returned message.
example:Resource is ready
@NameInMap(value="OwnerUid") public String ownerUid
The ID of the resource group owner.
example:14401087478****
@NameInMap(value="PostPaidInstanceCount") public Integer postPaidInstanceCount
The total number of pay-as-you-go instances in the resource group.
example:3
@NameInMap(value="PrePaidInstanceCount") public Integer prePaidInstanceCount
The total number of subscription instances in the resource group.
example:1
@NameInMap(value="RequestId") public String requestId
The request ID.
example:902976F2-6FAF-5404-8A4D-6CC223***
@NameInMap(value="ResourceId") public String resourceId
The ID of the Elastic Algorithm Service (EAS) resource.
example:eas-r-glkfpsxuw57x1h*****
@NameInMap(value="ResourceName") public String resourceName
The name of the EAS resource.
example:my-resouce****
@NameInMap(value="ResourceType") public String resourceType
The type of the resource group. Valid values:
Dedicated
@NameInMap(value="Status") public String status
The state of the resource group.
example:ResourceReady
@NameInMap(value="UpdateTime") public String updateTime
The time when the resource group was last updated.
example:2021-02-24T11:52:17Z
public static DescribeResourceResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeResourceResponseBody setClusterId(String clusterId)
public String getClusterId()
public DescribeResourceResponseBody setCpuCount(Integer cpuCount)
public Integer getCpuCount()
public DescribeResourceResponseBody setCreateTime(String createTime)
public String getCreateTime()
public DescribeResourceResponseBody setExtraData(String extraData)
public String getExtraData()
public DescribeResourceResponseBody setGpuCount(Integer gpuCount)
public Integer getGpuCount()
public DescribeResourceResponseBody setInstanceCount(Integer instanceCount)
public Integer getInstanceCount()
public DescribeResourceResponseBody setMessage(String message)
public String getMessage()
public DescribeResourceResponseBody setOwnerUid(String ownerUid)
public String getOwnerUid()
public DescribeResourceResponseBody setPostPaidInstanceCount(Integer postPaidInstanceCount)
public Integer getPostPaidInstanceCount()
public DescribeResourceResponseBody setPrePaidInstanceCount(Integer prePaidInstanceCount)
public Integer getPrePaidInstanceCount()
public DescribeResourceResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeResourceResponseBody setResourceId(String resourceId)
public String getResourceId()
public DescribeResourceResponseBody setResourceName(String resourceName)
public String getResourceName()
public DescribeResourceResponseBody setResourceType(String resourceType)
public String getResourceType()
public DescribeResourceResponseBody setStatus(String status)
public String getStatus()
public DescribeResourceResponseBody setUpdateTime(String updateTime)
public String getUpdateTime()
Copyright © 2024. All rights reserved.