RosNetworkInterfaceProps
Properties for defining a RosNetworkInterface
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-networkinterface
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosNetworkInterfaceProps {
object VSwitchId,
object DeleteOnRelease = null,
object Description = null,
object Ipv4PrefixCount = null,
object Ipv4Prefixes = null,
object Ipv6AddressCount = null,
object Ipv6Addresses = null,
object Ipv6PrefixCount = null,
object Ipv6Prefixes = null,
object NetworkInterfaceName = null,
object NetworkInterfaceTrafficMode = null,
object PrimaryIpAddress = null,
object PrivateIpAddresses = null,
object QueueNumber = null,
object ResourceGroupId = null,
object RxQueueSize = null,
object SecondaryPrivateIpAddressCount = null,
object SecurityGroupId = null,
object SecurityGroupIds = null,
TagsProperty[] Tags = null,
object TxQueueSize = null
};
Properties
Name | Type | Description |
---|---|---|
VSwitchId |
object |
No description. |
DeleteOnRelease |
object |
No description. |
Description |
object |
No description. |
Ipv4PrefixCount |
object |
No description. |
Ipv4Prefixes |
object |
No description. |
Ipv6AddressCount |
object |
No description. |
Ipv6Addresses |
object |
No description. |
Ipv6PrefixCount |
object |
No description. |
Ipv6Prefixes |
object |
No description. |
NetworkInterfaceName |
object |
No description. |
NetworkInterfaceTrafficMode |
object |
No description. |
PrimaryIpAddress |
object |
No description. |
PrivateIpAddresses |
object |
No description. |
QueueNumber |
object |
No description. |
ResourceGroupId |
object |
No description. |
RxQueueSize |
object |
No description. |
SecondaryPrivateIpAddressCount |
object |
No description. |
SecurityGroupId |
object |
No description. |
SecurityGroupIds |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
TxQueueSize |
object |
No description. |
VSwitchId
Required
public object VSwitchId { get; set; }
- Type: object
DeleteOnRelease
Optional
public object DeleteOnRelease { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
Ipv4PrefixCount
Optional
public object Ipv4PrefixCount { get; set; }
- Type: object
Ipv4Prefixes
Optional
public object Ipv4Prefixes { get; set; }
- Type: object
Ipv6AddressCount
Optional
public object Ipv6AddressCount { get; set; }
- Type: object
Ipv6Addresses
Optional
public object Ipv6Addresses { get; set; }
- Type: object
Ipv6PrefixCount
Optional
public object Ipv6PrefixCount { get; set; }
- Type: object
Ipv6Prefixes
Optional
public object Ipv6Prefixes { get; set; }
- Type: object
NetworkInterfaceName
Optional
public object NetworkInterfaceName { get; set; }
- Type: object
NetworkInterfaceTrafficMode
Optional
public object NetworkInterfaceTrafficMode { get; set; }
- Type: object
PrimaryIpAddress
Optional
public object PrimaryIpAddress { get; set; }
- Type: object
PrivateIpAddresses
Optional
public object PrivateIpAddresses { get; set; }
- Type: object
QueueNumber
Optional
public object QueueNumber { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
RxQueueSize
Optional
public object RxQueueSize { get; set; }
- Type: object
SecondaryPrivateIpAddressCount
Optional
public object SecondaryPrivateIpAddressCount { get; set; }
- Type: object
SecurityGroupId
Optional
public object SecurityGroupId { get; set; }
- Type: object
SecurityGroupIds
Optional
public object SecurityGroupIds { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
TxQueueSize
Optional
public object TxQueueSize { get; set; }
- Type: object