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. |
VSwitchId
Required
VSwitchId interface{}
- Type: interface{}
DeleteOnRelease
Optional
DeleteOnRelease interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
Ipv4PrefixCount
Optional
Ipv4PrefixCount interface{}
- Type: interface{}
Ipv4Prefixes
Optional
Ipv4Prefixes interface{}
- Type: interface{}
Ipv6AddressCount
Optional
Ipv6AddressCount interface{}
- Type: interface{}
Ipv6Addresses
Optional
Ipv6Addresses interface{}
- Type: interface{}
Ipv6PrefixCount
Optional
Ipv6PrefixCount interface{}
- Type: interface{}
Ipv6Prefixes
Optional
Ipv6Prefixes interface{}
- Type: interface{}
NetworkInterfaceName
Optional
NetworkInterfaceName interface{}
- Type: interface{}
NetworkInterfaceTrafficMode
Optional
NetworkInterfaceTrafficMode interface{}
- Type: interface{}
PrimaryIpAddress
Optional
PrimaryIpAddress interface{}
- Type: interface{}
PrivateIpAddresses
Optional
PrivateIpAddresses interface{}
- Type: interface{}
QueueNumber
Optional
QueueNumber interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
RxQueueSize
Optional
RxQueueSize interface{}
- Type: interface{}
SecondaryPrivateIpAddressCount
Optional
SecondaryPrivateIpAddressCount interface{}
- Type: interface{}
SecurityGroupId
Optional
SecurityGroupId interface{}
- Type: interface{}
SecurityGroupIds
Optional
SecurityGroupIds interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
TxQueueSize
Optional
TxQueueSize interface{}
- Type: interface{}