public sealed class EkmConnections : IMessage<EkmConnections>, IEquatable<EkmConnections>, IDeepCloneable<EkmConnections>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Controls Partner v1 API class EkmConnections.
The EKM connections associated with a workload
Implements
IMessageEkmConnections, IEquatableEkmConnections, IDeepCloneableEkmConnections, IBufferMessage, IMessageNamespace
Google.Cloud.CloudControlsPartner.V1Assembly
Google.Cloud.CloudControlsPartner.V1.dll
Constructors
EkmConnections()
public EkmConnections()EkmConnections(EkmConnections)
public EkmConnections(EkmConnections other)| Parameter | |
|---|---|
| Name | Description |
other |
EkmConnections |
Properties
EkmConnectionsName
public EkmConnectionsName EkmConnectionsName { get; set; }EkmConnectionsName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
EkmConnectionsName |
|
EkmConnections_
public RepeatedField<EkmConnection> EkmConnections_ { get; }The EKM connections associated with the workload
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldEkmConnection |
|
Name
public string Name { get; set; }Identifier. Format:
organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/ekmConnections
| Property Value | |
|---|---|
| Type | Description |
string |
|