Skip to content

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.

DomainNameRequired

public object DomainName { get; set; }
  • Type: object

InstanceIdRequired

public object InstanceId { get; set; }
  • Type: object

IsAccessProductRequired

public object IsAccessProduct { get; set; }
  • Type: object

SourceIpsRequired

public object SourceIps { get; set; }
  • Type: object

ClusterTypeOptional

public object ClusterType { get; set; }
  • Type: object

ConnectionTimeOptional

public object ConnectionTime { get; set; }
  • Type: object

Http2PortOptional

public object Http2Port { 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

LogHeadersOptional

public object LogHeaders { get; set; }
  • Type: object

ReadTimeOptional

public object ReadTime { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

WriteTimeOptional

public object WriteTime { get; set; }
  • Type: object