Skip to content

RedirectConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new RedirectConfigProperty {
    object Host = null,
    object HttpCode = null,
    object Path = null,
    object Port = null,
    object Protocol = null,
    object Query = null
};

Properties

Name Type Description
Host object No description.
HttpCode object No description.
Path object No description.
Port object No description.
Protocol object No description.
Query object No description.

HostOptional

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

HttpCodeOptional

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

PathOptional

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

PortOptional

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

ProtocolOptional

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

QueryOptional

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