Class: Google::Apis::DeveloperconnectV1::SecureSourceManagerInstanceConfig
- Inherits:
-
Object
- Object
- Google::Apis::DeveloperconnectV1::SecureSourceManagerInstanceConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/developerconnect_v1/classes.rb,
lib/google/apis/developerconnect_v1/representations.rb,
lib/google/apis/developerconnect_v1/representations.rb
Overview
Configuration for connections to Secure Source Manager instance
Instance Attribute Summary collapse
-
#instance ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SecureSourceManagerInstanceConfig
constructor
A new instance of SecureSourceManagerInstanceConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SecureSourceManagerInstanceConfig
Returns a new instance of SecureSourceManagerInstanceConfig.
2526 2527 2528 |
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 2526 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instance ⇒ String
Required. Immutable. Secure Source Manager instance resource, formatted as
projects/*/locations/*/instances/*
Corresponds to the JSON property instance
2524 2525 2526 |
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 2524 def instance @instance end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2531 2532 2533 |
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 2531 def update!(**args) @instance = args[:instance] if args.key?(:instance) end |