Show / Hide Table of Contents

Class RegionDisksStopAsyncReplicationRequest

Inheritance
object
RegionDisksStopAsyncReplicationRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class RegionDisksStopAsyncReplicationRequest : IDirectResponseSchema

Properties

AsyncSecondaryDisk

[Deprecated] The secondary disk to stop asynchronous replication to. This field will not be included in the beta or v1 APIs and will be removed from the alpha API in the near future.

Declaration
[JsonProperty("asyncSecondaryDisk")]
public virtual string AsyncSecondaryDisk { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX