Show / Hide Table of Contents

Class InstanceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Waf
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class InstanceArgs : ResourceArgs

Constructors

View Source

InstanceArgs()

Declaration
public InstanceArgs()

Properties

View Source

BigScreen

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>
View Source

ExclusiveIpPackage

Specify the number of exclusive WAF IP addresses.

Declaration
public Input<string> ExclusiveIpPackage { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ExtBandwidth

The extra bandwidth. Unit: Mbit/s.

Declaration
public Input<string> ExtBandwidth { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ExtDomainPackage

The number of extra domains.

Declaration
public Input<string> ExtDomainPackage { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

LogTime

Log storage period. Unit: day. Valid values: [180, 360].

Declaration
public Input<string> LogTime { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ModifyType

Type of configuration change. Valid value: Upgrade.

Declaration
public Input<string> ModifyType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Period

Service time of Web Application Firewall.

Declaration
public Input<int> Period { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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>
View Source

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>
View Source

RenewPeriod

Renewal period of WAF service. Unit: month

Declaration
public Input<int> RenewPeriod { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ResourceGroupId

The resource group ID.

Declaration
public Input<string> ResourceGroupId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SubscriptionType

Subscription of WAF service. Valid values: ["Subscription", "PayAsYouGo"].

Declaration
public Input<string> SubscriptionType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.