Skip to content

RosNetworkInterfaceAttachmentProps

Properties for defining a RosNetworkInterfaceAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-networkinterfaceattachment

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosNetworkInterfaceAttachmentProps {
    InstanceId: interface{},
    NetworkInterfaceId: interface{},
    EcsRestartOption: interface{},
    TrunkNetworkInstanceId: interface{},
}

Properties

Name Type Description
InstanceId interface{} No description.
NetworkInterfaceId interface{} No description.
EcsRestartOption interface{} No description.
TrunkNetworkInstanceId interface{} No description.

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

NetworkInterfaceIdRequired

NetworkInterfaceId interface{}
  • Type: interface{}

EcsRestartOptionOptional

EcsRestartOption interface{}
  • Type: interface{}

TrunkNetworkInstanceIdOptional

TrunkNetworkInstanceId interface{}
  • Type: interface{}