Retrieve Google Cloud networks and subnetworks
GET /gcp/ha/metadata/vpcs
Retrieves Google Cloud networks and subnetworks where a Cloud Volumes ONTAP system can be created.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
region |
string |
query |
False |
|
project |
string |
query |
False |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
name |
string |
True |
Virtual Network Name |
vpcPath |
string |
True |
Virtual Network path |
subnets |
array[GcpSubnetResponse] |
True |
Subnets |
firewalls |
array[GcpFirewallResponse] |
True |
Firewalls |
isShared |
boolean |
True |
isShared |
Definitions
See Definitions
GcpSubnetResponse
| Name | Type | Required | Description |
|---|---|---|---|
ipCidrRange |
string |
True |
Classless Inter-Domain Routing (CIDR) |
name |
string |
True |
Subnet name |
path |
string |
True |
Subnet path |
availableIps |
integer |
True |
The number of available IP addresses on the subnet |
minimumRequiredIps |
integer |
True |
The minimum needed IP addresses for the Cloud Volumes ONTAP system creation
|
GcpFirewallResponse
| Name | Type | Required | Description |
|---|---|---|---|
name |
string |
True |
Firewall Name |
vpc |
string |
True |
VPC |
targetServiceAccount |
array[string] |
True |
Target Service Account |