Class MachineSpecification
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.MachineSpecification
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class MachineSpecification extends Object
Specification for a cloud agnostic machine.
-
Constructor Summary
Constructors Constructor Description MachineSpecification()
-
Method Summary
-
Constructor Details
-
MachineSpecification
public MachineSpecification()
-
-
Method Details
-
image
-
getImage
Type of image used for this machine.- Returns:
- image
-
setImage
-
disks
-
addDisksItem
-
getDisks
A set of disk specifications for this machine.- Returns:
- disks
-
setDisks
-
imageDiskConstraints
-
addImageDiskConstraintsItem
-
getImageDiskConstraints
Constraints that are used to drive placement policies for the image disk. Constraint expressions are matched against tags on existing placement targets.- Returns:
- imageDiskConstraints
-
setImageDiskConstraints
-
description
-
getDescription
Describes machine within the scope of your organization and is not propagated to the cloud- Returns:
- description
-
setDescription
-
machineCount
-
getMachineCount
Number of machines to provision - default 1.- Returns:
- machineCount
-
setMachineCount
-
constraints
-
addConstraintsItem
-
getConstraints
Constraints that are used to drive placement policies for the virtual machine that is produced from this specification. Constraint expressions are matched against tags on existing placement targets.- Returns:
- constraints
-
setConstraints
-
tags
-
addTagsItem
-
getTags
A set of tag keys and optional values that should be set on any resource that is produced from this specification.- Returns:
- tags
-
setTags
-
flavor
-
getFlavor
Flavor of machine instance.- Returns:
- flavor
-
setFlavor
-
customProperties
-
putCustomPropertiesItem
-
getCustomProperties
Additional custom properties that may be used to extend the machine.- Returns:
- customProperties
-
setCustomProperties
-
deploymentId
-
getDeploymentId
The id of the deployment that is associated with this resource- Returns:
- deploymentId
-
setDeploymentId
-
bootConfig
-
getBootConfig
Get bootConfig- Returns:
- bootConfig
-
setBootConfig
-
bootConfigSettings
-
getBootConfigSettings
Get bootConfigSettings- Returns:
- bootConfigSettings
-
setBootConfigSettings
-
name
-
getName
A human-friendly name used as an identifier in APIs that support this option.- Returns:
- name
-
setName
-
nics
-
addNicsItem
-
getNics
A set of network interface controller specifications for this machine. If not specified, then a default network connection will be created.- Returns:
- nics
-
setNics
-
imageRef
-
getImageRef
Direct image reference used for this machine (name, path, location, uri, etc.). Valid if no image property is provided- Returns:
- imageRef
-
setImageRef
-
remoteAccess
-
getRemoteAccess
Get remoteAccess- Returns:
- remoteAccess
-
setRemoteAccess
-
projectId
-
getProjectId
The id of the project the current user belongs to.- Returns:
- projectId
-
setProjectId
-
equals
-
hashCode
public int hashCode() -
toString
-