Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
AttachedDiskInitializeParams |
AttachedDiskInitializeParams.Builder.build() |
static AttachedDiskInitializeParams |
AttachedDiskInitializeParams.getDefaultInstance() |
AttachedDiskInitializeParams |
AttachedDisk.getInitializeParams()
[Input Only] Specifies the parameters for a new disk that will be created alongside the new
instance.
|
AttachedDiskInitializeParams |
AttachedDisk.Builder.getInitializeParams()
[Input Only] Specifies the parameters for a new disk that will be created alongside the new
instance.
|
Modifier and Type | Method and Description |
---|---|
AttachedDiskInitializeParams.Builder |
AttachedDiskInitializeParams.Builder.mergeFrom(AttachedDiskInitializeParams other) |
static AttachedDiskInitializeParams.Builder |
AttachedDiskInitializeParams.newBuilder(AttachedDiskInitializeParams prototype) |
AttachedDisk.Builder |
AttachedDisk.Builder.setInitializeParams(AttachedDiskInitializeParams initializeParams)
[Input Only] Specifies the parameters for a new disk that will be created alongside the new
instance.
|
Copyright © 2019 Google LLC. All rights reserved.