Instance.networkInterfaces is documented as an array of network interface configurations. However if I try to provide more than one network interface I get:
{
"code" : 400,
"errors" : [ {
"domain" : "global",
"message" : "Invalid value for field 'resource': ''. Expected one network interface.",
"reason" : "invalid"
} ],
"message" : "Invalid value for field 'resource': ''. Expected one network interface."
}
Are multiple network interfaces going to be supported? Regardless, I believe this should be added to the docs.
Instance.networkInterfacesis documented as an array of network interface configurations. However if I try to provide more than one network interface I get:{ "code" : 400, "errors" : [ { "domain" : "global", "message" : "Invalid value for field 'resource': ''. Expected one network interface.", "reason" : "invalid" } ], "message" : "Invalid value for field 'resource': ''. Expected one network interface." }Are multiple network interfaces going to be supported? Regardless, I believe this should be added to the docs.