GrantInstanceToCenProps
Properties for defining a GrantInstanceToCen
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-grantinstancetocen
Initializer
import { GrantInstanceToCenProps } from '@alicloud/ros-cdk-vpc'
const grantInstanceToCenProps: GrantInstanceToCenProps = { ... }
Properties
Name | Type | Description |
---|---|---|
cenId |
string | @alicloud/ros-cdk-core.IResolvable |
Property cenId: The ID of the CEN instance to be authorized. |
cenOwnerId |
number | @alicloud/ros-cdk-core.IResolvable |
Property cenOwnerId: The UID of the account to which the target CEN instance belongs. |
instanceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property instanceId: The ID of the network instance. |
instanceType |
string | @alicloud/ros-cdk-core.IResolvable |
Property instanceType: The type of the network instance. |
cenId
Required
public readonly cenId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property cenId: The ID of the CEN instance to be authorized.
cenOwnerId
Required
public readonly cenOwnerId: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property cenOwnerId: The UID of the account to which the target CEN instance belongs.
instanceId
Required
public readonly instanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property instanceId: The ID of the network instance.
instanceType
Required
public readonly instanceType: string | IResolvable;
- Type: string | @alicloud/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).