Dedicated Host Args
data class DedicatedHostArgs(val allocationStatus: Output<String>? = null, val autoRenew: Output<Boolean>? = null, val dedicatedHostGroupId: Output<String>? = null, val hostClass: Output<String>? = null, val hostName: Output<String>? = null, val imageCategory: Output<String>? = null, val osPassword: Output<String>? = null, val paymentType: Output<String>? = null, val period: Output<String>? = null, val tags: Output<Map<String, Any>>? = null, val usedTime: Output<Int>? = null, val vswitchId: Output<String>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<DedicatedHostArgs>
Import
ApsaraDB for MyBase Dedicated Host can be imported using the id, e.g.
$ pulumi import alicloud:cddc/dedicatedHost:DedicatedHost example <dedicated_host_group_id>:<dedicated_host_id>
Content copied to clipboard
Constructors
Link copied to clipboard
fun DedicatedHostArgs(allocationStatus: Output<String>? = null, autoRenew: Output<Boolean>? = null, dedicatedHostGroupId: Output<String>? = null, hostClass: Output<String>? = null, hostName: Output<String>? = null, imageCategory: Output<String>? = null, osPassword: Output<String>? = null, paymentType: Output<String>? = null, period: Output<String>? = null, tags: Output<Map<String, Any>>? = null, usedTime: Output<Int>? = null, vswitchId: Output<String>? = null, zoneId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
The instance type of the host. For more information about the supported instance types of hosts, see Host specification details.