Skip to content

RosProInstanceProps

Properties for defining a RosProInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ddospro-proinstance

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ddospro;
new RosProInstanceProps {
    object AddressType = null,
    object Bandwidth = null,
    object BaseBandwidth = null,
    object BurstBandwidthMode = null,
    object DomainCount = null,
    object Edition = null,
    object FunctionVersion = null,
    object NormalQps = null,
    object Period = null,
    object PeriodUnit = null,
    object PortCount = null,
    object ServiceBandwidth = null,
    object ServicePartner = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
AddressType object No description.
Bandwidth object No description.
BaseBandwidth object No description.
BurstBandwidthMode object No description.
DomainCount object No description.
Edition object No description.
FunctionVersion object No description.
NormalQps object No description.
Period object No description.
PeriodUnit object No description.
PortCount object No description.
ServiceBandwidth object No description.
ServicePartner object No description.
Tags TagsProperty[] No description.

AddressTypeOptional

public object AddressType { get; set; }
  • Type: object

BandwidthOptional

public object Bandwidth { get; set; }
  • Type: object

BaseBandwidthOptional

public object BaseBandwidth { get; set; }
  • Type: object

BurstBandwidthModeOptional

public object BurstBandwidthMode { get; set; }
  • Type: object

DomainCountOptional

public object DomainCount { get; set; }
  • Type: object

EditionOptional

public object Edition { get; set; }
  • Type: object

FunctionVersionOptional

public object FunctionVersion { get; set; }
  • Type: object

NormalQpsOptional

public object NormalQps { get; set; }
  • Type: object

PeriodOptional

public object Period { get; set; }
  • Type: object

PeriodUnitOptional

public object PeriodUnit { get; set; }
  • Type: object

PortCountOptional

public object PortCount { get; set; }
  • Type: object

ServiceBandwidthOptional

public object ServiceBandwidth { get; set; }
  • Type: object

ServicePartnerOptional

public object ServicePartner { get; set; }
  • Type: object

TagsOptional

public TagsProperty[] Tags { get; set; }