RosInstanceProps
Properties for defining a RosInstance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-waf-instance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Waf;
new RosInstanceProps {
object BigScreen,
object ExclusiveIpPackage,
object ExtBandwidth,
object ExtDomainPackage,
object LogStorage,
object LogTime,
object PackageCode,
object PrefessionalService,
object SubscriptionType,
object WafLog,
object Period = null,
object RenewalStatus = null,
object RenewPeriod = null
};
Properties
Name | Type | Description |
---|---|---|
BigScreen |
object |
No description. |
ExclusiveIpPackage |
object |
No description. |
ExtBandwidth |
object |
No description. |
ExtDomainPackage |
object |
No description. |
LogStorage |
object |
No description. |
LogTime |
object |
No description. |
PackageCode |
object |
No description. |
PrefessionalService |
object |
No description. |
SubscriptionType |
object |
No description. |
WafLog |
object |
No description. |
Period |
object |
No description. |
RenewalStatus |
object |
No description. |
RenewPeriod |
object |
No description. |
BigScreen
Required
public object BigScreen { get; set; }
- Type: object
ExclusiveIpPackage
Required
public object ExclusiveIpPackage { get; set; }
- Type: object
ExtBandwidth
Required
public object ExtBandwidth { get; set; }
- Type: object
ExtDomainPackage
Required
public object ExtDomainPackage { get; set; }
- Type: object
LogStorage
Required
public object LogStorage { get; set; }
- Type: object
LogTime
Required
public object LogTime { get; set; }
- Type: object
PackageCode
Required
public object PackageCode { get; set; }
- Type: object
PrefessionalService
Required
public object PrefessionalService { get; set; }
- Type: object
SubscriptionType
Required
public object SubscriptionType { get; set; }
- Type: object
WafLog
Required
public object WafLog { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
RenewalStatus
Optional
public object RenewalStatus { get; set; }
- Type: object
RenewPeriod
Optional
public object RenewPeriod { get; set; }
- Type: object