GetPreferenceSetResult

data class GetPreferenceSetResult(val createTime: String, val description: String, val displayName: String, val name: String, val updateTime: String, val virtualMachinePreferences: VirtualMachinePreferencesResponse)

Constructors

Link copied to clipboard
fun GetPreferenceSetResult(createTime: String, description: String, displayName: String, name: String, updateTime: String, virtualMachinePreferences: VirtualMachinePreferencesResponse)

Types

Link copied to clipboard
object Companion

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

Name of the preference set.

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.