GetInstancesInstance

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)

Types

Link copied to clipboard
object Companion

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
val id: String

ID of the instance.

Link copied to clipboard

Instance name.

Link copied to clipboard

(Removed since v1.221.0) The network type of the instance. Possible values: NORMAL, VPC, VPC_CONSOLE.

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, json string.

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

Instance status. Possible values: Running, Disabled, Deleting.

Link copied to clipboard

(Available since v1.221.0) The instance quota which indicating the maximum number of tables.

Link copied to clipboard

A map of tags assigned to the instance. It must be in the format:

Link copied to clipboard

The user id of the instance.