Class: Google::Apis::CloudcontrolspartnerV1::EkmConnections
- Inherits:
-
Object
- Object
- Google::Apis::CloudcontrolspartnerV1::EkmConnections
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudcontrolspartner_v1/classes.rb,
lib/google/apis/cloudcontrolspartner_v1/representations.rb,
lib/google/apis/cloudcontrolspartner_v1/representations.rb
Overview
The EKM connections associated with a workload
Instance Attribute Summary collapse
-
#ekm_connections ⇒ Array<Google::Apis::CloudcontrolspartnerV1::EkmConnection>
The EKM connections associated with the workload Corresponds to the JSON property
ekmConnections
. -
#name ⇒ String
Identifier.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EkmConnections
constructor
A new instance of EkmConnections.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EkmConnections
Returns a new instance of EkmConnections.
297 298 299 |
# File 'lib/google/apis/cloudcontrolspartner_v1/classes.rb', line 297 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ekm_connections ⇒ Array<Google::Apis::CloudcontrolspartnerV1::EkmConnection>
The EKM connections associated with the workload
Corresponds to the JSON property ekmConnections
289 290 291 |
# File 'lib/google/apis/cloudcontrolspartner_v1/classes.rb', line 289 def ekm_connections @ekm_connections end |
#name ⇒ String
Identifier. Format: organizations/
organization/locations/
location/
customers/
customer/workloads/
workload/ekmConnections
Corresponds to the JSON property name
295 296 297 |
# File 'lib/google/apis/cloudcontrolspartner_v1/classes.rb', line 295 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
302 303 304 305 |
# File 'lib/google/apis/cloudcontrolspartner_v1/classes.rb', line 302 def update!(**args) @ekm_connections = args[:ekm_connections] if args.key?(:ekm_connections) @name = args[:name] if args.key?(:name) end |