get Master Slave Server Groups
suspend fun getMasterSlaveServerGroups(argument: GetMasterSlaveServerGroupsPlainArgs): GetMasterSlaveServerGroupsResult
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.
See also
Parameters
ids
A list of master slave server group IDs to filter results.
load Balancer Id
ID of the SLB.
name Regex
A regex string to filter results by master slave server group name.
output File
File name where to save data source results (after running pulumi preview
).
suspend fun getMasterSlaveServerGroups(argument: suspend GetMasterSlaveServerGroupsPlainArgsBuilder.() -> Unit): GetMasterSlaveServerGroupsResult
Return
A collection of values returned by getMasterSlaveServerGroups.
See also
Parameters
argument
Builder for com.pulumi.alicloud.slb.kotlin.inputs.GetMasterSlaveServerGroupsPlainArgs.