Class DisplayDevice (1.1.0)

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

A set of Display Device options

Inheritance

Object > DisplayDevice

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

DisplayDevice()

public DisplayDevice()

DisplayDevice(DisplayDevice)

public DisplayDevice(DisplayDevice other)
Parameter
NameDescription
otherDisplayDevice

Properties

EnableDisplay

public bool EnableDisplay { get; set; }

Defines whether the instance has Display enabled.

Property Value
TypeDescription
Boolean

HasEnableDisplay

public bool HasEnableDisplay { get; }

Gets whether the "enable_display" field is set

Property Value
TypeDescription
Boolean