| Modifier and Type | Method and Description |
|---|---|
DiskInstanceView |
DiskInstanceView.withName(String name)
Set the name value.
|
DiskInstanceView |
DiskInstanceView.withStatuses(List<InstanceViewStatus> statuses)
Set the statuses value.
|
| Modifier and Type | Method and Description |
|---|---|
List<DiskInstanceView> |
VirtualMachineInstanceView.disks()
Get the disks value.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineInstanceView |
VirtualMachineInstanceView.withDisks(List<DiskInstanceView> disks)
Set the disks value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/