Memorystore v1 API - Class NodeConfig (1.0.0-beta01)

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

Reference documentation and code samples for the Memorystore v1 API class NodeConfig.

Represents configuration for nodes of the instance.

Inheritance

object > NodeConfig

Namespace

Google.Cloud.Memorystore.V1

Assembly

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