Class Disk
java.lang.Object
org.jclouds.azurecompute.arm.domain.Disk
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 diskabstract String
location()
The location of the diskabstract String
name()
The name of the diskabstract DiskProperties
The managed disk parameters.abstract SKU
sku()
The sku of the disktags()
the tags of the diskabstract Disk.Builder
abstract String
type()
The type of the disk
-
Constructor Details
-
Disk
public Disk()
-
-
Method Details
-
id
The id of the disk -
name
The name of the disk -
location
The location of the disk -
type
The type of the disk -
sku
The sku of the disk -
properties
The managed disk parameters. -
tags
the tags of the disk -
create
-
toBuilder
-
builder
-