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.



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

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)


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

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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