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
TypeRequired
public object Type { get; set; }
CookieConfigOptional
public object CookieConfig { get; set; }
public object HeaderConfig { get; set; }
HostConfigOptional
public object HostConfig { get; set; }
MethodConfigOptional
public object MethodConfig { get; set; }
PathConfigOptional
public object PathConfig { get; set; }
QueryStringConfigOptional
public object QueryStringConfig { get; set; }
public object ResponseHeaderConfig { get; set; }
ResponseStatusCodeConfigOptional
public object ResponseStatusCodeConfig { get; set; }
SourceIpConfigOptional
public object SourceIpConfig { get; set; }