Skip to content

ProInstanceProps

Properties for defining a ProInstance.

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

Initializer

import ros_cdk_ddospro
ros_cdk_ddospro.ProInstanceProps(
  address_type: typing.Union[str, IResolvable] = None,
  bandwidth: typing.Union[typing.Union[int, float], IResolvable] = None,
  base_bandwidth: typing.Union[typing.Union[int, float], IResolvable] = None,
  burst_bandwidth_mode: typing.Union[str, IResolvable] = None,
  domain_count: typing.Union[typing.Union[int, float], IResolvable] = None,
  edition: typing.Union[str, IResolvable] = None,
  function_version: typing.Union[str, IResolvable] = None,
  normal_qps: typing.Union[typing.Union[int, float], IResolvable] = None,
  period: typing.Union[typing.Union[int, float], IResolvable] = None,
  period_unit: typing.Union[str, IResolvable] = None,
  port_count: typing.Union[typing.Union[int, float], IResolvable] = None,
  service_bandwidth: typing.Union[typing.Union[int, float], IResolvable] = None,
  service_partner: typing.Union[str, IResolvable] = None,
  tags: typing.List[TagsProperty] = None
)

Properties

Name Type Description
address_type typing.Union[str, ros_cdk_core.IResolvable] Property addressType: The IP version of the IP address.
bandwidth typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property bandwidth: The burstable protection bandwidth.
base_bandwidth typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property baseBandwidth: The basic protection bandwidth.
burst_bandwidth_mode typing.Union[str, ros_cdk_core.IResolvable] Property burstBandwidthMode: The metering method of the 95th percentile burstable clean bandwidth.
domain_count typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property domainCount: The number of domain names that you want to protect.
edition typing.Union[str, ros_cdk_core.IResolvable] Property edition: The mitigation plan of the instance.
function_version typing.Union[str, ros_cdk_core.IResolvable] Property functionVersion: The function plan of the instance.
normal_qps typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property normalQps: The clean queries per second (QPS) provided by the instance.
period typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] 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.
period_unit typing.Union[str, ros_cdk_core.IResolvable] Property periodUnit: The unit of the subscription duration.
port_count typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property portCount: The number of ports that you want to protect.
service_bandwidth typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property serviceBandwidth: The clean bandwidth provided by the instance.
service_partner typing.Union[str, ros_cdk_core.IResolvable] Property servicePartner: The type of the protection line.
tags typing.List[TagsProperty] Property tags: Tags to attach to instance.

address_typeOptional

address_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property addressType: The IP version of the IP address.

Valid values: Ipv4、Ipv6


bandwidthOptional

bandwidth: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

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.


base_bandwidthOptional

base_bandwidth: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property baseBandwidth: The basic protection bandwidth.

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


burst_bandwidth_modeOptional

burst_bandwidth_mode: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

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.


domain_countOptional

domain_count: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

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

edition: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property edition: The mitigation plan of the instance.

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


function_versionOptional

function_version: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property functionVersion: The function plan of the instance.

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


normal_qpsOptional

normal_qps: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

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

period: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

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.


period_unitOptional

period_unit: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property periodUnit: The unit of the subscription duration.

Valid values: Month Year Default value: Month.


port_countOptional

port_count: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

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

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


service_bandwidthOptional

service_bandwidth: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

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.


service_partnerOptional

service_partner: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property servicePartner: The type of the protection line.

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


tagsOptional

tags: typing.List[TagsProperty]

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.