ProjectsLocationsMeshes
class ProjectsLocationsMeshes extends Resource (View source)
The "meshes" collection of methods.
Typical usage is:
$networkservicesService = new Google\Service\NetworkServices(...);
$meshes = $networkservicesService->projects_locations_meshes;
Methods
listProjectsLocationsMeshes(string $parent, array $optParams = [])
Lists Meshes in a given project and location.
Details
Operation
create(string $parent, Mesh $postBody, array $optParams = [])
Creates a new Mesh in a given project and location. (meshes.create)
Operation
delete(string $name, array $optParams = [])
Deletes a single Mesh. (meshes.delete)
Mesh
get(string $name, array $optParams = [])
Gets details of a single Mesh. (meshes.get)
ListMeshesResponse
listProjectsLocationsMeshes(string $parent, array $optParams = [])
Lists Meshes in a given project and location.
(meshes.listProjectsLocationsMeshes)