Class: Google::Apis::OracledatabaseV1::TestGoldengateConnectionAssignmentRequest

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

Request message for TestGoldengateConnectionAssignment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TestGoldengateConnectionAssignmentRequest

Returns a new instance of TestGoldengateConnectionAssignmentRequest.



9310
9311
9312
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 9310

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

Instance Attribute Details

#typeString

Optional. The type of the test of the assigned connection. The only type actually supported is DEFAULT. Corresponds to the JSON property type

Returns:

  • (String)


9308
9309
9310
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 9308

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9315
9316
9317
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 9315

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