| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected VpnServerCertificateType |
IosikEv2VpnConfiguration.serverCertificateType |
| Modifier and Type | Method and Description |
|---|---|
Optional<VpnServerCertificateType> |
IosikEv2VpnConfiguration.getServerCertificateType()
“The type of certificate the VPN server will present to the VPN client for
authentication.”
|
| Modifier and Type | Method and Description |
|---|---|
IosikEv2VpnConfiguration.Builder |
IosikEv2VpnConfiguration.Builder.serverCertificateType(VpnServerCertificateType serverCertificateType)
“The type of certificate the VPN server will present to the VPN client for
authentication.”
|
IosikEv2VpnConfiguration |
IosikEv2VpnConfiguration.withServerCertificateType(VpnServerCertificateType serverCertificateType)
Returns an immutable copy of
this with just the serverCertificateType field changed. |
| Modifier and Type | Method and Description |
|---|---|
static VpnServerCertificateType |
VpnServerCertificateType.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.
|
Copyright © 2018–2020. All rights reserved.