| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected VpnTunnelConfigurationType |
AppleVpnAlwaysOnConfiguration.tunnelConfiguration |
| Modifier and Type | Method and Description |
|---|---|
Optional<VpnTunnelConfigurationType> |
AppleVpnAlwaysOnConfiguration.getTunnelConfiguration()
“Determines what connections the specific tunnel configuration applies to”
|
| Modifier and Type | Method and Description |
|---|---|
AppleVpnAlwaysOnConfiguration.Builder |
AppleVpnAlwaysOnConfiguration.Builder.tunnelConfiguration(VpnTunnelConfigurationType tunnelConfiguration)
“Determines what connections the specific tunnel configuration applies to”
|
AppleVpnAlwaysOnConfiguration |
AppleVpnAlwaysOnConfiguration.withTunnelConfiguration(VpnTunnelConfigurationType tunnelConfiguration)
Returns an immutable copy of
this with just the tunnelConfiguration field changed. |
| Modifier and Type | Method and Description |
|---|---|
static VpnTunnelConfigurationType |
VpnTunnelConfigurationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VpnTunnelConfigurationType[] |
VpnTunnelConfigurationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.