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.
Defined Under Namespace
Modules: MigrationTargetType
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.
-
#migration_target_type ⇒ ::Google::Cloud::VMMigration::V1::Group::MigrationTargetType
Immutable.
-
#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.
3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3164 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible types of the group. module MigrationTargetType # Group type is not specified. This defaults to Compute Engine targets. MIGRATION_TARGET_TYPE_UNSPECIFIED = 0 # All MigratingVMs in the group must have Compute Engine targets. MIGRATION_TARGET_TYPE_GCE = 1 # All MigratingVMs in the group must have Compute Engine Disks targets. MIGRATION_TARGET_TYPE_DISKS = 2 end end |
#description ⇒ ::String
Returns User-provided description of the group.
3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3164 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible types of the group. module MigrationTargetType # Group type is not specified. This defaults to Compute Engine targets. MIGRATION_TARGET_TYPE_UNSPECIFIED = 0 # All MigratingVMs in the group must have Compute Engine targets. MIGRATION_TARGET_TYPE_GCE = 1 # All MigratingVMs in the group must have Compute Engine Disks targets. MIGRATION_TARGET_TYPE_DISKS = 2 end end |
#display_name ⇒ ::String
Returns Display name is a user defined name for this group which can be updated.
3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3164 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible types of the group. module MigrationTargetType # Group type is not specified. This defaults to Compute Engine targets. MIGRATION_TARGET_TYPE_UNSPECIFIED = 0 # All MigratingVMs in the group must have Compute Engine targets. MIGRATION_TARGET_TYPE_GCE = 1 # All MigratingVMs in the group must have Compute Engine Disks targets. MIGRATION_TARGET_TYPE_DISKS = 2 end end |
#migration_target_type ⇒ ::Google::Cloud::VMMigration::V1::Group::MigrationTargetType
Returns Immutable. The target type of this group.
3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3164 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible types of the group. module MigrationTargetType # Group type is not specified. This defaults to Compute Engine targets. MIGRATION_TARGET_TYPE_UNSPECIFIED = 0 # All MigratingVMs in the group must have Compute Engine targets. MIGRATION_TARGET_TYPE_GCE = 1 # All MigratingVMs in the group must have Compute Engine Disks targets. MIGRATION_TARGET_TYPE_DISKS = 2 end end |
#name ⇒ ::String (readonly)
Returns Output only. The Group name.
3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3164 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible types of the group. module MigrationTargetType # Group type is not specified. This defaults to Compute Engine targets. MIGRATION_TARGET_TYPE_UNSPECIFIED = 0 # All MigratingVMs in the group must have Compute Engine targets. MIGRATION_TARGET_TYPE_GCE = 1 # All MigratingVMs in the group must have Compute Engine Disks targets. MIGRATION_TARGET_TYPE_DISKS = 2 end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The update time timestamp.
3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3164 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible types of the group. module MigrationTargetType # Group type is not specified. This defaults to Compute Engine targets. MIGRATION_TARGET_TYPE_UNSPECIFIED = 0 # All MigratingVMs in the group must have Compute Engine targets. MIGRATION_TARGET_TYPE_GCE = 1 # All MigratingVMs in the group must have Compute Engine Disks targets. MIGRATION_TARGET_TYPE_DISKS = 2 end end |