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

IP Extended Community Id list properties.

Link copied to clipboard

IP Extended Community Id list properties.

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

IP Extended Community Id list properties.

Functions

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