Get Preference Set Result
data class GetPreferenceSetResult(val createTime: String, val description: String, val displayName: String, val name: String, val updateTime: String, val virtualMachinePreferences: VirtualMachinePreferencesResponse)
Properties
Link copied to clipboard
The timestamp when the preference set was created.
Link copied to clipboard
A description of the preference set.
Link copied to clipboard
User-friendly display name. Maximum length is 63 characters.
Link copied to clipboard
The timestamp when the preference set was last updated.
Link copied to clipboard
A set of preferences that applies to all virtual machines in the context.