ProjectsLocationsNetworks
class ProjectsLocationsNetworks extends Resource (View source)
The "networks" collection of methods.
Typical usage is:
$baremetalsolutionService = new Google\Service\Baremetalsolution(...);
$networks = $baremetalsolutionService->projects_locations_networks;
Methods
List network in a given project and location.
List all Networks (and used IPs for each Network) in the vendor account associated with the specified project. (networks.listNetworkUsage)
RenameNetwork sets a new name for a network. Use with caution, previous names become immediately invalidated. (networks.rename)
Details
Network
get(string $name, array $optParams = [])
Get details of a single network. (networks.get)
ListNetworksResponse
listProjectsLocationsNetworks(string $parent, array $optParams = [])
List network in a given project and location.
(networks.listProjectsLocationsNetworks)
ListNetworkUsageResponse
listNetworkUsage(string $location, array $optParams = [])
List all Networks (and used IPs for each Network) in the vendor account associated with the specified project. (networks.listNetworkUsage)
Operation
patch(string $name, Network $postBody, array $optParams = [])
Update details of a single network. (networks.patch)
Network
rename(string $name, RenameNetworkRequest $postBody, array $optParams = [])
RenameNetwork sets a new name for a network. Use with caution, previous names become immediately invalidated. (networks.rename)