Class: Google::Cloud::VMMigration::V1::TargetProject

Inherits:
Object
  • Object
show all
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

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).

Returns:

  • (::Google::Protobuf::Timestamp)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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