ServerGroup

class ServerGroup : KotlinCustomResource

Provides a GWLB Server Group resource. For information about GWLB Server Group and how to use it, see What is Server Group.

NOTE: Available since v1.234.0.

Import

GWLB Server Group can be imported using the id, e.g.

$ pulumi import alicloud:gwlb/serverGroup:ServerGroup example <id>

Properties

Link copied to clipboard

Connected graceful interrupt configuration. See connection_drain_config below.

Link copied to clipboard
val createTime: Output<String>

The time when the resource was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

Link copied to clipboard
val dryRun: Output<Boolean>?

Specifies whether to perform only a dry run, without performing the actual request. Valid values:

Link copied to clipboard

Health check configurations. See health_check_config below.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val protocol: Output<String>

The backend protocol. Valid values:

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

The ID of the resource group.

Link copied to clipboard
val scheduler: Output<String>

The scheduling algorithm. Valid values:

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

The server group name. The name must be 2 to 128 characters in length, and can contain digits, periods (.), underscores (\_), and hyphens (-). It must start with a letter.

Link copied to clipboard
val serverGroupType: Output<String>

The type of server group. Valid values:

Link copied to clipboard

The backend servers that you want to remove.

Link copied to clipboard
val status: Output<String>

Indicates the status of the backend server.

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

The tag keys. You can specify at most 20 tags in each call.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcId: Output<String>

The VPC ID.