Skip to content

PrefixListProps

Properties for defining a PrefixList.

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

Initializer

import com.aliyun.ros.cdk.vpc.PrefixListProps;
PrefixListProps.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> Property entries: The CIDR address block list of the prefix list.
ipVersion java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property ipVersion: The IP version of the prefix list.
maxEntries java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable Property maxEntries: The maximum number of entries for CIDR address blocks in the prefix list.
prefixListDescription java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property prefixListDescription: The description of the prefix list.
prefixListName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property prefixListName: The name of the prefix list.
resourceGroupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property resourceGroupId: The ID of the resource group to which the VPC belongs.
tags java.util.List<TagsProperty> Property tags: Tags of prefix list.

entriesOptional

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

Property entries: The CIDR address block list of the prefix list.


ipVersionOptional

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

Property ipVersion: The IP version of the prefix list.

Value:

  • IPvv4:IPv4 version.
  • IPv6:IPv6.

maxEntriesOptional

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

Property maxEntries: The maximum number of entries for CIDR address blocks in the prefix list.


prefixListDescriptionOptional

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

Property prefixListDescription: The description of the prefix list.

It must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with http:// or https.


prefixListNameOptional

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

Property prefixListName: The name of the prefix list.


resourceGroupIdOptional

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

Property resourceGroupId: The ID of the resource group to which the VPC belongs.


tagsOptional

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

Property tags: Tags of prefix list.