Show / Hide Table of Contents

Class ResourceStatusServiceIntegrationStatusBackupDRStatus

Message defining compute perspective of the result of integration with Backup and DR. FAILED status indicates that the operation specified did not complete correctly and should be retried with the same value.

Inheritance
object
ResourceStatusServiceIntegrationStatusBackupDRStatus
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 ResourceStatusServiceIntegrationStatusBackupDRStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

IntegrationDetails

The PlanReference object created by Backup and DR to maintain the actual status of backups. May still be present if removing the backup plan fails.

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

State

Enum representing the registration state of a Backup and DR backup plan for the instance.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX