ElasticGpuAssociationResponse

data class ElasticGpuAssociationResponse(val elasticGpuAssociationId: String? = null, val elasticGpuAssociationState: String? = null, val elasticGpuAssociationTime: String? = null, val elasticGpuId: String? = null)

Definition of ElasticGpuAssociation

Constructors

Link copied to clipboard
constructor(elasticGpuAssociationId: String? = null, elasticGpuAssociationState: String? = null, elasticGpuAssociationTime: String? = null, elasticGpuId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the association.

Link copied to clipboard

The state of the association between the instance and the Elastic Graphics accelerator.

Link copied to clipboard

The time the Elastic Graphics accelerator was associated with the instance.

Link copied to clipboard
val elasticGpuId: String? = null

The ID of the Elastic Graphics accelerator.