Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Google Cloud Virtual Network Spoke

Manage firewall, network, subnetwork, and IP address in Google Cloud Virtual Network from your ServiceNow instance.

Request apps on the Store

Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.

Integration Hub subscription

This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.

Spoke version

Google Cloud Virtual Network spoke v1.0.4 is the latest version.

Spoke dependencies

If you’re having trouble installing the app, ensure that these dependent plugins are installed:

  • ServiceNow IntegrationHub Action Template - Data Stream (com.glide.hub.action_type.datastream)
  • ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)
  • ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
  • ServiceNow Flow Designer - Dynamic Inputs (com.glide.hub.dynamic_inputs)
  • Complex Object (com.glide.cobject)
  • Google Persistent Disk Spoke (sn_gpdisk_spoke)
  • Google Compute Engine Spoke (sn_gcompute_spoke)

Note: Some of these plugins are licensable features and require an appropriate license if used outside the spoke implementation. For information on licenses, contact your account manager.

Google Cloud Virtual Network account requirements

The Google Cloud Virtual Network spoke requires a custom app that you create in the Google Cloud Platform.

Supported versions

This spoke was built for API version v1, but may be compatible with later versions.

Spoke actions

The Google Cloud Virtual Network spoke provides actions to automate Google Cloud Virtual Network when events occur in ServiceNow. For the spoke actions to be performed, you must ensure that your project or organization in Google Cloud Platform has the mentioned permissions. Available spoke actions include:

CategoryActionDescriptionPermissions required
Address ManagementCreate IP Address For RegionCreates an address resource in the specified project by using the data included in the request.compute.addresses.create
Delete IP AddressDeletes the specified address resource.compute.addresses.delete
Get IP AddressRetrieves details of the specified address resource.compute.addresses.get
Firewall ManagementCreate Firewall For EgressCreates a firewall for egress rule in the specified project.compute.firewalls.create
Create Firewall For IngressCreates a firewall for an ingress rule in the specified project.compute.firewalls.create
Delete FirewallDeletes the specified firewall.compute.firewalls.delete
Get FirewallRetrieves details of the specified firewall.compute.firewalls.get
Update Firewall For EgressUpdates a firewall for the egress rule in the specified project.compute.firewalls.update
Update Firewall For IngressUpdates a firewall for the ingress rule in the specified project.compute.firewalls.update
Metadata Retrieval ManagementList AddressesRetrieves a list of addresses contained within the specified region.compute.addresses.list
List FirewallsRetrieves a list of firewalls available to the specified project.compute.firewalls.list
List NetworksRetrieves a list of networks available to the specified project.compute.networks.list
List SubnetworksRetrieves a list of subnetworks available to the specified project.compute.subnetworks.list
Network ManagementCreate NetworkCreates a network in the specified project.compute.networks.create
Delete NetworkDeletes the specified network.compute.networks.delete
Get NetworkRetrieves details of the specified network.compute.networks.get
Subnetwork ManagementCreate SubnetworkCreates a subnetwork in the specified project.compute.subnetworks.create
Delete SubnetworkDeletes the specified subnetwork.compute.subnetworks.delete
Expand IP CIDR RangeExpands the IP CIDR range of the subnetwork to a specified value.compute.subnetworks.expandIpCidrRange
Get IAM PolicyRetrieves details of the access control policy for a resource.compute.subnetworks.getIamPolicy
Get SubnetworkRetrieves details of the specified subnetwork.compute.subnetworks.get
Set IAM PolicySets the access control policy on the specified resource.compute.subnetworks.setIamPolicy

For more information about the required permissions, see IAM permissions reference.

Connection and credential alias requirements

Integration Hub uses aliases to manage connection and credential information, and OAuth credentials. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. If the connection or credential information changes, you don't need to update any actions that use the connection.

For information about setting up the spoke, see Set up the Google Cloud Virtual Network spoke.