getMasterSlaveServerGroups

This data source provides the master slave server groups related to a server load balancer.

NOTE: Available in 1.54.0+

Return

A collection of values returned by getMasterSlaveServerGroups.

Parameters

argument

A collection of arguments for invoking getMasterSlaveServerGroups.


suspend fun getMasterSlaveServerGroups(ids: List<String>? = null, loadBalancerId: String, nameRegex: String? = null, outputFile: String? = null): GetMasterSlaveServerGroupsResult

Return

A collection of values returned by getMasterSlaveServerGroups.

Parameters

ids

A list of master slave server group IDs to filter results.

loadBalancerId

ID of the SLB.

nameRegex

A regex string to filter results by master slave server group name.

outputFile

File name where to save data source results (after running pulumi preview).

See also


Return

A collection of values returned by getMasterSlaveServerGroups.

Parameters

argument

Builder for com.pulumi.alicloud.slb.kotlin.inputs.GetMasterSlaveServerGroupsPlainArgs.

See also