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.
Constructors
Link copied to clipboard
fun GetNetworkInterfacesPlainArgs(filters: List<GetNetworkInterfacesFilter>? = null, tags: Map<String, String>? = null)