Memorystore v1beta API - Class Instance.Types.InstanceEndpoint (1.0.0-beta03)

public sealed class Instance.Types.InstanceEndpoint : IMessage<Instance.Types.InstanceEndpoint>, IEquatable<Instance.Types.InstanceEndpoint>, IDeepCloneable<Instance.Types.InstanceEndpoint>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > Instance.Types.InstanceEndpoint

Namespace

Google.Cloud.Memorystore.V1Beta

Assembly

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