Class: Google::Cloud::VMMigration::V1::TargetProject
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::TargetProject
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
TargetProject message represents a target Compute Engine project for a migration or a clone.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
The target project's description.
-
#name ⇒ ::String
readonly
Output only.
-
#project ⇒ ::String
Required.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
3001 3002 3003 3004 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3001 class TargetProject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
3001 3002 3003 3004 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3001 class TargetProject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
3001 3002 3003 3004 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3001 class TargetProject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
3001 3002 3003 3004 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3001 class TargetProject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
3001 3002 3003 3004 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3001 class TargetProject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |