Class: Google::Cloud::MigrationCenter::V1::PreferenceSet
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::PreferenceSet
- 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
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
A description of the preference set.
-
#display_name ⇒ ::String
User-friendly display name.
-
#name ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#virtual_machine_preferences ⇒ ::Google::Cloud::MigrationCenter::V1::VirtualMachinePreferences
A set of preferences that applies to all virtual machines in the context.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The timestamp when the preference set was created.
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.
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.
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.
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.
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.
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 |