summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/VpnRouteModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/VpnRouteModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/VpnRouteModel.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/VpnRouteModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/VpnRouteModel.go
new file mode 100644
index 00000000..592f4245
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/VpnRouteModel.go
@@ -0,0 +1,13 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// VpnRoute undocumented
+type VpnRoute struct {
+ // Object is the base model of VpnRoute
+ Object
+ // DestinationPrefix Destination prefix (IPv4/v6 address).
+ DestinationPrefix *string `json:"destinationPrefix,omitempty"`
+ // PrefixSize Prefix size. (1-32). Valid values 1 to 32
+ PrefixSize *int `json:"prefixSize,omitempty"`
+}