Class: Google::Apis::OracledatabaseV1::GoldengateGenericConnectionProperties

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 properties of GoldengateGenericConnectionProperties.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoldengateGenericConnectionProperties

Returns a new instance of GoldengateGenericConnectionProperties.



5609
5610
5611
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 5609

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

Instance Attribute Details

#hostString

Optional. The host of the GenericConnection. Corresponds to the JSON property host

Returns:

  • (String)


5602
5603
5604
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 5602

def host
  @host
end

#technology_typeString

Optional. The technology type. Corresponds to the JSON property technologyType

Returns:

  • (String)


5607
5608
5609
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 5607

def technology_type
  @technology_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5614
5615
5616
5617
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 5614

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