GetEcsPrefixListsList

data class GetEcsPrefixListsList(val addressFamily: String, val associationCount: Int, val createTime: String, val description: String, val entries: List<GetEcsPrefixListsListEntry>, val id: String, val maxEntries: Int, val prefixListId: String, val prefixListName: String)

Constructors

Link copied to clipboard
constructor(addressFamily: String, associationCount: Int, createTime: String, description: String, entries: List<GetEcsPrefixListsListEntry>, id: String, maxEntries: Int, prefixListId: String, prefixListName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The address family of the prefix list. Valid values:IPv4,IPv6.

Link copied to clipboard

The amount of associated resources.

Link copied to clipboard

The time when the prefix list was created.

Link copied to clipboard

The description of the prefix list.

Link copied to clipboard
Link copied to clipboard
val id: String

The ID of the prefix list.

Link copied to clipboard

The maximum number of entries that the prefix list supports.

Link copied to clipboard

The ID of the prefix list.

Link copied to clipboard

The name of the prefix list.