| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected VpnServiceExceptionAction |
AppleVpnAlwaysOnConfiguration.airPrintExceptionAction |
protected VpnServiceExceptionAction |
AppleVpnAlwaysOnConfiguration.cellularExceptionAction |
protected VpnServiceExceptionAction |
AppleVpnAlwaysOnConfiguration.voicemailExceptionAction |
| Modifier and Type | Method and Description |
|---|---|
Optional<VpnServiceExceptionAction> |
AppleVpnAlwaysOnConfiguration.getAirPrintExceptionAction()
“Determine whether AirPrint service will be exempt from the always-on VPN
connection”
|
Optional<VpnServiceExceptionAction> |
AppleVpnAlwaysOnConfiguration.getCellularExceptionAction()
“Determine whether Cellular service will be exempt from the always-on VPN
connection”
|
Optional<VpnServiceExceptionAction> |
AppleVpnAlwaysOnConfiguration.getVoicemailExceptionAction()
“Determine whether voicemail service will be exempt from the always-on VPN
connection”
|
| Modifier and Type | Method and Description |
|---|---|
AppleVpnAlwaysOnConfiguration.Builder |
AppleVpnAlwaysOnConfiguration.Builder.airPrintExceptionAction(VpnServiceExceptionAction airPrintExceptionAction)
“Determine whether AirPrint service will be exempt from the always-on VPN
connection”
|
AppleVpnAlwaysOnConfiguration.Builder |
AppleVpnAlwaysOnConfiguration.Builder.cellularExceptionAction(VpnServiceExceptionAction cellularExceptionAction)
“Determine whether Cellular service will be exempt from the always-on VPN
connection”
|
AppleVpnAlwaysOnConfiguration.Builder |
AppleVpnAlwaysOnConfiguration.Builder.voicemailExceptionAction(VpnServiceExceptionAction voicemailExceptionAction)
“Determine whether voicemail service will be exempt from the always-on VPN
connection”
|
AppleVpnAlwaysOnConfiguration |
AppleVpnAlwaysOnConfiguration.withAirPrintExceptionAction(VpnServiceExceptionAction airPrintExceptionAction)
Returns an immutable copy of
this with just the airPrintExceptionAction field changed. |
AppleVpnAlwaysOnConfiguration |
AppleVpnAlwaysOnConfiguration.withCellularExceptionAction(VpnServiceExceptionAction cellularExceptionAction)
Returns an immutable copy of
this with just the cellularExceptionAction field changed. |
AppleVpnAlwaysOnConfiguration |
AppleVpnAlwaysOnConfiguration.withVoicemailExceptionAction(VpnServiceExceptionAction voicemailExceptionAction)
Returns an immutable copy of
this with just the voicemailExceptionAction field changed. |
| Modifier and Type | Method and Description |
|---|---|
static VpnServiceExceptionAction |
VpnServiceExceptionAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VpnServiceExceptionAction[] |
VpnServiceExceptionAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.