Get Instances Instance
data class GetInstancesInstance(val clusterType: String, val createTime: String, val description: String, val entityQuota: Int, val id: String, val name: String, val network: String, val networkSourceAcls: List<String>, val networkTypeAcls: List<String>, val policy: String, val policyVersion: Int, val resourceGroupId: String, val status: String, val tableQuota: Int, val tags: Map<String, String>, val userId: String)
Constructors
Link copied to clipboard
constructor(clusterType: String, createTime: String, description: String, entityQuota: Int, id: String, name: String, network: String, networkSourceAcls: List<String>, networkTypeAcls: List<String>, policy: String, policyVersion: Int, resourceGroupId: String, status: String, tableQuota: Int, tags: Map<String, String>, userId: String)
Properties
Link copied to clipboard
The cluster type of the instance. Possible values: SSD
, HYBRID
.
Link copied to clipboard
The create time of the instance.
Link copied to clipboard
The description of the instance.
Link copied to clipboard
(Removed since v1.221.0) The instance quota which indicating the maximum number of tables.
Link copied to clipboard
(Available since v1.221.0) The set of request sources that are allowed access. Possible values: TRUST_PROXY
.
Link copied to clipboard
(Available since v1.221.0) The set of network types that are allowed access. Possible values: CLASSIC
, VPC
, INTERNET
.
Link copied to clipboard
(Available since v1.221.0) instance policy version.
Link copied to clipboard
(Available since v1.221.0) The resource group the instance belongs to.
Link copied to clipboard
(Available since v1.221.0) The instance quota which indicating the maximum number of tables.