--
© 2018 Google Inc. 1600 Amphitheatre Parkway, Mountain View, CA 94043
Email preferences: You received this email because you signed up for the Google Compute Engine Discussion Google Group (gce-dis...@googlegroups.com) to participate in discussions with other members of the Google Compute Engine community and the Google Compute Engine Team.
---
You received this message because you are subscribed to the Google Groups "gce-discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gce-discussio...@googlegroups.com.
To post to this group, send email to gce-dis...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gce-discussion/2b4f9b84-64ad-40c7-8881-83b0320d80c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
"networkInterfaces": [
{
"kind": "compute#networkInterface",
"network": "xxxx",
"accessConfigs": [
{
"networkTier": "PREMIUM",
"kind": "compute#accessConfig",
"type": "ONE_TO_ONE_NAT",
"name": "External NAT",
"natIP": "xxxx"
}
],
"networkIP": "10.15.0.2",
"fingerprint": "Yl3nY0j-9Ag=",
"subnetwork": "yyyy",
"name": "nic0"
}
],