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.List |
No description. |
addressFamily
Required
public java.lang.Object getAddressFamily();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
maxEntries
Required
public java.lang.Object getMaxEntries();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
prefixListName
Required
public java.lang.Object getPrefixListName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
description
Optional
public java.lang.Object getDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
entries
Optional
public java.lang.Object getEntries();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
EntriesProperty>