Show / Hide Table of Contents

Class ElastigroupNetworkInterface

Inheritance
System.Object
ElastigroupNetworkInterface
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.SpotInst.Aws.Outputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ElastigroupNetworkInterface

Fields

View Source

AssociateIpv6Address

Declaration
public readonly bool? AssociateIpv6Address
Field Value
Type Description
System.Nullable<System.Boolean>
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.Nullable<System.Boolean>
View Source

Description

The group description.

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

DeviceIndex

Declaration
public readonly string DeviceIndex
Field Value
Type Description
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

SecondaryPrivateIpAddressCount

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