Skip to content

CenInstanceAttachmentProps

Properties for defining a CenInstanceAttachment.

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

Initializer

import ros_cdk_cen
ros_cdk_cen.CenInstanceAttachmentProps(
  cen_id: typing.Union[str, IResolvable],
  child_instance_id: typing.Union[str, IResolvable],
  child_instance_region_id: typing.Union[str, IResolvable],
  child_instance_type: typing.Union[str, IResolvable],
  child_instance_owner_id: typing.Union[typing.Union[int, float], IResolvable] = None
)

Properties

Name Type Description
cen_id typing.Union[str, ros_cdk_core.IResolvable] Property cenId: The ID of the CEN instance.
child_instance_id typing.Union[str, ros_cdk_core.IResolvable] Property childInstanceId: The ID of the network to attach.
child_instance_region_id typing.Union[str, ros_cdk_core.IResolvable] Property childInstanceRegionId: The ID of the region where the network is located.
child_instance_type typing.Union[str, ros_cdk_core.IResolvable] Property childInstanceType: The type of the network to attach.
child_instance_owner_id typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property childInstanceOwnerId: The account ID to which the network belongs.

cen_idRequired

cen_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property cenId: The ID of the CEN instance.


child_instance_idRequired

child_instance_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property childInstanceId: The ID of the network to attach.


child_instance_region_idRequired

child_instance_region_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.


child_instance_typeRequired

child_instance_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property childInstanceType: The type of the network to attach.

Support VPC, VBR or CCN.


child_instance_owner_idOptional

child_instance_owner_id: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

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