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 SourceCreationTime
Creation time of the ENI.
Declaration
public readonly string CreationTime
Field Value
| Type | Description |
|---|---|
| System.String |
Description
Description of the ENI.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
ID of the ENI.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceId
ID of the instance that the ENI is attached to.
Declaration
public readonly string InstanceId
Field Value
| Type | Description |
|---|---|
| System.String |
Mac
MAC address of the ENI.
Declaration
public readonly string Mac
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Name of the ENI.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateIp
Primary private IP of the ENI.
Declaration
public readonly string PrivateIp
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
PublicIp
Public IP of the ENI.
Declaration
public readonly string PublicIp
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupId
The Id of resource group.
Declaration
public readonly string ResourceGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Status
Current status of the ENI.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
VpcId
ID of the VPC that the ENI belongs to.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |
VswitchId
ID of the VSwitch that the ENI is linked to.
Declaration
public readonly string VswitchId
Field Value
| Type | Description |
|---|---|
| System.String |
ZoneId
ID of the availability zone that the ENI belongs to.
Declaration
public readonly string ZoneId
Field Value
| Type | Description |
|---|---|
| System.String |