public sealed class DisplayDevice : IMessage<DisplayDevice>, IEquatable<DisplayDevice>, IDeepCloneable<DisplayDevice>, IBufferMessage, IMessage
A set of Display Device options
Implements
IMessage<DisplayDevice>, IEquatable<DisplayDevice>, IDeepCloneable<DisplayDevice>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
DisplayDevice()
public DisplayDevice()
DisplayDevice(DisplayDevice)
public DisplayDevice(DisplayDevice other)
Parameter | |
---|---|
Name | Description |
other | DisplayDevice |
Properties
EnableDisplay
public bool EnableDisplay { get; set; }
Defines whether the instance has Display enabled.
Property Value | |
---|---|
Type | Description |
Boolean |
HasEnableDisplay
public bool HasEnableDisplay { get; }
Gets whether the "enable_display" field is set
Property Value | |
---|---|
Type | Description |
Boolean |