ActionIpExtendedCommunityPropertiesArgs

data class ActionIpExtendedCommunityPropertiesArgs(val add: Output<IpExtendedCommunityIdListArgs>? = null, val delete: Output<IpExtendedCommunityIdListArgs>? = null, val set: Output<IpExtendedCommunityIdListArgs>? = null) : ConvertibleToJava<ActionIpExtendedCommunityPropertiesArgs>

IP Extended Community Properties.

Constructors

Link copied to clipboard
constructor(add: Output<IpExtendedCommunityIdListArgs>? = null, delete: Output<IpExtendedCommunityIdListArgs>? = null, set: Output<IpExtendedCommunityIdListArgs>? = null)

Properties

Link copied to clipboard
val add: Output<IpExtendedCommunityIdListArgs>? = null

List of IP Extended Community IDs.

Link copied to clipboard

List of IP Extended Community IDs.

Link copied to clipboard
val set: Output<IpExtendedCommunityIdListArgs>? = null

List of IP Extended Community IDs.

Functions

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