Skip to content

RosPrefixListProps

Properties for defining a RosPrefixList.

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

Initializer

import com.aliyun.ros.cdk.vpc.RosPrefixListProps;
RosPrefixListProps.builder()
//  .entries(IResolvable)
//  .entries(java.util.List<IResolvable)
//  .entries(EntriesProperty>)
//  .ipVersion(java.lang.String)
//  .ipVersion(IResolvable)
//  .maxEntries(java.lang.Number)
//  .maxEntries(IResolvable)
//  .prefixListDescription(java.lang.String)
//  .prefixListDescription(IResolvable)
//  .prefixListName(java.lang.String)
//  .prefixListName(IResolvable)
//  .resourceGroupId(java.lang.String)
//  .resourceGroupId(IResolvable)
//  .tags(java.util.List<TagsProperty>)
    .build();

Properties

Name Type Description
entries com.aliyun.ros.cdk.core.IResolvable OR java.util.ListEntriesProperty> No description.
ipVersion java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
maxEntries java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
prefixListDescription java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
prefixListName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
resourceGroupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
tags java.util.List<TagsProperty> No description.

entriesOptional

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

ipVersionOptional

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

maxEntriesOptional

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

prefixListDescriptionOptional

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

prefixListNameOptional

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

resourceGroupIdOptional

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

tagsOptional

public java.util.List<TagsProperty> getTags();