Class DisksResource.GetAsyncReplicationStatusRequest
Gets the status of current async replication for a given device.
Inheritance
DisksResource.GetAsyncReplicationStatusRequest
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class DisksResource.GetAsyncReplicationStatusRequest : ComputeBaseServiceRequest<GetAsyncReplicationStatusResponse>, IClientServiceRequest<GetAsyncReplicationStatusResponse>, IClientServiceRequest
Constructors
GetAsyncReplicationStatusRequest(IClientService, string, string, string)
Constructs a new GetAsyncReplicationStatus request.
Declaration
public GetAsyncReplicationStatusRequest(IClientService service, string project, string zone, string disk)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | project | |
string | zone | |
string | disk |
Properties
Disk
Name of the Disk resource whose Async replication details are requested. Name should conform to RFC1035 or be an unsigned long integer.
Declaration
[RequestParameter("disk", RequestParameterType.Path)]
public virtual string Disk { get; }
Property Value
Type | Description |
---|---|
string |
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
Project
Project ID for this request.
Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Zone
The name of the zone for this request.
Declaration
[RequestParameter("zone", RequestParameterType.Path)]
public virtual string Zone { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes GetAsyncReplicationStatus parameter list.
Declaration
protected override void InitParameters()