Class GetNetworkInterfacesArgs
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetNetworkInterfacesArgs : InvokeArgs
Constructors
View SourceGetNetworkInterfacesArgs()
Declaration
public GetNetworkInterfacesArgs()
Properties
View SourceIds
Declaration
public List<string> Ids { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
InstanceId
ID of the instance that the ENI is attached to.
Declaration
public string InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NameRegex
Declaration
public string NameRegex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PrivateIp
Primary private IP of the ENI.
Declaration
public string PrivateIp { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupId
The Id of resource group.
Declaration
public string ResourceGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SecurityGroupId
Declaration
public string SecurityGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Tags
A map of tags assigned to the ENI.
Declaration
public Dictionary<string, object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
Type
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
VpcId
ID of the VPC that the ENI belongs to.
Declaration
public string VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
VswitchId
ID of the VSwitch that the ENI is linked to.
Declaration
public string VswitchId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |