| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.domain | |
| org.jclouds.googlecomputeengine.features |
| Modifier and Type | Method and Description |
|---|---|
static AttachDisk |
AttachDisk.create(AttachDisk.Type type,
AttachDisk.Mode mode,
URI source,
String deviceName,
boolean boot,
AttachDisk.InitializeParams initializeParams,
boolean autoDelete,
List<String> licenses,
AttachDisk.DiskInterface diskInterface) |
static AttachDisk |
AttachDisk.existingBootDisk(URI existingBootDisk) |
static AttachDisk |
AttachDisk.existingDisk(URI existingDisk) |
static AttachDisk |
AttachDisk.newBootDisk(URI sourceImage) |
static AttachDisk |
AttachDisk.newBootDisk(URI sourceImage,
URI diskType) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<AttachDisk> |
NewInstance.disks() |
| Modifier and Type | Method and Description |
|---|---|
static NewInstance |
NewInstance.create(String name,
URI machineType,
URI network,
URI subnetwork,
List<AttachDisk> disks,
String description,
Tags tags) |
| Constructor and Description |
|---|
NewInstance.Builder(String name,
URI machineType,
List<NewInstance.NetworkInterface> networks,
List<AttachDisk> disks) |
NewInstance.Builder(String name,
URI machineType,
URI network,
URI subnetwork,
List<AttachDisk> disks) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
InstanceApi.attachDisk(String instance,
AttachDisk attachDiskOptions)
Attaches a disk to an instance
|
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.