Class: Google::Cloud::OracleDatabase::V1::ListCloudExadataInfrastructuresResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb

Overview

The response for CloudExadataInfrastructures.list.

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_exadata_infrastructures::Array<::Google::Cloud::OracleDatabase::V1::CloudExadataInfrastructure>

Returns The list of Exadata Infrastructures.

Returns:



49
50
51
52
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 49

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

#next_page_token::String

Returns A token for fetching next page of response.

Returns:

  • (::String)

    A token for fetching next page of response.



49
50
51
52
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 49

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