Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
DiskInstantiationConfig |
DiskInstantiationConfig.Builder.build() |
static DiskInstantiationConfig |
DiskInstantiationConfig.getDefaultInstance() |
Modifier and Type | Method and Description |
---|---|
List<DiskInstantiationConfig> |
SourceInstanceParams.getDiskConfigsList()
Attached disks configuration.
|
List<DiskInstantiationConfig> |
SourceInstanceParams.Builder.getDiskConfigsList()
Attached disks configuration.
|
Modifier and Type | Method and Description |
---|---|
SourceInstanceParams.Builder |
SourceInstanceParams.Builder.addDiskConfigs(DiskInstantiationConfig diskConfigs)
Attached disks configuration.
|
DiskInstantiationConfig.Builder |
DiskInstantiationConfig.Builder.mergeFrom(DiskInstantiationConfig other) |
static DiskInstantiationConfig.Builder |
DiskInstantiationConfig.newBuilder(DiskInstantiationConfig prototype) |
Modifier and Type | Method and Description |
---|---|
SourceInstanceParams.Builder |
SourceInstanceParams.Builder.addAllDiskConfigs(List<DiskInstantiationConfig> diskConfigs)
Attached disks configuration.
|
Copyright © 2019 Google LLC. All rights reserved.