Uses of Class
odata.msgraph.client.beta.enums.VpnLocalIdentifier
-
Packages that use VpnLocalIdentifier Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of VpnLocalIdentifier in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as VpnLocalIdentifier Modifier and Type Field Description protected VpnLocalIdentifierIosikEv2VpnConfiguration. localIdentifierMethods in odata.msgraph.client.beta.entity that return types with arguments of type VpnLocalIdentifier Modifier and Type Method Description Optional<VpnLocalIdentifier>IosikEv2VpnConfiguration. getLocalIdentifier()“Method of identifying the client that is trying to connect via VPN.”Methods in odata.msgraph.client.beta.entity with parameters of type VpnLocalIdentifier Modifier and Type Method Description IosikEv2VpnConfiguration.BuilderIosikEv2VpnConfiguration.Builder. localIdentifier(VpnLocalIdentifier localIdentifier)“Method of identifying the client that is trying to connect via VPN.”IosikEv2VpnConfigurationIosikEv2VpnConfiguration. withLocalIdentifier(VpnLocalIdentifier localIdentifier)Returns an immutable copy ofthiswith just thelocalIdentifierfield changed. -
Uses of VpnLocalIdentifier in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return VpnLocalIdentifier Modifier and Type Method Description static VpnLocalIdentifierVpnLocalIdentifier. valueOf(String name)Returns the enum constant of this type with the specified name.static VpnLocalIdentifier[]VpnLocalIdentifier. values()Returns an array containing the constants of this enum type, in the order they are declared.
-