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, Any>? = null, val zoneId: String? = null) : ConvertibleToJava<GetDedicatedHostsPlainArgs>
A collection of arguments for invoking getDedicatedHosts.
Constructors
Link copied to clipboard
fun GetDedicatedHostsPlainArgs(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, Any>? = null, zoneId: String? = null)