Migration Center v1 API - Class PreferenceSet (1.0.0)

public sealed class PreferenceSet : IMessage<PreferenceSet>, IEquatable<PreferenceSet>, IDeepCloneable<PreferenceSet>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class PreferenceSet.

The preferences that apply to all assets in a given context.

Inheritance

object > PreferenceSet

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

PreferenceSet()

public PreferenceSet()

PreferenceSet(PreferenceSet)

public PreferenceSet(PreferenceSet other)
Parameter
NameDescription
otherPreferenceSet

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The timestamp when the preference set was created.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

A description of the preference set.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

User-friendly display name. Maximum length is 63 characters.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Output only. Name of the preference set.

Property Value
TypeDescription
string

PreferenceSetName

public PreferenceSetName PreferenceSetName { get; set; }

PreferenceSetName-typed view over the Name resource name property.

Property Value
TypeDescription
PreferenceSetName

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The timestamp when the preference set was last updated.

Property Value
TypeDescription
Timestamp

VirtualMachinePreferences

public VirtualMachinePreferences VirtualMachinePreferences { get; set; }

A set of preferences that applies to all virtual machines in the context.

Property Value
TypeDescription
VirtualMachinePreferences