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).
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class FpgaImage
The FpgaImage type exposes the following members
Name | Description | |
---|---|---|
![]() |
FpgaImage() |
Name | Type | Description | |
---|---|---|---|
![]() |
CreateTime | System.Nullable<System.DateTime> |
Gets and sets the property CreateTime. The date and time the AFI was created. |
![]() |
DataRetentionSupport | System.Nullable<System.Boolean> |
Gets and sets the property DataRetentionSupport. Indicates whether data retention support is enabled for the AFI. |
![]() |
Description | System.String |
Gets and sets the property Description. The description of the AFI. |
![]() |
FpgaImageGlobalId | System.String |
Gets and sets the property FpgaImageGlobalId. The global FPGA image identifier (AGFI ID). |
![]() |
FpgaImageId | System.String |
Gets and sets the property FpgaImageId. The FPGA image identifier (AFI ID). |
![]() |
InstanceTypes | System.Collections.Generic.List<System.String> |
Gets and sets the property InstanceTypes. The instance types supported by the AFI. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
Name | System.String |
Gets and sets the property Name. The name of the AFI. |
![]() |
OwnerAlias | System.String |
Gets and sets the property OwnerAlias.
The alias of the AFI owner. Possible values include |
![]() |
OwnerId | System.String |
Gets and sets the property OwnerId. The ID of the Amazon Web Services account that owns the AFI. |
![]() |
PciId | Amazon.EC2.Model.PciId |
Gets and sets the property PciId. Information about the PCI bus. |
![]() |
ProductCodes | System.Collections.Generic.List<Amazon.EC2.Model.ProductCode> |
Gets and sets the property ProductCodes. The product codes for the AFI. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
Public | System.Nullable<System.Boolean> |
Gets and sets the property Public. Indicates whether the AFI is public. |
![]() |
ShellVersion | System.String |
Gets and sets the property ShellVersion. The version of the Amazon Web Services Shell that was used to create the bitstream. |
![]() |
State | Amazon.EC2.Model.FpgaImageState |
Gets and sets the property State. Information about the state of the AFI. |
![]() |
Tags | System.Collections.Generic.List<Amazon.EC2.Model.Tag> |
Gets and sets the property Tags. Any tags assigned to the AFI. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
UpdateTime | System.Nullable<System.DateTime> |
Gets and sets the property UpdateTime. The time of the most recent update to the AFI. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer