Get Dedicated Hosts Result
data class GetDedicatedHostsResult(val dedicatedHostId: String? = null, val dedicatedHostName: String? = null, val dedicatedHostType: String? = null, val hosts: List<GetDedicatedHostsHost>, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val operationLocks: List<GetDedicatedHostsOperationLock>? = null, val outputFile: String? = null, val resourceGroupId: 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(dedicatedHostId: String? = null, dedicatedHostName: String? = null, dedicatedHostType: String? = null, hosts: List<GetDedicatedHostsHost>, id: String, ids: List<String>, nameRegex: String? = null, names: List<String>, operationLocks: List<GetDedicatedHostsOperationLock>? = null, outputFile: String? = null, resourceGroupId: String? = null, status: String? = null, tags: Map<String, String>? = null, zoneId: String? = null)
Properties
Link copied to clipboard
ID of the ECS Dedicated Host.
Link copied to clipboard
The name of the dedicated host.
Link copied to clipboard
The type of the dedicated host.
Link copied to clipboard
A list of ECS Dedicated Hosts. Each element contains the following attributes:
Link copied to clipboard
(Available in 1.123.1+) The operation_locks. contains the following attribute:
Link copied to clipboard
Link copied to clipboard
The ID of the resource group to which the dedicated host belongs.