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. |
CenId
Required
public object CenId { get; set; }
- Type: object
Property cenId: The ID of the CEN instance to be authorized.
CenOwnerId
Required
public object CenOwnerId { get; set; }
- Type: object
Property cenOwnerId: The UID of the account to which the target CEN instance belongs.
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
Property instanceId: The ID of the network instance.
InstanceType
Required
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).