Class: Google::Cloud::AssuredWorkloads::V1beta1::AnalyzeWorkloadMoveRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AssuredWorkloads::V1beta1::AnalyzeWorkloadMoveRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/assuredworkloads/v1beta1/assuredworkloads.rb
Overview
A request to analyze a hypothetical move of a source project or project-based workload to a target (destination) folder-based workload.
Instance Attribute Summary collapse
-
#project ⇒ ::String
The source type is a project.
-
#source ⇒ ::String
The source type is a project-based workload.
-
#target ⇒ ::String
Required.
Instance Attribute Details
#project ⇒ ::String
Returns The source type is a project. Specify the project's relative resource name, formatted as either a project number or a project ID: "projects/{PROJECT_NUMBER}" or "projects/{PROJECT_ID}" For example: "projects/951040570662" when specifying a project number, or "projects/my-project-123" when specifying a project ID.
149 150 151 152 |
# File 'proto_docs/google/cloud/assuredworkloads/v1beta1/assuredworkloads.rb', line 149 class AnalyzeWorkloadMoveRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source ⇒ ::String
Returns The source type is a project-based workload. Specify the workloads's relative resource name, formatted as: "organizations/{ORGANIZATION_ID}/locations/{LOCATION_ID}/workloads/{WORKLOAD_ID}" For example: "organizations/123/locations/us-east1/workloads/assured-workload-1".
149 150 151 152 |
# File 'proto_docs/google/cloud/assuredworkloads/v1beta1/assuredworkloads.rb', line 149 class AnalyzeWorkloadMoveRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target ⇒ ::String
Returns Required. The resource ID of the folder-based destination workload. This workload is where the source project will hypothetically be moved to. Specify the workload's relative resource name, formatted as: "organizations/{ORGANIZATION_ID}/locations/{LOCATION_ID}/workloads/{WORKLOAD_ID}" For example: "organizations/123/locations/us-east1/workloads/assured-workload-2".
149 150 151 152 |
# File 'proto_docs/google/cloud/assuredworkloads/v1beta1/assuredworkloads.rb', line 149 class AnalyzeWorkloadMoveRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |