public class WindowsFirewallNetworkProfile extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsFirewallNetworkProfile.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
WindowsFirewallNetworkProfile() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsFirewallNetworkProfile.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getAuthorizedApplicationRulesFromGroupPolicyMerged()
“Configures the firewall to merge authorized application rules from group policy
with those from local store instead of ignoring the local store rules.
|
Optional<Boolean> |
getAuthorizedApplicationRulesFromGroupPolicyNotMerged()
“Configures the firewall to prevent merging authorized application rules from
group policy with those from local store instead of ignoring the local store
rules.
|
Optional<Boolean> |
getConnectionSecurityRulesFromGroupPolicyMerged()
“Configures the firewall to merge connection security rules from group policy
with those from local store instead of ignoring the local store rules.
|
Optional<Boolean> |
getConnectionSecurityRulesFromGroupPolicyNotMerged()
“Configures the firewall to prevent merging connection security rules from group
policy with those from local store instead of ignoring the local store rules.
|
Optional<StateManagementSetting> |
getFirewallEnabled()
“Configures the host device to allow or block the firewall and advanced security
enforcement for the network profile.”
|
Optional<Boolean> |
getGlobalPortRulesFromGroupPolicyMerged()
“Configures the firewall to merge global port rules from group policy with those
from local store instead of ignoring the local store rules.
|
Optional<Boolean> |
getGlobalPortRulesFromGroupPolicyNotMerged()
“Configures the firewall to prevent merging global port rules from group policy
with those from local store instead of ignoring the local store rules.
|
Optional<Boolean> |
getInboundConnectionsBlocked()
“Configures the firewall to block all incoming connections by default.
|
Optional<Boolean> |
getInboundConnectionsRequired()
“Configures the firewall to allow all incoming connections by default.
|
Optional<Boolean> |
getInboundNotificationsBlocked()
“Prevents the firewall from displaying notifications when an application is
blocked from listening on a port.
|
Optional<Boolean> |
getInboundNotificationsRequired()
“Allows the firewall to display notifications when an application is blocked from
listening on a port.
|
Optional<Boolean> |
getIncomingTrafficBlocked()
“Configures the firewall to block all incoming traffic regardless of other policy
settings.
|
Optional<Boolean> |
getIncomingTrafficRequired()
“Configures the firewall to allow incoming traffic pursuant to other policy
settings.
|
Optional<Boolean> |
getOutboundConnectionsBlocked()
“Configures the firewall to block all outgoing connections by default.
|
Optional<Boolean> |
getOutboundConnectionsRequired()
“Configures the firewall to allow all outgoing connections by default.
|
Optional<Boolean> |
getPolicyRulesFromGroupPolicyMerged()
“Configures the firewall to merge Firewall Rule policies from group policy with
those from local store instead of ignoring the local store rules.
|
Optional<Boolean> |
getPolicyRulesFromGroupPolicyNotMerged()
“Configures the firewall to prevent merging Firewall Rule policies from group
policy with those from local store instead of ignoring the local store rules.
|
Optional<Boolean> |
getSecuredPacketExemptionAllowed()
“Configures the firewall to allow the host computer to respond to unsolicited
network traffic of that traffic is secured by IPSec even when stealthModeBlocked
is set to true.
|
Optional<Boolean> |
getSecuredPacketExemptionBlocked()
“Configures the firewall to block the host computer to respond to unsolicited
network traffic of that traffic is secured by IPSec even when stealthModeBlocked
is set to true.
|
Optional<Boolean> |
getStealthModeBlocked()
“Prevent the server from operating in stealth mode.
|
Optional<Boolean> |
getStealthModeRequired()
“Allow the server to operate in stealth mode.
|
Optional<Boolean> |
getUnicastResponsesToMulticastBroadcastsBlocked()
“Configures the firewall to block unicast responses to multicast broadcast
traffic.
|
Optional<Boolean> |
getUnicastResponsesToMulticastBroadcastsRequired()
“Configures the firewall to allow unicast responses to multicast broadcast
traffic.
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
WindowsFirewallNetworkProfile |
withAuthorizedApplicationRulesFromGroupPolicyMerged(Boolean authorizedApplicationRulesFromGroupPolicyMerged)
Returns an immutable copy of
this with just the authorizedApplicationRulesFromGroupPolicyMerged field changed. |
WindowsFirewallNetworkProfile |
withAuthorizedApplicationRulesFromGroupPolicyNotMerged(Boolean authorizedApplicationRulesFromGroupPolicyNotMerged)
Returns an immutable copy of
this with just the authorizedApplicationRulesFromGroupPolicyNotMerged field changed. |
WindowsFirewallNetworkProfile |
withConnectionSecurityRulesFromGroupPolicyMerged(Boolean connectionSecurityRulesFromGroupPolicyMerged)
Returns an immutable copy of
this with just the connectionSecurityRulesFromGroupPolicyMerged field changed. |
WindowsFirewallNetworkProfile |
withConnectionSecurityRulesFromGroupPolicyNotMerged(Boolean connectionSecurityRulesFromGroupPolicyNotMerged)
Returns an immutable copy of
this with just the connectionSecurityRulesFromGroupPolicyNotMerged field changed. |
WindowsFirewallNetworkProfile |
withFirewallEnabled(StateManagementSetting firewallEnabled)
Returns an immutable copy of
this with just the firewallEnabled
field changed. |
WindowsFirewallNetworkProfile |
withGlobalPortRulesFromGroupPolicyMerged(Boolean globalPortRulesFromGroupPolicyMerged)
Returns an immutable copy of
this with just the globalPortRulesFromGroupPolicyMerged field changed. |
WindowsFirewallNetworkProfile |
withGlobalPortRulesFromGroupPolicyNotMerged(Boolean globalPortRulesFromGroupPolicyNotMerged)
Returns an immutable copy of
this with just the globalPortRulesFromGroupPolicyNotMerged field changed. |
WindowsFirewallNetworkProfile |
withInboundConnectionsBlocked(Boolean inboundConnectionsBlocked)
Returns an immutable copy of
this with just the inboundConnectionsBlocked field changed. |
WindowsFirewallNetworkProfile |
withInboundConnectionsRequired(Boolean inboundConnectionsRequired)
Returns an immutable copy of
this with just the inboundConnectionsRequired field changed. |
WindowsFirewallNetworkProfile |
withInboundNotificationsBlocked(Boolean inboundNotificationsBlocked)
Returns an immutable copy of
this with just the inboundNotificationsBlocked field changed. |
WindowsFirewallNetworkProfile |
withInboundNotificationsRequired(Boolean inboundNotificationsRequired)
Returns an immutable copy of
this with just the inboundNotificationsRequired field changed. |
WindowsFirewallNetworkProfile |
withIncomingTrafficBlocked(Boolean incomingTrafficBlocked)
Returns an immutable copy of
this with just the incomingTrafficBlocked field changed. |
WindowsFirewallNetworkProfile |
withIncomingTrafficRequired(Boolean incomingTrafficRequired)
Returns an immutable copy of
this with just the incomingTrafficRequired field changed. |
WindowsFirewallNetworkProfile |
withOutboundConnectionsBlocked(Boolean outboundConnectionsBlocked)
Returns an immutable copy of
this with just the outboundConnectionsBlocked field changed. |
WindowsFirewallNetworkProfile |
withOutboundConnectionsRequired(Boolean outboundConnectionsRequired)
Returns an immutable copy of
this with just the outboundConnectionsRequired field changed. |
WindowsFirewallNetworkProfile |
withPolicyRulesFromGroupPolicyMerged(Boolean policyRulesFromGroupPolicyMerged)
Returns an immutable copy of
this with just the policyRulesFromGroupPolicyMerged field changed. |
WindowsFirewallNetworkProfile |
withPolicyRulesFromGroupPolicyNotMerged(Boolean policyRulesFromGroupPolicyNotMerged)
Returns an immutable copy of
this with just the policyRulesFromGroupPolicyNotMerged field changed. |
WindowsFirewallNetworkProfile |
withSecuredPacketExemptionAllowed(Boolean securedPacketExemptionAllowed)
Returns an immutable copy of
this with just the securedPacketExemptionAllowed field changed. |
WindowsFirewallNetworkProfile |
withSecuredPacketExemptionBlocked(Boolean securedPacketExemptionBlocked)
Returns an immutable copy of
this with just the securedPacketExemptionBlocked field changed. |
WindowsFirewallNetworkProfile |
withStealthModeBlocked(Boolean stealthModeBlocked)
Returns an immutable copy of
this with just the stealthModeBlocked field changed. |
WindowsFirewallNetworkProfile |
withStealthModeRequired(Boolean stealthModeRequired)
Returns an immutable copy of
this with just the stealthModeRequired field changed. |
WindowsFirewallNetworkProfile |
withUnicastResponsesToMulticastBroadcastsBlocked(Boolean unicastResponsesToMulticastBroadcastsBlocked)
Returns an immutable copy of
this with just the unicastResponsesToMulticastBroadcastsBlocked field changed. |
WindowsFirewallNetworkProfile |
withUnicastResponsesToMulticastBroadcastsRequired(Boolean unicastResponsesToMulticastBroadcastsRequired)
Returns an immutable copy of
this with just the unicastResponsesToMulticastBroadcastsRequired field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected StateManagementSetting firewallEnabled
protected Boolean stealthModeRequired
protected Boolean stealthModeBlocked
protected Boolean incomingTrafficRequired
protected Boolean incomingTrafficBlocked
protected Boolean unicastResponsesToMulticastBroadcastsRequired
protected Boolean unicastResponsesToMulticastBroadcastsBlocked
protected Boolean inboundNotificationsRequired
protected Boolean inboundNotificationsBlocked
protected Boolean authorizedApplicationRulesFromGroupPolicyMerged
protected Boolean authorizedApplicationRulesFromGroupPolicyNotMerged
protected Boolean globalPortRulesFromGroupPolicyMerged
protected Boolean globalPortRulesFromGroupPolicyNotMerged
protected Boolean connectionSecurityRulesFromGroupPolicyMerged
protected Boolean connectionSecurityRulesFromGroupPolicyNotMerged
protected Boolean outboundConnectionsRequired
protected Boolean outboundConnectionsBlocked
protected Boolean inboundConnectionsRequired
protected Boolean inboundConnectionsBlocked
protected Boolean securedPacketExemptionAllowed
protected Boolean securedPacketExemptionBlocked
protected Boolean policyRulesFromGroupPolicyMerged
protected Boolean policyRulesFromGroupPolicyNotMerged
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<StateManagementSetting> getFirewallEnabled()
public WindowsFirewallNetworkProfile withFirewallEnabled(StateManagementSetting firewallEnabled)
this with just the firewallEnabled
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Configures the host device to allow or block the firewall and advanced security enforcement for the network profile.”
firewallEnabled - new value of firewallEnabled field (as defined in service metadata)this with just the firewallEnabled field changedpublic Optional<Boolean> getStealthModeRequired()
public WindowsFirewallNetworkProfile withStealthModeRequired(Boolean stealthModeRequired)
this with just the stealthModeRequired field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Allow the server to operate in stealth mode. When StealthModeRequired and StealthModeBlocked are both true, StealthModeBlocked takes priority.”
stealthModeRequired - new value of stealthModeRequired field (as defined in service metadata)this with just the stealthModeRequired field changedpublic Optional<Boolean> getStealthModeBlocked()
public WindowsFirewallNetworkProfile withStealthModeBlocked(Boolean stealthModeBlocked)
this with just the stealthModeBlocked field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Prevent the server from operating in stealth mode. When StealthModeRequired and StealthModeBlocked are both true, StealthModeBlocked takes priority.”
stealthModeBlocked - new value of stealthModeBlocked field (as defined in service metadata)this with just the stealthModeBlocked field changedpublic Optional<Boolean> getIncomingTrafficRequired()
public WindowsFirewallNetworkProfile withIncomingTrafficRequired(Boolean incomingTrafficRequired)
this with just the incomingTrafficRequired field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Configures the firewall to allow incoming traffic pursuant to other policy settings. When IncomingTrafficRequired and IncomingTrafficBlocked are both true, IncomingTrafficBlocked takes priority.”
incomingTrafficRequired - new value of incomingTrafficRequired field (as defined in service metadata)this with just the incomingTrafficRequired field changedpublic Optional<Boolean> getIncomingTrafficBlocked()
public WindowsFirewallNetworkProfile withIncomingTrafficBlocked(Boolean incomingTrafficBlocked)
this with just the incomingTrafficBlocked field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Configures the firewall to block all incoming traffic regardless of other policy settings. When IncomingTrafficRequired and IncomingTrafficBlocked are both true, IncomingTrafficBlocked takes priority.”
incomingTrafficBlocked - new value of incomingTrafficBlocked field (as defined in service metadata)this with just the incomingTrafficBlocked field changedpublic Optional<Boolean> getUnicastResponsesToMulticastBroadcastsRequired()
public WindowsFirewallNetworkProfile withUnicastResponsesToMulticastBroadcastsRequired(Boolean unicastResponsesToMulticastBroadcastsRequired)
this with just the unicastResponsesToMulticastBroadcastsRequired field changed. Field description
below. The field name is also added to an internal map of changed fields in the
returned object so that when this.patch() is called (if available)on the
returned object only the changed fields are submitted.
“Configures the firewall to allow unicast responses to multicast broadcast traffic. When UnicastResponsesToMulticastBroadcastsRequired and UnicastResponsesToMulticastBroadcastsBlocked are both true, UnicastResponsesToMulticastBroadcastsBlocked takes priority.”
unicastResponsesToMulticastBroadcastsRequired - new value of unicastResponsesToMulticastBroadcastsRequired field (as defined in service metadata)this with just the unicastResponsesToMulticastBroadcastsRequired field changedpublic Optional<Boolean> getUnicastResponsesToMulticastBroadcastsBlocked()
public WindowsFirewallNetworkProfile withUnicastResponsesToMulticastBroadcastsBlocked(Boolean unicastResponsesToMulticastBroadcastsBlocked)
this with just the unicastResponsesToMulticastBroadcastsBlocked field changed. Field description
below. The field name is also added to an internal map of changed fields in the
returned object so that when this.patch() is called (if available)on the
returned object only the changed fields are submitted.
“Configures the firewall to block unicast responses to multicast broadcast traffic. When UnicastResponsesToMulticastBroadcastsRequired and UnicastResponsesToMulticastBroadcastsBlocked are both true, UnicastResponsesToMulticastBroadcastsBlocked takes priority.”
unicastResponsesToMulticastBroadcastsBlocked - new value of unicastResponsesToMulticastBroadcastsBlocked field (as defined in service metadata)this with just the unicastResponsesToMulticastBroadcastsBlocked field changedpublic Optional<Boolean> getInboundNotificationsRequired()
public WindowsFirewallNetworkProfile withInboundNotificationsRequired(Boolean inboundNotificationsRequired)
this with just the inboundNotificationsRequired field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Allows the firewall to display notifications when an application is blocked from listening on a port. When InboundNotificationsRequired and InboundNotificationsBlocked are both true, InboundNotificationsBlocked takes priority.”
inboundNotificationsRequired - new value of inboundNotificationsRequired field (as defined in service metadata)this with just the inboundNotificationsRequired field changedpublic Optional<Boolean> getInboundNotificationsBlocked()
public WindowsFirewallNetworkProfile withInboundNotificationsBlocked(Boolean inboundNotificationsBlocked)
this with just the inboundNotificationsBlocked field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Prevents the firewall from displaying notifications when an application is blocked from listening on a port. When InboundNotificationsRequired and InboundNotificationsBlocked are both true, InboundNotificationsBlocked takes priority.”
inboundNotificationsBlocked - new value of inboundNotificationsBlocked field (as defined in service metadata)this with just the inboundNotificationsBlocked field changedpublic Optional<Boolean> getAuthorizedApplicationRulesFromGroupPolicyMerged()
public WindowsFirewallNetworkProfile withAuthorizedApplicationRulesFromGroupPolicyMerged(Boolean authorizedApplicationRulesFromGroupPolicyMerged)
this with just the authorizedApplicationRulesFromGroupPolicyMerged field changed. Field
description below. The field name is also added to an internal map of changed
fields in the returned object so that when this.patch() is called (if
available)on the returned object only the changed fields are submitted.
“Configures the firewall to merge authorized application rules from group policy with those from local store instead of ignoring the local store rules. When AuthorizedApplicationRulesFromGroupPolicyNotMerged and AuthorizedApplicationRulesFromGroupPolicyMerged are both true, AuthorizedApplicationRulesFromGroupPolicyMerged takes priority.”
authorizedApplicationRulesFromGroupPolicyMerged - new value of authorizedApplicationRulesFromGroupPolicyMerged field (as defined in service metadata)this with just the authorizedApplicationRulesFromGroupPolicyMerged field changedpublic Optional<Boolean> getAuthorizedApplicationRulesFromGroupPolicyNotMerged()
public WindowsFirewallNetworkProfile withAuthorizedApplicationRulesFromGroupPolicyNotMerged(Boolean authorizedApplicationRulesFromGroupPolicyNotMerged)
this with just the authorizedApplicationRulesFromGroupPolicyNotMerged field changed. Field
description below. The field name is also added to an internal map of changed
fields in the returned object so that when this.patch() is called (if
available)on the returned object only the changed fields are submitted.
“Configures the firewall to prevent merging authorized application rules from group policy with those from local store instead of ignoring the local store rules. When AuthorizedApplicationRulesFromGroupPolicyNotMerged and AuthorizedApplicationRulesFromGroupPolicyMerged are both true, AuthorizedApplicationRulesFromGroupPolicyMerged takes priority.”
authorizedApplicationRulesFromGroupPolicyNotMerged - new value of authorizedApplicationRulesFromGroupPolicyNotMerged field (as defined in service metadata)this with just the authorizedApplicationRulesFromGroupPolicyNotMerged field changedpublic Optional<Boolean> getGlobalPortRulesFromGroupPolicyMerged()
public WindowsFirewallNetworkProfile withGlobalPortRulesFromGroupPolicyMerged(Boolean globalPortRulesFromGroupPolicyMerged)
this with just the globalPortRulesFromGroupPolicyMerged field changed. Field description below.
The field name is also added to an internal map of changed fields in the
returned object so that when this.patch() is called (if available)on the
returned object only the changed fields are submitted.
“Configures the firewall to merge global port rules from group policy with those from local store instead of ignoring the local store rules. When GlobalPortRulesFromGroupPolicyNotMerged and GlobalPortRulesFromGroupPolicyMerged are both true, GlobalPortRulesFromGroupPolicyMerged takes priority.”
globalPortRulesFromGroupPolicyMerged - new value of globalPortRulesFromGroupPolicyMerged field (as defined in service metadata)this with just the globalPortRulesFromGroupPolicyMerged field changedpublic Optional<Boolean> getGlobalPortRulesFromGroupPolicyNotMerged()
public WindowsFirewallNetworkProfile withGlobalPortRulesFromGroupPolicyNotMerged(Boolean globalPortRulesFromGroupPolicyNotMerged)
this with just the globalPortRulesFromGroupPolicyNotMerged field changed. Field description below.
The field name is also added to an internal map of changed fields in the
returned object so that when this.patch() is called (if available)on the
returned object only the changed fields are submitted.
“Configures the firewall to prevent merging global port rules from group policy with those from local store instead of ignoring the local store rules. When GlobalPortRulesFromGroupPolicyNotMerged and GlobalPortRulesFromGroupPolicyMerged are both true, GlobalPortRulesFromGroupPolicyMerged takes priority.”
globalPortRulesFromGroupPolicyNotMerged - new value of globalPortRulesFromGroupPolicyNotMerged field (as defined in service metadata)this with just the globalPortRulesFromGroupPolicyNotMerged field changedpublic Optional<Boolean> getConnectionSecurityRulesFromGroupPolicyMerged()
public WindowsFirewallNetworkProfile withConnectionSecurityRulesFromGroupPolicyMerged(Boolean connectionSecurityRulesFromGroupPolicyMerged)
this with just the connectionSecurityRulesFromGroupPolicyMerged field changed. Field description
below. The field name is also added to an internal map of changed fields in the
returned object so that when this.patch() is called (if available)on the
returned object only the changed fields are submitted.
“Configures the firewall to merge connection security rules from group policy with those from local store instead of ignoring the local store rules. When ConnectionSecurityRulesFromGroupPolicyNotMerged and ConnectionSecurityRulesFromGroupPolicyMerged are both true, ConnectionSecurityRulesFromGroupPolicyMerged takes priority.”
connectionSecurityRulesFromGroupPolicyMerged - new value of connectionSecurityRulesFromGroupPolicyMerged field (as defined in service metadata)this with just the connectionSecurityRulesFromGroupPolicyMerged field changedpublic Optional<Boolean> getConnectionSecurityRulesFromGroupPolicyNotMerged()
public WindowsFirewallNetworkProfile withConnectionSecurityRulesFromGroupPolicyNotMerged(Boolean connectionSecurityRulesFromGroupPolicyNotMerged)
this with just the connectionSecurityRulesFromGroupPolicyNotMerged field changed. Field
description below. The field name is also added to an internal map of changed
fields in the returned object so that when this.patch() is called (if
available)on the returned object only the changed fields are submitted.
“Configures the firewall to prevent merging connection security rules from group policy with those from local store instead of ignoring the local store rules. When ConnectionSecurityRulesFromGroupPolicyNotMerged and ConnectionSecurityRulesFromGroupPolicyMerged are both true, ConnectionSecurityRulesFromGroupPolicyMerged takes priority.”
connectionSecurityRulesFromGroupPolicyNotMerged - new value of connectionSecurityRulesFromGroupPolicyNotMerged field (as defined in service metadata)this with just the connectionSecurityRulesFromGroupPolicyNotMerged field changedpublic Optional<Boolean> getOutboundConnectionsRequired()
public WindowsFirewallNetworkProfile withOutboundConnectionsRequired(Boolean outboundConnectionsRequired)
this with just the outboundConnectionsRequired field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Configures the firewall to allow all outgoing connections by default. When OutboundConnectionsRequired and OutboundConnectionsBlocked are both true, OutboundConnectionsBlocked takes priority. This setting will get applied to Windows releases version 1809 and above.”
outboundConnectionsRequired - new value of outboundConnectionsRequired field (as defined in service metadata)this with just the outboundConnectionsRequired field changedpublic Optional<Boolean> getOutboundConnectionsBlocked()
public WindowsFirewallNetworkProfile withOutboundConnectionsBlocked(Boolean outboundConnectionsBlocked)
this with just the outboundConnectionsBlocked field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Configures the firewall to block all outgoing connections by default. When OutboundConnectionsRequired and OutboundConnectionsBlocked are both true, OutboundConnectionsBlocked takes priority. This setting will get applied to Windows releases version 1809 and above.”
outboundConnectionsBlocked - new value of outboundConnectionsBlocked field (as defined in service metadata)this with just the outboundConnectionsBlocked field changedpublic Optional<Boolean> getInboundConnectionsRequired()
public WindowsFirewallNetworkProfile withInboundConnectionsRequired(Boolean inboundConnectionsRequired)
this with just the inboundConnectionsRequired field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Configures the firewall to allow all incoming connections by default. When InboundConnectionsRequired and InboundConnectionsBlocked are both true, InboundConnectionsBlocked takes priority.”
inboundConnectionsRequired - new value of inboundConnectionsRequired field (as defined in service metadata)this with just the inboundConnectionsRequired field changedpublic Optional<Boolean> getInboundConnectionsBlocked()
public WindowsFirewallNetworkProfile withInboundConnectionsBlocked(Boolean inboundConnectionsBlocked)
this with just the inboundConnectionsBlocked field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Configures the firewall to block all incoming connections by default. When InboundConnectionsRequired and InboundConnectionsBlocked are both true, InboundConnectionsBlocked takes priority.”
inboundConnectionsBlocked - new value of inboundConnectionsBlocked field (as defined in service metadata)this with just the inboundConnectionsBlocked field changedpublic Optional<Boolean> getSecuredPacketExemptionAllowed()
public WindowsFirewallNetworkProfile withSecuredPacketExemptionAllowed(Boolean securedPacketExemptionAllowed)
this with just the securedPacketExemptionAllowed field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Configures the firewall to allow the host computer to respond to unsolicited network traffic of that traffic is secured by IPSec even when stealthModeBlocked is set to true. When SecuredPacketExemptionBlocked and SecuredPacketExemptionAllowed are both true, SecuredPacketExemptionAllowed takes priority.”
securedPacketExemptionAllowed - new value of securedPacketExemptionAllowed field (as defined in service metadata)this with just the securedPacketExemptionAllowed field changedpublic Optional<Boolean> getSecuredPacketExemptionBlocked()
public WindowsFirewallNetworkProfile withSecuredPacketExemptionBlocked(Boolean securedPacketExemptionBlocked)
this with just the securedPacketExemptionBlocked field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Configures the firewall to block the host computer to respond to unsolicited network traffic of that traffic is secured by IPSec even when stealthModeBlocked is set to true. When SecuredPacketExemptionBlocked and SecuredPacketExemptionAllowed are both true, SecuredPacketExemptionAllowed takes priority.”
securedPacketExemptionBlocked - new value of securedPacketExemptionBlocked field (as defined in service metadata)this with just the securedPacketExemptionBlocked field changedpublic Optional<Boolean> getPolicyRulesFromGroupPolicyMerged()
public WindowsFirewallNetworkProfile withPolicyRulesFromGroupPolicyMerged(Boolean policyRulesFromGroupPolicyMerged)
this with just the policyRulesFromGroupPolicyMerged field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Configures the firewall to merge Firewall Rule policies from group policy with those from local store instead of ignoring the local store rules. When PolicyRulesFromGroupPolicyNotMerged and PolicyRulesFromGroupPolicyMerged are both true, PolicyRulesFromGroupPolicyMerged takes priority.”
policyRulesFromGroupPolicyMerged - new value of policyRulesFromGroupPolicyMerged field (as defined in service metadata)this with just the policyRulesFromGroupPolicyMerged field changedpublic Optional<Boolean> getPolicyRulesFromGroupPolicyNotMerged()
public WindowsFirewallNetworkProfile withPolicyRulesFromGroupPolicyNotMerged(Boolean policyRulesFromGroupPolicyNotMerged)
this with just the policyRulesFromGroupPolicyNotMerged field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Configures the firewall to prevent merging Firewall Rule policies from group policy with those from local store instead of ignoring the local store rules. When PolicyRulesFromGroupPolicyNotMerged and PolicyRulesFromGroupPolicyMerged are both true, PolicyRulesFromGroupPolicyMerged takes priority.”
policyRulesFromGroupPolicyNotMerged - new value of policyRulesFromGroupPolicyNotMerged field (as defined in service metadata)this with just the policyRulesFromGroupPolicyNotMerged field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static WindowsFirewallNetworkProfile.Builder builder()
Copyright © 2018–2020. All rights reserved.