Show / Hide Table of Contents

Class AbortInfo

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

Inheritance
object
AbortInfo
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.NetworkManagement.v1beta1.Data
Assembly: Google.Apis.NetworkManagement.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX