diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/VpnOnDemandRuleConnectionDomainActionEnum.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/VpnOnDemandRuleConnectionDomainActionEnum.go | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/VpnOnDemandRuleConnectionDomainActionEnum.go b/vendor/github.com/yaegashi/msgraph.go/beta/VpnOnDemandRuleConnectionDomainActionEnum.go deleted file mode 100644 index 3edeba99..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/VpnOnDemandRuleConnectionDomainActionEnum.go +++ /dev/null @@ -1,25 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// VpnOnDemandRuleConnectionDomainAction undocumented -type VpnOnDemandRuleConnectionDomainAction int - -const ( - // VpnOnDemandRuleConnectionDomainActionVConnectIfNeeded undocumented - VpnOnDemandRuleConnectionDomainActionVConnectIfNeeded VpnOnDemandRuleConnectionDomainAction = 0 - // VpnOnDemandRuleConnectionDomainActionVNeverConnect undocumented - VpnOnDemandRuleConnectionDomainActionVNeverConnect VpnOnDemandRuleConnectionDomainAction = 1 -) - -// VpnOnDemandRuleConnectionDomainActionPConnectIfNeeded returns a pointer to VpnOnDemandRuleConnectionDomainActionVConnectIfNeeded -func VpnOnDemandRuleConnectionDomainActionPConnectIfNeeded() *VpnOnDemandRuleConnectionDomainAction { - v := VpnOnDemandRuleConnectionDomainActionVConnectIfNeeded - return &v -} - -// VpnOnDemandRuleConnectionDomainActionPNeverConnect returns a pointer to VpnOnDemandRuleConnectionDomainActionVNeverConnect -func VpnOnDemandRuleConnectionDomainActionPNeverConnect() *VpnOnDemandRuleConnectionDomainAction { - v := VpnOnDemandRuleConnectionDomainActionVNeverConnect - return &v -} |