Class: Google::Cloud::VmwareEngine::V1::DnsBindPermission
- Inherits:
-
Object
- Object
- Google::Cloud::VmwareEngine::V1::DnsBindPermission
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb
Overview
DnsBindPermission resource that contains the accounts having the consumer DNS bind permission on the corresponding intranet VPC of the consumer project.
Instance Attribute Summary collapse
-
#name ⇒ ::String
readonly
Required.
-
#principals ⇒ ::Array<::Google::Cloud::VmwareEngine::V1::Principal>
readonly
Output only.
Instance Attribute Details
#name ⇒ ::String (readonly)
Returns Required. Output only. 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 and location can only be global. 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
.
1656 1657 1658 1659 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1656 class DnsBindPermission include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#principals ⇒ ::Array<::Google::Cloud::VmwareEngine::V1::Principal> (readonly)
Returns Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.
1656 1657 1658 1659 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1656 class DnsBindPermission include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |