GoogleApi.NetworkManagement.V1beta1.Model.AbortInfo (google_api_network_management v0.39.0)

View Source

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

Attributes

  • cause (type: String.t, default: nil) - Causes that the analysis is aborted.
  • ipAddress (type: String.t, default: nil) - IP address that caused the abort.
  • projectsMissingPermission (type: list(String.t), default: nil) - 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.
  • resourceUri (type: String.t, default: nil) - URI of the resource that caused the abort.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkManagement.V1beta1.Model.AbortInfo{
  cause: String.t() | nil,
  ipAddress: String.t() | nil,
  projectsMissingPermission: [String.t()] | nil,
  resourceUri: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.