forked from Azure/azure-sdk-for-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
enums.go
228 lines (188 loc) · 7.42 KB
/
enums.go
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
package dtl
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
// CostPropertyType enumerates the values for cost property type.
type CostPropertyType string
const (
// Projected ...
Projected CostPropertyType = "Projected"
// Reported ...
Reported CostPropertyType = "Reported"
// Unavailable ...
Unavailable CostPropertyType = "Unavailable"
)
// PossibleCostPropertyTypeValues returns an array of possible values for the CostPropertyType const type.
func PossibleCostPropertyTypeValues() []CostPropertyType {
return []CostPropertyType{Projected, Reported, Unavailable}
}
// CustomImageOsType enumerates the values for custom image os type.
type CustomImageOsType string
const (
// Linux ...
Linux CustomImageOsType = "Linux"
// None ...
None CustomImageOsType = "None"
// Windows ...
Windows CustomImageOsType = "Windows"
)
// PossibleCustomImageOsTypeValues returns an array of possible values for the CustomImageOsType const type.
func PossibleCustomImageOsTypeValues() []CustomImageOsType {
return []CustomImageOsType{Linux, None, Windows}
}
// EnableStatus enumerates the values for enable status.
type EnableStatus string
const (
// Disabled ...
Disabled EnableStatus = "Disabled"
// Enabled ...
Enabled EnableStatus = "Enabled"
)
// PossibleEnableStatusValues returns an array of possible values for the EnableStatus const type.
func PossibleEnableStatusValues() []EnableStatus {
return []EnableStatus{Disabled, Enabled}
}
// LabStorageType enumerates the values for lab storage type.
type LabStorageType string
const (
// Premium ...
Premium LabStorageType = "Premium"
// Standard ...
Standard LabStorageType = "Standard"
)
// PossibleLabStorageTypeValues returns an array of possible values for the LabStorageType const type.
func PossibleLabStorageTypeValues() []LabStorageType {
return []LabStorageType{Premium, Standard}
}
// LinuxOsState enumerates the values for linux os state.
type LinuxOsState string
const (
// DeprovisionApplied ...
DeprovisionApplied LinuxOsState = "DeprovisionApplied"
// DeprovisionRequested ...
DeprovisionRequested LinuxOsState = "DeprovisionRequested"
// NonDeprovisioned ...
NonDeprovisioned LinuxOsState = "NonDeprovisioned"
)
// PossibleLinuxOsStateValues returns an array of possible values for the LinuxOsState const type.
func PossibleLinuxOsStateValues() []LinuxOsState {
return []LinuxOsState{DeprovisionApplied, DeprovisionRequested, NonDeprovisioned}
}
// PolicyEvaluatorType enumerates the values for policy evaluator type.
type PolicyEvaluatorType string
const (
// AllowedValuesPolicy ...
AllowedValuesPolicy PolicyEvaluatorType = "AllowedValuesPolicy"
// MaxValuePolicy ...
MaxValuePolicy PolicyEvaluatorType = "MaxValuePolicy"
)
// PossiblePolicyEvaluatorTypeValues returns an array of possible values for the PolicyEvaluatorType const type.
func PossiblePolicyEvaluatorTypeValues() []PolicyEvaluatorType {
return []PolicyEvaluatorType{AllowedValuesPolicy, MaxValuePolicy}
}
// PolicyFactName enumerates the values for policy fact name.
type PolicyFactName string
const (
// PolicyFactNameGalleryImage ...
PolicyFactNameGalleryImage PolicyFactName = "GalleryImage"
// PolicyFactNameLabVMCount ...
PolicyFactNameLabVMCount PolicyFactName = "LabVmCount"
// PolicyFactNameLabVMSize ...
PolicyFactNameLabVMSize PolicyFactName = "LabVmSize"
// PolicyFactNameUserOwnedLabVMCount ...
PolicyFactNameUserOwnedLabVMCount PolicyFactName = "UserOwnedLabVmCount"
// PolicyFactNameUserOwnedLabVMCountInSubnet ...
PolicyFactNameUserOwnedLabVMCountInSubnet PolicyFactName = "UserOwnedLabVmCountInSubnet"
)
// PossiblePolicyFactNameValues returns an array of possible values for the PolicyFactName const type.
func PossiblePolicyFactNameValues() []PolicyFactName {
return []PolicyFactName{PolicyFactNameGalleryImage, PolicyFactNameLabVMCount, PolicyFactNameLabVMSize, PolicyFactNameUserOwnedLabVMCount, PolicyFactNameUserOwnedLabVMCountInSubnet}
}
// PolicyStatus enumerates the values for policy status.
type PolicyStatus string
const (
// PolicyStatusDisabled ...
PolicyStatusDisabled PolicyStatus = "Disabled"
// PolicyStatusEnabled ...
PolicyStatusEnabled PolicyStatus = "Enabled"
)
// PossiblePolicyStatusValues returns an array of possible values for the PolicyStatus const type.
func PossiblePolicyStatusValues() []PolicyStatus {
return []PolicyStatus{PolicyStatusDisabled, PolicyStatusEnabled}
}
// SourceControlType enumerates the values for source control type.
type SourceControlType string
const (
// GitHub ...
GitHub SourceControlType = "GitHub"
// VsoGit ...
VsoGit SourceControlType = "VsoGit"
)
// PossibleSourceControlTypeValues returns an array of possible values for the SourceControlType const type.
func PossibleSourceControlTypeValues() []SourceControlType {
return []SourceControlType{GitHub, VsoGit}
}
// SubscriptionNotificationState enumerates the values for subscription notification state.
type SubscriptionNotificationState string
const (
// Deleted ...
Deleted SubscriptionNotificationState = "Deleted"
// NotDefined ...
NotDefined SubscriptionNotificationState = "NotDefined"
// Registered ...
Registered SubscriptionNotificationState = "Registered"
// Suspended ...
Suspended SubscriptionNotificationState = "Suspended"
// Unregistered ...
Unregistered SubscriptionNotificationState = "Unregistered"
// Warned ...
Warned SubscriptionNotificationState = "Warned"
)
// PossibleSubscriptionNotificationStateValues returns an array of possible values for the SubscriptionNotificationState const type.
func PossibleSubscriptionNotificationStateValues() []SubscriptionNotificationState {
return []SubscriptionNotificationState{Deleted, NotDefined, Registered, Suspended, Unregistered, Warned}
}
// TaskType enumerates the values for task type.
type TaskType string
const (
// LabBillingTask ...
LabBillingTask TaskType = "LabBillingTask"
// LabVmsShutdownTask ...
LabVmsShutdownTask TaskType = "LabVmsShutdownTask"
// LabVmsStartupTask ...
LabVmsStartupTask TaskType = "LabVmsStartupTask"
)
// PossibleTaskTypeValues returns an array of possible values for the TaskType const type.
func PossibleTaskTypeValues() []TaskType {
return []TaskType{LabBillingTask, LabVmsShutdownTask, LabVmsStartupTask}
}
// UsagePermissionType enumerates the values for usage permission type.
type UsagePermissionType string
const (
// Allow ...
Allow UsagePermissionType = "Allow"
// Default ...
Default UsagePermissionType = "Default"
// Deny ...
Deny UsagePermissionType = "Deny"
)
// PossibleUsagePermissionTypeValues returns an array of possible values for the UsagePermissionType const type.
func PossibleUsagePermissionTypeValues() []UsagePermissionType {
return []UsagePermissionType{Allow, Default, Deny}
}
// WindowsOsState enumerates the values for windows os state.
type WindowsOsState string
const (
// NonSysprepped ...
NonSysprepped WindowsOsState = "NonSysprepped"
// SysprepApplied ...
SysprepApplied WindowsOsState = "SysprepApplied"
// SysprepRequested ...
SysprepRequested WindowsOsState = "SysprepRequested"
)
// PossibleWindowsOsStateValues returns an array of possible values for the WindowsOsState const type.
func PossibleWindowsOsStateValues() []WindowsOsState {
return []WindowsOsState{NonSysprepped, SysprepApplied, SysprepRequested}
}