IpCommunityIdListArgs

data class IpCommunityIdListArgs(val ipCommunityIds: Output<List<String>>? = null) : ConvertibleToJava<IpCommunityIdListArgs>

IP Community ID list properties.

Constructors

Link copied to clipboard
constructor(ipCommunityIds: Output<List<String>>? = null)

Properties

Link copied to clipboard
val ipCommunityIds: Output<List<String>>? = null

List of IP Community resource IDs.

Functions

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