RuleListProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Slb;
new RuleListProperty {
object RuleName,
object VServerGroupId,
object AdvancedSettings = null,
object Domain = null,
object Url = null
};
Properties
| Name | Type | Description |
|---|---|---|
RuleName |
object |
No description. |
VServerGroupId |
object |
No description. |
AdvancedSettings |
object |
No description. |
Domain |
object |
No description. |
Url |
object |
No description. |
RuleNameRequired
public object RuleName { get; set; }
- Type: object
VServerGroupIdRequired
public object VServerGroupId { get; set; }
- Type: object
AdvancedSettingsOptional
public object AdvancedSettings { get; set; }
- Type: object
DomainOptional
public object Domain { get; set; }
- Type: object
UrlOptional
public object Url { get; set; }
- Type: object