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.
2518 2519 2520 |
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 2518 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
2516 2517 2518 |
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 2516 def instance @instance end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2523 2524 2525 |
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 2523 def update!(**args) @instance = args[:instance] if args.key?(:instance) end |