GetInstancesInstance

data class GetInstancesInstance(val availabilityZone: String, val chargeType: String, val connectionString: String, val cpuCores: String, val createTime: String, val creationTime: String, val dbInstanceCategory: String, val dbInstanceClass: String, val dbInstanceId: String, val dbInstanceMode: String, val description: String, val engine: String, val engineVersion: String, val id: String, val instanceNetworkType: String, val ipWhitelists: List<GetInstancesInstanceIpWhitelist>, val maintainEndTime: String, val maintainStartTime: String, val masterNodeNum: String, val memorySize: String, val paymentType: String, val regionId: String, val segNodeNum: String, val status: String, val storageSize: Int, val storageType: String, val tags: Map<String, String>, val vpcId: String, val vswitchId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(availabilityZone: String, chargeType: String, connectionString: String, cpuCores: String, createTime: String, creationTime: String, dbInstanceCategory: String, dbInstanceClass: String, dbInstanceId: String, dbInstanceMode: String, description: String, engine: String, engineVersion: String, id: String, instanceNetworkType: String, ipWhitelists: List<GetInstancesInstanceIpWhitelist>, maintainEndTime: String, maintainStartTime: String, masterNodeNum: String, memorySize: String, paymentType: String, regionId: String, segNodeNum: String, status: String, storageSize: Int, storageType: String, tags: Map<String, String>, vpcId: String, vswitchId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Instance availability zone.

Link copied to clipboard
Link copied to clipboard

The connection string of the instance.

Link copied to clipboard

The number of CPU cores of the computing node. Unit: Core.

Link copied to clipboard

The time when the instance was created. The time is in the YYYY-MM-DDThh:mm:ssZ format, such as 2011-05-30T12:11:4Z.

Link copied to clipboard
Link copied to clipboard

The db instance category. Valid values: HighAvailability, Basic.

Link copied to clipboard

The db instance class.

Link copied to clipboard

The db instance id.

Link copied to clipboard

The db instance mode. Valid values: StorageElastic, Serverless, Classic.

Link copied to clipboard

The description of the instance.

Link copied to clipboard

The database engine used by the instance.

Link copied to clipboard

The version of the database engine used by the instance.

Link copied to clipboard
val id: String

The ID of the db Instance.

Link copied to clipboard

The network type of the instance.

Link copied to clipboard
Link copied to clipboard

The end time of the maintenance window for the instance.

Link copied to clipboard

The start time of the maintenance window for the instance.

Link copied to clipboard

The number of Master nodes. Valid values: 1 to 2. if it is not filled in, the default value is 1 Master node.

Link copied to clipboard

The memory size of the compute node.

Link copied to clipboard

The billing method of the instance. Valid values: Subscription, PayAsYouGo.

Link copied to clipboard

Region ID the instance belongs to.

Link copied to clipboard

Calculate the number of nodes. The value range of the high-availability version of the storage elastic mode is 4 to 512, and the value must be a multiple of 4. The value range of the basic version of the storage elastic mode is 2 to 512, and the value must be a multiple of 2. The-Serverless version has a value range of 2 to 512. The value must be a multiple of 2.

Link copied to clipboard

The status of the instance. Valid values: Creating, DBInstanceClassChanging, DBInstanceNetTypeChanging, Deleting, EngineVersionUpgrading, GuardDBInstanceCreating, GuardSwitching, Importing, ImportingFromOtherInstance, Rebooting, Restoring, Running, Transfering, TransferingToOtherInstance.

Link copied to clipboard

The storage capacity. Unit: GB. Value: 50 to 4000.

Link copied to clipboard

The type of disks. Valid values: cloud_essd, cloud_efficiency.

Link copied to clipboard

The tags of the instance.

Link copied to clipboard

The ID of the VPC。.

Link copied to clipboard

The vswitch id.

Link copied to clipboard

The zone ID of the instance.