Class: Google::Apis::DatastreamV1alpha1::PrivateConnectivity
- Inherits:
-
Object
- Object
- Google::Apis::DatastreamV1alpha1::PrivateConnectivity
- 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
-
#private_connection_name ⇒ String
Corresponds to the JSON property
privateConnectionName
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PrivateConnectivity
constructor
A new instance of PrivateConnectivity.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PrivateConnectivity
Returns a new instance of PrivateConnectivity.
1443 1444 1445 |
# File 'lib/google/apis/datastream_v1alpha1/classes.rb', line 1443 def initialize(**args) update!(**args) end |
Instance Attribute Details
#private_connection_name ⇒ String
Corresponds to the JSON property privateConnectionName
1441 1442 1443 |
# File 'lib/google/apis/datastream_v1alpha1/classes.rb', line 1441 def private_connection_name @private_connection_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1448 1449 1450 |
# File 'lib/google/apis/datastream_v1alpha1/classes.rb', line 1448 def update!(**args) @private_connection_name = args[:private_connection_name] if args.key?(:private_connection_name) end |