Class: Google::Cloud::VmwareEngine::V1::GetDnsBindPermissionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VmwareEngine::V1::GetDnsBindPermissionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb
Overview
Request message for VmwareEngine.GetDnsBindPermission
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns 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
.
2784 2785 2786 2787 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 2784 class GetDnsBindPermissionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |