public static class DescribeActivationsResponseBody.DescribeActivationsResponseBodyActivationList
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.
|
String |
resourceGroupId
The ID of the resource group to which the activation code belongs.
|
List<DescribeActivationsResponseBody.DescribeActivationsResponseBodyActivationListTags> |
tags
The tags of the activation code.
|
Long |
timeToLiveInHours
The validity period of the activation code.
|
构造器和说明 |
---|
DescribeActivationsResponseBodyActivationList() |
@NameInMap(value="ActivationId") public String activationId
The ID of the activation code.
example:4ECEEE12-56F1-4FBC-9AB1-890F1234****
@NameInMap(value="CreationTime") public String creationTime
The time when the activation code was created.
example:2021-01-20T06:00:00Z
@NameInMap(value="DeregisteredCount") public Integer deregisteredCount
The number of instances that were deregistered.
example:1
@NameInMap(value="Description") public String description
The description of the activation code.
example:This is description.
@NameInMap(value="Disabled") public Boolean disabled
Indicates whether the activation code is disabled.
example:false
@NameInMap(value="InstanceCount") public Integer instanceCount
The maximum number of times that the activation code can be used to register managed instances.
example:1
@NameInMap(value="InstanceName") public String instanceName
The default instance name prefix.
example:test-InstanceName
@NameInMap(value="IpAddressRange") public String ipAddressRange
The IP addresses of hosts that are allowed to use the activation code.
example:0.0.0.0/0
@NameInMap(value="RegisteredCount") public Integer registeredCount
The number of instances that were registered.
example:1
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the activation code belongs.
example:rg-123******
@NameInMap(value="Tags") public List<DescribeActivationsResponseBody.DescribeActivationsResponseBodyActivationListTags> tags
The tags of the activation code.
@NameInMap(value="TimeToLiveInHours") public Long timeToLiveInHours
The validity period of the activation code. Unit: hours.
example:4
public DescribeActivationsResponseBodyActivationList()
public static DescribeActivationsResponseBody.DescribeActivationsResponseBodyActivationList build(Map<String,?> map) throws Exception
Exception
public DescribeActivationsResponseBody.DescribeActivationsResponseBodyActivationList setActivationId(String activationId)
public String getActivationId()
public DescribeActivationsResponseBody.DescribeActivationsResponseBodyActivationList setCreationTime(String creationTime)
public String getCreationTime()
public DescribeActivationsResponseBody.DescribeActivationsResponseBodyActivationList setDeregisteredCount(Integer deregisteredCount)
public Integer getDeregisteredCount()
public DescribeActivationsResponseBody.DescribeActivationsResponseBodyActivationList setDescription(String description)
public String getDescription()
public DescribeActivationsResponseBody.DescribeActivationsResponseBodyActivationList setDisabled(Boolean disabled)
public Boolean getDisabled()
public DescribeActivationsResponseBody.DescribeActivationsResponseBodyActivationList setInstanceCount(Integer instanceCount)
public Integer getInstanceCount()
public DescribeActivationsResponseBody.DescribeActivationsResponseBodyActivationList setInstanceName(String instanceName)
public String getInstanceName()
public DescribeActivationsResponseBody.DescribeActivationsResponseBodyActivationList setIpAddressRange(String ipAddressRange)
public String getIpAddressRange()
public DescribeActivationsResponseBody.DescribeActivationsResponseBodyActivationList setRegisteredCount(Integer registeredCount)
public Integer getRegisteredCount()
public DescribeActivationsResponseBody.DescribeActivationsResponseBodyActivationList setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeActivationsResponseBody.DescribeActivationsResponseBodyActivationList setTags(List<DescribeActivationsResponseBody.DescribeActivationsResponseBodyActivationListTags> tags)
public List<DescribeActivationsResponseBody.DescribeActivationsResponseBodyActivationListTags> getTags()
public DescribeActivationsResponseBody.DescribeActivationsResponseBodyActivationList setTimeToLiveInHours(Long timeToLiveInHours)
public Long getTimeToLiveInHours()
Copyright © 2024. All rights reserved.