Class: Google::Cloud::CloudControlsPartner::V1::GetEkmConnectionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudControlsPartner::V1::GetEkmConnectionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudcontrolspartner/v1/ekm_connections.rb
Overview
Request for getting the EKM connections associated with a workload
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Format:
organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/ekmConnections
.
42 43 44 45 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/ekm_connections.rb', line 42 class GetEkmConnectionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |