public static class DescribePrefixListsResponseBody.DescribePrefixListsResponseBodyPrefixListsPrefixList
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
addressFamily
The IP address family of the prefix list.
|
Integer |
associationCount
The number of associated resources.
|
String |
creationTime
The time when the prefix list was created.
|
String |
description
The description of the prefix list.
|
Integer |
maxEntries
The maximum number of entries that the prefix list can contain.
|
String |
prefixListId
The ID of the prefix list.
|
String |
prefixListName
The name of the prefix list.
|
构造器和说明 |
---|
DescribePrefixListsResponseBodyPrefixListsPrefixList() |
@NameInMap(value="AddressFamily") public String addressFamily
The IP address family of the prefix list. Valid values:
* IPv4
* IPv6
@NameInMap(value="AssociationCount") public Integer associationCount
The number of associated resources.
@NameInMap(value="CreationTime") public String creationTime
The time when the prefix list was created.
@NameInMap(value="Description") public String description
The description of the prefix list.
@NameInMap(value="MaxEntries") public Integer maxEntries
The maximum number of entries that the prefix list can contain.
@NameInMap(value="PrefixListId") public String prefixListId
The ID of the prefix list.
@NameInMap(value="PrefixListName") public String prefixListName
The name of the prefix list.
public DescribePrefixListsResponseBodyPrefixListsPrefixList()
public static DescribePrefixListsResponseBody.DescribePrefixListsResponseBodyPrefixListsPrefixList build(Map<String,?> map) throws Exception
Exception
public DescribePrefixListsResponseBody.DescribePrefixListsResponseBodyPrefixListsPrefixList setAddressFamily(String addressFamily)
public String getAddressFamily()
public DescribePrefixListsResponseBody.DescribePrefixListsResponseBodyPrefixListsPrefixList setAssociationCount(Integer associationCount)
public Integer getAssociationCount()
public DescribePrefixListsResponseBody.DescribePrefixListsResponseBodyPrefixListsPrefixList setCreationTime(String creationTime)
public String getCreationTime()
public DescribePrefixListsResponseBody.DescribePrefixListsResponseBodyPrefixListsPrefixList setDescription(String description)
public String getDescription()
public DescribePrefixListsResponseBody.DescribePrefixListsResponseBodyPrefixListsPrefixList setMaxEntries(Integer maxEntries)
public Integer getMaxEntries()
public DescribePrefixListsResponseBody.DescribePrefixListsResponseBodyPrefixListsPrefixList setPrefixListId(String prefixListId)
public String getPrefixListId()
public DescribePrefixListsResponseBody.DescribePrefixListsResponseBodyPrefixListsPrefixList setPrefixListName(String prefixListName)
public String getPrefixListName()
Copyright © 2023. All rights reserved.