Skip to content

RosGrantInstanceToCenProps

Properties for defining a RosGrantInstanceToCen.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosGrantInstanceToCenProps {
    CenId: interface{},
    CenOwnerId: interface{},
    InstanceId: interface{},
    InstanceType: interface{},
}

Properties

Name Type Description
CenId interface{} No description.
CenOwnerId interface{} No description.
InstanceId interface{} No description.
InstanceType interface{} No description.

CenIdRequired

CenId interface{}
  • Type: interface{}

CenOwnerIdRequired

CenOwnerId interface{}
  • Type: interface{}

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

InstanceTypeRequired

InstanceType interface{}
  • Type: interface{}