mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-13 02:20:25 +00:00
51 lines
3.2 KiB
Go
51 lines
3.2 KiB
Go
|
// 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
|
||
|
)
|