Google Cloud Memorystore for Redis (cluster management) v1 API - Class PscConfig (1.3.0)

public sealed class PscConfig : IMessage<PscConfig>, IEquatable<PscConfig>, IDeepCloneable<PscConfig>, IBufferMessage, IMessage

Inheritance

object > PscConfig

Namespace

Google.Cloud.Redis.Cluster.V1

Assembly

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