public sealed class AbortInfo : IMessage<AbortInfo>, IEquatable<AbortInfo>, IDeepCloneable<AbortInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class AbortInfo.
Details of the final state "abort" and associated resource.
Implements
IMessageAbortInfo, IEquatableAbortInfo, IDeepCloneableAbortInfo, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
AbortInfo()
public AbortInfo()
AbortInfo(AbortInfo)
public AbortInfo(AbortInfo other)
Parameter | |
---|---|
Name | Description |
other | AbortInfo |
Properties
Cause
public AbortInfo.Types.Cause Cause { get; set; }
Causes that the analysis is aborted.
Property Value | |
---|---|
Type | Description |
AbortInfoTypesCause |
IpAddress
public string IpAddress { get; set; }
IP address that caused the abort.
Property Value | |
---|---|
Type | Description |
string |
ProjectsMissingPermission
public RepeatedField<string> ProjectsMissingPermission { get; }
List of project IDs the user specified in the request but lacks access to. In this case, analysis is aborted with the PERMISSION_DENIED cause.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
ResourceUri
public string ResourceUri { get; set; }
URI of the resource that caused the abort.
Property Value | |
---|---|
Type | Description |
string |