Class ProjectsResource.LocationsResource.InstancesResource.RescheduleMaintenanceRequest
Performs the apply phase of the RescheduleMaintenance verb.
Inheritance
ProjectsResource.LocationsResource.InstancesResource.RescheduleMaintenanceRequest
Inherited Members
Namespace: Google.Apis.CloudMemorystoreforMemcached.v1beta2
Assembly: Google.Apis.CloudMemorystoreforMemcached.v1beta2.dll
Syntax
public class ProjectsResource.LocationsResource.InstancesResource.RescheduleMaintenanceRequest : CloudMemorystoreforMemcachedBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
RescheduleMaintenanceRequest(IClientService, RescheduleMaintenanceRequest, string)
Constructs a new RescheduleMaintenance request.
Declaration
public RescheduleMaintenanceRequest(IClientService service, RescheduleMaintenanceRequest body, string instance)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RescheduleMaintenanceRequest | body | |
string | instance |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Instance
Required. Memcache instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
where location_id
refers to a GCP region.
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 RescheduleMaintenance parameter list.
Declaration
protected override void InitParameters()