Class DiskCreationOptions.Builder
java.lang.Object
org.jclouds.googlecomputeengine.options.DiskCreationOptions.Builder
- Enclosing class:
 DiskCreationOptions
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()description(String description) The descriptionSize of the persistent disk, specified in GB.sourceSnapshot(URI sourceSnapshot) The source snapshotThe disk type, fully qualified URL for the disk type. 
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
type
The disk type, fully qualified URL for the disk type.- Returns:
 - the disk type
 
 - 
sizeGb
Size of the persistent disk, specified in GB. You can also specify this when creating a persistent disk using the sourceImage or sourceSnapshot parameter. - 
sourceSnapshot
The source snapshot- Returns:
 - sourceSnapshot, fully qualified URL for the snapshot to be copied.
 
 - 
description
The description- Returns:
 - description, An optional textual description of the resource.
 
 - 
build
 
 -