DdosBgpInstance

class DdosBgpInstance : KotlinCustomResource

Anti-DDoS Advanced instance resource. "Ddosbgp" is the short term of this product.

NOTE: The endpoint of bssopenapi used only support "business.aliyuncs.com" at present. NOTE: Available since v1.183.0.

Example Usage

Basic Usage No Java example available.

Import

Ddosbgp instance can be imported using the id, e.g.

$ pulumi import alicloud:ddos/ddosBgpInstance:DdosBgpInstance example ddosbgp-abc123456

Properties

Link copied to clipboard
val bandwidth: Output<Int>

Elastic defend bandwidth of the instance. This value must be larger than the base defend bandwidth. Valid values: 51,91,101,201,301. The unit is Gbps.

Link copied to clipboard
val baseBandwidth: Output<Int>?

Base defend bandwidth of the instance. Valid values: 20. The unit is Gbps. Default to 20.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val ipCount: Output<Int>

IP count of the instance. Valid values: 100.

Link copied to clipboard
val ipType: Output<String>

IP version of the instance. Valid values: IPv4,IPv6.

Link copied to clipboard
val name: Output<String>

Name of the instance. This name can have a string of 1 to 63 characters.

Link copied to clipboard
val normalBandwidth: Output<Int>

Normal defend bandwidth of the instance. The unit is Gbps.

Link copied to clipboard
val period: Output<Int>?

The duration that you will buy Ddosbgp instance (in month). Valid values: 1~9, 12, 24, 36. Default to 12. At present, the provider does not support modify "period".

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Output<String>?

Type of the instance. Valid values: Enterprise, Professional. Default to Enterprise

Link copied to clipboard
val urn: Output<String>