Class: Google::Cloud::MigrationCenter::V1::PreferenceSet

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Overview

The preferences that apply to all assets in a given context.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Output only. The timestamp when the preference set was created.

Returns:



99
100
101
102
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 99

class PreferenceSet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#description::String

Returns A description of the preference set.

Returns:

  • (::String)

    A description of the preference set.



99
100
101
102
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 99

class PreferenceSet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#display_name::String

Returns User-friendly display name. Maximum length is 63 characters.

Returns:

  • (::String)

    User-friendly display name. Maximum length is 63 characters.



99
100
101
102
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 99

class PreferenceSet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String (readonly)

Returns Output only. Name of the preference set.

Returns:

  • (::String)

    Output only. Name of the preference set.



99
100
101
102
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 99

class PreferenceSet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

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

Returns Output only. The timestamp when the preference set was last updated.

Returns:



99
100
101
102
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 99

class PreferenceSet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#virtual_machine_preferences::Google::Cloud::MigrationCenter::V1::VirtualMachinePreferences

Returns A set of preferences that applies to all virtual machines in the context.

Returns:



99
100
101
102
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 99

class PreferenceSet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end