Get Instances Instance
data class GetInstancesInstance(val attachNodeNumber: Int, val category: String, val createTime: String, val dbfsClusterId: String, val ecsLists: List<GetInstancesInstanceEcsList>, val enableRaid: Boolean, val encryption: Boolean, val id: String, val instanceId: String, val instanceName: String, val kmsKeyId: String, val paymentType: String, val performanceLevel: String, val raidStripeUnitNumber: String, val size: Int, val status: String, val zoneId: String)
Constructors
Link copied to clipboard
constructor(attachNodeNumber: Int, category: String, createTime: String, dbfsClusterId: String, ecsLists: List<GetInstancesInstanceEcsList>, enableRaid: Boolean, encryption: Boolean, id: String, instanceId: String, instanceName: String, kmsKeyId: String, paymentType: String, performanceLevel: String, raidStripeUnitNumber: String, size: Int, status: String, zoneId: String)
Properties
Link copied to clipboard
the number of nodes of the Database file system.
Link copied to clipboard
The create time of the Database file system.
Link copied to clipboard
The cluster ID of the Database file system.
Link copied to clipboard
The collection of ECS instances mounted to the Database file system.
Link copied to clipboard
Whether to create the Database file system in RAID way. Valid values : true
anf false
.
Link copied to clipboard
Whether to encrypt the Database file system. Valid values: true
and false
.
Link copied to clipboard
The ID of the Database File System
Link copied to clipboard
The name of the Database file system.
Link copied to clipboard
Thr payment type of the Database file system. Valid value: PayAsYouGo
.
Link copied to clipboard
The performance level of the Database file system. Valid values: PL0
, PL1
, PL2
, PL3
.
Link copied to clipboard
The number of strip . When enable_raid
parameter is set to true
will transfer. This parameter is valid When enable_raid
parameter is set to true
.