Class: Google::Cloud::VmwareEngine::V1::DnsBindPermission

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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



1546
1547
1548
1549
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1546

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.

Returns:



1546
1547
1548
1549
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1546

class DnsBindPermission
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end