Documentation ¶
Overview ¶
Package networkconnectivity aliases all exported identifiers in package "cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb".
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterHubServiceServer(s *grpc.Server, srv HubServiceServer)deprecated
- type CreateHubRequestdeprecated
- type CreateSpokeRequestdeprecated
- type DeleteHubRequestdeprecated
- type DeleteSpokeRequestdeprecated
- type GetHubRequestdeprecated
- type GetSpokeRequestdeprecated
- type Hubdeprecated
- type HubServiceClientdeprecated
- type HubServiceServerdeprecated
- type LinkedInterconnectAttachmentsdeprecated
- type LinkedRouterApplianceInstancesdeprecated
- type LinkedVpnTunnelsdeprecated
- type ListHubsRequestdeprecated
- type ListHubsResponsedeprecated
- type ListSpokesRequestdeprecated
- type ListSpokesResponsedeprecated
- type LocationFeaturedeprecated
- type LocationMetadatadeprecated
- type OperationMetadatadeprecated
- type RouterApplianceInstancedeprecated
- type RoutingVPCdeprecated
- type Spokedeprecated
- type Statedeprecated
- type UnimplementedHubServiceServerdeprecated
- type UpdateHubRequestdeprecated
- type UpdateSpokeRequestdeprecated
Constants ¶
const ( LocationFeature_LOCATION_FEATURE_UNSPECIFIED = src.LocationFeature_LOCATION_FEATURE_UNSPECIFIED LocationFeature_SITE_TO_CLOUD_SPOKES = src.LocationFeature_SITE_TO_CLOUD_SPOKES LocationFeature_SITE_TO_SITE_SPOKES = src.LocationFeature_SITE_TO_SITE_SPOKES State_ACTIVE = src.State_ACTIVE State_CREATING = src.State_CREATING State_DELETING = src.State_DELETING State_STATE_UNSPECIFIED = src.State_STATE_UNSPECIFIED )
Deprecated: Please use consts in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
Variables ¶
var ( File_google_cloud_networkconnectivity_v1_common_proto = src.File_google_cloud_networkconnectivity_v1_common_proto File_google_cloud_networkconnectivity_v1_hub_proto = src.File_google_cloud_networkconnectivity_v1_hub_proto LocationFeature_name = src.LocationFeature_name LocationFeature_value = src.LocationFeature_value State_name = src.State_name State_value = src.State_value )
Deprecated: Please use vars in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
Functions ¶
func RegisterHubServiceServer
deprecated
func RegisterHubServiceServer(s *grpc.Server, srv HubServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
Types ¶
type CreateHubRequest
deprecated
type CreateHubRequest = src.CreateHubRequest
Request for [HubService.CreateHub][google.cloud.networkconnectivity.v1.HubService.CreateHub] method.
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type CreateSpokeRequest
deprecated
type CreateSpokeRequest = src.CreateSpokeRequest
The request for [HubService.CreateSpoke][google.cloud.networkconnectivity.v1.HubService.CreateSpoke].
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type DeleteHubRequest
deprecated
type DeleteHubRequest = src.DeleteHubRequest
The request for [HubService.DeleteHub][google.cloud.networkconnectivity.v1.HubService.DeleteHub].
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type DeleteSpokeRequest
deprecated
type DeleteSpokeRequest = src.DeleteSpokeRequest
The request for [HubService.DeleteSpoke][google.cloud.networkconnectivity.v1.HubService.DeleteSpoke].
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type GetHubRequest
deprecated
type GetHubRequest = src.GetHubRequest
Request for [HubService.GetHub][google.cloud.networkconnectivity.v1.HubService.GetHub] method.
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type GetSpokeRequest
deprecated
type GetSpokeRequest = src.GetSpokeRequest
The request for [HubService.GetSpoke][google.cloud.networkconnectivity.v1.HubService.GetSpoke].
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type Hub
deprecated
A 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.
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type HubServiceClient
deprecated
type HubServiceClient = src.HubServiceClient
HubServiceClient is the client API for HubService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
func NewHubServiceClient
deprecated
func NewHubServiceClient(cc grpc.ClientConnInterface) HubServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type HubServiceServer
deprecated
type HubServiceServer = src.HubServiceServer
HubServiceServer is the server API for HubService service.
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type LinkedInterconnectAttachments
deprecated
type LinkedInterconnectAttachments = src.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.
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type LinkedRouterApplianceInstances
deprecated
type LinkedRouterApplianceInstances = src.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.
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type LinkedVpnTunnels
deprecated
type LinkedVpnTunnels = src.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.
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type ListHubsRequest
deprecated
type ListHubsRequest = src.ListHubsRequest
Request for [HubService.ListHubs][google.cloud.networkconnectivity.v1.HubService.ListHubs] method.
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type ListHubsResponse
deprecated
type ListHubsResponse = src.ListHubsResponse
Response for [HubService.ListHubs][google.cloud.networkconnectivity.v1.HubService.ListHubs] method.
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type ListSpokesRequest
deprecated
type ListSpokesRequest = src.ListSpokesRequest
The request for [HubService.ListSpokes][google.cloud.networkconnectivity.v1.HubService.ListSpokes].
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type ListSpokesResponse
deprecated
type ListSpokesResponse = src.ListSpokesResponse
The response for [HubService.ListSpokes][google.cloud.networkconnectivity.v1.HubService.ListSpokes].
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type LocationFeature
deprecated
type LocationFeature = src.LocationFeature
Supported features for a location
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type LocationMetadata
deprecated
type LocationMetadata = src.LocationMetadata
Metadata about locations
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type OperationMetadata
deprecated
type OperationMetadata = src.OperationMetadata
Represents the metadata of the long-running operation.
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type RouterApplianceInstance
deprecated
type RouterApplianceInstance = src.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.
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type RoutingVPC
deprecated
type RoutingVPC = src.RoutingVPC
RoutingVPC contains information about the VPC networks that are associated with a hub's spokes.
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type Spoke
deprecated
A 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
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type UnimplementedHubServiceServer
deprecated
type UnimplementedHubServiceServer = src.UnimplementedHubServiceServer
UnimplementedHubServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type UpdateHubRequest
deprecated
type UpdateHubRequest = src.UpdateHubRequest
Request for [HubService.UpdateHub][google.cloud.networkconnectivity.v1.HubService.UpdateHub] method.
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb
type UpdateSpokeRequest
deprecated
type UpdateSpokeRequest = src.UpdateSpokeRequest
Request for [HubService.UpdateSpoke][google.cloud.networkconnectivity.v1.HubService.UpdateSpoke] method.
Deprecated: Please use types in: cloud.google.com/go/networkconnectivity/apiv1/networkconnectivitypb