Show / Hide Table of Contents

Class ReplicatingStep

ReplicatingStep contains specific step details.

Inheritance
object
ReplicatingStep
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.VMMigrationService.v1.Data
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class ReplicatingStep : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LastThirtyMinutesAverageBytesPerSecond

The source disks replication rate for the last 30 minutes in bytes per second.

Declaration
[JsonProperty("lastThirtyMinutesAverageBytesPerSecond")]
public virtual long? LastThirtyMinutesAverageBytesPerSecond { get; set; }
Property Value
Type Description
long?

LastTwoMinutesAverageBytesPerSecond

The source disks replication rate for the last 2 minutes in bytes per second.

Declaration
[JsonProperty("lastTwoMinutesAverageBytesPerSecond")]
public virtual long? LastTwoMinutesAverageBytesPerSecond { get; set; }
Property Value
Type Description
long?

ReplicatedBytes

Replicated bytes in the step.

Declaration
[JsonProperty("replicatedBytes")]
public virtual long? ReplicatedBytes { get; set; }
Property Value
Type Description
long?

TotalBytes

Total bytes to be handled in the step.

Declaration
[JsonProperty("totalBytes")]
public virtual long? TotalBytes { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX