# StandardGS Fields

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

VM sizes in the standardGSFamily.

## StandardGS1

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

Standard_GS1 -- 2 vCPUs -- 28 GB RAM -- Premium SSD

```csharp
public const static string StandardGS1
```

## StandardGS2

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

Standard_GS2 -- 4 vCPUs -- 56 GB RAM -- Premium SSD

```csharp
public const static string StandardGS2
```

## StandardGS3

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

Standard_GS3 -- 8 vCPUs -- 112 GB RAM -- Premium SSD

```csharp
public const static string StandardGS3
```

## StandardGS4

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

Standard_GS4 -- 16 vCPUs -- 224 GB RAM -- Premium SSD

```csharp
public const static string StandardGS4
```

## StandardGS44

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

Standard_GS4-4 -- 16 vCPUs -- 224 GB RAM -- Premium SSD

```csharp
public const static string StandardGS44
```

## StandardGS48

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

Standard_GS4-8 -- 16 vCPUs -- 224 GB RAM -- Premium SSD

```csharp
public const static string StandardGS48
```

## StandardGS5

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

Standard_GS5 -- 32 vCPUs -- 448 GB RAM -- Premium SSD

```csharp
public const static string StandardGS5
```

## StandardGS516

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

Standard_GS5-16 -- 32 vCPUs -- 448 GB RAM -- Premium SSD

```csharp
public const static string StandardGS516
```

## StandardGS58

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

Standard_GS5-8 -- 32 vCPUs -- 448 GB RAM -- Premium SSD

```csharp
public const static string StandardGS58
```
