Uses of Class
com.azure.resourcemanager.network.models.PfsGroup
-
Packages that use PfsGroup Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 PfsGroup Modifier and Type Method Description PfsGroupVpnClientIPsecParametersInner. 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 PfsGroup Modifier and Type Method Description VpnClientIPsecParametersInnerVpnClientIPsecParametersInner. 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 PfsGroup Modifier and Type Field Description static PfsGroupPfsGroup. ECP256Static value ECP256 for PfsGroup.static PfsGroupPfsGroup. ECP384Static value ECP384 for PfsGroup.static PfsGroupPfsGroup. NONEStatic value None for PfsGroup.static PfsGroupPfsGroup. PFS1Static value PFS1 for PfsGroup.static PfsGroupPfsGroup. PFS14Static value PFS14 for PfsGroup.static PfsGroupPfsGroup. PFS2Static value PFS2 for PfsGroup.static PfsGroupPfsGroup. PFS2048Static value PFS2048 for PfsGroup.static PfsGroupPfsGroup. PFS24Static value PFS24 for PfsGroup.static PfsGroupPfsGroup. PFSMMStatic value PFSMM for PfsGroup.Methods in com.azure.resourcemanager.network.models that return PfsGroup Modifier and Type Method Description static PfsGroupPfsGroup. fromString(String name)Creates or finds a PfsGroup from its string representation.PfsGroupIpsecPolicy. 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 PfsGroup Modifier and Type Method Description static Collection<PfsGroup>PfsGroup. values()Methods in com.azure.resourcemanager.network.models with parameters of type PfsGroup Modifier and Type Method Description IpsecPolicyIpsecPolicy. withPfsGroup(PfsGroup pfsGroup)Set the pfsGroup property: The Pfs Group used in IKE Phase 2 for new child SA.
-