Class AbortInfo
Details of the final state "abort" and associated resource.
Implements
Inherited Members
Namespace: Google.Apis.NetworkManagement.v1.Data
Assembly: Google.Apis.NetworkManagement.v1.dll
Syntax
public class AbortInfo : IDirectResponseSchema
Properties
Cause
Causes that the analysis is aborted.
Declaration
[JsonProperty("cause")]
public virtual string Cause { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IpAddress
IP address that caused the abort.
Declaration
[JsonProperty("ipAddress")]
public virtual string IpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectsMissingPermission
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.
Declaration
[JsonProperty("projectsMissingPermission")]
public virtual IList<string> ProjectsMissingPermission { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ResourceUri
URI of the resource that caused the abort.
Declaration
[JsonProperty("resourceUri")]
public virtual string ResourceUri { get; set; }
Property Value
Type | Description |
---|---|
string |