Skip to content

RosCommonBandwidthPackageIpProps

Properties for defining a RosCommonBandwidthPackageIp.

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

Initializer

import com.aliyun.ros.cdk.vpc.RosCommonBandwidthPackageIpProps;
RosCommonBandwidthPackageIpProps.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 No description.
eips com.aliyun.ros.cdk.core.IResolvable OR java.util.ListEipsProperty> No description.

bandwidthPackageIdRequired

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

eipsRequired

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