Skip to content

InternetInfoProperty

Initializer

import com.aliyun.ros.cdk.rocketmq5.RosInstance.InternetInfoProperty;
InternetInfoProperty.builder()
    .internetSpec(java.lang.String)
    .internetSpec(IResolvable)
//  .flowOutBandwidth(java.lang.Number)
//  .flowOutBandwidth(IResolvable)
//  .flowOutType(java.lang.String)
//  .flowOutType(IResolvable)
//  .ipWhitelist(IResolvable)
//  .ipWhitelist(java.util.List<java.lang.String)
//  .ipWhitelist(IResolvable>)
    .build();

Properties

Name Type Description
internetSpec java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
flowOutBandwidth java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
flowOutType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
ipWhitelist com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.

internetSpecRequired

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

flowOutBandwidthOptional

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

flowOutTypeOptional

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

ipWhitelistOptional

public java.lang.Object getIpWhitelist();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List