Class VirtualMachine
java.lang.Object
org.jclouds.azurecompute.arm.domain.VirtualMachine
A virtual machine that is valid for your subscription.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VirtualMachine.Builder
builder()
static VirtualMachine
create
(String id, String name, String type, String location, Map<String, String> tags, VirtualMachineProperties properties, Plan plan) abstract String
id()
The id of the virtual machine.abstract String
location()
The localized name of the virtual machine .abstract String
name()
The name of the virtual machineabstract Plan
plan()
Specifies the plan, for marketplace imagesabstract VirtualMachineProperties
Specifies the properties of the vmtags()
Specifies the tags of the vmabstract VirtualMachine.Builder
abstract String
type()
The type of the virtual machine .
-
Constructor Details
-
VirtualMachine
public VirtualMachine()
-
-
Method Details
-
id
The id of the virtual machine. -
name
The name of the virtual machine -
type
The type of the virtual machine . -
location
The localized name of the virtual machine . -
tags
Specifies the tags of the vm -
properties
Specifies the properties of the vm -
plan
Specifies the plan, for marketplace images -
create
-
toBuilder
-
builder
-