Show / Hide Table of Contents

Class ApplySoftwareUpdateRequest

Request for ApplySoftwareUpdate.

Inheritance
object
ApplySoftwareUpdateRequest
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.v1beta2.Data
Assembly: Google.Apis.CloudMemorystoreforMemcached.v1beta2.dll
Syntax
public class ApplySoftwareUpdateRequest : IDirectResponseSchema

Properties

ApplyAll

Whether to apply the update to all nodes. If set to true, will explicitly restrict users from specifying any nodes, and apply software update to all nodes (where applicable) 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 we should apply the update to. Note all the selected nodes are updated in parallel.

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