Uses of Class
odata.msgraph.client.beta.enums.VpnTunnelConfigurationType
-
Packages that use VpnTunnelConfigurationType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of VpnTunnelConfigurationType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as VpnTunnelConfigurationType Modifier and Type Field Description protected VpnTunnelConfigurationTypeAppleVpnAlwaysOnConfiguration. tunnelConfigurationMethods in odata.msgraph.client.beta.complex that return types with arguments of type VpnTunnelConfigurationType Modifier and Type Method Description Optional<VpnTunnelConfigurationType>AppleVpnAlwaysOnConfiguration. getTunnelConfiguration()“Determines what connections the specific tunnel configuration applies to”Methods in odata.msgraph.client.beta.complex with parameters of type VpnTunnelConfigurationType Modifier and Type Method Description AppleVpnAlwaysOnConfiguration.BuilderAppleVpnAlwaysOnConfiguration.Builder. tunnelConfiguration(VpnTunnelConfigurationType tunnelConfiguration)“Determines what connections the specific tunnel configuration applies to”AppleVpnAlwaysOnConfigurationAppleVpnAlwaysOnConfiguration. withTunnelConfiguration(VpnTunnelConfigurationType tunnelConfiguration)Returns an immutable copy ofthiswith just thetunnelConfigurationfield changed. -
Uses of VpnTunnelConfigurationType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return VpnTunnelConfigurationType Modifier and Type Method Description static VpnTunnelConfigurationTypeVpnTunnelConfigurationType. 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.
-