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, 0 insertions, 13 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/VpnRouteModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/VpnRouteModel.go
deleted file mode 100644
index 592f4245..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/VpnRouteModel.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// 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"`
-}