CommonBandwidthPackageIpProps
Properties for defining a CommonBandwidthPackageIp
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-commonbandwidthpackageip
Initializer
import { CommonBandwidthPackageIpProps } from '@alicloud/ros-cdk-vpc'
const commonBandwidthPackageIpProps: CommonBandwidthPackageIpProps = { ... }
Properties
Name | Type | Description |
---|---|---|
bandwidthPackageId |
string | @alicloud/ros-cdk-core.IResolvable |
Property bandwidthPackageId: The ID of the Internet Shared Bandwidth instance. |
eips |
@alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | EipsProperty[] |
Property eips: List of eip associated with the Internet Shared Bandwidth instance. |
bandwidthPackageId
Required
public readonly bandwidthPackageId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property bandwidthPackageId: The ID of the Internet Shared Bandwidth instance.
eips
Required
public readonly eips: IResolvable | IResolvable | EipsProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | EipsProperty[]
Property eips: List of eip associated with the Internet Shared Bandwidth instance.