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.
↳ projects_missing_permission
array
List of project IDs that the user has specified in the request but does not have permission to access network configs. Analysis is aborted in this case 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
getProjectsMissingPermission
List of project IDs that the user has specified in the request but does not have permission to access network configs. Analysis is aborted in this case with the PERMISSION_DENIED cause.
setProjectsMissingPermission
List of project IDs that the user has specified in the request but does not have permission to access network configs. Analysis is aborted in this case with the PERMISSION_DENIED cause.
var
string[]
$this