GetServerlessInstancesInstance

data class GetServerlessInstancesInstance(val capacityUnit: Int, val dbInstanceClass: String, val dbInstanceDescription: String, val dbInstanceId: String, val dbInstanceReleaseProtection: Boolean, val dbInstanceStorage: Int, val engine: String, val engineVersion: String, val expireTime: String, val id: String, val kindCode: String, val lockMode: String, val maintainEndTime: String, val maintainStartTime: String, val maxConnections: Int, val maxIops: Int, val networkType: String, val paymentType: String, val protocolType: String, val resourceGroupId: String, val securityIpGroups: List<GetServerlessInstancesInstanceSecurityIpGroup>, val status: String, val storageEngine: String, val tags: Map<String, String>, val vpcAuthMode: String, val vpcId: String, val vswitchId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(capacityUnit: Int, dbInstanceClass: String, dbInstanceDescription: String, dbInstanceId: String, dbInstanceReleaseProtection: Boolean, dbInstanceStorage: Int, engine: String, engineVersion: String, expireTime: String, id: String, kindCode: String, lockMode: String, maintainEndTime: String, maintainStartTime: String, maxConnections: Int, maxIops: Int, networkType: String, paymentType: String, protocolType: String, resourceGroupId: String, securityIpGroups: List<GetServerlessInstancesInstanceSecurityIpGroup>, status: String, storageEngine: String, tags: Map<String, String>, vpcAuthMode: String, vpcId: String, vswitchId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The read/write throughput consumed by the instance.

Link copied to clipboard

The db instance class.

Link copied to clipboard

The db instance description.

Link copied to clipboard

The db instance id.

Link copied to clipboard

The db instance release protection.

Link copied to clipboard

The db instance storage.

Link copied to clipboard

The database engine of the instance.

Link copied to clipboard

The database version number. Valid values: 4.2.

Link copied to clipboard

The time when the subscription instance expires. The time is in the yyyy-MM-ddTHH:mmZ format. The time is displayed in UTC.

Link copied to clipboard
val id: String

The ID of the Serverless Instance.

Link copied to clipboard

Indicates the type of the instance. Valid values: 0: physical machine. 1: ECS. 2: DOCKER. 18: k8s new architecture instance.

Link copied to clipboard

The locked status of the instance.

Link copied to clipboard

The start time of the maintenance window. The time is in the HH:mmZ format. The time is displayed in UTC.

Link copied to clipboard

The end time of the maintenance window. The time is in the HH:mmZ format. The time is displayed in UTC.

Link copied to clipboard

Instance maximum connections.

Link copied to clipboard

The maximum IOPS of the instance.

Link copied to clipboard

The network type of the instance.

Link copied to clipboard

The Payment type of the instance.

Link copied to clipboard

The access protocol type of the instance. Valid values: mongodb, dynamodb.

Link copied to clipboard

The ID of the resource group.

Link copied to clipboard
Link copied to clipboard

The status of the instance.

Link copied to clipboard

The storage engine used by the instance.

Link copied to clipboard

The tag of the resource.

Link copied to clipboard

Intranet secret free access mode.

Link copied to clipboard

The ID of the VPC network.

Link copied to clipboard

The id of the vswitch.

Link copied to clipboard

The ID of the zone.