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. |
Domain
Required
public object Domain { get; set; }
- Type: object
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
IsAccessProduct
Required
public object IsAccessProduct { get; set; }
- Type: object
Protocols
Required
public object Protocols { get; set; }
- Type: object
HttpPort
Optional
public object HttpPort { get; set; }
- Type: object
HttpsPort
Optional
public object HttpsPort { get; set; }
- Type: object
HttpsRedirect
Optional
public object HttpsRedirect { get; set; }
- Type: object
HttpToUserIp
Optional
public object HttpToUserIp { get; set; }
- Type: object
LoadBalancing
Optional
public object LoadBalancing { get; set; }
- Type: object
Region
Optional
public object Region { get; set; }
- Type: object
RsType
Optional
public object RsType { get; set; }
- Type: object
SourceIps
Optional
public object SourceIps { get; set; }
- Type: object