| 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.”
|
| Modifier and Type | Method and Description |
|---|---|
IosVpnConfiguration |
IosVpnConfiguration.Builder.build() |
IosVpnConfiguration |
IosVpnConfiguration.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
IosVpnConfiguration |
IosVpnConfiguration.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
IosVpnConfiguration |
IosVpnConfiguration.withCloudName(String cloudName)
Returns an immutable copy of
this with just the cloudName field
changed. |
IosVpnConfiguration |
IosVpnConfiguration.withProviderType(VpnProviderType providerType)
Returns an immutable copy of
this with just the providerType
field changed. |
IosVpnConfiguration |
IosVpnConfiguration.withStrictEnforcement(Boolean strictEnforcement)
Returns an immutable copy of
this with just the strictEnforcement
field changed. |
IosVpnConfiguration |
IosVpnConfiguration.withUserDomain(String userDomain)
Returns an immutable copy of
this with just the userDomain field
changed. |
Copyright © 2018–2020. All rights reserved.