Class GetLaunchTemplateNetworkInterfaceResult
Inheritance
System.Object
GetLaunchTemplateNetworkInterfaceResult
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()
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetLaunchTemplateNetworkInterfaceResult
Fields
View Source
AssociatePublicIpAddress
Declaration
public readonly bool? AssociatePublicIpAddress
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
DeleteOnTermination
Declaration
public readonly bool DeleteOnTermination
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
Description
Description of the launch template.
Declaration
public readonly string Description
Field Value
| Type |
Description |
| System.String |
|
View Source
DeviceIndex
Declaration
public readonly int DeviceIndex
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
Ipv4AddressCount
Declaration
public readonly int Ipv4AddressCount
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
Ipv4Addresses
Declaration
public readonly ImmutableArray<string> Ipv4Addresses
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
Ipv6AddressCount
Declaration
public readonly int Ipv6AddressCount
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
Ipv6Addresses
Declaration
public readonly ImmutableArray<string> Ipv6Addresses
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
NetworkInterfaceId
Declaration
public readonly string NetworkInterfaceId
Field Value
| Type |
Description |
| System.String |
|
View Source
PrivateIpAddress
Declaration
public readonly string PrivateIpAddress
Field Value
| Type |
Description |
| System.String |
|
View Source
SecurityGroups
Declaration
public readonly ImmutableArray<string> SecurityGroups
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
SubnetId
Declaration
public readonly string SubnetId
Field Value
| Type |
Description |
| System.String |
|