summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumQuarantine.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/EnumQuarantine.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/EnumQuarantine.go50
1 files changed, 50 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/EnumQuarantine.go b/vendor/github.com/yaegashi/msgraph.go/beta/EnumQuarantine.go
new file mode 100644
index 00000000..c87c32a1
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/EnumQuarantine.go
@@ -0,0 +1,50 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// QuarantineReason undocumented
+type QuarantineReason string
+
+const (
+ // QuarantineReasonVEncounteredBaseEscrowThreshold undocumented
+ QuarantineReasonVEncounteredBaseEscrowThreshold QuarantineReason = "EncounteredBaseEscrowThreshold"
+ // QuarantineReasonVEncounteredTotalEscrowThreshold undocumented
+ QuarantineReasonVEncounteredTotalEscrowThreshold QuarantineReason = "EncounteredTotalEscrowThreshold"
+ // QuarantineReasonVEncounteredEscrowProportionThreshold undocumented
+ QuarantineReasonVEncounteredEscrowProportionThreshold QuarantineReason = "EncounteredEscrowProportionThreshold"
+ // QuarantineReasonVEncounteredQuarantineException undocumented
+ QuarantineReasonVEncounteredQuarantineException QuarantineReason = "EncounteredQuarantineException"
+ // QuarantineReasonVUnknown undocumented
+ QuarantineReasonVUnknown QuarantineReason = "Unknown"
+ // QuarantineReasonVQuarantinedOnDemand undocumented
+ QuarantineReasonVQuarantinedOnDemand QuarantineReason = "QuarantinedOnDemand"
+ // QuarantineReasonVTooManyDeletes undocumented
+ QuarantineReasonVTooManyDeletes QuarantineReason = "TooManyDeletes"
+)
+
+var (
+ // QuarantineReasonPEncounteredBaseEscrowThreshold is a pointer to QuarantineReasonVEncounteredBaseEscrowThreshold
+ QuarantineReasonPEncounteredBaseEscrowThreshold = &_QuarantineReasonPEncounteredBaseEscrowThreshold
+ // QuarantineReasonPEncounteredTotalEscrowThreshold is a pointer to QuarantineReasonVEncounteredTotalEscrowThreshold
+ QuarantineReasonPEncounteredTotalEscrowThreshold = &_QuarantineReasonPEncounteredTotalEscrowThreshold
+ // QuarantineReasonPEncounteredEscrowProportionThreshold is a pointer to QuarantineReasonVEncounteredEscrowProportionThreshold
+ QuarantineReasonPEncounteredEscrowProportionThreshold = &_QuarantineReasonPEncounteredEscrowProportionThreshold
+ // QuarantineReasonPEncounteredQuarantineException is a pointer to QuarantineReasonVEncounteredQuarantineException
+ QuarantineReasonPEncounteredQuarantineException = &_QuarantineReasonPEncounteredQuarantineException
+ // QuarantineReasonPUnknown is a pointer to QuarantineReasonVUnknown
+ QuarantineReasonPUnknown = &_QuarantineReasonPUnknown
+ // QuarantineReasonPQuarantinedOnDemand is a pointer to QuarantineReasonVQuarantinedOnDemand
+ QuarantineReasonPQuarantinedOnDemand = &_QuarantineReasonPQuarantinedOnDemand
+ // QuarantineReasonPTooManyDeletes is a pointer to QuarantineReasonVTooManyDeletes
+ QuarantineReasonPTooManyDeletes = &_QuarantineReasonPTooManyDeletes
+)
+
+var (
+ _QuarantineReasonPEncounteredBaseEscrowThreshold = QuarantineReasonVEncounteredBaseEscrowThreshold
+ _QuarantineReasonPEncounteredTotalEscrowThreshold = QuarantineReasonVEncounteredTotalEscrowThreshold
+ _QuarantineReasonPEncounteredEscrowProportionThreshold = QuarantineReasonVEncounteredEscrowProportionThreshold
+ _QuarantineReasonPEncounteredQuarantineException = QuarantineReasonVEncounteredQuarantineException
+ _QuarantineReasonPUnknown = QuarantineReasonVUnknown
+ _QuarantineReasonPQuarantinedOnDemand = QuarantineReasonVQuarantinedOnDemand
+ _QuarantineReasonPTooManyDeletes = QuarantineReasonVTooManyDeletes
+)