Skip to content

RosPrefixListProps

Properties for defining a RosPrefixList.

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

Initializer

import com.aliyun.ros.cdk.ecs.RosPrefixListProps;
RosPrefixListProps.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 No description.
maxEntries java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
prefixListName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
entries com.aliyun.ros.cdk.core.IResolvable OR java.util.ListEntriesProperty> No description.

addressFamilyRequired

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

maxEntriesRequired

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

prefixListNameRequired

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

descriptionOptional

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

entriesOptional

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