public abstract class Disk extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Disk.Builder |
Constructor and Description |
---|
Disk() |
Modifier and Type | Method and Description |
---|---|
static Disk.Builder |
builder() |
static Disk |
create(String id,
String name,
String location,
String type,
SKU sku,
DiskProperties properties,
Map<String,String> tags) |
abstract String |
id()
The id of the disk
|
abstract String |
location()
The location of the disk
|
abstract String |
name()
The name of the disk
|
abstract DiskProperties |
properties()
The managed disk parameters.
|
abstract SKU |
sku()
The sku of the disk
|
abstract Map<String,String> |
tags()
the tags of the disk
|
abstract Disk.Builder |
toBuilder() |
abstract String |
type()
The type of the disk
|
public abstract String location()
public abstract DiskProperties properties()
public static Disk create(String id, String name, String location, String type, SKU sku, DiskProperties properties, Map<String,String> tags)
public abstract Disk.Builder toBuilder()
public static Disk.Builder builder()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.