IpamScopeProps
Properties for defining a IpamScope
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-ipamscope
Initializer
import ros_cdk_vpc
ros_cdk_vpc.IpamScopeProps(
ipam_id: typing.Union[str, IResolvable],
ipam_scope_description: typing.Union[str, IResolvable] = None,
ipam_scope_name: typing.Union[str, IResolvable] = None,
ipam_scope_type: typing.Union[str, IResolvable] = None,
tags: typing.List[TagsProperty] = None
)
Properties
Name | Type | Description |
---|---|---|
ipam_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property ipamId: The id of the Ipam instance. |
ipam_scope_description |
typing.Union[str, ros_cdk_core.IResolvable] |
Property ipamScopeDescription: The description of the IPAM's scope of action. |
ipam_scope_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property ipamScopeName: The name of the IPAM scope. |
ipam_scope_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property ipamScopeType: IPAM scope of action type: private. |
tags |
typing.List[TagsProperty] |
Property tags: Tags of ipam scope. |
ipam_id
Required
ipam_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property ipamId: The id of the Ipam instance.
ipam_scope_description
Optional
ipam_scope_description: typing.Union[str, IResolvable]
- Type: typing.Union[str, 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.
ipam_scope_name
Optional
ipam_scope_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property ipamScopeName: The name of the IPAM scope.
ipam_scope_type
Optional
ipam_scope_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, 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
tags: typing.List[TagsProperty]
- Type: typing.List[TagsProperty]
Property tags: Tags of ipam scope.