GetDedicatedHostsResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dedicatedHostId: String? = null

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of ECS Dedicated Host ids.

Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of ECS Dedicated Host names.

Link copied to clipboard

(Available in 1.123.1+) The operation_locks. contains the following attribute:

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val resourceGroupId: String? = null

The ID of the resource group to which the dedicated host belongs.

Link copied to clipboard
val status: String? = null

The service status of the dedicated host.

Link copied to clipboard
val tags: Map<String, String>? = null
Link copied to clipboard
val zoneId: String? = null