public static class DisableActivationResponseBody.DisableActivationResponseBodyActivation
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
activationId
The ID of the activation code.
|
String |
creationTime
The time when the activation code was created.
|
Integer |
deregisteredCount
The number of instances that were deregistered.
|
String |
description
The description of the activation code.
|
Boolean |
disabled
Indicates whether the activation code is disabled.
|
Integer |
instanceCount
The maximum number of times that the activation code can be used to register managed instances.
|
String |
instanceName
The default instance name prefix.
|
String |
ipAddressRange
The IP addresses of hosts that are allowed to use the activation code.
|
Integer |
registeredCount
The number of instances that were registered.
|
Long |
timeToLiveInHours
The validity period of the activation code.
|
构造器和说明 |
---|
DisableActivationResponseBodyActivation() |
@NameInMap(value="ActivationId") public String activationId
The ID of the activation code.
@NameInMap(value="CreationTime") public String creationTime
The time when the activation code was created.
@NameInMap(value="DeregisteredCount") public Integer deregisteredCount
The number of instances that were deregistered.
@NameInMap(value="Description") public String description
The description of the activation code.
@NameInMap(value="Disabled") public Boolean disabled
Indicates whether the activation code is disabled.
@NameInMap(value="InstanceCount") public Integer instanceCount
The maximum number of times that the activation code can be used to register managed instances.
@NameInMap(value="InstanceName") public String instanceName
The default instance name prefix.
@NameInMap(value="IpAddressRange") public String ipAddressRange
The IP addresses of hosts that are allowed to use the activation code.
@NameInMap(value="RegisteredCount") public Integer registeredCount
The number of instances that were registered.
@NameInMap(value="TimeToLiveInHours") public Long timeToLiveInHours
The validity period of the activation code. Unit: hours.
public static DisableActivationResponseBody.DisableActivationResponseBodyActivation build(Map<String,?> map) throws Exception
Exception
public DisableActivationResponseBody.DisableActivationResponseBodyActivation setActivationId(String activationId)
public String getActivationId()
public DisableActivationResponseBody.DisableActivationResponseBodyActivation setCreationTime(String creationTime)
public String getCreationTime()
public DisableActivationResponseBody.DisableActivationResponseBodyActivation setDeregisteredCount(Integer deregisteredCount)
public Integer getDeregisteredCount()
public DisableActivationResponseBody.DisableActivationResponseBodyActivation setDescription(String description)
public String getDescription()
public DisableActivationResponseBody.DisableActivationResponseBodyActivation setDisabled(Boolean disabled)
public Boolean getDisabled()
public DisableActivationResponseBody.DisableActivationResponseBodyActivation setInstanceCount(Integer instanceCount)
public Integer getInstanceCount()
public DisableActivationResponseBody.DisableActivationResponseBodyActivation setInstanceName(String instanceName)
public String getInstanceName()
public DisableActivationResponseBody.DisableActivationResponseBodyActivation setIpAddressRange(String ipAddressRange)
public String getIpAddressRange()
public DisableActivationResponseBody.DisableActivationResponseBodyActivation setRegisteredCount(Integer registeredCount)
public Integer getRegisteredCount()
public DisableActivationResponseBody.DisableActivationResponseBodyActivation setTimeToLiveInHours(Long timeToLiveInHours)
public Long getTimeToLiveInHours()
Copyright © 2023. All rights reserved.