CommonBandwidthPackageIpProps
Properties for defining a CommonBandwidthPackageIp.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-commonbandwidthpackageip
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new CommonBandwidthPackageIpProps {
object BandwidthPackageId,
object Eips
};
Properties
| Name | Type | Description |
|---|---|---|
BandwidthPackageId |
object |
Property bandwidthPackageId: The ID of the Internet Shared Bandwidth instance. |
Eips |
object |
Property eips: List of eip associated with the Internet Shared Bandwidth instance. |
BandwidthPackageIdRequired
public object BandwidthPackageId { get; set; }
- Type: object
Property bandwidthPackageId: The ID of the Internet Shared Bandwidth instance.
EipsRequired
public object Eips { get; set; }
- Type: object
Property eips: List of eip associated with the Internet Shared Bandwidth instance.