Class: Google::Cloud::Asset::V1::MoveAnalysisResult
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::MoveAnalysisResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Overview
An analysis result including blockers and warnings.
Instance Attribute Summary collapse
-
#blockers ⇒ ::Array<::Google::Cloud::Asset::V1::MoveImpact>
Blocking information that would prevent the target resource from moving to the specified destination at runtime.
-
#warnings ⇒ ::Array<::Google::Cloud::Asset::V1::MoveImpact>
Warning information indicating that moving the target resource to the specified destination might be unsafe.
Instance Attribute Details
#blockers ⇒ ::Array<::Google::Cloud::Asset::V1::MoveImpact>
1617 1618 1619 1620 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1617 class MoveAnalysisResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warnings ⇒ ::Array<::Google::Cloud::Asset::V1::MoveImpact>
1617 1618 1619 1620 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1617 class MoveAnalysisResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |