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
DescriptionOptional
public object Description { get; set; }
NetworkInterfaceNameOptional
public object NetworkInterfaceName { get; set; }
PrimaryIpAddressOptional
public object PrimaryIpAddress { get; set; }
SecurityGroupIdOptional
public object SecurityGroupId { get; set; }
VSwitchIdOptional
public object VSwitchId { get; set; }