public sealed class PscConfig : IMessage<PscConfig>, IEquatable<PscConfig>, IDeepCloneable<PscConfig>, IBufferMessage, IMessageImplements
IMessagePscConfig, IEquatablePscConfig, IDeepCloneablePscConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.Cluster.V1Assembly
Google.Cloud.Redis.Cluster.V1.dll
Constructors
PscConfig()
public PscConfig()PscConfig(PscConfig)
public PscConfig(PscConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
PscConfig |
Properties
Network
public string Network { get; set; }Required. The network where the IP address of the discovery endpoint will be reserved, in the form of projects/{network_project}/global/networks/{network_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|