Get Network Interfaces Plain Args
data class GetNetworkInterfacesPlainArgs(val filters: List<GetNetworkInterfacesFilter>? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetNetworkInterfacesPlainArgs>
A collection of arguments for invoking getNetworkInterfaces.