Skip to content

CommonBandwidthPackageIpProps

Properties for defining a CommonBandwidthPackageIp.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.CommonBandwidthPackageIpProps {
    BandwidthPackageId: interface{},
    Eips: interface{},
}

Properties

Name Type Description
BandwidthPackageId interface{} Property bandwidthPackageId: The ID of the Internet Shared Bandwidth instance.
Eips interface{} Property eips: List of eip associated with the Internet Shared Bandwidth instance.

BandwidthPackageIdRequired

BandwidthPackageId interface{}
  • Type: interface{}

Property bandwidthPackageId: The ID of the Internet Shared Bandwidth instance.


EipsRequired

Eips interface{}
  • Type: interface{}

Property eips: List of eip associated with the Internet Shared Bandwidth instance.