Uses of Class
com.azure.resourcemanager.network.models.PfsGroup
Packages that use PfsGroup
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of PfsGroup in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PfsGroupModifier and TypeMethodDescriptionVpnClientIPsecParametersInner.pfsGroup()Get the pfsGroup property: The Pfs Group used in IKE Phase 2 for new child SA.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type PfsGroupModifier and TypeMethodDescriptionVpnClientIPsecParametersInner.withPfsGroup(PfsGroup pfsGroup) Set the pfsGroup property: The Pfs Group used in IKE Phase 2 for new child SA. -
Uses of PfsGroup in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models that return PfsGroupModifier and TypeMethodDescriptionstatic PfsGroupPfsGroup.fromString(String name) Creates or finds a PfsGroup from its string representation.IpsecPolicy.pfsGroup()Get the pfsGroup property: The Pfs Group used in IKE Phase 2 for new child SA.Methods in com.azure.resourcemanager.network.models that return types with arguments of type PfsGroupModifier and TypeMethodDescriptionstatic Collection<PfsGroup> PfsGroup.values()Gets known PfsGroup values.Methods in com.azure.resourcemanager.network.models with parameters of type PfsGroupModifier and TypeMethodDescriptionIpsecPolicy.withPfsGroup(PfsGroup pfsGroup) Set the pfsGroup property: The Pfs Group used in IKE Phase 2 for new child SA.