RosNetworkPackageProps
Properties for defining a RosNetworkPackage
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecd-networkpackage
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecd;
new RosNetworkPackageProps {
object Bandwidth,
object OfficeSiteId,
object AutoPay = null,
object AutoRenew = null,
object InternetChargeType = null,
object PayType = null,
object Period = null,
object PeriodUnit = null,
object PromotionId = null
};
Properties
Name | Type | Description |
---|---|---|
Bandwidth |
object |
No description. |
OfficeSiteId |
object |
No description. |
AutoPay |
object |
No description. |
AutoRenew |
object |
No description. |
InternetChargeType |
object |
No description. |
PayType |
object |
No description. |
Period |
object |
No description. |
PeriodUnit |
object |
No description. |
PromotionId |
object |
No description. |
Bandwidth
Required
public object Bandwidth { get; set; }
- Type: object
OfficeSiteId
Required
public object OfficeSiteId { get; set; }
- Type: object
AutoPay
Optional
public object AutoPay { get; set; }
- Type: object
AutoRenew
Optional
public object AutoRenew { get; set; }
- Type: object
InternetChargeType
Optional
public object InternetChargeType { get; set; }
- Type: object
PayType
Optional
public object PayType { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
PeriodUnit
Optional
public object PeriodUnit { get; set; }
- Type: object
PromotionId
Optional
public object PromotionId { get; set; }
- Type: object