ProjectsLocationsVmwareengineGlobalDnsBindPermission
class ProjectsLocationsVmwareengineGlobalDnsBindPermission extends Resource (View source)
The "dnsBindPermission" collection of methods.
Typical usage is:
$vmwareengineService = new Google\Service\VMwareEngine(...);
$dnsBindPermission = $vmwareengineService->projects_locations_global_dnsBindPermission;
Methods
Grants the bind permission to the customer provided principal(user / service account) to bind their DNS zone with the intranet VPC associated with the project. (dnsBindPermission.grant)
Revokes the bind permission from the customer provided principal(user / service account) on the intranet VPC associated with the consumer project.
Details
Operation
grant(string $name, GrantDnsBindPermissionRequest $postBody, array $optParams = [])
Grants the bind permission to the customer provided principal(user / service account) to bind their DNS zone with the intranet VPC associated with the project. (dnsBindPermission.grant)
Operation
revoke(string $name, RevokeDnsBindPermissionRequest $postBody, array $optParams = [])
Revokes the bind permission from the customer provided principal(user / service account) on the intranet VPC associated with the consumer project.
(dnsBindPermission.revoke)