Class GuestOsFeature (1.0.0)

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

Guest OS features.

Inheritance

Object > GuestOsFeature

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GuestOsFeature()

public GuestOsFeature()

GuestOsFeature(GuestOsFeature)

public GuestOsFeature(GuestOsFeature other)
Parameter
NameDescription
otherGuestOsFeature

Properties

HasType

public bool HasType { get; }

Gets whether the "type" field is set

Property Value
TypeDescription
Boolean

Type

public string Type { get; set; }

The ID of a supported feature. Read Enabling guest operating system features to see a list of available options. Check the Type enum for the list of possible values.

Property Value
TypeDescription
String