Skip to content

PrefixListProps

Properties for defining a PrefixList.

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

Initializer

import com.aliyun.ros.cdk.ecs.PrefixListProps;
PrefixListProps.builder()
    .addressFamily(java.lang.String)
    .addressFamily(IResolvable)
    .maxEntries(java.lang.Number)
    .maxEntries(IResolvable)
    .prefixListName(java.lang.String)
    .prefixListName(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
//  .entries(IResolvable)
//  .entries(java.util.List<IResolvable)
//  .entries(EntriesProperty>)
    .build();

Properties

Name Type Description
addressFamily java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property addressFamily: The IP address family.
maxEntries java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable Property maxEntries: The maximum number of entries that the prefix list can contain.
prefixListName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property prefixListName: The name of the prefix.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property description: The description of the prefix list.
entries com.aliyun.ros.cdk.core.IResolvable OR java.util.ListEntriesProperty> Property entries:.

addressFamilyRequired

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

Property addressFamily: The IP address family.

Valid values: IPv4 IPv6


maxEntriesRequired

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

Property maxEntries: The maximum number of entries that the prefix list can contain.

Valid values: 1 to 200.


prefixListNameRequired

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

Property prefixListName: The name of the prefix.

The name must be 2 to 128 characters in length. It must start with a letter and cannot start with http://, https://, com.aliyun, or com.alibabacloud. It can contain letters, digits, colons (:), underscores (_), periods (.), and hyphens (-).


descriptionOptional

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

Property description: The description of the prefix list.

The description must be 2 to 256 characters in length and cannot start with http:// or https://.


entriesOptional

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

Property entries:.