Class: Google::Cloud::Asset::V1::MoveAnalysisResult

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#blockers::Array<::Google::Cloud::Asset::V1::MoveImpact>

Returns Blocking information that would prevent the target resource from moving to the specified destination at runtime.

Returns:



1303
1304
1305
1306
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1303

class MoveAnalysisResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#warnings::Array<::Google::Cloud::Asset::V1::MoveImpact>

Returns Warning information indicating that moving the target resource to the specified destination might be unsafe. This can include important policy information and configuration changes, but will not block moves at runtime.

Returns:

  • (::Array<::Google::Cloud::Asset::V1::MoveImpact>)

    Warning information indicating that moving the target resource to the specified destination might be unsafe. This can include important policy information and configuration changes, but will not block moves at runtime.



1303
1304
1305
1306
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1303

class MoveAnalysisResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end