public class DedicatedHostInstanceView extends Object
| Constructor and Description |
|---|
DedicatedHostInstanceView() |
| Modifier and Type | Method and Description |
|---|---|
String |
assetId()
Get specifies the unique id of the dedicated physical machine on which the dedicated host resides.
|
DedicatedHostAvailableCapacity |
availableCapacity()
Get unutilized capacity of the dedicated host.
|
List<InstanceViewStatus> |
statuses()
Get the resource status information.
|
DedicatedHostInstanceView |
withAvailableCapacity(DedicatedHostAvailableCapacity availableCapacity)
Set unutilized capacity of the dedicated host.
|
DedicatedHostInstanceView |
withStatuses(List<InstanceViewStatus> statuses)
Set the resource status information.
|
public String assetId()
public DedicatedHostAvailableCapacity availableCapacity()
public DedicatedHostInstanceView withAvailableCapacity(DedicatedHostAvailableCapacity availableCapacity)
availableCapacity - the availableCapacity value to setpublic List<InstanceViewStatus> statuses()
public DedicatedHostInstanceView withStatuses(List<InstanceViewStatus> statuses)
statuses - the statuses value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/