| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsFirewallRuleTrafficDirectionType |
WindowsFirewallRule.trafficDirection |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsFirewallRuleTrafficDirectionType> |
WindowsFirewallRule.getTrafficDirection()
“The traffic direction that the rule is enabled for.
|
| Modifier and Type | Method and Description |
|---|---|
WindowsFirewallRule.Builder |
WindowsFirewallRule.Builder.trafficDirection(WindowsFirewallRuleTrafficDirectionType trafficDirection)
“The traffic direction that the rule is enabled for.
|
WindowsFirewallRule |
WindowsFirewallRule.withTrafficDirection(WindowsFirewallRuleTrafficDirectionType trafficDirection)
Returns an immutable copy of
this with just the trafficDirection
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static WindowsFirewallRuleTrafficDirectionType |
WindowsFirewallRuleTrafficDirectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsFirewallRuleTrafficDirectionType[] |
WindowsFirewallRuleTrafficDirectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.