public sealed class NodeConfig : IMessage<NodeConfig>, IEquatable<NodeConfig>, IDeepCloneable<NodeConfig>, IBufferMessage, IMessageReference documentation and code samples for the Memorystore v1 API class NodeConfig.
Represents configuration for nodes of the instance.
Implements
IMessageNodeConfig, IEquatableNodeConfig, IDeepCloneableNodeConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Memorystore.V1Assembly
Google.Cloud.Memorystore.V1.dll
Constructors
NodeConfig()
public NodeConfig()NodeConfig(NodeConfig)
public NodeConfig(NodeConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
NodeConfig |
Properties
SizeGb
public double SizeGb { get; set; }Output only. Memory size in GB of the node.
| Property Value | |
|---|---|
| Type | Description |
double |
|