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. |
LoadBalancerId
Required
LoadBalancerId interface{}
- Type: interface{}
Property loadBalancerId: The ID of the Server Load Balancer instance.
MasterSlaveBackendServers
Required
MasterSlaveBackendServers interface{}
- Type: interface{}
Property masterSlaveBackendServers: A list of active\/standby server group.
An active/standby server group can only contain two backend servers.
MasterSlaveServerGroupName
Optional
MasterSlaveServerGroupName interface{}
- Type: interface{}
Property masterSlaveServerGroupName: The name of the active\/standby server group.