Skip to content

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

Name Type Description
Type object No description.
CookieConfig object No description.
HeaderConfig object No description.
HostConfig object No description.
MethodConfig object No description.
PathConfig object No description.
QueryStringConfig object No description.
ResponseHeaderConfig object No description.
ResponseStatusCodeConfig object No description.
SourceIpConfig object No description.

TypeRequired

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

CookieConfigOptional

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

HeaderConfigOptional

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

HostConfigOptional

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

MethodConfigOptional

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

PathConfigOptional

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

QueryStringConfigOptional

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

ResponseHeaderConfigOptional

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

ResponseStatusCodeConfigOptional

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

SourceIpConfigOptional

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