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.



7575
7576
7577
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 7575

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



7562
7563
7564
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 7562

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)


7567
7568
7569
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 7567

def next_page_token
  @next_page_token
end

#unreachableArray<String>

Unreachable locations when listing resources across all locations using wildcard location '-'. Corresponds to the JSON property unreachable

Returns:

  • (Array<String>)


7573
7574
7575
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 7573

def unreachable
  @unreachable
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7580
7581
7582
7583
7584
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 7580

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)
  @unreachable = args[:unreachable] if args.key?(:unreachable)
end