pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.vpc.kotlin.outputs
/
GetPrefixListsListEntry
Get
Prefix
Lists
List
Entry
data
class
GetPrefixListsListEntry
(
val
cidr
:
String
,
val
description
:
String
)
Types
Constructors
Properties
Constructors
Get
Prefix
Lists
List
Entry
Link copied to clipboard
fun
GetPrefixListsListEntry
(
cidr
:
String
,
description
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cidr
Link copied to clipboard
val
cidr
:
String
The CIDR address block of the prefix list.
description
Link copied to clipboard
val
description
:
String
The description of the cidr entry.