Class Replication
Replication is a nested resource under Volume, that describes a cross-region replication relationship between 2 volumes in different regions.
Implements
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1.Data
Assembly: Google.Apis.NetAppFiles.v1.dll
Syntax
public class Replication : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. Replication create time.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
A description about this replication relationship.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DestinationVolume
Output only. Full name of destination volume resource. Example : "projects/{project}/locations/{location}/volumes/{volume_id}"
Declaration
[JsonProperty("destinationVolume")]
public virtual string DestinationVolume { get; set; }
Property Value
Type | Description |
---|---|
string |
DestinationVolumeParameters
Required. Input only. Destination volume parameters
Declaration
[JsonProperty("destinationVolumeParameters")]
public virtual DestinationVolumeParameters DestinationVolumeParameters { get; set; }
Property Value
Type | Description |
---|---|
DestinationVolumeParameters |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Healthy
Output only. Condition of the relationship. Can be one of the following: - true: The replication relationship is healthy. It has not missed the most recent scheduled transfer. - false: The replication relationship is not healthy. It has missed the most recent scheduled transfer.
Declaration
[JsonProperty("healthy")]
public virtual bool? Healthy { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Labels
Resource labels to represent user provided metadata.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
MirrorState
Output only. Indicates the state of mirroring.
Declaration
[JsonProperty("mirrorState")]
public virtual string MirrorState { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. The resource name of the Replication. Format:
projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ReplicationSchedule
Required. Indicates the schedule for replication.
Declaration
[JsonProperty("replicationSchedule")]
public virtual string ReplicationSchedule { get; set; }
Property Value
Type | Description |
---|---|
string |
Role
Output only. Indicates whether this points to source or destination.
Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceVolume
Output only. Full name of source volume resource. Example : "projects/{project}/locations/{location}/volumes/{volume_id}"
Declaration
[JsonProperty("sourceVolume")]
public virtual string SourceVolume { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. State of the replication.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
StateDetails
Output only. State details of the replication.
Declaration
[JsonProperty("stateDetails")]
public virtual string StateDetails { get; set; }
Property Value
Type | Description |
---|---|
string |
TransferStats
Output only. Replication transfer statistics.
Declaration
[JsonProperty("transferStats")]
public virtual TransferStats TransferStats { get; set; }
Property Value
Type | Description |
---|---|
TransferStats |