Class: Google::Cloud::CloudControlsPartner::V1::EkmConnections
- Inherits:
-
Object
- Object
- Google::Cloud::CloudControlsPartner::V1::EkmConnections
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudcontrolspartner/v1/ekm_connections.rb
Overview
The EKM connections associated with a workload
Instance Attribute Summary collapse
-
#ekm_connections ⇒ ::Array<::Google::Cloud::CloudControlsPartner::V1::EkmConnection>
The EKM connections associated with the workload.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#ekm_connections ⇒ ::Array<::Google::Cloud::CloudControlsPartner::V1::EkmConnection>
Returns The EKM connections associated with the workload.
32 33 34 35 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/ekm_connections.rb', line 32 class EkmConnections include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. Format:
organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/ekmConnections.
32 33 34 35 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/ekm_connections.rb', line 32 class EkmConnections include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |