Class ReplicatingStep
ReplicatingStep contains specific step details.
Implements
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1alpha1.Data
Assembly: Google.Apis.VMMigrationService.v1alpha1.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? |