Class: Google::Apis::DatastreamV1alpha1::PrivateConnectivity

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/datastream_v1alpha1/classes.rb,
lib/google/apis/datastream_v1alpha1/representations.rb,
lib/google/apis/datastream_v1alpha1/representations.rb

Overview

Private Connectivity

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PrivateConnectivity

Returns a new instance of PrivateConnectivity.



1579
1580
1581
# File 'lib/google/apis/datastream_v1alpha1/classes.rb', line 1579

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

Instance Attribute Details

#private_connection_nameString

Corresponds to the JSON property privateConnectionName

Returns:

  • (String)


1577
1578
1579
# File 'lib/google/apis/datastream_v1alpha1/classes.rb', line 1577

def private_connection_name
  @private_connection_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1584
1585
1586
# File 'lib/google/apis/datastream_v1alpha1/classes.rb', line 1584

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