RosNetworkInterfacesProps
Properties for defining a RosNetworkInterfaces.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-networkinterfaces
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosNetworkInterfacesProps {
object InstanceId = null,
object Ipv6Addresses = null,
object NetworkInterfaceIds = null,
object NetworkInterfaceName = null,
object PrimaryIpAddress = null,
object PrivateIpAddresses = null,
object RefreshOptions = null,
object ResourceGroupId = null,
object SecurityGroupId = null,
object ServiceManaged = null,
object Status = null,
TagsProperty[] Tags = null,
object Type = null,
object VpcId = null,
object VSwitchId = null
};
Properties
| Name | Type | Description |
|---|---|---|
InstanceId |
object |
No description. |
Ipv6Addresses |
object |
No description. |
NetworkInterfaceIds |
object |
No description. |
NetworkInterfaceName |
object |
No description. |
PrimaryIpAddress |
object |
No description. |
PrivateIpAddresses |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
SecurityGroupId |
object |
No description. |
ServiceManaged |
object |
No description. |
Status |
object |
No description. |
Tags |
AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosNetworkInterfaces.TagsProperty[] |
No description. |
Type |
object |
No description. |
VpcId |
object |
No description. |
VSwitchId |
object |
No description. |
InstanceIdOptional
public object InstanceId { get; set; }
- Type: object
Ipv6AddressesOptional
public object Ipv6Addresses { get; set; }
- Type: object
NetworkInterfaceIdsOptional
public object NetworkInterfaceIds { get; set; }
- Type: object
NetworkInterfaceNameOptional
public object NetworkInterfaceName { get; set; }
- Type: object
PrimaryIpAddressOptional
public object PrimaryIpAddress { get; set; }
- Type: object
PrivateIpAddressesOptional
public object PrivateIpAddresses { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
SecurityGroupIdOptional
public object SecurityGroupId { get; set; }
- Type: object
ServiceManagedOptional
public object ServiceManaged { get; set; }
- Type: object
StatusOptional
public object Status { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosNetworkInterfaces.TagsProperty[]
TypeOptional
public object Type { get; set; }
- Type: object
VpcIdOptional
public object VpcId { get; set; }
- Type: object
VSwitchIdOptional
public object VSwitchId { get; set; }
- Type: object