GetDedicatedHostsPlainArgs

data class GetDedicatedHostsPlainArgs(val dedicatedHostId: String? = null, val dedicatedHostName: String? = null, val dedicatedHostType: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, 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) : ConvertibleToJava<GetDedicatedHostsPlainArgs>

A collection of arguments for invoking getDedicatedHosts.

Constructors

Link copied to clipboard
constructor(dedicatedHostId: String? = null, dedicatedHostName: String? = null, dedicatedHostType: String? = null, ids: List<String>? = null, nameRegex: String? = null, 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
val dedicatedHostId: String? = null

The ID of ECS Dedicated Host.

Link copied to clipboard

The name of ECS Dedicated Host.

Link copied to clipboard

The type of the dedicated host.

Link copied to clipboard
val ids: List<String>? = null

A list of ECS Dedicated Host ids.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by the ECS Dedicated Host name.

Link copied to clipboard

The reason why the dedicated host resource is locked.

Link copied to clipboard
val outputFile: String? = null

Save the result to the file.

Link copied to clipboard
val resourceGroupId: String? = null

The ID of the resource group to which the ECS Dedicated Host belongs.

Link copied to clipboard
val status: String? = null

The status of the ECS Dedicated Host. validate value: Available, Creating, PermanentFailure, Released, UnderAssessment.

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

A mapping of tags to assign to the resource.

Link copied to clipboard
val zoneId: String? = null

The zone ID of the ECS Dedicated Host.

Functions

Link copied to clipboard
open override fun toJava(): GetDedicatedHostsPlainArgs