Uses of Interface
com.google.cloud.networkconnectivity.v1.RoutingVPCOrBuilder
-
Packages that use RoutingVPCOrBuilder Package Description com.google.cloud.networkconnectivity.v1 A client to Network Connectivity API -
-
Uses of RoutingVPCOrBuilder in com.google.cloud.networkconnectivity.v1
Classes in com.google.cloud.networkconnectivity.v1 that implement RoutingVPCOrBuilder Modifier and Type Class Description class
RoutingVPC
RoutingVPC contains information about the VPC networks associated with the spokes of a Network Connectivity Center hub.static class
RoutingVPC.Builder
RoutingVPC contains information about the VPC networks associated with the spokes of a Network Connectivity Center hub.Methods in com.google.cloud.networkconnectivity.v1 that return RoutingVPCOrBuilder Modifier and Type Method Description RoutingVPCOrBuilder
Hub.Builder. getRoutingVpcsOrBuilder(int index)
The VPC networks associated with this hub's spokes.RoutingVPCOrBuilder
Hub. getRoutingVpcsOrBuilder(int index)
The VPC networks associated with this hub's spokes.RoutingVPCOrBuilder
HubOrBuilder. getRoutingVpcsOrBuilder(int index)
The VPC networks associated with this hub's spokes.Methods in com.google.cloud.networkconnectivity.v1 that return types with arguments of type RoutingVPCOrBuilder Modifier and Type Method Description List<? extends RoutingVPCOrBuilder>
Hub.Builder. getRoutingVpcsOrBuilderList()
The VPC networks associated with this hub's spokes.List<? extends RoutingVPCOrBuilder>
Hub. getRoutingVpcsOrBuilderList()
The VPC networks associated with this hub's spokes.List<? extends RoutingVPCOrBuilder>
HubOrBuilder. getRoutingVpcsOrBuilderList()
The VPC networks associated with this hub's spokes.
-