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
@NameInMap(value="AssociationCount") public Integer associationCount
The number of associated resources.
example:1
@NameInMap(value="CreationTime") public String creationTime
The time when the prefix list was created.
example:2021-02-20T07:11Z
@NameInMap(value="Description") public String description
The description of the prefix list.
example:This is description.
@NameInMap(value="MaxEntries") public Integer maxEntries
The maximum number of entries that the prefix list can contain.
example:20
@NameInMap(value="PrefixListId") public String prefixListId
The ID of the prefix list.
example:pl-x1j1k5ykzqlixdcy****
@NameInMap(value="PrefixListName") public String prefixListName
The name of the prefix list.
example:PrefixListNameSample
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 © 2024. All rights reserved.