Class ProjectsResource.LocationsResource.InstancesResource.PauseReplicaRequest
Pause the standby instance (replica). WARNING: This operation makes the standby instance's NFS filesystem writable. Any data written to the standby instance while paused will be lost when the replica is resumed or promoted.
Inheritance
ProjectsResource.LocationsResource.InstancesResource.PauseReplicaRequest
Inherited Members
Namespace: Google.Apis.CloudFilestore.v1
Assembly: Google.Apis.CloudFilestore.v1.dll
Syntax
public class ProjectsResource.LocationsResource.InstancesResource.PauseReplicaRequest : CloudFilestoreBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
PauseReplicaRequest(IClientService, PauseReplicaRequest, string)
Constructs a new PauseReplica request.
Declaration
public PauseReplicaRequest(IClientService service, PauseReplicaRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| PauseReplicaRequest | 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. The resource name of the instance, in the format
projects/{project_id}/locations/{location_id}/instances/{instance_id}.
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 PauseReplica parameter list.
Declaration
protected override void InitParameters()