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
The target project ID (number) or project name.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time this target project resource was created (not related to when the Compute Engine project it points to was created).
2179 2180 2181 2182 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2179 class TargetProject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns The target project's description.
2179 2180 2181 2182 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2179 class TargetProject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. The name of the target project.
2179 2180 2181 2182 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2179 class TargetProject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns The target project ID (number) or project name.
2179 2180 2181 2182 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2179 class TargetProject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The last time the target project resource was updated.
2179 2180 2181 2182 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2179 class TargetProject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |