public class WindowsFirewallNetworkProfile
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
authorizedApplicationRulesFromGroupPolicyMerged
The Authorized Application Rules From Group Policy Merged.
|
java.lang.Boolean |
connectionSecurityRulesFromGroupPolicyMerged
The Connection Security Rules From Group Policy Merged.
|
StateManagementSetting |
firewallEnabled
The Firewall Enabled.
|
java.lang.Boolean |
globalPortRulesFromGroupPolicyMerged
The Global Port Rules From Group Policy Merged.
|
java.lang.Boolean |
inboundConnectionsBlocked
The Inbound Connections Blocked.
|
java.lang.Boolean |
inboundNotificationsBlocked
The Inbound Notifications Blocked.
|
java.lang.Boolean |
incomingTrafficBlocked
The Incoming Traffic Blocked.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.Boolean |
outboundConnectionsBlocked
The Outbound Connections Blocked.
|
java.lang.Boolean |
policyRulesFromGroupPolicyMerged
The Policy Rules From Group Policy Merged.
|
java.lang.Boolean |
securedPacketExemptionAllowed
The Secured Packet Exemption Allowed.
|
java.lang.Boolean |
stealthModeBlocked
The Stealth Mode Blocked.
|
java.lang.Boolean |
unicastResponsesToMulticastBroadcastsBlocked
The Unicast Responses To Multicast Broadcasts Blocked.
|
| Constructor and Description |
|---|
WindowsFirewallNetworkProfile() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="authorizedApplicationRulesFromGroupPolicyMerged",
alternate="AuthorizedApplicationRulesFromGroupPolicyMerged")
@Expose
@Nullable
public java.lang.Boolean authorizedApplicationRulesFromGroupPolicyMerged
@SerializedName(value="connectionSecurityRulesFromGroupPolicyMerged",
alternate="ConnectionSecurityRulesFromGroupPolicyMerged")
@Expose
@Nullable
public java.lang.Boolean connectionSecurityRulesFromGroupPolicyMerged
@SerializedName(value="firewallEnabled",
alternate="FirewallEnabled")
@Expose
@Nullable
public StateManagementSetting firewallEnabled
@SerializedName(value="globalPortRulesFromGroupPolicyMerged",
alternate="GlobalPortRulesFromGroupPolicyMerged")
@Expose
@Nullable
public java.lang.Boolean globalPortRulesFromGroupPolicyMerged
@SerializedName(value="inboundConnectionsBlocked",
alternate="InboundConnectionsBlocked")
@Expose
@Nullable
public java.lang.Boolean inboundConnectionsBlocked
@SerializedName(value="inboundNotificationsBlocked",
alternate="InboundNotificationsBlocked")
@Expose
@Nullable
public java.lang.Boolean inboundNotificationsBlocked
@SerializedName(value="incomingTrafficBlocked",
alternate="IncomingTrafficBlocked")
@Expose
@Nullable
public java.lang.Boolean incomingTrafficBlocked
@SerializedName(value="outboundConnectionsBlocked",
alternate="OutboundConnectionsBlocked")
@Expose
@Nullable
public java.lang.Boolean outboundConnectionsBlocked
@SerializedName(value="policyRulesFromGroupPolicyMerged",
alternate="PolicyRulesFromGroupPolicyMerged")
@Expose
@Nullable
public java.lang.Boolean policyRulesFromGroupPolicyMerged
@SerializedName(value="securedPacketExemptionAllowed",
alternate="SecuredPacketExemptionAllowed")
@Expose
@Nullable
public java.lang.Boolean securedPacketExemptionAllowed
@SerializedName(value="stealthModeBlocked",
alternate="StealthModeBlocked")
@Expose
@Nullable
public java.lang.Boolean stealthModeBlocked
@SerializedName(value="unicastResponsesToMulticastBroadcastsBlocked",
alternate="UnicastResponsesToMulticastBroadcastsBlocked")
@Expose
@Nullable
public java.lang.Boolean unicastResponsesToMulticastBroadcastsBlocked
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to