Get Instances Result
data class GetInstancesResult(val architectureType: String? = null, val editionType: String? = null, val enableDetails: Boolean? = null, val engineVersion: String? = null, val expired: String? = null, val globalInstance: Boolean? = null, val id: String, val ids: List<String>, val instanceClass: String? = null, val instanceType: String? = null, val instances: List<GetInstancesInstance>, val nameRegex: String? = null, val names: List<String>, val networkType: String? = null, val outputFile: String? = null, val paymentType: String? = null, val resourceGroupId: String? = null, val searchKey: String? = null, val status: String? = null, val tags: Map<String, Any>? = null, val vpcId: String? = null, val vswitchId: String? = null, val zoneId: String? = null)
A collection of values returned by getInstances.
Constructors
Link copied to clipboard
fun GetInstancesResult(architectureType: String? = null, editionType: String? = null, enableDetails: Boolean? = null, engineVersion: String? = null, expired: String? = null, globalInstance: Boolean? = null, id: String, ids: List<String>, instanceClass: String? = null, instanceType: String? = null, instances: List<GetInstancesInstance>, nameRegex: String? = null, names: List<String>, networkType: String? = null, outputFile: String? = null, paymentType: String? = null, resourceGroupId: String? = null, searchKey: String? = null, status: String? = null, tags: Map<String, Any>? = null, vpcId: String? = null, vswitchId: String? = null, zoneId: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
(Optional) Type of the applied ApsaraDB for instance. For more information, see Instance type table.
Link copied to clipboard