Show / Hide Table of Contents

Class GetNetworkInterfacesInterfaceResult

Inheritance
System.Object
GetNetworkInterfacesInterfaceResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Ecs.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetNetworkInterfacesInterfaceResult

Fields

View Source

CreationTime

Creation time of the ENI.

Declaration
public readonly string CreationTime
Field Value
Type Description
System.String
View Source

Description

Description of the ENI.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Id

ID of the ENI.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

InstanceId

ID of the instance that the ENI is attached to.

Declaration
public readonly string InstanceId
Field Value
Type Description
System.String
View Source

Mac

MAC address of the ENI.

Declaration
public readonly string Mac
Field Value
Type Description
System.String
View Source

Name

Name of the ENI.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

PrivateIp

Primary private IP of the ENI.

Declaration
public readonly string PrivateIp
Field Value
Type Description
System.String
View Source

PrivateIps

A list of secondary private IP address that is assigned to the ENI.

Declaration
public readonly ImmutableArray<string> PrivateIps
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

PublicIp

Public IP of the ENI.

Declaration
public readonly string PublicIp
Field Value
Type Description
System.String
View Source

ResourceGroupId

The Id of resource group.

Declaration
public readonly string ResourceGroupId
Field Value
Type Description
System.String
View Source

SecurityGroups

A list of security group that the ENI belongs to.

Declaration
public readonly ImmutableArray<string> SecurityGroups
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Status

Current status of the ENI.

Declaration
public readonly string Status
Field Value
Type Description
System.String
View Source

Tags

A map of tags assigned to the ENI.

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

VpcId

ID of the VPC that the ENI belongs to.

Declaration
public readonly string VpcId
Field Value
Type Description
System.String
View Source

VswitchId

ID of the VSwitch that the ENI is linked to.

Declaration
public readonly string VswitchId
Field Value
Type Description
System.String
View Source

ZoneId

ID of the availability zone that the ENI belongs to.

Declaration
public readonly string ZoneId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.