DedicatedHost

class DedicatedHost : KotlinCustomResource

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>

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
val autoRenew: Output<Boolean>?

Specifies whether to enable the auto-renewal feature.

Link copied to clipboard

The ID of the dedicated cluster.

Link copied to clipboard
val dedicatedHostId: Output<String>

The ID of the host.

Link copied to clipboard
val hostClass: Output<String>

The instance type of the host. For more information about the supported instance types of hosts, see Host specification details.

Link copied to clipboard
val hostName: Output<String>

The name of the host. The name must be 1 to 64 characters in length and can contain letters, digits, underscores (_), and hyphens (-). The name must start with a letter.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val imageCategory: Output<String>?

Host Image Category. Valid values: WindowsWithMssqlEntAlwaysonLicense, WindowsWithMssqlStdLicense, WindowsWithMssqlEntLicense, WindowsWithMssqlWebLicense, AliLinux.

Link copied to clipboard
val osPassword: Output<String>?

Host password. NOTE: The creation of a host password is supported only when the database type is Tair-PMem.

Link copied to clipboard
val paymentType: Output<String>

The payment type of the resource. Valid values: Subscription.

Link copied to clipboard
val period: Output<String>?

The unit of the subscription duration. Valid values: Year, Month, Week.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

The state of the host. Valid values: 0: The host is being created. 1: The host is running. 2: The host is faulty. 3: The host is ready for deactivation. 4: The host is being maintained. 5: The host is deactivated. 6: The host is restarting. 7: The host is locked.

Link copied to clipboard
val tags: Output<Map<String, String>>?

A mapping of tags to assign to the resource.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val usedTime: Output<Int>?

The subscription duration of the host. Valid values:

Link copied to clipboard
val vswitchId: Output<String>

The ID of the vSwitch to which the host is connected.

Link copied to clipboard
val zoneId: Output<String>

The ID of the zone.