Class ProjectsResource.LocationsResource.InstancesResource.ApplySoftwareUpdateRequest
Updates software on the selected nodes of the Instance.
Inheritance
ProjectsResource.LocationsResource.InstancesResource.ApplySoftwareUpdateRequest
Inherited Members
Namespace: Google.Apis.CloudMemorystoreforMemcached.v1beta2
Assembly: Google.Apis.CloudMemorystoreforMemcached.v1beta2.dll
Syntax
public class ProjectsResource.LocationsResource.InstancesResource.ApplySoftwareUpdateRequest : CloudMemorystoreforMemcachedBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
ApplySoftwareUpdateRequest(IClientService, ApplySoftwareUpdateRequest, string)
Constructs a new ApplySoftwareUpdate request.
Declaration
public ApplySoftwareUpdateRequest(IClientService service, ApplySoftwareUpdateRequest body, string instance)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ApplySoftwareUpdateRequest | body | |
string | instance |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Instance
Required. Resource name of the Memcached instance for which software update should be applied.
Declaration
[RequestParameter("instance", RequestParameterType.Path)]
public virtual string Instance { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ApplySoftwareUpdate parameter list.
Declaration
protected override void InitParameters()