Skip to content

JoinSecurityGroupProps

Properties for defining a JoinSecurityGroup.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.JoinSecurityGroupProps {
    SecurityGroupId: interface{},
    InstanceId: interface{},
    InstanceIdList: interface{},
    NetworkInterfaceList: interface{},
}

Properties

Name Type Description
SecurityGroupId interface{} Property securityGroupId: Security group id to join.
InstanceId interface{} Property instanceId: Instance Id to the join the security group.
InstanceIdList interface{} Property instanceIdList: The comma delimited instance id list.If the property "InstanceId" is setting, this property will be ignored.
NetworkInterfaceList interface{} Property networkInterfaceList: Network interface list.

SecurityGroupIdRequired

SecurityGroupId interface{}
  • Type: interface{}

Property securityGroupId: Security group id to join.


InstanceIdOptional

InstanceId interface{}
  • Type: interface{}

Property instanceId: Instance Id to the join the security group.


InstanceIdListOptional

InstanceIdList interface{}
  • Type: interface{}

Property instanceIdList: The comma delimited instance id list.If the property "InstanceId" is setting, this property will be ignored.


NetworkInterfaceListOptional

NetworkInterfaceList interface{}
  • Type: interface{}

Property networkInterfaceList: Network interface list.