Skip to content

RosNetworkInterfaceProps

Properties for defining a RosNetworkInterface.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosNetworkInterfaceProps {
    VSwitchId: interface{},
    DeleteOnRelease: interface{},
    Description: interface{},
    Ipv4PrefixCount: interface{},
    Ipv4Prefixes: interface{},
    Ipv6AddressCount: interface{},
    Ipv6Addresses: interface{},
    Ipv6PrefixCount: interface{},
    Ipv6Prefixes: interface{},
    NetworkInterfaceName: interface{},
    NetworkInterfaceTrafficMode: interface{},
    PrimaryIpAddress: interface{},
    PrivateIpAddresses: interface{},
    QueueNumber: interface{},
    ResourceGroupId: interface{},
    RxQueueSize: interface{},
    SecondaryPrivateIpAddressCount: interface{},
    SecurityGroupId: interface{},
    SecurityGroupIds: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.RosNetworkInterface.TagsProperty,
    TxQueueSize: interface{},
}

Properties

Name Type Description
VSwitchId interface{} No description.
DeleteOnRelease interface{} No description.
Description interface{} No description.
Ipv4PrefixCount interface{} No description.
Ipv4Prefixes interface{} No description.
Ipv6AddressCount interface{} No description.
Ipv6Addresses interface{} No description.
Ipv6PrefixCount interface{} No description.
Ipv6Prefixes interface{} No description.
NetworkInterfaceName interface{} No description.
NetworkInterfaceTrafficMode interface{} No description.
PrimaryIpAddress interface{} No description.
PrivateIpAddresses interface{} No description.
QueueNumber interface{} No description.
ResourceGroupId interface{} No description.
RxQueueSize interface{} No description.
SecondaryPrivateIpAddressCount interface{} No description.
SecurityGroupId interface{} No description.
SecurityGroupIds interface{} No description.
Tags *[]TagsProperty No description.
TxQueueSize interface{} No description.

VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

DeleteOnReleaseOptional

DeleteOnRelease interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

Ipv4PrefixCountOptional

Ipv4PrefixCount interface{}
  • Type: interface{}

Ipv4PrefixesOptional

Ipv4Prefixes interface{}
  • Type: interface{}

Ipv6AddressCountOptional

Ipv6AddressCount interface{}
  • Type: interface{}

Ipv6AddressesOptional

Ipv6Addresses interface{}
  • Type: interface{}

Ipv6PrefixCountOptional

Ipv6PrefixCount interface{}
  • Type: interface{}

Ipv6PrefixesOptional

Ipv6Prefixes interface{}
  • Type: interface{}

NetworkInterfaceNameOptional

NetworkInterfaceName interface{}
  • Type: interface{}

NetworkInterfaceTrafficModeOptional

NetworkInterfaceTrafficMode interface{}
  • Type: interface{}

PrimaryIpAddressOptional

PrimaryIpAddress interface{}
  • Type: interface{}

PrivateIpAddressesOptional

PrivateIpAddresses interface{}
  • Type: interface{}

QueueNumberOptional

QueueNumber interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

RxQueueSizeOptional

RxQueueSize interface{}
  • Type: interface{}

SecondaryPrivateIpAddressCountOptional

SecondaryPrivateIpAddressCount interface{}
  • Type: interface{}

SecurityGroupIdOptional

SecurityGroupId interface{}
  • Type: interface{}

SecurityGroupIdsOptional

SecurityGroupIds interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

TxQueueSizeOptional

TxQueueSize interface{}
  • Type: interface{}