Backup and DR Service v1 API - Class DisplayDevice (1.2.0)

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

Inheritance

object > DisplayDevice

Namespace

Google.Cloud.BackupDR.V1

Assembly

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