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. |
Host
Optional
public object Host { get; set; }
HttpCode
Optional
public object HttpCode { get; set; }
Path
Optional
public object Path { get; set; }
Port
Optional
public object Port { get; set; }
Protocol
Optional
public object Protocol { get; set; }
Query
Optional
public object Query { get; set; }