NetworkInterfacesProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new NetworkInterfacesProperty {
object Description = null,
object NetworkInterfaceName = null,
object PrimaryIpAddress = null,
object SecurityGroupId = null,
object VSwitchId = null
};
Properties
Description
Optional
public object Description { get; set; }
NetworkInterfaceName
Optional
public object NetworkInterfaceName { get; set; }
PrimaryIpAddress
Optional
public object PrimaryIpAddress { get; set; }
SecurityGroupId
Optional
public object SecurityGroupId { get; set; }
VSwitchId
Optional
public object VSwitchId { get; set; }