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. |
Bandwidth
Required
public object Bandwidth { get; set; }
- Type: object
GeographicRegionAId
Required
public object GeographicRegionAId { get; set; }
- Type: object
GeographicRegionBId
Required
public object GeographicRegionBId { get; set; }
- Type: object
AutoPay
Optional
public object AutoPay { get; set; }
- Type: object
AutoRenew
Optional
public object AutoRenew { get; set; }
- Type: object
AutoRenewDuration
Optional
public object AutoRenewDuration { get; set; }
- Type: object
BandwidthPackageChargeType
Optional
public object BandwidthPackageChargeType { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
PricingCycle
Optional
public object PricingCycle { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]