Uses of Class
com.vmware.vra.jenkinsplugin.model.iaas.DiskAttachmentSpecification
Package | Description |
---|---|
com.vmware.vra.jenkinsplugin.model.iaas |
-
Uses of DiskAttachmentSpecification in com.vmware.vra.jenkinsplugin.model.iaas
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return DiskAttachmentSpecification Modifier and Type Method Description DiskAttachmentSpecification
DiskAttachmentSpecification. blockDeviceId(String blockDeviceId)
DiskAttachmentSpecification
DiskAttachmentSpecification. description(String description)
DiskAttachmentSpecification
DiskAttachmentSpecification. name(String name)
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return types with arguments of type DiskAttachmentSpecification Modifier and Type Method Description List<DiskAttachmentSpecification>
MachineSpecification. getDisks()
A set of disk specifications for this machine.Methods in com.vmware.vra.jenkinsplugin.model.iaas with parameters of type DiskAttachmentSpecification Modifier and Type Method Description MachineSpecification
MachineSpecification. addDisksItem(DiskAttachmentSpecification disksItem)
Method parameters in com.vmware.vra.jenkinsplugin.model.iaas with type arguments of type DiskAttachmentSpecification Modifier and Type Method Description MachineSpecification
MachineSpecification. disks(List<DiskAttachmentSpecification> disks)
void
MachineSpecification. setDisks(List<DiskAttachmentSpecification> disks)