blob: 6d6ee7708d815f6b2b79e3bb5c4ca2b515aafae2 [file]
{
"kind": "compute#networkList",
"id": "projects/party/networks",
"selfLink": "https://www.googleapis.com/compute/v1/projects/party/regions/someregion/subnetworks",
"items": [
{
"kind": "compute#subnetwork",
"id": "5850679262666457680",
"creationTimestamp": "2016-06-07T14:29:35.476-07:00",
"gatewayAddress": "10.128.0.1",
"name": "jclouds-test",
"network": "https://www.googleapis.com/compute/v1/projects/party/global/networks/mynetwork",
"ipCidrRange": "10.128.0.0/20",
"region": "https://www.googleapis.com/compute/v1/projects/party/regions/someregion",
"selfLink": "https://www.googleapis.com/compute/v1/projects/party/regions/someregion/subnetworks/jclouds-test",
"description": "A custom subnetwork for the project"
}
]
}