Uses of Class
odata.msgraph.client.beta.enums.FirewallPacketQueueingMethodType
-
Packages that use FirewallPacketQueueingMethodType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of FirewallPacketQueueingMethodType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as FirewallPacketQueueingMethodType Modifier and Type Field Description protected FirewallPacketQueueingMethodTypeWindows10EndpointProtectionConfiguration. firewallPacketQueueingMethodMethods in odata.msgraph.client.beta.entity that return types with arguments of type FirewallPacketQueueingMethodType Modifier and Type Method Description Optional<FirewallPacketQueueingMethodType>Windows10EndpointProtectionConfiguration. getFirewallPacketQueueingMethod()“Configures how packet queueing should be applied in the tunnel gateway scenario”Methods in odata.msgraph.client.beta.entity with parameters of type FirewallPacketQueueingMethodType Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. firewallPacketQueueingMethod(FirewallPacketQueueingMethodType firewallPacketQueueingMethod)“Configures how packet queueing should be applied in the tunnel gateway scenario”Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withFirewallPacketQueueingMethod(FirewallPacketQueueingMethodType firewallPacketQueueingMethod)Returns an immutable copy ofthiswith just thefirewallPacketQueueingMethodfield changed. -
Uses of FirewallPacketQueueingMethodType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return FirewallPacketQueueingMethodType Modifier and Type Method Description static FirewallPacketQueueingMethodTypeFirewallPacketQueueingMethodType. valueOf(String name)Returns the enum constant of this type with the specified name.static FirewallPacketQueueingMethodType[]FirewallPacketQueueingMethodType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-