Get Ecs Network Interfaces Plain Args
fun GetEcsNetworkInterfacesPlainArgs(ids: List<String>? = null, instanceId: String? = null, name: String? = null, nameRegex: String? = null, networkInterfaceName: String? = null, outputFile: String? = null, primaryIpAddress: String? = null, privateIp: String? = null, resourceGroupId: String? = null, securityGroupId: String? = null, serviceManaged: Boolean? = null, status: String? = null, tags: Map<String, Any>? = null, type: String? = null, vpcId: String? = null, vswitchId: String? = null)