ServicesProjectsServicenetworkingGlobalNetworks
class ServicesProjectsServicenetworkingGlobalNetworks extends Resource (View source)
The "networks" collection of methods.
Typical usage is:
$servicenetworkingService = new Google\Service\ServiceNetworking(...);
$networks = $servicenetworkingService->services_projects_global_networks;
Methods
Service producers use this method to get the configuration of their connection including the import/export of custom routes and subnetwork routes with public IP. (networks.get)
Consumers use this method to find out the state of VPC Service Controls. The controls could be enabled or disabled for a connection.
Service producers use this method to update the configuration of their connection including the import/export of custom routes and subnetwork routes with public IP. (networks.updateConsumerConfig)
Details
ConsumerConfig
get(string $name, array $optParams = [])
Service producers use this method to get the configuration of their connection including the import/export of custom routes and subnetwork routes with public IP. (networks.get)
VpcServiceControls
getVpcServiceControls(string $name, array $optParams = [])
Consumers use this method to find out the state of VPC Service Controls. The controls could be enabled or disabled for a connection.
(networks.getVpcServiceControls)
Operation
updateConsumerConfig(string $parent, UpdateConsumerConfigRequest $postBody, array $optParams = [])
Service producers use this method to update the configuration of their connection including the import/export of custom routes and subnetwork routes with public IP. (networks.updateConsumerConfig)