Skip to content

NetworkInterfacesProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.NetworkInterfacesProperty {
    Description: interface{},
    NetworkInterfaceName: interface{},
    PrimaryIpAddress: interface{},
    SecurityGroupId: interface{},
    VSwitchId: interface{},
}

Properties

Name Type Description
Description interface{} No description.
NetworkInterfaceName interface{} No description.
PrimaryIpAddress interface{} No description.
SecurityGroupId interface{} No description.
VSwitchId interface{} No description.

DescriptionOptional

Description interface{}
  • Type: interface{}

NetworkInterfaceNameOptional

NetworkInterfaceName interface{}
  • Type: interface{}

PrimaryIpAddressOptional

PrimaryIpAddress interface{}
  • Type: interface{}

SecurityGroupIdOptional

SecurityGroupId interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}