Dedicated Host Args
data class DedicatedHostArgs(val actionOnMaintenance: Output<String>? = null, val autoPlacement: Output<String>? = null, val autoReleaseTime: Output<String>? = null, val autoRenew: Output<Boolean>? = null, val autoRenewPeriod: Output<Int>? = null, val cpuOverCommitRatio: Output<Double>? = null, val dedicatedHostClusterId: Output<String>? = null, val dedicatedHostName: Output<String>? = null, val dedicatedHostType: Output<String>? = null, val description: Output<String>? = null, val detailFee: Output<Boolean>? = null, val dryRun: Output<Boolean>? = null, val expiredTime: Output<String>? = null, val minQuantity: Output<Int>? = null, val networkAttributes: Output<List<DedicatedHostNetworkAttributeArgs>>? = null, val paymentType: Output<String>? = null, val resourceGroupId: Output<String>? = null, val saleCycle: Output<String>? = null, val tags: Output<Map<String, Any>>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<DedicatedHostArgs>
Import
Ecs dedicated host can be imported using the id, e.g.
$ pulumi import alicloud:ecs/dedicatedHost:DedicatedHost default dh-2zedmxxxx
Content copied to clipboard
Constructors
Link copied to clipboard
fun DedicatedHostArgs(actionOnMaintenance: Output<String>? = null, autoPlacement: Output<String>? = null, autoReleaseTime: Output<String>? = null, autoRenew: Output<Boolean>? = null, autoRenewPeriod: Output<Int>? = null, cpuOverCommitRatio: Output<Double>? = null, dedicatedHostClusterId: Output<String>? = null, dedicatedHostName: Output<String>? = null, dedicatedHostType: Output<String>? = null, description: Output<String>? = null, detailFee: Output<Boolean>? = null, dryRun: Output<Boolean>? = null, expiredTime: Output<String>? = null, minQuantity: Output<Int>? = null, networkAttributes: Output<List<DedicatedHostNetworkAttributeArgs>>? = null, paymentType: Output<String>? = null, resourceGroupId: Output<String>? = null, saleCycle: Output<String>? = null, tags: Output<Map<String, Any>>? = null, zoneId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Specifies whether to add the dedicated host to the resource pool for automatic deployment. If you do not specify the DedicatedHostId parameter when you create an instance on a dedicated host, Alibaba Cloud automatically selects a dedicated host from the resource pool to host the instance. Valid values: on
, off
. Default: on
.
Link copied to clipboard
The type of the dedicated host. You can call the DescribeDedicatedHostTypes operation to obtain the most recent list of dedicated host types.
Link copied to clipboard