Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::PreferenceSet.
The preferences that apply to all assets in a given context.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp when the preference set was created.
#description
def description() -> ::String
Returns
- (::String) — A description of the preference set.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — A description of the preference set.
Returns
- (::String) — A description of the preference set.
#display_name
def display_name() -> ::String
Returns
- (::String) — User-friendly display name. Maximum length is 63 characters.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — User-friendly display name. Maximum length is 63 characters.
Returns
- (::String) — User-friendly display name. Maximum length is 63 characters.
#name
def name() -> ::String
Returns
- (::String) — Output only. Name of the preference set.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp when the preference set was last updated.
#virtual_machine_preferences
def virtual_machine_preferences() -> ::Google::Cloud::MigrationCenter::V1::VirtualMachinePreferences
Returns
- (::Google::Cloud::MigrationCenter::V1::VirtualMachinePreferences) — A set of preferences that applies to all virtual machines in the context.
#virtual_machine_preferences=
def virtual_machine_preferences=(value) -> ::Google::Cloud::MigrationCenter::V1::VirtualMachinePreferences
Parameter
- value (::Google::Cloud::MigrationCenter::V1::VirtualMachinePreferences) — A set of preferences that applies to all virtual machines in the context.
Returns
- (::Google::Cloud::MigrationCenter::V1::VirtualMachinePreferences) — A set of preferences that applies to all virtual machines in the context.