public static class UpdateInstanceResponseBody.UpdateInstanceResponseBodyResult
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
createdAt
The private domain name of the instance.
|
String |
description
The configuration of data nodes.
|
String |
domain
The ID of the instance.
|
String |
esVersion
The node specifications.
|
String |
instanceId
The storage space of the node.
|
UpdateInstanceResponseBody.UpdateInstanceResponseBodyResultKibanaConfiguration |
kibanaConfiguration
The size of the node storage space.
|
UpdateInstanceResponseBody.UpdateInstanceResponseBodyResultMasterConfiguration |
masterConfiguration
The storage space of the node.
|
Integer |
nodeAmount
The billing method of the instance.
|
UpdateInstanceResponseBody.UpdateInstanceResponseBodyResultNodeSpec |
nodeSpec
The storage type of the node.
|
String |
paymentType
The edition of the dedicated KMS instance.
|
String |
status
The name of the instance.
|
构造器和说明 |
---|
UpdateInstanceResponseBodyResult() |
@NameInMap(value="createdAt") public String createdAt
The private domain name of the instance.
@NameInMap(value="description") public String description
The configuration of data nodes.
@NameInMap(value="domain") public String domain
The ID of the instance.
@NameInMap(value="esVersion") public String esVersion
The node specifications.
@NameInMap(value="instanceId") public String instanceId
The storage space of the node. Unit: GB.
@NameInMap(value="kibanaConfiguration") public UpdateInstanceResponseBody.UpdateInstanceResponseBodyResultKibanaConfiguration kibanaConfiguration
The size of the node storage space.
@NameInMap(value="masterConfiguration") public UpdateInstanceResponseBody.UpdateInstanceResponseBodyResultMasterConfiguration masterConfiguration
The storage space of the node. Unit: GB.
@NameInMap(value="nodeAmount") public Integer nodeAmount
The billing method of the instance. Valid values:
* prepaid: subscription
* postpaid: pay-as-you-go
@NameInMap(value="nodeSpec") public UpdateInstanceResponseBody.UpdateInstanceResponseBodyResultNodeSpec nodeSpec
The storage type of the node. Valid values:
* cloud_ssd: standard SSD
* cloud_efficiency: ultra disk
@NameInMap(value="paymentType") public String paymentType
The edition of the dedicated KMS instance.
@NameInMap(value="status") public String status
The name of the instance.
public static UpdateInstanceResponseBody.UpdateInstanceResponseBodyResult build(Map<String,?> map) throws Exception
Exception
public UpdateInstanceResponseBody.UpdateInstanceResponseBodyResult setCreatedAt(String createdAt)
public String getCreatedAt()
public UpdateInstanceResponseBody.UpdateInstanceResponseBodyResult setDescription(String description)
public String getDescription()
public UpdateInstanceResponseBody.UpdateInstanceResponseBodyResult setDomain(String domain)
public String getDomain()
public UpdateInstanceResponseBody.UpdateInstanceResponseBodyResult setEsVersion(String esVersion)
public String getEsVersion()
public UpdateInstanceResponseBody.UpdateInstanceResponseBodyResult setInstanceId(String instanceId)
public String getInstanceId()
public UpdateInstanceResponseBody.UpdateInstanceResponseBodyResult setKibanaConfiguration(UpdateInstanceResponseBody.UpdateInstanceResponseBodyResultKibanaConfiguration kibanaConfiguration)
public UpdateInstanceResponseBody.UpdateInstanceResponseBodyResultKibanaConfiguration getKibanaConfiguration()
public UpdateInstanceResponseBody.UpdateInstanceResponseBodyResult setMasterConfiguration(UpdateInstanceResponseBody.UpdateInstanceResponseBodyResultMasterConfiguration masterConfiguration)
public UpdateInstanceResponseBody.UpdateInstanceResponseBodyResultMasterConfiguration getMasterConfiguration()
public UpdateInstanceResponseBody.UpdateInstanceResponseBodyResult setNodeAmount(Integer nodeAmount)
public Integer getNodeAmount()
public UpdateInstanceResponseBody.UpdateInstanceResponseBodyResult setNodeSpec(UpdateInstanceResponseBody.UpdateInstanceResponseBodyResultNodeSpec nodeSpec)
public UpdateInstanceResponseBody.UpdateInstanceResponseBodyResultNodeSpec getNodeSpec()
public UpdateInstanceResponseBody.UpdateInstanceResponseBodyResult setPaymentType(String paymentType)
public String getPaymentType()
public UpdateInstanceResponseBody.UpdateInstanceResponseBodyResult setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.