public interface TemplateDiskAttachmentsService extends Service
This service manages the set of disks attached to a template. Each attached disk is represented by a DiskAttachment.
Modifier and Type | Interface and Description |
---|---|
static interface |
TemplateDiskAttachmentsService.ListRequest
List the disks that are attached to the template.
|
static interface |
TemplateDiskAttachmentsService.ListResponse
List the disks that are attached to the template.
|
Modifier and Type | Method and Description |
---|---|
TemplateDiskAttachmentService |
attachmentService(String id)
Reference to the service that manages a specific attachment.
|
TemplateDiskAttachmentsService.ListRequest |
list()
List the disks that are attached to the template.
|
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
TemplateDiskAttachmentsService.ListRequest list()
List the disks that are attached to the template.
TemplateDiskAttachmentService attachmentService(String id)
Reference to the service that manages a specific attachment.
Copyright © 2016. All rights reserved.