Class AbortInfo (1.0.0)

public sealed class AbortInfo : IMessage<AbortInfo>, IEquatable<AbortInfo>, IDeepCloneable<AbortInfo>, IBufferMessage, IMessage

Details of the final state "abort" and associated resource.

Inheritance

Object > AbortInfo

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

AbortInfo()

public AbortInfo()

AbortInfo(AbortInfo)

public AbortInfo(AbortInfo other)
Parameter
NameDescription
otherAbortInfo

Properties

Cause

public AbortInfo.Types.Cause Cause { get; set; }

Causes that the analysis is aborted.

Property Value
TypeDescription
AbortInfo.Types.Cause

ResourceUri

public string ResourceUri { get; set; }

URI of the resource that caused the abort.

Property Value
TypeDescription
String