Skip to content

CenInstanceAttachmentProps

Properties for defining a CenInstanceAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-ceninstanceattachment

Initializer

import { CenInstanceAttachmentProps } from '@alicloud/ros-cdk-cen'
const cenInstanceAttachmentProps: CenInstanceAttachmentProps = { ... }

Properties

Name Type Description
cenId string | @alicloud/ros-cdk-core.IResolvable Property cenId: The ID of the CEN instance.
childInstanceId string | @alicloud/ros-cdk-core.IResolvable Property childInstanceId: The ID of the network to attach.
childInstanceRegionId string | @alicloud/ros-cdk-core.IResolvable Property childInstanceRegionId: The ID of the region where the network is located.
childInstanceType string | @alicloud/ros-cdk-core.IResolvable Property childInstanceType: The type of the network to attach.
childInstanceOwnerId number | @alicloud/ros-cdk-core.IResolvable Property childInstanceOwnerId: The account ID to which the network belongs.

cenIdRequired

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

Property cenId: The ID of the CEN instance.


childInstanceIdRequired

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

Property childInstanceId: The ID of the network to attach.


childInstanceRegionIdRequired

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

Property childInstanceRegionId: The ID of the region where the network is located.

The ID of the region where the network is located.


childInstanceTypeRequired

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

Property childInstanceType: The type of the network to attach.

Support VPC, VBR or CCN.


childInstanceOwnerIdOptional

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

Property childInstanceOwnerId: The account ID to which the network belongs.