Skip to content

CommonBandwidthPackageIpProps

Properties for defining a CommonBandwidthPackageIp.

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

Initializer

import com.aliyun.ros.cdk.vpc.CommonBandwidthPackageIpProps;
CommonBandwidthPackageIpProps.builder()
    .bandwidthPackageId(java.lang.String)
    .bandwidthPackageId(IResolvable)
    .eips(IResolvable)
    .eips(java.util.List<IResolvable)
    .eips(EipsProperty>)
    .build();

Properties

Name Type Description
bandwidthPackageId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property bandwidthPackageId: The ID of the Internet Shared Bandwidth instance.
eips com.aliyun.ros.cdk.core.IResolvable OR java.util.ListEipsProperty> Property eips: List of eip associated with the Internet Shared Bandwidth instance.

bandwidthPackageIdRequired

public java.lang.Object getBandwidthPackageId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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


eipsRequired

public java.lang.Object getEips();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListEipsProperty>

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