Class: Google::Cloud::AssuredWorkloads::V1beta1::AnalyzeWorkloadMoveResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AssuredWorkloads::V1beta1::AnalyzeWorkloadMoveResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/assuredworkloads/v1beta1/assuredworkloads.rb
Overview
A response that includes the analysis of the hypothetical resource move.
Instance Attribute Summary collapse
-
#blockers ⇒ ::Array<::String>
A list of blockers that should be addressed before moving the source project or project-based workload to the destination folder-based workload.
Instance Attribute Details
#blockers ⇒ ::Array<::String>
Returns A list of blockers that should be addressed before moving the source project or project-based workload to the destination folder-based workload.
159 160 161 162 |
# File 'proto_docs/google/cloud/assuredworkloads/v1beta1/assuredworkloads.rb', line 159 class AnalyzeWorkloadMoveResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |