Class: Google::Cloud::VMMigration::V1::Group

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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The create time timestamp.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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