InstanceProps
Properties for defining a Instance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-waf-instance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Waf;
new InstanceProps {
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 |
Property bigScreen:. |
ExclusiveIpPackage |
object |
Property exclusiveIpPackage:. |
ExtBandwidth |
object |
Property extBandwidth:. |
ExtDomainPackage |
object |
Property extDomainPackage:. |
LogStorage |
object |
Property logStorage:. |
LogTime |
object |
Property logTime:. |
PackageCode |
object |
Property packageCode:. |
PrefessionalService |
object |
Property prefessionalService:. |
SubscriptionType |
object |
Property subscriptionType: Subscription type of the instance. |
WafLog |
object |
Property wafLog:. |
Period |
object |
Property period:. |
RenewalStatus |
object |
Property renewalStatus:. |
RenewPeriod |
object |
Property renewPeriod:. |
BigScreen
Required
public object BigScreen { get; set; }
- Type: object
Property bigScreen:.
ExclusiveIpPackage
Required
public object ExclusiveIpPackage { get; set; }
- Type: object
Property exclusiveIpPackage:.
ExtBandwidth
Required
public object ExtBandwidth { get; set; }
- Type: object
Property extBandwidth:.
ExtDomainPackage
Required
public object ExtDomainPackage { get; set; }
- Type: object
Property extDomainPackage:.
LogStorage
Required
public object LogStorage { get; set; }
- Type: object
Property logStorage:.
LogTime
Required
public object LogTime { get; set; }
- Type: object
Property logTime:.
PackageCode
Required
public object PackageCode { get; set; }
- Type: object
Property packageCode:.
PrefessionalService
Required
public object PrefessionalService { get; set; }
- Type: object
Property prefessionalService:.
SubscriptionType
Required
public object SubscriptionType { get; set; }
- Type: object
Property subscriptionType: Subscription type of the instance.
WafLog
Required
public object WafLog { get; set; }
- Type: object
Property wafLog:.
Period
Optional
public object Period { get; set; }
- Type: object
Property period:.
RenewalStatus
Optional
public object RenewalStatus { get; set; }
- Type: object
Property renewalStatus:.
RenewPeriod
Optional
public object RenewPeriod { get; set; }
- Type: object
Property renewPeriod:.