Package types (1.6.1)

API documentation for networkconnectivity_v1.types package.

Classes

CreateHubRequest

Request for HubService.CreateHub method.

CreatePolicyBasedRouteRequest

Request for [PolicyBasedRouting.CreatePolicyBasedRoute][] method.

CreateSpokeRequest

The request for HubService.CreateSpoke.

DeleteHubRequest

The request for HubService.DeleteHub.

DeletePolicyBasedRouteRequest

Request for [PolicyBasedRouting.DeletePolicyBasedRoute][] method.

DeleteSpokeRequest

The request for HubService.DeleteSpoke.

GetHubRequest

Request for HubService.GetHub method.

GetPolicyBasedRouteRequest

Request for [PolicyBasedRouting.GetPolicyBasedRoute][] method.

GetSpokeRequest

The request for HubService.GetSpoke.

Hub

A Network Connectivity Center hub is a collection of spokes. A single hub can contain spokes from multiple regions. However, if any of a hub's spokes use the data transfer feature, the resources associated with those spokes must all reside in the same VPC network. Spokes that do not use data transfer can be associated with any VPC network in your project.

LinkedInterconnectAttachments

A collection of VLAN attachment resources. These resources should be redundant attachments that all advertise the same prefixes to Google Cloud. Alternatively, in active/passive configurations, all attachments should be capable of advertising the same prefixes.

LinkedRouterApplianceInstances

A collection of router appliance instances. If you configure multiple router appliance instances to receive data from the same set of sites outside of Google Cloud, we recommend that you associate those instances with the same spoke.

LinkedVpnTunnels

A collection of Cloud VPN tunnel resources. These resources should be redundant HA VPN tunnels that all advertise the same prefixes to Google Cloud. Alternatively, in a passive/active configuration, all tunnels should be capable of advertising the same prefixes.

ListHubsRequest

Request for HubService.ListHubs method.

ListHubsResponse

Response for HubService.ListHubs method.

ListPolicyBasedRoutesRequest

Request for [PolicyBasedRouting.ListPolicyBasedRoutes][] method.

ListPolicyBasedRoutesResponse

Response for [PolicyBasedRouting.ListPolicyBasedRoutes][] method.

ListSpokesRequest

The request for HubService.ListSpokes.

ListSpokesResponse

The response for HubService.ListSpokes.

LocationFeature

Supported features for a location

Values: LOCATION_FEATURE_UNSPECIFIED (0): No publicly supported feature in this location SITE_TO_CLOUD_SPOKES (1): Site-to-cloud spokes are supported in this location SITE_TO_SITE_SPOKES (2): Site-to-site spokes are supported in this location

LocationMetadata

Metadata about locations

OperationMetadata

Represents the metadata of the long-running operation.

PolicyBasedRoute

Policy Based Routes (PBR) are more powerful routes that allows GCP customers to route their L4 network traffic based on not just destination IP, but also source IP, protocol and more. A PBR always take precedence when it conflicts with other types of routes. Next id: 19

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

RouterApplianceInstance

A router appliance instance is a Compute Engine virtual machine (VM) instance that acts as a BGP speaker. A router appliance instance is specified by the URI of the VM and the internal IP address of one of the VM's network interfaces.

RoutingVPC

RoutingVPC contains information about the VPC networks associated with the spokes of a Network Connectivity Center hub.

Spoke

A Network Connectivity Center spoke represents a connection between your Google Cloud network resources and a non-Google-Cloud network.

When you create a spoke, you associate it with a hub. You must also identify a value for exactly one of the following fields:

  • linked_vpn_tunnels
  • linked_interconnect_attachments
  • linked_router_appliance_instances

State

The State enum represents the lifecycle stage of a Network Connectivity Center resource.

Values: STATE_UNSPECIFIED (0): No state information available CREATING (1): The resource's create operation is in progress ACTIVE (2): The resource is active DELETING (3): The resource's Delete operation is in progress UPDATING (6): The resource's Update operation is in progress

UpdateHubRequest

Request for HubService.UpdateHub method.

UpdateSpokeRequest

Request for HubService.UpdateSpoke method.