class ProjectsLocationsVmwareengineGlobal extends Resource (View source)

The "global" collection of methods.

Typical usage is:

 $vmwareengineService = new Google\Service\VMwareEngine(...);
 $global = $vmwareengineService->projects_locations_global;

Methods

getDnsBindPermission(string $name, array $optParams = [])

Gets all the principals having bind permission on the intranet VPC associated with the consumer project granted by the Grant API.

Details

DnsBindPermission getDnsBindPermission(string $name, array $optParams = [])

Gets all the principals having bind permission on the intranet VPC associated with the consumer project granted by the Grant API.

(global.getDnsBindPermission)

Parameters

string $name

Required. The name of the resource which stores the users/service accounts having the permission to bind to the corresponding intranet VPC of the consumer project. DnsBindPermission is a global resource. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/global/dnsBindPermission

array $optParams

Optional parameters.

Return Value

DnsBindPermission