public sealed class Instance.Types.InstanceEndpoint : IMessage<Instance.Types.InstanceEndpoint>, IEquatable<Instance.Types.InstanceEndpoint>, IDeepCloneable<Instance.Types.InstanceEndpoint>, IBufferMessage, IMessageReference documentation and code samples for the Memorystore v1beta API class Instance.Types.InstanceEndpoint.
InstanceEndpoint consists of PSC connections that are created as a group in each VPC network for accessing the instance. In each group, there shall be one connection for each service attachment in the cluster.
Implements
IMessageInstanceTypesInstanceEndpoint, IEquatableInstanceTypesInstanceEndpoint, IDeepCloneableInstanceTypesInstanceEndpoint, IBufferMessage, IMessageNamespace
Google.Cloud.Memorystore.V1BetaAssembly
Google.Cloud.Memorystore.V1Beta.dll
Constructors
InstanceEndpoint()
public InstanceEndpoint()InstanceEndpoint(InstanceEndpoint)
public InstanceEndpoint(Instance.Types.InstanceEndpoint other)| Parameter | |
|---|---|
| Name | Description |
other |
InstanceTypesInstanceEndpoint |
Properties
Connections
public RepeatedField<Instance.Types.ConnectionDetail> Connections { get; }Optional. A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldInstanceTypesConnectionDetail |
|