Class: Google::Cloud::OracleDatabase::V1::ListCloudVmClustersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::ListCloudVmClustersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb
Overview
The response for CloudVmCluster.List.
Instance Attribute Summary collapse
-
#cloud_vm_clusters ⇒ ::Array<::Google::Cloud::OracleDatabase::V1::CloudVmCluster>
The list of VM Clusters.
-
#next_page_token ⇒ ::String
A token to fetch the next page of results.
Instance Attribute Details
#cloud_vm_clusters ⇒ ::Array<::Google::Cloud::OracleDatabase::V1::CloudVmCluster>
148 149 150 151 |
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 148 class ListCloudVmClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
148 149 150 151 |
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 148 class ListCloudVmClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |