Skip to content

RosNetworkPackageProps

Properties for defining a RosNetworkPackage.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecd-networkpackage

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecd"
&alicloudroscdkecd.RosNetworkPackageProps {
    Bandwidth: interface{},
    OfficeSiteId: interface{},
    AutoPay: interface{},
    AutoRenew: interface{},
    InternetChargeType: interface{},
    PayType: interface{},
    Period: interface{},
    PeriodUnit: interface{},
    PromotionId: interface{},
}

Properties

Name Type Description
Bandwidth interface{} No description.
OfficeSiteId interface{} No description.
AutoPay interface{} No description.
AutoRenew interface{} No description.
InternetChargeType interface{} No description.
PayType interface{} No description.
Period interface{} No description.
PeriodUnit interface{} No description.
PromotionId interface{} No description.

BandwidthRequired

Bandwidth interface{}
  • Type: interface{}

OfficeSiteIdRequired

OfficeSiteId interface{}
  • Type: interface{}

AutoPayOptional

AutoPay interface{}
  • Type: interface{}

AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

InternetChargeTypeOptional

InternetChargeType interface{}
  • Type: interface{}

PayTypeOptional

PayType interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PeriodUnitOptional

PeriodUnit interface{}
  • Type: interface{}

PromotionIdOptional

PromotionId interface{}
  • Type: interface{}