# StandardEpsv6 Fields

- Package: [Aspire.Hosting.Azure.Kubernetes](/reference/api/csharp/aspire.hosting.azure.kubernetes.md)
- Type: [StandardEpsv6](/reference/api/csharp/aspire.hosting.azure.kubernetes/standardepsv6.md)
- Kind: `Fields`
- Members: `8`

VM sizes in the StandardEpsv6Family.

## StandardE16psV6

- Name: `StandardE16psV6`
- Modifiers: `static` `const`
- Returns: `string`

Standard_E16ps_v6 -- 16 vCPUs -- 128 GB RAM -- Premium SSD

```csharp
public const static string StandardE16psV6
```

## StandardE2psV6

- Name: `StandardE2psV6`
- Modifiers: `static` `const`
- Returns: `string`

Standard_E2ps_v6 -- 2 vCPUs -- 16 GB RAM -- Premium SSD

```csharp
public const static string StandardE2psV6
```

## StandardE32psV6

- Name: `StandardE32psV6`
- Modifiers: `static` `const`
- Returns: `string`

Standard_E32ps_v6 -- 32 vCPUs -- 256 GB RAM -- Premium SSD

```csharp
public const static string StandardE32psV6
```

## StandardE48psV6

- Name: `StandardE48psV6`
- Modifiers: `static` `const`
- Returns: `string`

Standard_E48ps_v6 -- 48 vCPUs -- 384 GB RAM -- Premium SSD

```csharp
public const static string StandardE48psV6
```

## StandardE4psV6

- Name: `StandardE4psV6`
- Modifiers: `static` `const`
- Returns: `string`

Standard_E4ps_v6 -- 4 vCPUs -- 32 GB RAM -- Premium SSD

```csharp
public const static string StandardE4psV6
```

## StandardE64psV6

- Name: `StandardE64psV6`
- Modifiers: `static` `const`
- Returns: `string`

Standard_E64ps_v6 -- 64 vCPUs -- 512 GB RAM -- Premium SSD

```csharp
public const static string StandardE64psV6
```

## StandardE8psV6

- Name: `StandardE8psV6`
- Modifiers: `static` `const`
- Returns: `string`

Standard_E8ps_v6 -- 8 vCPUs -- 64 GB RAM -- Premium SSD

```csharp
public const static string StandardE8psV6
```

## StandardE96psV6

- Name: `StandardE96psV6`
- Modifiers: `static` `const`
- Returns: `string`

Standard_E96ps_v6 -- 96 vCPUs -- 672 GB RAM -- Premium SSD

```csharp
public const static string StandardE96psV6
```
