Get Dedicated Hosts Plain Args
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.
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
Default to false
. Set it to true
can output more details about resource attributes.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).