Class InstanceArgs
Inherited Members
Namespace: Pulumi.AliCloud.Waf
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class InstanceArgs : ResourceArgs
Constructors
View SourceInstanceArgs()
Declaration
public InstanceArgs()
Properties
View SourceBigScreen
Specify whether big screen is supported. Valid values: ["0", "1"]. "0" for false and "1" for true.
Declaration
public Input<string> BigScreen { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExclusiveIpPackage
Specify the number of exclusive WAF IP addresses.
Declaration
public Input<string> ExclusiveIpPackage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExtBandwidth
The extra bandwidth. Unit: Mbit/s.
Declaration
public Input<string> ExtBandwidth { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExtDomainPackage
The number of extra domains.
Declaration
public Input<string> ExtDomainPackage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LogStorage
Log storage size. Unit: T. Valid values: [3, 5, 10, 20, 50].
Declaration
public Input<string> LogStorage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LogTime
Log storage period. Unit: day. Valid values: [180, 360].
Declaration
public Input<string> LogTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ModifyType
Type of configuration change. Valid value: Upgrade.
Declaration
public Input<string> ModifyType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PackageCode
Subscription plan:
- China site customers can purchase the following versions of China Mainland region, valid values: ["version_3", "version_4", "version_5"].
- China site customers can purchase the following versions of International region, valid values: ["version_pro_asia", "version_business_asia", "version_enterprise_asia"]
- International site customers can purchase the following versions of China Mainland region: ["version_pro_china", "version_business_china", "version_enterprise_china"]
- International site customers can purchase the following versions of International region: ["version_pro", "version_business", "version_enterprise"].
Declaration
public Input<string> PackageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Period
Service time of Web Application Firewall.
Declaration
public Input<int> Period { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
PrefessionalService
Specify whether professional service is supported. Valid values: ["true", "false"]
Declaration
public Input<string> PrefessionalService { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RenewalStatus
Renewal status of WAF service. Valid values:
- AutoRenewal: The service time of WAF is renewed automatically.
- ManualRenewal (default): The service time of WAF is renewed manually.Specifies whether to configure a Layer-7 proxy, such as Anti-DDoS Pro or CDN, to filter the inbound traffic before it is forwarded to WAF. Valid values: "On" and "Off". Default to "Off".
Declaration
public Input<string> RenewalStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RenewPeriod
Renewal period of WAF service. Unit: month
Declaration
public Input<int> RenewPeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ResourceGroupId
The resource group ID.
Declaration
public Input<string> ResourceGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubscriptionType
Subscription of WAF service. Valid values: ["Subscription", "PayAsYouGo"].
Declaration
public Input<string> SubscriptionType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WafLog
Specify whether Log service is supported. Valid values: ["true", "false"]
Declaration
public Input<string> WafLog { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |