public sealed class DisplayDevice : IMessage<DisplayDevice>, IEquatable<DisplayDevice>, IDeepCloneable<DisplayDevice>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class DisplayDevice.
A set of Display Device options
Implements
IMessageDisplayDevice, IEquatableDisplayDevice, IDeepCloneableDisplayDevice, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
DisplayDevice()
public DisplayDevice()
DisplayDevice(DisplayDevice)
public DisplayDevice(DisplayDevice other)
Parameter | |
---|---|
Name | Description |
other |
DisplayDevice |
Properties
EnableDisplay
public bool EnableDisplay { get; set; }
Optional. Enables display for the Compute Engine VM
Property Value | |
---|---|
Type | Description |
bool |
HasEnableDisplay
public bool HasEnableDisplay { get; }
Gets whether the "enable_display" field is set
Property Value | |
---|---|
Type | Description |
bool |