Skip to content

RosCenInstanceAttachmentProps

Properties for defining a RosCenInstanceAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-ceninstanceattachment

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcen"
&alicloudroscdkcen.RosCenInstanceAttachmentProps {
    CenId: interface{},
    ChildInstanceId: interface{},
    ChildInstanceRegionId: interface{},
    ChildInstanceType: interface{},
    ChildInstanceOwnerId: interface{},
}

Properties

Name Type Description
CenId interface{} No description.
ChildInstanceId interface{} No description.
ChildInstanceRegionId interface{} No description.
ChildInstanceType interface{} No description.
ChildInstanceOwnerId interface{} No description.

CenIdRequired

CenId interface{}
  • Type: interface{}

ChildInstanceIdRequired

ChildInstanceId interface{}
  • Type: interface{}

ChildInstanceRegionIdRequired

ChildInstanceRegionId interface{}
  • Type: interface{}

ChildInstanceTypeRequired

ChildInstanceType interface{}
  • Type: interface{}

ChildInstanceOwnerIdOptional

ChildInstanceOwnerId interface{}
  • Type: interface{}