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
DeleteOnReleaseOptional
public object DeleteOnRelease { get; set; }
DescriptionOptional
public object Description { get; set; }
InstanceTypeOptional
public object InstanceType { get; set; }
Ipv6AddressCountOptional
public object Ipv6AddressCount { get; set; }
Ipv6AddressesOptional
public object Ipv6Addresses { get; set; }
NetworkCardIndexOptional
public object NetworkCardIndex { get; set; }
NetworkInterfaceIdOptional
public object NetworkInterfaceId { get; set; }
NetworkInterfaceNameOptional
public object NetworkInterfaceName { get; set; }
NetworkInterfaceTrafficModeOptional
public object NetworkInterfaceTrafficMode { get; set; }
PrimaryIpAddressOptional
public object PrimaryIpAddress { get; set; }
QueueNumberOptional
public object QueueNumber { get; set; }
QueuePairNumberOptional
public object QueuePairNumber { get; set; }
SecurityGroupIdOptional
public object SecurityGroupId { get; set; }
SecurityGroupIdsOptional
public object SecurityGroupIds { get; set; }
VSwitchIdOptional
public object VSwitchId { get; set; }