Interface DiskAttachmentsService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    DiskAttachmentsService

    public static interface DiskAttachmentsService.ListResponse
    extends Response
    List the disk that are attached to the virtual machine. The order of the returned list of disks attachments isn't guaranteed.
    • Method Detail

      • attachments

        List<DiskAttachment> attachments()
        A list of disk attachments that are attached to the virtual machine.