-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathGcloudNodeType.Generated.cs
More file actions
37 lines (28 loc) · 870 Bytes
/
GcloudNodeType.Generated.cs
File metadata and controls
37 lines (28 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// <auto-generated>
// This file was generated by ModularPipelines.OptionsGenerator.
// Do not edit this file manually.
// </auto-generated>
using System.CodeDom.Compiler;
using System.ComponentModel;
namespace ModularPipelines.Google.Enums;
/// <summary>
/// Allowed values for --nodetype.
/// </summary>
[GeneratedCode("ModularPipelines.OptionsGenerator", "")]
public enum GcloudNodeType
{
[Description("redis-highcpu-medium")]
RedisHighcpuMedium,
[Description("redis-highmem-2xlarge")]
RedisHighmem_2xlarge,
[Description("redis-highmem-medium")]
RedisHighmemMedium,
[Description("redis-highmem-xlarge")]
RedisHighmemXlarge,
[Description("redis-shared-core-nano")]
RedisSharedCoreNano,
[Description("redis-standard-large")]
RedisStandardLarge,
[Description("redis-standard-small")]
RedisStandardSmall
}