Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Class and Description |
---|---|
class |
Instance
A Google Compute Engine VM Instance.
|
Modifier and Type | Method and Description |
---|---|
abstract InstanceInfo |
InstanceInfo.Builder.build()
Creates an
InstanceInfo object. |
InstanceInfo |
InstanceInfo.BuilderImpl.build() |
static InstanceInfo |
InstanceInfo.of(InstanceId instanceId,
MachineTypeId machineType,
AttachedDisk disk,
NetworkInterface networkInterface)
Returns an
InstanceInfo object given the instance identity, the machine type, a disk to
attach to the instance and a network interface. |
Modifier and Type | Method and Description |
---|---|
Operation |
Compute.create(InstanceInfo instance,
Compute.OperationOption... options)
Creates a new instance.
|
Copyright © 2019 Google LLC. All rights reserved.