Skip to content

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.

BandwidthRequired

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

OfficeSiteIdRequired

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

AutoPayOptional

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

AutoRenewOptional

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

InternetChargeTypeOptional

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

PayTypeOptional

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

PeriodOptional

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

PeriodUnitOptional

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

PromotionIdOptional

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