Class DdosCooInstanceState
Inherited Members
Namespace: Pulumi.AliCloud.Dns
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DdosCooInstanceState : ResourceArgs
Constructors
View SourceDdosCooInstanceState()
Declaration
public DdosCooInstanceState()
Properties
View SourceBandwidth
Elastic defend bandwidth of the instance. This value must be larger than the base defend bandwidth. Valid values: 30, 60, 100, 300, 400, 500, 600. The unit is Gbps. Only support upgrade.
Declaration
public Input<string> Bandwidth { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BaseBandwidth
Base defend bandwidth of the instance. Valid values: 30, 60, 100, 300, 400, 500, 600. The unit is Gbps. Only support upgrade.
Declaration
public Input<string> BaseBandwidth { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DomainCount
Domain retransmission rule count of the instance. At least 50. Increase 5 per step, such as 55, 60, 65. Only support upgrade.
Declaration
public Input<string> DomainCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the instance. This name can have a string of 1 to 63 characters.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Period
The duration that you will buy Ddoscoo instance (in month). Valid values: [1~9], 12, 24, 36. Default to 1. At present, the provider does not support modify "period".
Declaration
public Input<int> Period { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
PortCount
Port retransmission rule count of the instance. At least 50. Increase 5 per step, such as 55, 60, 65. Only support upgrade.
Declaration
public Input<string> PortCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceBandwidth
Business bandwidth of the instance. At leaset 100. Increased 100 per step, such as 100, 200, 300. The unit is Mbps. Only support upgrade.
Declaration
public Input<string> ServiceBandwidth { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |