GetLocalGatewayVirtualInterfaceFilter

data class GetLocalGatewayVirtualInterfaceFilter(val name: String, val values: List<String>) : ConvertibleToJava<GetLocalGatewayVirtualInterfaceFilter>

Constructors

Link copied to clipboard
constructor(name: String, values: List<String>)

Properties

Link copied to clipboard

Name of the filter.

Link copied to clipboard

List of one or more values for the filter.

Functions

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