class Google::Apis::DatastreamV1alpha1::PrivateConnectivity
Private Connectivity
Attributes
private_connection_name[RW]
Corresponds to the JSON property ‘privateConnectionName` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datastream_v1alpha1/classes.rb, line 1579 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# 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