Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.Instances.UpdateDisplayDevice |
Compute.Instances.updateDisplayDevice(String project,
String zone,
String instance,
DisplayDevice content)
Updates the Display config for a VM instance.
|
Constructor and Description |
---|
UpdateDisplayDevice(String project,
String zone,
String instance,
DisplayDevice content)
Updates the Display config for a VM instance.
|
Modifier and Type | Method and Description |
---|---|
DisplayDevice |
DisplayDevice.clone() |
DisplayDevice |
Instance.getDisplayDevice()
Enables display device for the instance.
|
DisplayDevice |
DisplayDevice.set(String fieldName,
Object value) |
DisplayDevice |
DisplayDevice.setEnableDisplay(Boolean enableDisplay)
Defines whether the instance has Display enabled.
|
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.setDisplayDevice(DisplayDevice displayDevice)
Enables display device for the instance.
|
Copyright © 2011–2024 Google. All rights reserved.