| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
IosikEv2VpnConfiguration
“By providing the configurations in this profile you can instruct the iOS device
to connect to desired IKEv2 VPN endpoint.”
|
class |
IosVpnConfiguration
“By providing the configurations in this profile you can instruct the iOS device
to connect to desired VPN endpoint.
|
class |
MacOSVpnConfiguration
“By providing the configurations in this profile you can instruct the Mac device
to connect to desired VPN endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
AppleVpnConfiguration |
AppleVpnConfiguration.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
AppleVpnConfiguration |
AppleVpnConfiguration.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
AppleVpnConfiguration |
AppleVpnConfiguration.withAuthenticationMethod(VpnAuthenticationMethod authenticationMethod)
Returns an immutable copy of
this with just the authenticationMethod field changed. |
AppleVpnConfiguration |
AppleVpnConfiguration.withConnectionName(String connectionName)
Returns an immutable copy of
this with just the connectionName
field changed. |
AppleVpnConfiguration |
AppleVpnConfiguration.withConnectionType(AppleVpnConnectionType connectionType)
Returns an immutable copy of
this with just the connectionType
field changed. |
AppleVpnConfiguration |
AppleVpnConfiguration.withEnablePerApp(Boolean enablePerApp)
Returns an immutable copy of
this with just the enablePerApp
field changed. |
AppleVpnConfiguration |
AppleVpnConfiguration.withEnableSplitTunneling(Boolean enableSplitTunneling)
Returns an immutable copy of
this with just the enableSplitTunneling field changed. |
AppleVpnConfiguration |
AppleVpnConfiguration.withIdentifier(String identifier)
Returns an immutable copy of
this with just the identifier field
changed. |
AppleVpnConfiguration |
AppleVpnConfiguration.withLoginGroupOrDomain(String loginGroupOrDomain)
Returns an immutable copy of
this with just the loginGroupOrDomain field changed. |
AppleVpnConfiguration |
AppleVpnConfiguration.withOptInToDeviceIdSharing(Boolean optInToDeviceIdSharing)
Returns an immutable copy of
this with just the optInToDeviceIdSharing field changed. |
AppleVpnConfiguration |
AppleVpnConfiguration.withProxyServer(VpnProxyServer proxyServer)
Returns an immutable copy of
this with just the proxyServer
field changed. |
AppleVpnConfiguration |
AppleVpnConfiguration.withRealm(String realm)
Returns an immutable copy of
this with just the realm field
changed. |
AppleVpnConfiguration |
AppleVpnConfiguration.withRole(String role)
Returns an immutable copy of
this with just the role field
changed. |
AppleVpnConfiguration |
AppleVpnConfiguration.withServer(VpnServer server)
Returns an immutable copy of
this with just the server field
changed. |
Copyright © 2018–2020. All rights reserved.