Uses of Class
odata.msgraph.client.beta.enums.VpnServerCertificateType
-
Packages that use VpnServerCertificateType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of VpnServerCertificateType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as VpnServerCertificateType Modifier and Type Field Description protected VpnServerCertificateTypeIosikEv2VpnConfiguration. serverCertificateTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type VpnServerCertificateType Modifier and Type Method Description Optional<VpnServerCertificateType>IosikEv2VpnConfiguration. getServerCertificateType()“The type of certificate the VPN server will present to the VPN client for authentication.”Methods in odata.msgraph.client.beta.entity with parameters of type VpnServerCertificateType Modifier and Type Method Description IosikEv2VpnConfiguration.BuilderIosikEv2VpnConfiguration.Builder. serverCertificateType(VpnServerCertificateType serverCertificateType)“The type of certificate the VPN server will present to the VPN client for authentication.”IosikEv2VpnConfigurationIosikEv2VpnConfiguration. withServerCertificateType(VpnServerCertificateType serverCertificateType)Returns an immutable copy ofthiswith just theserverCertificateTypefield changed. -
Uses of VpnServerCertificateType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return VpnServerCertificateType Modifier and Type Method Description static VpnServerCertificateTypeVpnServerCertificateType. valueOf(String name)Returns the enum constant of this type with the specified name.static VpnServerCertificateType[]VpnServerCertificateType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-