Skip to content

ProInstanceProps

Properties for defining a ProInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ddospro-proinstance

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ddospro;
new ProInstanceProps {
    object AddressType = null,
    object Bandwidth = null,
    object BaseBandwidth = null,
    object BurstBandwidthMode = null,
    object DomainCount = null,
    object Edition = null,
    object FunctionVersion = null,
    object NormalQps = null,
    object Period = null,
    object PeriodUnit = null,
    object PortCount = null,
    object ServiceBandwidth = null,
    object ServicePartner = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
AddressType object Property addressType: The IP version of the IP address.
Bandwidth object Property bandwidth: The burstable protection bandwidth.
BaseBandwidth object Property baseBandwidth: The basic protection bandwidth.
BurstBandwidthMode object Property burstBandwidthMode: The metering method of the 95th percentile burstable clean bandwidth.
DomainCount object Property domainCount: The number of domain names that you want to protect.
Edition object Property edition: The mitigation plan of the instance.
FunctionVersion object Property functionVersion: The function plan of the instance.
NormalQps object Property normalQps: The clean queries per second (QPS) provided by the instance.
Period object Property period: The subscription period of the firewallIf PeriodUnit is Month, the valid range is 1, 2, 3, 4, 5, 6, 12, 24 If PeriodUnit is Year, the valid range is 1, 2.
PeriodUnit object Property periodUnit: The unit of the subscription duration.
PortCount object Property portCount: The number of ports that you want to protect.
ServiceBandwidth object Property serviceBandwidth: The clean bandwidth provided by the instance.
ServicePartner object Property servicePartner: The type of the protection line.
Tags TagsProperty[] Property tags: Tags to attach to instance.

AddressTypeOptional

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

Property addressType: The IP version of the IP address.

Valid values: Ipv4、Ipv6


BandwidthOptional

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

Property bandwidth: The burstable protection bandwidth.

Unit: Gbit/s. The burstable protection bandwidth must be greater than or equal to the basic protection bandwidth. The value of Bandwidth varies based on the value of BaseBandwidth.


BaseBandwidthOptional

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

Property baseBandwidth: The basic protection bandwidth.

Unit: Gbit/s. Valid values: 30, 60, 100, 300, 400, 500, and 600.


BurstBandwidthModeOptional

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

Property burstBandwidthMode: The metering method of the 95th percentile burstable clean bandwidth.

Valid values: 0: disables the burstable clean bandwidth feature. 1: enables the burstable clean bandwidth feature and uses the daily 95th percentile metering method. 2: enables the burstable clean bandwidth feature and uses the monthly 95th percentile metering method.


DomainCountOptional

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

Property domainCount: The number of domain names that you want to protect.

Valid values: 50 to 2000. The value must be a multiple of 10.


EditionOptional

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

Property edition: The mitigation plan of the instance.

Set the value to coop, which indicates the Profession mitigation plan.


FunctionVersionOptional

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

Property functionVersion: The function plan of the instance.

Valid values: 0: the Standard function plan 1: the Enhanced function plan.


NormalQpsOptional

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

Property normalQps: The clean queries per second (QPS) provided by the instance.

Valid values: 3000 to 100000. The value must be a multiple of 100.


PeriodOptional

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

Property period: The subscription period of the firewallIf PeriodUnit is Month, the valid range is 1, 2, 3, 4, 5, 6, 12, 24 If PeriodUnit is Year, the valid range is 1, 2.


PeriodUnitOptional

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

Property periodUnit: The unit of the subscription duration.

Valid values: Month Year Default value: Month.


PortCountOptional

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

Property portCount: The number of ports that you want to protect.

Valid values: 50 to 400. The value must be a multiple of 5.


ServiceBandwidthOptional

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

Property serviceBandwidth: The clean bandwidth provided by the instance.

Unit: Mbit/s. Valid values: 100 to 5000. The value must be a multiple of 50.


ServicePartnerOptional

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

Property servicePartner: The type of the protection line.

Set the value to coop-line-001, which indicates the default protection line.


TagsOptional

public TagsProperty[] Tags { get; set; }

Property tags: Tags to attach to instance.

Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.