Skip to content

RosCommonBandwidthPackageProps

Properties for defining a RosCommonBandwidthPackage.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-commonbandwidthpackage

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosCommonBandwidthPackageProps {
    Bandwidth: interface{},
    DeletionProtection: interface{},
    Description: interface{},
    InternetChargeType: interface{},
    Isp: interface{},
    Name: interface{},
    Ratio: interface{},
    ResourceGroupId: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc.RosCommonBandwidthPackage.TagsProperty,
    Zone: interface{},
}

Properties

Name Type Description
Bandwidth interface{} No description.
DeletionProtection interface{} No description.
Description interface{} No description.
InternetChargeType interface{} No description.
Isp interface{} No description.
Name interface{} No description.
Ratio interface{} No description.
ResourceGroupId interface{} No description.
Tags *[]TagsProperty No description.
Zone interface{} No description.

BandwidthRequired

Bandwidth interface{}
  • Type: interface{}

DeletionProtectionOptional

DeletionProtection interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

InternetChargeTypeOptional

InternetChargeType interface{}
  • Type: interface{}

IspOptional

Isp interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}

RatioOptional

Ratio interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

ZoneOptional

Zone interface{}
  • Type: interface{}