Skip to content

GrantInstanceToCenProps

Properties for defining a GrantInstanceToCen.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new GrantInstanceToCenProps {
    object CenId,
    object CenOwnerId,
    object InstanceId,
    object InstanceType
};

Properties

Name Type Description
CenId object Property cenId: The ID of the CEN instance to be authorized.
CenOwnerId object Property cenOwnerId: The UID of the account to which the target CEN instance belongs.
InstanceId object Property instanceId: The ID of the network instance.
InstanceType object Property instanceType: The type of the network instance.

CenIdRequired

public object CenId { get; set; }
  • Type: object

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


CenOwnerIdRequired

public object CenOwnerId { get; set; }
  • Type: object

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


InstanceIdRequired

public object InstanceId { get; set; }
  • Type: object

Property instanceId: The ID of the network instance.


InstanceTypeRequired

public object InstanceType { get; set; }
  • Type: object

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