Action Ip Extended Community Properties Args
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)