RosCenBandwidthPackageProps
Properties for defining a RosCenBandwidthPackage.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-cenbandwidthpackage
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cen;
new RosCenBandwidthPackageProps {
object Bandwidth,
object GeographicRegionAId,
object GeographicRegionBId,
object AutoPay = null,
object AutoRenew = null,
object AutoRenewDuration = null,
object BandwidthPackageChargeType = null,
object Description = null,
object Name = null,
object Period = null,
object PricingCycle = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
| Name | Type | Description |
|---|---|---|
Bandwidth |
object |
No description. |
GeographicRegionAId |
object |
No description. |
GeographicRegionBId |
object |
No description. |
AutoPay |
object |
No description. |
AutoRenew |
object |
No description. |
AutoRenewDuration |
object |
No description. |
BandwidthPackageChargeType |
object |
No description. |
Description |
object |
No description. |
Name |
object |
No description. |
Period |
object |
No description. |
PricingCycle |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
BandwidthRequired
public object Bandwidth { get; set; }
- Type: object
GeographicRegionAIdRequired
public object GeographicRegionAId { get; set; }
- Type: object
GeographicRegionBIdRequired
public object GeographicRegionBId { get; set; }
- Type: object
AutoPayOptional
public object AutoPay { get; set; }
- Type: object
AutoRenewOptional
public object AutoRenew { get; set; }
- Type: object
AutoRenewDurationOptional
public object AutoRenewDuration { get; set; }
- Type: object
BandwidthPackageChargeTypeOptional
public object BandwidthPackageChargeType { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
NameOptional
public object Name { get; set; }
- Type: object
PeriodOptional
public object Period { get; set; }
- Type: object
PricingCycleOptional
public object PricingCycle { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]