Skip to content

RosBackendServerAttachmentProps

Properties for defining a RosBackendServerAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-backendserverattachment

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new RosBackendServerAttachmentProps {
    object ServerGroupId,
    object Servers
};

Properties

Name Type Description
ServerGroupId object No description.
Servers object No description.

ServerGroupIdRequired

public object ServerGroupId { get; set; }
  • Type: object

ServersRequired

public object Servers { get; set; }
  • Type: object