Class: Google::Apis::CloudcontrolspartnerV1::EkmConnections

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EkmConnections

Returns a new instance of EkmConnections.



290
291
292
# File 'lib/google/apis/cloudcontrolspartner_v1/classes.rb', line 290

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

Instance Attribute Details

#ekm_connectionsArray<Google::Apis::CloudcontrolspartnerV1::EkmConnection>

The EKM connections associated with the workload Corresponds to the JSON property ekmConnections



282
283
284
# File 'lib/google/apis/cloudcontrolspartner_v1/classes.rb', line 282

def ekm_connections
  @ekm_connections
end

#nameString

Identifier. Format: organizations/organization/locations/location/ customers/customer/workloads/workload/ekmConnections Corresponds to the JSON property name

Returns:

  • (String)


288
289
290
# File 'lib/google/apis/cloudcontrolspartner_v1/classes.rb', line 288

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



295
296
297
298
# File 'lib/google/apis/cloudcontrolspartner_v1/classes.rb', line 295

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