ActionIpCommunityPropertiesArgs

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)

Properties

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

IP Community ID list properties.

Link copied to clipboard
val delete: Output<IpCommunityIdListArgs>? = null

IP Community ID list properties.

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

IP Community ID list properties.

Functions

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