Resource: PreferenceSet
The preferences that apply to all assets in a given context.
| JSON representation |
|---|
{
"name"
:
string
,
"createTime"
:
string
,
"updateTime"
:
string
,
"displayName"
:
string
,
"description"
:
string
,
"virtualMachinePreferences"
:
{
object (
|
| Fields | |
|---|---|
name
|
Output only. Name of the preference set. |
create
|
Output only. The timestamp when the preference set was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update
|
Output only. The timestamp when the preference set was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
display
|
User-friendly display name. Maximum length is 63 characters. |
description
|
A description of the preference set. |
virtual
|
Optional. A set of preferences that applies to all virtual machines in the context. |
Methods |
|
|---|---|
|
Creates a new preference set in a given project and location. |
|
Deletes a preference set. |
|
Gets the details of a preference set. |
|
Lists all the preference sets in a given project and location. |
|
Updates the parameters of a preference set. |

