public static class ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
cidrBlocks
The CIDR block specified in the prefix list.
|
String |
creationTime
The time when the prefix list was created.
|
String |
ipVersion
The IP version of the prefix list.
|
Integer |
maxEntries
The maximum number of CIDR blocks that you can specify in the prefix list.
|
String |
ownerId
The Alibaba Cloud account to which the prefix list belongs.
|
String |
prefixListDescription
The description of the prefix list.
|
String |
prefixListId
The ID of the prefix list.
|
String |
prefixListName
The name of the prefix list.
|
String |
prefixListStatus
The status of the prefix list.
|
String |
prefixListType
The type of the prefix list.
|
String |
regionId
The region ID of the prefix list.
|
String |
resourceGroupId
The ID of the resource group to which the prefix list belongs.
|
String |
shareType
Indicates whether the prefix list is shared.
|
String |
status
The status of the prefix list.
|
List<ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixListsTags> |
tags
The tags.
|
构造器和说明 |
---|
ListPrefixListsResponseBodyPrefixLists() |
@NameInMap(value="CidrBlocks") public List<String> cidrBlocks
The CIDR block specified in the prefix list.
@NameInMap(value="CreationTime") public String creationTime
The time when the prefix list was created.
example:2022-07-12T14:22:32Z
@NameInMap(value="IpVersion") public String ipVersion
The IP version of the prefix list. Valid values:
IPV4
@NameInMap(value="MaxEntries") public Integer maxEntries
The maximum number of CIDR blocks that you can specify in the prefix list.
example:10
@NameInMap(value="OwnerId") public String ownerId
The Alibaba Cloud account to which the prefix list belongs.
example:1210123456123456
@NameInMap(value="PrefixListDescription") public String prefixListDescription
The description of the prefix list.
example:Created with oss service by system.
@NameInMap(value="PrefixListId") public String prefixListId
The ID of the prefix list.
example:pl-m5estsqsdqwg88hjf****
@NameInMap(value="PrefixListName") public String prefixListName
The name of the prefix list.
example:test
@NameInMap(value="PrefixListStatus") public String prefixListStatus
The status of the prefix list. Valid values:
example:This parameter is the same as the Status parameter.
Created
@NameInMap(value="PrefixListType") public String prefixListType
The type of the prefix list.
example:Custom
@NameInMap(value="RegionId") public String regionId
The region ID of the prefix list.
example:cn-hangzhou
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the prefix list belongs.
example:rg-bp67acfmxazb4ph****
@NameInMap(value="ShareType") public String shareType
Indicates whether the prefix list is shared. Valid values:
Shared
@NameInMap(value="Status") public String status
The status of the prefix list. Valid values:
Created
@NameInMap(value="Tags") public List<ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixListsTags> tags
The tags.
public static ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists build(Map<String,?> map) throws Exception
Exception
public ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists setCidrBlocks(List<String> cidrBlocks)
public ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists setCreationTime(String creationTime)
public String getCreationTime()
public ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists setIpVersion(String ipVersion)
public String getIpVersion()
public ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists setMaxEntries(Integer maxEntries)
public Integer getMaxEntries()
public ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists setOwnerId(String ownerId)
public String getOwnerId()
public ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists setPrefixListDescription(String prefixListDescription)
public String getPrefixListDescription()
public ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists setPrefixListId(String prefixListId)
public String getPrefixListId()
public ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists setPrefixListName(String prefixListName)
public String getPrefixListName()
public ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists setPrefixListStatus(String prefixListStatus)
public String getPrefixListStatus()
public ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists setPrefixListType(String prefixListType)
public String getPrefixListType()
public ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists setRegionId(String regionId)
public String getRegionId()
public ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists setShareType(String shareType)
public String getShareType()
public ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists setStatus(String status)
public String getStatus()
public ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixLists setTags(List<ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixListsTags> tags)
public List<ListPrefixListsResponseBody.ListPrefixListsResponseBodyPrefixListsTags> getTags()
Copyright © 2024. All rights reserved.