Class ProjectsResource.LocationsResource.InstancesResource.ApplyParametersRequest
ApplyParameters
restarts the set of specified nodes in order to update them to the current set of
parameters for the Memcached Instance.
Inheritance
ProjectsResource.LocationsResource.InstancesResource.ApplyParametersRequest
Inherited Members
Namespace: Google.Apis.CloudMemorystoreforMemcached.v1
Assembly: Google.Apis.CloudMemorystoreforMemcached.v1.dll
Syntax
public class ProjectsResource.LocationsResource.InstancesResource.ApplyParametersRequest : CloudMemorystoreforMemcachedBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
ApplyParametersRequest(IClientService, ApplyParametersRequest, string)
Constructs a new ApplyParameters request.
Declaration
public ApplyParametersRequest(IClientService service, ApplyParametersRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ApplyParametersRequest | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. Resource name of the Memcached instance for which parameter group updates should be applied.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
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 ApplyParameters parameter list.
Declaration
protected override void InitParameters()