RosOriginInstanceProps
Properties for defining a RosOriginInstance.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ddos-origininstance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ddos;
new RosOriginInstanceProps {
object Edition,
object ProtectionMode,
object ChargeType = null,
object CleanBandwidth = null,
object EnableLog = null,
object IpAddresses = null,
object NetworkProtocol = null,
object Period = null,
object PeriodUnit = null,
TagsProperty[] Tags = null
};
Properties
| Name | Type | Description |
|---|---|---|
Edition |
object |
No description. |
ProtectionMode |
object |
No description. |
ChargeType |
object |
No description. |
CleanBandwidth |
object |
No description. |
EnableLog |
object |
No description. |
IpAddresses |
object |
No description. |
NetworkProtocol |
object |
No description. |
Period |
object |
No description. |
PeriodUnit |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
EditionRequired
public object Edition { get; set; }
- Type: object
ProtectionModeRequired
public object ProtectionMode { get; set; }
- Type: object
ChargeTypeOptional
public object ChargeType { get; set; }
- Type: object
CleanBandwidthOptional
public object CleanBandwidth { get; set; }
- Type: object
EnableLogOptional
public object EnableLog { get; set; }
- Type: object
IpAddressesOptional
public object IpAddresses { get; set; }
- Type: object
NetworkProtocolOptional
public object NetworkProtocol { get; set; }
- Type: object
PeriodOptional
public object Period { get; set; }
- Type: object
PeriodUnitOptional
public object PeriodUnit { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]