Cloud Asset V1 API - Class Google::Cloud::Asset::V1::MoveAnalysisResult (v0.20.1)

Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::MoveAnalysisResult.

An analysis result including blockers and warnings.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#blockers

def blockers() -> ::Array<::Google::Cloud::Asset::V1::MoveImpact>
Returns

#blockers=

def blockers=(value) -> ::Array<::Google::Cloud::Asset::V1::MoveImpact>
Parameter
Returns

#warnings

def warnings() -> ::Array<::Google::Cloud::Asset::V1::MoveImpact>
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.

#warnings=

def warnings=(value) -> ::Array<::Google::Cloud::Asset::V1::MoveImpact>
Parameter
  • value (::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.
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.