summaryrefslogtreecommitdiff
path: root/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumFirewall.go
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-11-02 15:27:18 +0800
committerMistivia <i@mistivia.com>2025-11-02 15:27:18 +0800
commite9c24f4af7ed56760f6db7941827d09f6db9020b (patch)
tree62128c43b883ce5e3148113350978755779bb5de /teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumFirewall.go
parent58d5e7cfda4781d8a57ec52aefd02983835c301a (diff)
add matterbridge
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumFirewall.go')
-rw-r--r--teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumFirewall.go99
1 files changed, 99 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumFirewall.go b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumFirewall.go
new file mode 100644
index 0000000..3d54acf
--- /dev/null
+++ b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumFirewall.go
@@ -0,0 +1,99 @@
+// Code generated by msgraph.go/gen DO NOT EDIT.
+
+package msgraph
+
+// FirewallCertificateRevocationListCheckMethodType undocumented
+type FirewallCertificateRevocationListCheckMethodType string
+
+const (
+ // FirewallCertificateRevocationListCheckMethodTypeVDeviceDefault undocumented
+ FirewallCertificateRevocationListCheckMethodTypeVDeviceDefault FirewallCertificateRevocationListCheckMethodType = "deviceDefault"
+ // FirewallCertificateRevocationListCheckMethodTypeVNone undocumented
+ FirewallCertificateRevocationListCheckMethodTypeVNone FirewallCertificateRevocationListCheckMethodType = "none"
+ // FirewallCertificateRevocationListCheckMethodTypeVAttempt undocumented
+ FirewallCertificateRevocationListCheckMethodTypeVAttempt FirewallCertificateRevocationListCheckMethodType = "attempt"
+ // FirewallCertificateRevocationListCheckMethodTypeVRequire undocumented
+ FirewallCertificateRevocationListCheckMethodTypeVRequire FirewallCertificateRevocationListCheckMethodType = "require"
+)
+
+var (
+ // FirewallCertificateRevocationListCheckMethodTypePDeviceDefault is a pointer to FirewallCertificateRevocationListCheckMethodTypeVDeviceDefault
+ FirewallCertificateRevocationListCheckMethodTypePDeviceDefault = &_FirewallCertificateRevocationListCheckMethodTypePDeviceDefault
+ // FirewallCertificateRevocationListCheckMethodTypePNone is a pointer to FirewallCertificateRevocationListCheckMethodTypeVNone
+ FirewallCertificateRevocationListCheckMethodTypePNone = &_FirewallCertificateRevocationListCheckMethodTypePNone
+ // FirewallCertificateRevocationListCheckMethodTypePAttempt is a pointer to FirewallCertificateRevocationListCheckMethodTypeVAttempt
+ FirewallCertificateRevocationListCheckMethodTypePAttempt = &_FirewallCertificateRevocationListCheckMethodTypePAttempt
+ // FirewallCertificateRevocationListCheckMethodTypePRequire is a pointer to FirewallCertificateRevocationListCheckMethodTypeVRequire
+ FirewallCertificateRevocationListCheckMethodTypePRequire = &_FirewallCertificateRevocationListCheckMethodTypePRequire
+)
+
+var (
+ _FirewallCertificateRevocationListCheckMethodTypePDeviceDefault = FirewallCertificateRevocationListCheckMethodTypeVDeviceDefault
+ _FirewallCertificateRevocationListCheckMethodTypePNone = FirewallCertificateRevocationListCheckMethodTypeVNone
+ _FirewallCertificateRevocationListCheckMethodTypePAttempt = FirewallCertificateRevocationListCheckMethodTypeVAttempt
+ _FirewallCertificateRevocationListCheckMethodTypePRequire = FirewallCertificateRevocationListCheckMethodTypeVRequire
+)
+
+// FirewallPacketQueueingMethodType undocumented
+type FirewallPacketQueueingMethodType string
+
+const (
+ // FirewallPacketQueueingMethodTypeVDeviceDefault undocumented
+ FirewallPacketQueueingMethodTypeVDeviceDefault FirewallPacketQueueingMethodType = "deviceDefault"
+ // FirewallPacketQueueingMethodTypeVDisabled undocumented
+ FirewallPacketQueueingMethodTypeVDisabled FirewallPacketQueueingMethodType = "disabled"
+ // FirewallPacketQueueingMethodTypeVQueueInbound undocumented
+ FirewallPacketQueueingMethodTypeVQueueInbound FirewallPacketQueueingMethodType = "queueInbound"
+ // FirewallPacketQueueingMethodTypeVQueueOutbound undocumented
+ FirewallPacketQueueingMethodTypeVQueueOutbound FirewallPacketQueueingMethodType = "queueOutbound"
+ // FirewallPacketQueueingMethodTypeVQueueBoth undocumented
+ FirewallPacketQueueingMethodTypeVQueueBoth FirewallPacketQueueingMethodType = "queueBoth"
+)
+
+var (
+ // FirewallPacketQueueingMethodTypePDeviceDefault is a pointer to FirewallPacketQueueingMethodTypeVDeviceDefault
+ FirewallPacketQueueingMethodTypePDeviceDefault = &_FirewallPacketQueueingMethodTypePDeviceDefault
+ // FirewallPacketQueueingMethodTypePDisabled is a pointer to FirewallPacketQueueingMethodTypeVDisabled
+ FirewallPacketQueueingMethodTypePDisabled = &_FirewallPacketQueueingMethodTypePDisabled
+ // FirewallPacketQueueingMethodTypePQueueInbound is a pointer to FirewallPacketQueueingMethodTypeVQueueInbound
+ FirewallPacketQueueingMethodTypePQueueInbound = &_FirewallPacketQueueingMethodTypePQueueInbound
+ // FirewallPacketQueueingMethodTypePQueueOutbound is a pointer to FirewallPacketQueueingMethodTypeVQueueOutbound
+ FirewallPacketQueueingMethodTypePQueueOutbound = &_FirewallPacketQueueingMethodTypePQueueOutbound
+ // FirewallPacketQueueingMethodTypePQueueBoth is a pointer to FirewallPacketQueueingMethodTypeVQueueBoth
+ FirewallPacketQueueingMethodTypePQueueBoth = &_FirewallPacketQueueingMethodTypePQueueBoth
+)
+
+var (
+ _FirewallPacketQueueingMethodTypePDeviceDefault = FirewallPacketQueueingMethodTypeVDeviceDefault
+ _FirewallPacketQueueingMethodTypePDisabled = FirewallPacketQueueingMethodTypeVDisabled
+ _FirewallPacketQueueingMethodTypePQueueInbound = FirewallPacketQueueingMethodTypeVQueueInbound
+ _FirewallPacketQueueingMethodTypePQueueOutbound = FirewallPacketQueueingMethodTypeVQueueOutbound
+ _FirewallPacketQueueingMethodTypePQueueBoth = FirewallPacketQueueingMethodTypeVQueueBoth
+)
+
+// FirewallPreSharedKeyEncodingMethodType undocumented
+type FirewallPreSharedKeyEncodingMethodType string
+
+const (
+ // FirewallPreSharedKeyEncodingMethodTypeVDeviceDefault undocumented
+ FirewallPreSharedKeyEncodingMethodTypeVDeviceDefault FirewallPreSharedKeyEncodingMethodType = "deviceDefault"
+ // FirewallPreSharedKeyEncodingMethodTypeVNone undocumented
+ FirewallPreSharedKeyEncodingMethodTypeVNone FirewallPreSharedKeyEncodingMethodType = "none"
+ // FirewallPreSharedKeyEncodingMethodTypeVUtF8 undocumented
+ FirewallPreSharedKeyEncodingMethodTypeVUtF8 FirewallPreSharedKeyEncodingMethodType = "utF8"
+)
+
+var (
+ // FirewallPreSharedKeyEncodingMethodTypePDeviceDefault is a pointer to FirewallPreSharedKeyEncodingMethodTypeVDeviceDefault
+ FirewallPreSharedKeyEncodingMethodTypePDeviceDefault = &_FirewallPreSharedKeyEncodingMethodTypePDeviceDefault
+ // FirewallPreSharedKeyEncodingMethodTypePNone is a pointer to FirewallPreSharedKeyEncodingMethodTypeVNone
+ FirewallPreSharedKeyEncodingMethodTypePNone = &_FirewallPreSharedKeyEncodingMethodTypePNone
+ // FirewallPreSharedKeyEncodingMethodTypePUtF8 is a pointer to FirewallPreSharedKeyEncodingMethodTypeVUtF8
+ FirewallPreSharedKeyEncodingMethodTypePUtF8 = &_FirewallPreSharedKeyEncodingMethodTypePUtF8
+)
+
+var (
+ _FirewallPreSharedKeyEncodingMethodTypePDeviceDefault = FirewallPreSharedKeyEncodingMethodTypeVDeviceDefault
+ _FirewallPreSharedKeyEncodingMethodTypePNone = FirewallPreSharedKeyEncodingMethodTypeVNone
+ _FirewallPreSharedKeyEncodingMethodTypePUtF8 = FirewallPreSharedKeyEncodingMethodTypeVUtF8
+)