public abstract class VHD extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VHD.Builder |
Constructor and Description |
---|
VHD() |
Modifier and Type | Method and Description |
---|---|
static VHD.Builder |
builder() |
static VHD |
create(String uri) |
abstract VHD.Builder |
toBuilder() |
abstract String |
uri()
The uri of the vhd.
|
public abstract String uri()
public abstract VHD.Builder toBuilder()
public static VHD.Builder builder()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.