Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::AbortInfo.
Details of the final state "abort" and associated resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cause
def cause() -> ::Google::Cloud::NetworkManagement::V1::AbortInfo::Cause
    Returns
    
  - (::Google::Cloud::NetworkManagement::V1::AbortInfo::Cause) — Causes that the analysis is aborted.
#cause=
def cause=(value) -> ::Google::Cloud::NetworkManagement::V1::AbortInfo::Cause
    Parameter
    
  - value (::Google::Cloud::NetworkManagement::V1::AbortInfo::Cause) — Causes that the analysis is aborted.
    Returns
    
  - (::Google::Cloud::NetworkManagement::V1::AbortInfo::Cause) — Causes that the analysis is aborted.
#projects_missing_permission
def projects_missing_permission() -> ::Array<::String>
    Returns
    
  - (::Array<::String>) — 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.
#projects_missing_permission=
def projects_missing_permission=(value) -> ::Array<::String>
    Parameter
    
  - value (::Array<::String>) — 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.
    Returns
    
  - (::Array<::String>) — 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.
#resource_uri
def resource_uri() -> ::String
    Returns
    
  - (::String) — URI of the resource that caused the abort.
#resource_uri=
def resource_uri=(value) -> ::String
    Parameter
    
  - value (::String) — URI of the resource that caused the abort.
    Returns
    
- (::String) — URI of the resource that caused the abort.