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
- (::Array<::Google::Cloud::Asset::V1::MoveImpact>) — Blocking information that would prevent the target resource from moving to the specified destination at runtime.
#blockers=
def blockers=(value) -> ::Array<::Google::Cloud::Asset::V1::MoveImpact>
Parameter
- value (::Array<::Google::Cloud::Asset::V1::MoveImpact>) — Blocking information that would prevent the target resource from moving to the specified destination at runtime.
Returns
- (::Array<::Google::Cloud::Asset::V1::MoveImpact>) — Blocking information that would prevent the target resource from moving to the specified destination at runtime.
#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.