Class: Google::Apis::CloudcontrolspartnerV1::EkmMetadata
- Inherits:
-
Object
- Object
- Google::Apis::CloudcontrolspartnerV1::EkmMetadata
- 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
Holds information needed by Mudbray to use partner EKMs for workloads.
Instance Attribute Summary collapse
-
#ekm_endpoint_uri ⇒ String
Endpoint for sending requests to the EKM for key provisioning during Assured Workload creation.
-
#ekm_solution ⇒ String
The Cloud EKM partner.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EkmMetadata
constructor
A new instance of EkmMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EkmMetadata
Returns a new instance of EkmMetadata.
323 324 325 |
# File 'lib/google/apis/cloudcontrolspartner_v1/classes.rb', line 323 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ekm_endpoint_uri ⇒ String
Endpoint for sending requests to the EKM for key provisioning during Assured
Workload creation.
Corresponds to the JSON property ekmEndpointUri
316 317 318 |
# File 'lib/google/apis/cloudcontrolspartner_v1/classes.rb', line 316 def ekm_endpoint_uri @ekm_endpoint_uri end |
#ekm_solution ⇒ String
The Cloud EKM partner.
Corresponds to the JSON property ekmSolution
321 322 323 |
# File 'lib/google/apis/cloudcontrolspartner_v1/classes.rb', line 321 def ekm_solution @ekm_solution end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
328 329 330 331 |
# File 'lib/google/apis/cloudcontrolspartner_v1/classes.rb', line 328 def update!(**args) @ekm_endpoint_uri = args[:ekm_endpoint_uri] if args.key?(:ekm_endpoint_uri) @ekm_solution = args[:ekm_solution] if args.key?(:ekm_solution) end |