Class ApplyParametersRequest
Request for ApplyParameters.
Implements
Inherited Members
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> |