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.
#ip_address
def ip_address() -> ::String
Returns
- (::String) — IP address that caused the abort.
#ip_address=
def ip_address=(value) -> ::String
Parameter
- value (::String) — IP address that caused the abort.
Returns
- (::String) — IP address that caused the abort.
#projects_missing_permission
def projects_missing_permission() -> ::Array<::String>
Returns
- (::Array<::String>) — 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.
#projects_missing_permission=
def projects_missing_permission=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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.
Returns
- (::Array<::String>) — 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.
#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.