Get Dedicated Hosts Plain Args
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
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
The reason why the dedicated host resource is locked.
Link copied to clipboard
Save the result to the file.
Link copied to clipboard
The ID of the resource group to which the ECS Dedicated Host belongs.