AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes an Amazon FPGA image (AFI).

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.FpgaImage

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class FpgaImage

The FpgaImage type exposes the following members

Constructors

NameDescription
Public Method FpgaImage()

Properties

NameTypeDescription
Public Property CreateTime System.DateTime

Gets and sets the property CreateTime.

The date and time the AFI was created.

Public Property DataRetentionSupport System.Boolean

Gets and sets the property DataRetentionSupport.

Indicates whether data retention support is enabled for the AFI.

Public Property Description System.String

Gets and sets the property Description.

The description of the AFI.

Public Property FpgaImageGlobalId System.String

Gets and sets the property FpgaImageGlobalId.

The global FPGA image identifier (AGFI ID).

Public Property FpgaImageId System.String

Gets and sets the property FpgaImageId.

The FPGA image identifier (AFI ID).

Public Property InstanceTypes System.Collections.Generic.List<System.String>

Gets and sets the property InstanceTypes.

The instance types supported by the AFI.

Public Property Name System.String

Gets and sets the property Name.

The name of the AFI.

Public Property OwnerAlias System.String

Gets and sets the property OwnerAlias.

The alias of the AFI owner. Possible values include self, amazon, and aws-marketplace.

Public Property OwnerId System.String

Gets and sets the property OwnerId.

The ID of the Amazon Web Services account that owns the AFI.

Public Property PciId Amazon.EC2.Model.PciId

Gets and sets the property PciId.

Information about the PCI bus.

Public Property ProductCodes System.Collections.Generic.List<Amazon.EC2.Model.ProductCode>

Gets and sets the property ProductCodes.

The product codes for the AFI.

Public Property Public System.Boolean

Gets and sets the property Public.

Indicates whether the AFI is public.

Public Property ShellVersion System.String

Gets and sets the property ShellVersion.

The version of the Amazon Web Services Shell that was used to create the bitstream.

Public Property State Amazon.EC2.Model.FpgaImageState

Gets and sets the property State.

Information about the state of the AFI.

Public Property Tags System.Collections.Generic.List<Amazon.EC2.Model.Tag>

Gets and sets the property Tags.

Any tags assigned to the AFI.

Public Property UpdateTime System.DateTime

Gets and sets the property UpdateTime.

The time of the most recent update to the AFI.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5