Uses of Class
com.microsoft.azure.management.network.PfsGroup
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of PfsGroup in com.microsoft.azure.management.network
Modifier and TypeFieldDescriptionstatic final PfsGroup
PfsGroup.ECP256
Static value ECP256 for PfsGroup.static final PfsGroup
PfsGroup.ECP384
Static value ECP384 for PfsGroup.static final PfsGroup
PfsGroup.NONE
Static value None for PfsGroup.static final PfsGroup
PfsGroup.PFS1
Static value PFS1 for PfsGroup.static final PfsGroup
PfsGroup.PFS14
Static value PFS14 for PfsGroup.static final PfsGroup
PfsGroup.PFS2
Static value PFS2 for PfsGroup.static final PfsGroup
PfsGroup.PFS2048
Static value PFS2048 for PfsGroup.static final PfsGroup
PfsGroup.PFS24
Static value PFS24 for PfsGroup.static final PfsGroup
PfsGroup.PFSMM
Static value PFSMM for PfsGroup.Modifier and TypeMethodDescriptionstatic PfsGroup
PfsGroup.fromString
(String name) Creates or finds a PfsGroup from its string representation.IpsecPolicy.pfsGroup()
Get the Pfs Group used in IKE Phase 2 for new child SA.Modifier and TypeMethodDescriptionIpsecPolicy.withPfsGroup
(PfsGroup pfsGroup) Set the Pfs Group used in IKE Phase 2 for new child SA.