RosDomainProps
Properties for defining a RosDomain
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-waf-domain
Initializer
using AlibabaCloud.SDK.ROS.CDK.Waf;
new RosDomainProps {
object DomainName,
object InstanceId,
object IsAccessProduct,
object SourceIps,
object ClusterType = null,
object ConnectionTime = null,
object Http2Port = null,
object HttpPort = null,
object HttpsPort = null,
object HttpsRedirect = null,
object HttpToUserIp = null,
object LoadBalancing = null,
object LogHeaders = null,
object ReadTime = null,
object ResourceGroupId = null,
object WriteTime = null
};
Properties
Name | Type | Description |
---|---|---|
DomainName |
object |
No description. |
InstanceId |
object |
No description. |
IsAccessProduct |
object |
No description. |
SourceIps |
object |
No description. |
ClusterType |
object |
No description. |
ConnectionTime |
object |
No description. |
Http2Port |
object |
No description. |
HttpPort |
object |
No description. |
HttpsPort |
object |
No description. |
HttpsRedirect |
object |
No description. |
HttpToUserIp |
object |
No description. |
LoadBalancing |
object |
No description. |
LogHeaders |
object |
No description. |
ReadTime |
object |
No description. |
ResourceGroupId |
object |
No description. |
WriteTime |
object |
No description. |
DomainName
Required
public object DomainName { get; set; }
- Type: object
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
IsAccessProduct
Required
public object IsAccessProduct { get; set; }
- Type: object
SourceIps
Required
public object SourceIps { get; set; }
- Type: object
ClusterType
Optional
public object ClusterType { get; set; }
- Type: object
ConnectionTime
Optional
public object ConnectionTime { get; set; }
- Type: object
Http2Port
Optional
public object Http2Port { 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
LogHeaders
Optional
public object LogHeaders { get; set; }
- Type: object
ReadTime
Optional
public object ReadTime { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
WriteTime
Optional
public object WriteTime { get; set; }
- Type: object