GetPrefixListsList

data class GetPrefixListsList(val createTime: String, val entrys: List<GetPrefixListsListEntry>, val id: String, val ipVersion: String, val maxEntries: Int, val prefixListDescription: String, val prefixListId: String, val prefixListName: String, val shareType: String)

Constructors

Link copied to clipboard
constructor(createTime: String, entrys: List<GetPrefixListsListEntry>, id: String, ipVersion: String, maxEntries: Int, prefixListDescription: String, prefixListId: String, prefixListName: String, shareType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the prefix list was created.

Link copied to clipboard

The CIDR address block list of the prefix list.

Link copied to clipboard
val id: String

The ID of the Prefix List.

Link copied to clipboard

The IP version of the prefix list.

Link copied to clipboard

The maximum number of entries for CIDR address blocks in the prefix list.

Link copied to clipboard

The description of the prefix list.

Link copied to clipboard

The ID of the query Prefix List.

Link copied to clipboard

The name of the prefix list.

Link copied to clipboard

The share type of the prefix list.