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.List |
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. |
entries
Optional
public java.lang.Object getEntries();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
EntriesProperty>
ipVersion
Optional
public java.lang.Object getIpVersion();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
maxEntries
Optional
public java.lang.Object getMaxEntries();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
prefixListDescription
Optional
public java.lang.Object getPrefixListDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
prefixListName
Optional
public java.lang.Object getPrefixListName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
resourceGroupId
Optional
public java.lang.Object getResourceGroupId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
tags
Optional
public java.util.List<TagsProperty> getTags();
- Type: java.util.List<TagsProperty>