summaryrefslogblamecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/VpnOnDemandRuleConnectionDomainActionEnum.go
blob: 3edeba9960c82187bbe4c2c532093e30a27218f6 (plain) (tree)























                                                                                                                                   
// 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
}