Class: Google::Apis::OracledatabaseV1::ListCloudExadataInfrastructuresResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/oracledatabase_v1/classes.rb,
lib/google/apis/oracledatabase_v1/representations.rb,
lib/google/apis/oracledatabase_v1/representations.rb

Overview

The response for CloudExadataInfrastructures.list.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListCloudExadataInfrastructuresResponse

Returns a new instance of ListCloudExadataInfrastructuresResponse.



3771
3772
3773
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3771

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#cloud_exadata_infrastructuresArray<Google::Apis::OracledatabaseV1::CloudExadataInfrastructure>

The list of Exadata Infrastructures. Corresponds to the JSON property cloudExadataInfrastructures



3764
3765
3766
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3764

def cloud_exadata_infrastructures
  @cloud_exadata_infrastructures
end

#next_page_tokenString

A token for fetching next page of response. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


3769
3770
3771
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3769

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3776
3777
3778
3779
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3776

def update!(**args)
  @cloud_exadata_infrastructures = args[:cloud_exadata_infrastructures] if args.key?(:cloud_exadata_infrastructures)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end