GetDedicatedHostsPlainArgs

data class GetDedicatedHostsPlainArgs(val allocationStatus: String? = null, val dedicatedHostGroupId: String, val enableDetails: Boolean? = null, val hostType: String? = null, val ids: List<String>? = null, val orderId: String? = null, val outputFile: 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(allocationStatus: String? = null, dedicatedHostGroupId: String, enableDetails: Boolean? = null, hostType: String? = null, ids: List<String>? = null, orderId: String? = null, outputFile: String? = null, status: String? = null, tags: Map<String, String>? = null, zoneId: String? = null)

Properties

Link copied to clipboard

Specifies whether instances can be created on the host. Valid values: Allocatable or Suspended. Allocatable: Instances can be created on the host. Suspended: Instances cannot be created on the host.

Link copied to clipboard

The ID of the dedicated cluster.

Link copied to clipboard
val enableDetails: Boolean? = null

Default to false. Set it to true can output more details about resource attributes.

Link copied to clipboard
val hostType: String? = null

The storage type of the host. Valid values: dhg_local_ssd or dhg_cloud_ssd. dhg_local_ssd: specifies that the host uses local SSDs. dhg_cloud_ssd: specifies that the host uses enhanced SSDs (ESSDs).

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

A list of Dedicated Host IDs.

Link copied to clipboard
val orderId: String? = null

The ID of the order.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val status: String? = null

The state of the host. Valid values:

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 ID of the zone.

Functions

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