Compute V1 Client - Class DisplayDevice (1.5.0)

Reference documentation and code samples for the Compute V1 Client class DisplayDevice.

A set of Display Device options

Generated from protobuf message google.cloud.compute.v1.DisplayDevice

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ enable_display bool

Defines whether the instance has Display enabled.

getEnableDisplay

Defines whether the instance has Display enabled.

Generated from protobuf field optional bool enable_display = 14266886;

Returns
TypeDescription
bool

hasEnableDisplay

clearEnableDisplay

setEnableDisplay

Defines whether the instance has Display enabled.

Generated from protobuf field optional bool enable_display = 14266886;

Parameter
NameDescription
var bool
Returns
TypeDescription
$this