RosDomainConfigProps
Properties for defining a RosDomainConfig.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-waf-domainconfig
Initializer
using AlibabaCloud.SDK.ROS.CDK.Waf;
new RosDomainConfigProps {
object Domain,
object InstanceId,
object IsAccessProduct,
object Protocols,
object HttpPort = null,
object HttpsPort = null,
object HttpsRedirect = null,
object HttpToUserIp = null,
object LoadBalancing = null,
object Region = null,
object RsType = null,
object SourceIps = null
};
Properties
| Name | Type | Description |
|---|---|---|
Domain |
object |
No description. |
InstanceId |
object |
No description. |
IsAccessProduct |
object |
No description. |
Protocols |
object |
No description. |
HttpPort |
object |
No description. |
HttpsPort |
object |
No description. |
HttpsRedirect |
object |
No description. |
HttpToUserIp |
object |
No description. |
LoadBalancing |
object |
No description. |
Region |
object |
No description. |
RsType |
object |
No description. |
SourceIps |
object |
No description. |
DomainRequired
public object Domain { get; set; }
- Type: object
InstanceIdRequired
public object InstanceId { get; set; }
- Type: object
IsAccessProductRequired
public object IsAccessProduct { get; set; }
- Type: object
ProtocolsRequired
public object Protocols { get; set; }
- Type: object
HttpPortOptional
public object HttpPort { get; set; }
- Type: object
HttpsPortOptional
public object HttpsPort { get; set; }
- Type: object
HttpsRedirectOptional
public object HttpsRedirect { get; set; }
- Type: object
HttpToUserIpOptional
public object HttpToUserIp { get; set; }
- Type: object
LoadBalancingOptional
public object LoadBalancing { get; set; }
- Type: object
RegionOptional
public object Region { get; set; }
- Type: object
RsTypeOptional
public object RsType { get; set; }
- Type: object
SourceIpsOptional
public object SourceIps { get; set; }
- Type: object