Skip to content

RosPublicIpAddressPoolProps

Properties for defining a RosPublicIpAddressPool.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-publicipaddresspool

Initializer

import com.aliyun.ros.cdk.vpc.datasource.RosPublicIpAddressPoolProps;
RosPublicIpAddressPoolProps.builder()
    .publicIpAddressPoolId(java.lang.String)
    .publicIpAddressPoolId(IResolvable)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
    .build();

Properties

Name Type Description
publicIpAddressPoolId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
refreshOptions java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

publicIpAddressPoolIdRequired

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

refreshOptionsOptional

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