Class: Google::Cloud::VMMigration::V1::Group
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::Group
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Describes message for 'Group' resource. The Group is a collections of several MigratingVms.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
User-provided description of the group.
-
#display_name ⇒ ::String
Display name is a user defined name for this group which can be updated.
-
#name ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The create time timestamp.
2339 2340 2341 2342 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2339 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns User-provided description of the group.
2339 2340 2341 2342 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2339 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Display name is a user defined name for this group which can be updated.
2339 2340 2341 2342 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2339 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. The Group name.
2339 2340 2341 2342 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2339 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The update time timestamp.
2339 2340 2341 2342 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2339 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |