Show / Hide Table of Contents

Class ApplyParametersRequest

Request for ApplyParameters.

Inheritance
object
ApplyParametersRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudMemorystoreforMemcached.v1.Data
Assembly: Google.Apis.CloudMemorystoreforMemcached.v1.dll
Syntax
public class ApplyParametersRequest : IDirectResponseSchema

Properties

ApplyAll

Whether to apply instance-level parameter group to all nodes. If set to true, users are restricted from specifying individual nodes, and ApplyParameters updates all nodes within the instance.

Declaration
[JsonProperty("applyAll")]
public virtual bool? ApplyAll { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NodeIds

Nodes to which the instance-level parameter group is applied.

Declaration
[JsonProperty("nodeIds")]
public virtual IList<string> NodeIds { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX