Skip to content

IpamScopeProps

Properties for defining a IpamScope.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-ipamscope

Initializer

import { IpamScopeProps } from '@alicloud/ros-cdk-vpc'
const ipamScopeProps: IpamScopeProps = { ... }

Properties

Name Type Description
ipamId string | @alicloud/ros-cdk-core.IResolvable Property ipamId: The id of the Ipam instance.
ipamScopeDescription string | @alicloud/ros-cdk-core.IResolvable Property ipamScopeDescription: The description of the IPAM's scope of action.
ipamScopeName string | @alicloud/ros-cdk-core.IResolvable Property ipamScopeName: The name of the IPAM scope.
ipamScopeType string | @alicloud/ros-cdk-core.IResolvable Property ipamScopeType: IPAM scope of action type: private.
tags TagsProperty[] Property tags: Tags of ipam scope.

ipamIdRequired

public readonly ipamId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property ipamId: The id of the Ipam instance.


ipamScopeDescriptionOptional

public readonly ipamScopeDescription: string | IResolvable;
  • Type: string | @alicloud/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.


ipamScopeNameOptional

public readonly ipamScopeName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property ipamScopeName: The name of the IPAM scope.


ipamScopeTypeOptional

public readonly ipamScopeType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property ipamScopeType: IPAM scope of action type: private.

Currently, only the role scope of the private network is supported.


tagsOptional

public readonly tags: TagsProperty[];

Property tags: Tags of ipam scope.