Get Activations Activation
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
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
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.