Class: Google::Apis::OracledatabaseV1::GoldengateHdfsConnectionProperties

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 GoldengateHdfsConnection.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoldengateHdfsConnectionProperties

Returns a new instance of GoldengateHdfsConnectionProperties.



5810
5811
5812
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 5810

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

Instance Attribute Details

#core_site_xmlString

Optional. The content of the Hadoop Distributed File System configuration file (core-site.xml). Corresponds to the JSON property coreSiteXml

Returns:

  • (String)


5803
5804
5805
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 5803

def core_site_xml
  @core_site_xml
end

#technology_typeString

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

Returns:

  • (String)


5808
5809
5810
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 5808

def technology_type
  @technology_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5815
5816
5817
5818
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 5815

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