Skip to content

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.

cenIdRequired

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

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


cenOwnerIdRequired

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.


instanceIdRequired

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

Property instanceId: The ID of the network instance.


instanceTypeRequired

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).