Skip to content

GrantInstanceToCenProps

Properties for defining a GrantInstanceToCen.

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

Initializer

import ros_cdk_vpc
ros_cdk_vpc.GrantInstanceToCenProps(
  cen_id: typing.Union[str, IResolvable],
  cen_owner_id: typing.Union[typing.Union[int, float], IResolvable],
  instance_id: typing.Union[str, IResolvable],
  instance_type: typing.Union[str, IResolvable]
)

Properties

Name Type Description
cen_id typing.Union[str, ros_cdk_core.IResolvable] Property cenId: The ID of the CEN instance to be authorized.
cen_owner_id typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property cenOwnerId: The UID of the account to which the target CEN instance belongs.
instance_id typing.Union[str, ros_cdk_core.IResolvable] Property instanceId: The ID of the network instance.
instance_type typing.Union[str, ros_cdk_core.IResolvable] Property instanceType: The type of the network instance.

cen_idRequired

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

Property cenId: The ID of the CEN instance to be authorized.


cen_owner_idRequired

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

Property cenOwnerId: The UID of the account to which the target CEN instance belongs.


instance_idRequired

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

Property instanceId: The ID of the network instance.


instance_typeRequired

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

Property instanceType: The type of the network instance.

Valid values: VPC: Virtual Private Cloud (VPC). VBR: Virtual Border Router (VBR). CCN: Cloud Connect Network (CCN).