Skip to content

EniMappingsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new EniMappingsProperty {
    object DeleteOnRelease = null,
    object Description = null,
    object InstanceType = null,
    object Ipv6AddressCount = null,
    object Ipv6Addresses = null,
    object NetworkCardIndex = null,
    object NetworkInterfaceId = null,
    object NetworkInterfaceName = null,
    object NetworkInterfaceTrafficMode = null,
    object PrimaryIpAddress = null,
    object QueueNumber = null,
    object QueuePairNumber = null,
    object SecurityGroupId = null,
    object SecurityGroupIds = null,
    object VSwitchId = null
};

Properties

Name Type Description
DeleteOnRelease object No description.
Description object No description.
InstanceType object No description.
Ipv6AddressCount object No description.
Ipv6Addresses object No description.
NetworkCardIndex object No description.
NetworkInterfaceId object No description.
NetworkInterfaceName object No description.
NetworkInterfaceTrafficMode object No description.
PrimaryIpAddress object No description.
QueueNumber object No description.
QueuePairNumber object No description.
SecurityGroupId object No description.
SecurityGroupIds object No description.
VSwitchId object No description.

DeleteOnReleaseOptional

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

DescriptionOptional

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

InstanceTypeOptional

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

Ipv6AddressCountOptional

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

Ipv6AddressesOptional

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

NetworkCardIndexOptional

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

NetworkInterfaceIdOptional

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

NetworkInterfaceNameOptional

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

NetworkInterfaceTrafficModeOptional

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

PrimaryIpAddressOptional

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

QueueNumberOptional

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

QueuePairNumberOptional

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

SecurityGroupIdOptional

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

SecurityGroupIdsOptional

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

VSwitchIdOptional

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