RuleConditionsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Alb;
new RuleConditionsProperty {
object Type,
object CookieConfig = null,
object HeaderConfig = null,
object HostConfig = null,
object MethodConfig = null,
object PathConfig = null,
object QueryStringConfig = null,
object ResponseHeaderConfig = null,
object ResponseStatusCodeConfig = null,
object SourceIpConfig = null
};
Properties
Type
Required
public object Type { get; set; }
CookieConfig
Optional
public object CookieConfig { get; set; }
public object HeaderConfig { get; set; }
HostConfig
Optional
public object HostConfig { get; set; }
MethodConfig
Optional
public object MethodConfig { get; set; }
PathConfig
Optional
public object PathConfig { get; set; }
QueryStringConfig
Optional
public object QueryStringConfig { get; set; }
public object ResponseHeaderConfig { get; set; }
ResponseStatusCodeConfig
Optional
public object ResponseStatusCodeConfig { get; set; }
SourceIpConfig
Optional
public object SourceIpConfig { get; set; }