Class DdosBgpInstanceArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Ddos
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DdosBgpInstanceArgs : ResourceArgs
Constructors
View SourceDdosBgpInstanceArgs()
Declaration
public DdosBgpInstanceArgs()
Properties
View SourceBandwidth
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.
Declaration
public Input<int> Bandwidth { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
BaseBandwidth
Base defend bandwidth of the instance. Valid values: 20. The unit is Gbps. Default to 20.
Declaration
public Input<int> BaseBandwidth { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
IpCount
IP count of the instance. Valid values: 100.
Declaration
public Input<int> IpCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
IpType
IP version of the instance. Valid values: IPv4,IPv6.
Declaration
public Input<string> IpType { 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 Ddosbgp instance (in month). Valid values: [1~9], 12, 24, 36. Default to 12. At present, the provider does not support modify "period".
Declaration
public Input<int> Period { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Type
Type of the instance. Valid values: Enterprise,Professional. Default to Enterprise
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |