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; }
HttpCodeOptional
public object HttpCode { get; set; }
PathOptional
public object Path { get; set; }
PortOptional
public object Port { get; set; }
ProtocolOptional
public object Protocol { get; set; }
QueryOptional
public object Query { get; set; }