IpamProps
Properties for defining a Ipam.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-ipam
Initializer
import com.aliyun.ros.cdk.vpc.IpamProps;
IpamProps.builder()
.operatingRegionList(IResolvable)
.operatingRegionList(java.util.List<java.lang.String)
.operatingRegionList(IResolvable>)
// .ipamDescription(java.lang.String)
// .ipamDescription(IResolvable)
// .ipamName(java.lang.String)
// .ipamName(IResolvable)
// .resourceGroupId(java.lang.String)
// .resourceGroupId(IResolvable)
// .tags(java.util.List<TagsProperty>)
.build();
Properties
| Name | Type | Description |
|---|---|---|
operatingRegionList | com.aliyun.ros.cdk.core.IResolvable OR java.util.List | Property operatingRegionList: List of IPAM effective regions. |
ipamDescription | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property ipamDescription: The description of IPAM. |
ipamName | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property ipamName: The name of the IPAM. |
resourceGroupId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property resourceGroupId: The ID of the resource group. |
tags | java.util.List<TagsProperty> | Property tags: Tags of ipam. |
operatingRegionListRequired
public java.lang.Object getOperatingRegionList();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
Property operatingRegionList: List of IPAM effective regions.
ipamDescriptionOptional
public java.lang.Object getIpamDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property ipamDescription: The description of IPAM.
It must be 2 to 256 characters in length and must start with an uppercase letter or a Chinese character, but cannot start with 'http:// 'or 'https. If the description is not filled in, it is blank. The default value is blank.
ipamNameOptional
public java.lang.Object getIpamName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property ipamName: The name of the IPAM.
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.
tagsOptional
public java.util.List<TagsProperty> getTags();
- Type: java.util.List<TagsProperty>
Property tags: Tags of ipam.