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. |
RuleName
Required
public object RuleName { get; set; }
- Type: object
VServerGroupId
Required
public object VServerGroupId { get; set; }
- Type: object
AdvancedSettings
Optional
public object AdvancedSettings { get; set; }
- Type: object
Domain
Optional
public object Domain { get; set; }
- Type: object
Url
Optional
public object Url { get; set; }
- Type: object