Uses of Class
com.azure.resourcemanager.network.models.DhGroup
-
Packages that use DhGroup 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 DhGroup in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return DhGroup Modifier and Type Method Description DhGroupVpnClientIPsecParametersInner. dhGroup()Get the dhGroup property: The DH Group used in IKE Phase 1 for initial SA.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type DhGroup Modifier and Type Method Description VpnClientIPsecParametersInnerVpnClientIPsecParametersInner. withDhGroup(DhGroup dhGroup)Set the dhGroup property: The DH Group used in IKE Phase 1 for initial SA. -
Uses of DhGroup in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as DhGroup Modifier and Type Field Description static DhGroupDhGroup. DHGROUP1Static value DHGroup1 for DhGroup.static DhGroupDhGroup. DHGROUP14Static value DHGroup14 for DhGroup.static DhGroupDhGroup. DHGROUP2Static value DHGroup2 for DhGroup.static DhGroupDhGroup. DHGROUP2048Static value DHGroup2048 for DhGroup.static DhGroupDhGroup. DHGROUP24Static value DHGroup24 for DhGroup.static DhGroupDhGroup. ECP256Static value ECP256 for DhGroup.static DhGroupDhGroup. ECP384Static value ECP384 for DhGroup.static DhGroupDhGroup. NONEStatic value None for DhGroup.Methods in com.azure.resourcemanager.network.models that return DhGroup Modifier and Type Method Description DhGroupIpsecPolicy. dhGroup()Get the dhGroup property: The DH Group used in IKE Phase 1 for initial SA.static DhGroupDhGroup. fromString(String name)Creates or finds a DhGroup from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type DhGroup Modifier and Type Method Description static Collection<DhGroup>DhGroup. values()Methods in com.azure.resourcemanager.network.models with parameters of type DhGroup Modifier and Type Method Description IpsecPolicyIpsecPolicy. withDhGroup(DhGroup dhGroup)Set the dhGroup property: The DH Group used in IKE Phase 1 for initial SA.
-