Interface DiskAttachmentService.UpdateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    DiskAttachmentService

    public static interface DiskAttachmentService.UpdateResponse
    extends Response
    Update the disk attachment and the disk properties within it. [source] ---- PUT /vms/{vm:id}/disksattachments/{attachment:id} true ide true mydisk 1024 ... ----