Reference documentation and code samples for the Google Cloud Network Management V1 Client class AbortInfo.
Details of the final state "abort" and associated resource.
Generated from protobuf message google.cloud.networkmanagement.v1.AbortInfo
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ cause
int
Causes that the analysis is aborted.
↳ resource_uri
string
URI of the resource that caused the abort.
↳ ip_address
string
IP address that caused the abort.
↳ projects_missing_permission
array
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.
getCause
Causes that the analysis is aborted.
int
setCause
Causes that the analysis is aborted.
var
int
$this
getResourceUri
URI of the resource that caused the abort.
string
setResourceUri
URI of the resource that caused the abort.
var
string
$this
getIpAddress
IP address that caused the abort.
string
setIpAddress
IP address that caused the abort.
var
string
$this
getProjectsMissingPermission
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.
setProjectsMissingPermission
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.
var
string[]
$this