Show / Hide Table of Contents

Class DdosBgpInstanceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DdosBgpInstanceArgs
Inherited Members
ResourceArgs.Empty
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 Source

DdosBgpInstanceArgs()

Declaration
public DdosBgpInstanceArgs()

Properties

View Source

Bandwidth

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>
View Source

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>
View Source

IpCount

IP count of the instance. Valid values: 100.

Declaration
public Input<int> IpCount { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

IpType

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

Declaration
public Input<string> IpType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.