Uses of Class
com.microsoft.azure.management.network.PfsGroup
Packages that use PfsGroup
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of PfsGroup in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as PfsGroupModifier and TypeFieldDescriptionstatic final PfsGroupPfsGroup.ECP256Static value ECP256 for PfsGroup.static final PfsGroupPfsGroup.ECP384Static value ECP384 for PfsGroup.static final PfsGroupPfsGroup.NONEStatic value None for PfsGroup.static final PfsGroupPfsGroup.PFS1Static value PFS1 for PfsGroup.static final PfsGroupPfsGroup.PFS14Static value PFS14 for PfsGroup.static final PfsGroupPfsGroup.PFS2Static value PFS2 for PfsGroup.static final PfsGroupPfsGroup.PFS2048Static value PFS2048 for PfsGroup.static final PfsGroupPfsGroup.PFS24Static value PFS24 for PfsGroup.static final PfsGroupPfsGroup.PFSMMStatic value PFSMM for PfsGroup.Methods in com.microsoft.azure.management.network that return PfsGroupModifier and TypeMethodDescriptionstatic PfsGroupPfsGroup.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.Methods in com.microsoft.azure.management.network that return types with arguments of type PfsGroupMethods in com.microsoft.azure.management.network with parameters of type PfsGroupModifier and TypeMethodDescriptionIpsecPolicy.withPfsGroup(PfsGroup pfsGroup) Set the Pfs Group used in IKE Phase 2 for new child SA.