Action Ip Community Properties Args
data class ActionIpCommunityPropertiesArgs(val add: Output<IpCommunityIdListArgs>? = null, val delete: Output<IpCommunityIdListArgs>? = null, val set: Output<IpCommunityIdListArgs>? = null) : ConvertibleToJava<ActionIpCommunityPropertiesArgs>
IP Community Properties.
Constructors
Link copied to clipboard
constructor(add: Output<IpCommunityIdListArgs>? = null, delete: Output<IpCommunityIdListArgs>? = null, set: Output<IpCommunityIdListArgs>? = null)