Dedicated Host Instance View With Name Response
data class DedicatedHostInstanceViewWithNameResponse(val assetId: String, val availableCapacity: DedicatedHostAvailableCapacityResponse? = null, val name: String, val statuses: List<InstanceViewStatusResponse>? = null)
The instance view of a dedicated host that includes the name of the dedicated host. It is used for the response to the instance view of a dedicated host group.
Constructors
Link copied to clipboard
constructor(assetId: String, availableCapacity: DedicatedHostAvailableCapacityResponse? = null, name: String, statuses: List<InstanceViewStatusResponse>? = null)