Class: Google::Cloud::VmwareEngine::V1::ListManagementDnsZoneBindingsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VmwareEngine::V1::ListManagementDnsZoneBindingsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb
Overview
Response message for VmwareEngine.ListManagementDnsZoneBindings
Instance Attribute Summary collapse
-
#management_dns_zone_bindings ⇒ ::Array<::Google::Cloud::VmwareEngine::V1::ManagementDnsZoneBinding>
A list of management DNS zone bindings.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached when making an aggregated query using wildcards.
Instance Attribute Details
#management_dns_zone_bindings ⇒ ::Array<::Google::Cloud::VmwareEngine::V1::ManagementDnsZoneBinding>
Returns A list of management DNS zone bindings.
2093 2094 2095 2096 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 2093 class ListManagementDnsZoneBindingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
2093 2094 2095 2096 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 2093 class ListManagementDnsZoneBindingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached when making an aggregated query using wildcards.
2093 2094 2095 2096 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 2093 class ListManagementDnsZoneBindingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |