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 DiskAttachmentSpecificationDiskAttachmentSpecification. blockDeviceId(String blockDeviceId)DiskAttachmentSpecificationDiskAttachmentSpecification. description(String description)DiskAttachmentSpecificationDiskAttachmentSpecification. 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 MachineSpecificationMachineSpecification. addDisksItem(DiskAttachmentSpecification disksItem)Method parameters in com.vmware.vra.jenkinsplugin.model.iaas with type arguments of type DiskAttachmentSpecification Modifier and Type Method Description MachineSpecificationMachineSpecification. disks(List<DiskAttachmentSpecification> disks)voidMachineSpecification. setDisks(List<DiskAttachmentSpecification> disks)