Skip to content

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

Name Type Description
Description object No description.
NetworkInterfaceName object No description.
PrimaryIpAddress object No description.
SecurityGroupId object No description.
VSwitchId object No description.

DescriptionOptional

public object Description { get; set; }
  • Type: object

NetworkInterfaceNameOptional

public object NetworkInterfaceName { get; set; }
  • Type: object

PrimaryIpAddressOptional

public object PrimaryIpAddress { get; set; }
  • Type: object

SecurityGroupIdOptional

public object SecurityGroupId { get; set; }
  • Type: object

VSwitchIdOptional

public object VSwitchId { get; set; }
  • Type: object