IpamScopeProps
Properties for defining a IpamScope
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-ipamscope
Initializer
import com.aliyun.ros.cdk.vpc.IpamScopeProps;
IpamScopeProps.builder()
.ipamId(java.lang.String)
.ipamId(IResolvable)
// .ipamScopeDescription(java.lang.String)
// .ipamScopeDescription(IResolvable)
// .ipamScopeName(java.lang.String)
// .ipamScopeName(IResolvable)
// .ipamScopeType(java.lang.String)
// .ipamScopeType(IResolvable)
// .tags(java.util.List<TagsProperty>)
.build();
Properties
Name | Type | Description |
---|---|---|
ipamId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property ipamId: The id of the Ipam instance. |
ipamScopeDescription |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property ipamScopeDescription: The description of the IPAM's scope of action. |
ipamScopeName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property ipamScopeName: The name of the IPAM scope. |
ipamScopeType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property ipamScopeType: IPAM scope of action type: private. |
tags |
java.util.List<TagsProperty> |
Property tags: Tags of ipam scope. |
ipamId
Required
public java.lang.Object getIpamId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property ipamId: The id of the Ipam instance.
ipamScopeDescription
Optional
public java.lang.Object getIpamScopeDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property ipamScopeDescription: The description of the IPAM's scope of action.
It must be 2 to 256 characters in length and must start with a lowercase letter, but cannot start with 'http:// 'or 'https. If it is not filled in, it is empty. The default value is empty.
ipamScopeName
Optional
public java.lang.Object getIpamScopeName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property ipamScopeName: The name of the IPAM scope.
ipamScopeType
Optional
public java.lang.Object getIpamScopeType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property ipamScopeType: IPAM scope of action type: private.
Currently, only the role scope of the private network is supported.
tags
Optional
public java.util.List<TagsProperty> getTags();
- Type: java.util.List<TagsProperty>
Property tags: Tags of ipam scope.