GetEcsStorageCapacityUnitsUnit

data class GetEcsStorageCapacityUnitsUnit(val allocationStatus: String, val capacity: Int, val createTime: String, val description: String, val expiredTime: String, val id: String, val startTime: String, val status: String, val storageCapacityUnitId: String, val storageCapacityUnitName: String)

Constructors

Link copied to clipboard
constructor(allocationStatus: String, capacity: Int, createTime: String, description: String, expiredTime: String, id: String, startTime: String, status: String, storageCapacityUnitId: String, storageCapacityUnitName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When the AllocationType value is Shared, this parameter indicates the allocation status of Storage Capacity Unit. Valid values: allocated, Ignored.

Link copied to clipboard

The capacity of the Storage Capacity Unit.

Link copied to clipboard

The time when the Storage Capacity Unit was created.

Link copied to clipboard

The description of the Storage Capacity Unit.

Link copied to clipboard

The time when the Storage Capacity Unit expires.

Link copied to clipboard
val id: String

The ID of the Storage Capacity Unit.

Link copied to clipboard

The effective time of the Storage Capacity Unit.

Link copied to clipboard

The status of Storage Capacity Unit.

Link copied to clipboard

The ID of Storage Capacity Unit.

Link copied to clipboard

The name of the Storage Capacity Unit.