Class: Google::Apis::NetworkconnectivityV1::ProducerPscConfig
- Inherits:
-
Object
- Object
- Google::Apis::NetworkconnectivityV1::ProducerPscConfig
- 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
-
#service_attachment_uri ⇒ String
The resource path of a service attachment.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ProducerPscConfig
constructor
A new instance of ProducerPscConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ProducerPscConfig
Returns a new instance of ProducerPscConfig.
2339 2340 2341 |
# File 'lib/google/apis/networkconnectivity_v1/classes.rb', line 2339 def initialize(**args) update!(**args) end |
Instance Attribute Details
#service_attachment_uri ⇒ String
The resource path of a service attachment. Example: projects/projectNumOrId
/
regions/region
/serviceAttachments/resourceId
.
Corresponds to the JSON property serviceAttachmentUri
2337 2338 2339 |
# File 'lib/google/apis/networkconnectivity_v1/classes.rb', line 2337 def @service_attachment_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2344 2345 2346 |
# File 'lib/google/apis/networkconnectivity_v1/classes.rb', line 2344 def update!(**args) @service_attachment_uri = args[:service_attachment_uri] if args.key?(:service_attachment_uri) end |