Get Dedicated Hosts Result
data class GetDedicatedHostsResult(val allocationStatus: String? = null, val dedicatedHostGroupId: String, val enableDetails: Boolean? = null, val hostType: String? = null, val hosts: List<GetDedicatedHostsHost>, val id: String, val ids: List<String>, val orderId: String? = null, val outputFile: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val zoneId: String? = null)
A collection of values returned by getDedicatedHosts.
Constructors
Link copied to clipboard
constructor(allocationStatus: String? = null, dedicatedHostGroupId: String, enableDetails: Boolean? = null, hostType: String? = null, hosts: List<GetDedicatedHostsHost>, id: String, ids: List<String>, orderId: String? = null, outputFile: String? = null, status: String? = null, tags: Map<String, String>? = null, zoneId: String? = null)