Skip to content

CenInstanceAttachmentProps

Properties for defining a CenInstanceAttachment.

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

Initializer

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

Properties

Name Type Description
CenId interface{} Property cenId: The ID of the CEN instance.
ChildInstanceId interface{} Property childInstanceId: The ID of the network to attach.
ChildInstanceRegionId interface{} Property childInstanceRegionId: The ID of the region where the network is located.
ChildInstanceType interface{} Property childInstanceType: The type of the network to attach.
ChildInstanceOwnerId interface{} Property childInstanceOwnerId: The account ID to which the network belongs.

CenIdRequired

CenId interface{}
  • Type: interface{}

Property cenId: The ID of the CEN instance.


ChildInstanceIdRequired

ChildInstanceId interface{}
  • Type: interface{}

Property childInstanceId: The ID of the network to attach.


ChildInstanceRegionIdRequired

ChildInstanceRegionId interface{}
  • Type: interface{}

Property childInstanceRegionId: The ID of the region where the network is located.

The ID of the region where the network is located.


ChildInstanceTypeRequired

ChildInstanceType interface{}
  • Type: interface{}

Property childInstanceType: The type of the network to attach.

Support VPC, VBR or CCN.


ChildInstanceOwnerIdOptional

ChildInstanceOwnerId interface{}
  • Type: interface{}

Property childInstanceOwnerId: The account ID to which the network belongs.