IpExtendedCommunityIdListArgs

data class IpExtendedCommunityIdListArgs(val ipExtendedCommunityIds: Output<List<String>>? = null) : ConvertibleToJava<IpExtendedCommunityIdListArgs>

IP Extended Community Id list properties.

Constructors

Link copied to clipboard
constructor(ipExtendedCommunityIds: Output<List<String>>? = null)

Properties

Link copied to clipboard
val ipExtendedCommunityIds: Output<List<String>>? = null

List of IP Extended Community resource IDs.

Functions

Link copied to clipboard
open override fun toJava(): IpExtendedCommunityIdListArgs