View Source GoogleApi.MigrationCenter.V1.Model.PreferenceSet (google_api_migration_center v0.5.2)
The preferences that apply to all assets in a given context.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The timestamp when the preference set was created. -
description
(type:String.t
, default:nil
) - A description of the preference set. -
displayName
(type:String.t
, default:nil
) - User-friendly display name. Maximum length is 63 characters. -
name
(type:String.t
, default:nil
) - Output only. Name of the preference set. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The timestamp when the preference set was last updated. -
virtualMachinePreferences
(type:GoogleApi.MigrationCenter.V1.Model.VirtualMachinePreferences.t
, default:nil
) - Optional. A set of preferences that applies to all virtual machines in the context.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.PreferenceSet{ createTime: DateTime.t() | nil, description: String.t() | nil, displayName: String.t() | nil, name: String.t() | nil, updateTime: DateTime.t() | nil, virtualMachinePreferences: GoogleApi.MigrationCenter.V1.Model.VirtualMachinePreferences.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.