Show / Hide Table of Contents

Class GetNetworkInterfacesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetNetworkInterfacesArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetNetworkInterfacesArgs()

Declaration
public GetNetworkInterfacesArgs()

Properties

View Source

Ids

Declaration
public List<string> Ids { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

InstanceId

ID of the instance that the ENI is attached to.

Declaration
public string InstanceId { get; set; }
Property Value
Type Description
System.String
View Source

NameRegex

Declaration
public string NameRegex { get; set; }
Property Value
Type Description
System.String
View Source

OutputFile

Declaration
public string OutputFile { get; set; }
Property Value
Type Description
System.String
View Source

PrivateIp

Primary private IP of the ENI.

Declaration
public string PrivateIp { get; set; }
Property Value
Type Description
System.String
View Source

ResourceGroupId

The Id of resource group.

Declaration
public string ResourceGroupId { get; set; }
Property Value
Type Description
System.String
View Source

SecurityGroupId

Declaration
public string SecurityGroupId { get; set; }
Property Value
Type Description
System.String
View Source

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>
View Source

Type

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String
View Source

VpcId

ID of the VPC that the ENI belongs to.

Declaration
public string VpcId { get; set; }
Property Value
Type Description
System.String
View Source

VswitchId

ID of the VSwitch that the ENI is linked to.

Declaration
public string VswitchId { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.