GetLocalGatewayVirtualInterfaceFilter constructor

const GetLocalGatewayVirtualInterfaceFilter({
  1. required Input<String> name,
  2. required Input<List<String>> values,
})

Creates a new GetLocalGatewayVirtualInterfaceFilter. name Name of the filter. values List of one or more values for the filter.

Implementation

const GetLocalGatewayVirtualInterfaceFilter({
  required this.name,
  required this.values,
});