blob: 592f4245172055956824b5babc64d3fc91cb8e6d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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"`
}
|