GetActivationsActivation

data class GetActivationsActivation(val activationId: String, val createTime: String, val deregisteredCount: Int, val description: String, val disabled: Boolean, val id: String, val instanceCount: Int, val instanceName: String, val ipAddressRange: String, val registeredCount: Int, val timeToLiveInHours: Int)

Constructors

Link copied to clipboard
constructor(activationId: String, createTime: String, deregisteredCount: Int, description: String, disabled: Boolean, id: String, instanceCount: Int, instanceName: String, ipAddressRange: String, registeredCount: Int, timeToLiveInHours: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the activation code.

Link copied to clipboard

The time when the activation code was created.

Link copied to clipboard

The number of instances that have been logged out.

Link copied to clipboard

Description of the corresponding activation code.

Link copied to clipboard

Indicates whether the activation code is disabled.

Link copied to clipboard
val id: String

The ID of the Activation.

Link copied to clipboard

The maximum number of times the activation code is used to register a managed instance.

Link copied to clipboard

The default prefix of the instance name.

Link copied to clipboard

The IP address of the host that allows the activation code to be used.

Link copied to clipboard

The number of instances that were registered.

Link copied to clipboard

The validity period of the activation code. Unit: hours.