ProjectsLocationsPrivateCloudsSubnets
class ProjectsLocationsPrivateCloudsSubnets extends Resource (View source)
The "subnets" collection of methods.
Typical usage is:
$vmwareengineService = new Google\Service\VMwareEngine(...);
$subnets = $vmwareengineService->projects_locations_privateClouds_subnets;
Methods
Lists subnets in a given private cloud.
Updates the parameters of a single subnet. Only fields specified in
update_mask
are applied. Note: This API is synchronous and always returns
a successful google.longrunning.Operation
(LRO). The returned LRO will only
have done
and response
fields. (subnets.patch)
Details
Subnet
get(string $name, array $optParams = [])
Gets details of a single subnet. (subnets.get)
ListSubnetsResponse
listProjectsLocationsPrivateCloudsSubnets(string $parent, array $optParams = [])
Lists subnets in a given private cloud.
(subnets.listProjectsLocationsPrivateCloudsSubnets)
Operation
patch(string $name, Subnet $postBody, array $optParams = [])
Updates the parameters of a single subnet. Only fields specified in
update_mask
are applied. Note: This API is synchronous and always returns
a successful google.longrunning.Operation
(LRO). The returned LRO will only
have done
and response
fields. (subnets.patch)