MasterSlaveServerGroupProps
Properties for defining a MasterSlaveServerGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-masterslaveservergroup
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkslb"
&alicloudroscdkslb.MasterSlaveServerGroupProps {
LoadBalancerId: interface{},
MasterSlaveBackendServers: interface{},
MasterSlaveServerGroupName: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
LoadBalancerId |
interface{} |
Property loadBalancerId: The ID of the Server Load Balancer instance. |
MasterSlaveBackendServers |
interface{} |
Property masterSlaveBackendServers: A list of active\/standby server group. |
MasterSlaveServerGroupName |
interface{} |
Property masterSlaveServerGroupName: The name of the active\/standby server group. |
LoadBalancerIdRequired
LoadBalancerId interface{}
- Type: interface{}
Property loadBalancerId: The ID of the Server Load Balancer instance.
MasterSlaveBackendServersRequired
MasterSlaveBackendServers interface{}
- Type: interface{}
Property masterSlaveBackendServers: A list of active\/standby server group.
An active/standby server group can only contain two backend servers.
MasterSlaveServerGroupNameOptional
MasterSlaveServerGroupName interface{}
- Type: interface{}
Property masterSlaveServerGroupName: The name of the active\/standby server group.