Class: Google::Apis::NetworkconnectivityV1::ProducerPscConfig

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

Overview

The PSC configurations on producer side.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ProducerPscConfig

Returns a new instance of ProducerPscConfig.



2189
2190
2191
# File 'lib/google/apis/networkconnectivity_v1/classes.rb', line 2189

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

Instance Attribute Details

#service_attachment_uriString

The resource path of a service attachment. Example: projects/projectNumOrId/ regions/region/serviceAttachments/resourceId. Corresponds to the JSON property serviceAttachmentUri

Returns:

  • (String)


2187
2188
2189
# File 'lib/google/apis/networkconnectivity_v1/classes.rb', line 2187

def service_attachment_uri
  @service_attachment_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2194
2195
2196
# File 'lib/google/apis/networkconnectivity_v1/classes.rb', line 2194

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