GrantInstanceToCenProps
Properties for defining a GrantInstanceToCen
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-grantinstancetocen
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.GrantInstanceToCenProps {
CenId: interface{},
CenOwnerId: interface{},
InstanceId: interface{},
InstanceType: interface{},
}
Properties
Name | Type | Description |
---|---|---|
CenId |
interface{} |
Property cenId: The ID of the CEN instance to be authorized. |
CenOwnerId |
interface{} |
Property cenOwnerId: The UID of the account to which the target CEN instance belongs. |
InstanceId |
interface{} |
Property instanceId: The ID of the network instance. |
InstanceType |
interface{} |
Property instanceType: The type of the network instance. |
CenId
Required
CenId interface{}
- Type: interface{}
Property cenId: The ID of the CEN instance to be authorized.
CenOwnerId
Required
CenOwnerId interface{}
- Type: interface{}
Property cenOwnerId: The UID of the account to which the target CEN instance belongs.
InstanceId
Required
InstanceId interface{}
- Type: interface{}
Property instanceId: The ID of the network instance.
InstanceType
Required
InstanceType interface{}
- Type: interface{}
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).