Show / Hide Table of Contents

Class DdosCooInstanceState

Inheritance
System.Object
InputArgs
ResourceArgs
DdosCooInstanceState
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.Dns
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DdosCooInstanceState : ResourceArgs

Constructors

View Source

DdosCooInstanceState()

Declaration
public DdosCooInstanceState()

Properties

View Source

Bandwidth

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

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

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

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

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