Skip to content

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:.

BigScreenRequired

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

Property bigScreen:.


ExclusiveIpPackageRequired

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

Property exclusiveIpPackage:.


ExtBandwidthRequired

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

Property extBandwidth:.


ExtDomainPackageRequired

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

Property extDomainPackage:.


LogStorageRequired

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

Property logStorage:.


LogTimeRequired

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

Property logTime:.


PackageCodeRequired

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

Property packageCode:.


PrefessionalServiceRequired

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

Property prefessionalService:.


SubscriptionTypeRequired

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

Property subscriptionType: Subscription type of the instance.


WafLogRequired

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

Property wafLog:.


PeriodOptional

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

Property period:.


RenewalStatusOptional

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

Property renewalStatus:.


RenewPeriodOptional

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

Property renewPeriod:.