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.

The architecture type, virtualization type, and other attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.

If you specify InstanceRequirementsWithMetadataRequest, you can't specify InstanceTypes.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.InstanceRequirementsWithMetadataRequest

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

Syntax

C#
public class InstanceRequirementsWithMetadataRequest

The InstanceRequirementsWithMetadataRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ArchitectureTypes System.Collections.Generic.List<System.String>

Gets and sets the property ArchitectureTypes.

The architecture type.

Public Property InstanceRequirements Amazon.EC2.Model.InstanceRequirementsRequest

Gets and sets the property InstanceRequirements.

The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.

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

Gets and sets the property VirtualizationTypes.

The virtualization type.

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