public class WindowsFirewallNetworkProfile extends java.lang.Object implements 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 |
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 |
|---|---|
AdditionalDataManager |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as
request and response data from the HTTP call
|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose public java.lang.String oDataType
@SerializedName(value="authorizedApplicationRulesFromGroupPolicyMerged",
alternate="AuthorizedApplicationRulesFromGroupPolicyMerged")
@Expose
public java.lang.Boolean authorizedApplicationRulesFromGroupPolicyMerged
@SerializedName(value="connectionSecurityRulesFromGroupPolicyMerged",
alternate="ConnectionSecurityRulesFromGroupPolicyMerged")
@Expose
public java.lang.Boolean connectionSecurityRulesFromGroupPolicyMerged
@SerializedName(value="firewallEnabled",
alternate="FirewallEnabled")
@Expose
public StateManagementSetting firewallEnabled
@SerializedName(value="globalPortRulesFromGroupPolicyMerged",
alternate="GlobalPortRulesFromGroupPolicyMerged")
@Expose
public java.lang.Boolean globalPortRulesFromGroupPolicyMerged
@SerializedName(value="inboundConnectionsBlocked",
alternate="InboundConnectionsBlocked")
@Expose
public java.lang.Boolean inboundConnectionsBlocked
@SerializedName(value="inboundNotificationsBlocked",
alternate="InboundNotificationsBlocked")
@Expose
public java.lang.Boolean inboundNotificationsBlocked
@SerializedName(value="incomingTrafficBlocked",
alternate="IncomingTrafficBlocked")
@Expose
public java.lang.Boolean incomingTrafficBlocked
@SerializedName(value="outboundConnectionsBlocked",
alternate="OutboundConnectionsBlocked")
@Expose
public java.lang.Boolean outboundConnectionsBlocked
@SerializedName(value="policyRulesFromGroupPolicyMerged",
alternate="PolicyRulesFromGroupPolicyMerged")
@Expose
public java.lang.Boolean policyRulesFromGroupPolicyMerged
@SerializedName(value="securedPacketExemptionAllowed",
alternate="SecuredPacketExemptionAllowed")
@Expose
public java.lang.Boolean securedPacketExemptionAllowed
@SerializedName(value="stealthModeBlocked",
alternate="StealthModeBlocked")
@Expose
public java.lang.Boolean stealthModeBlocked
@SerializedName(value="unicastResponsesToMulticastBroadcastsBlocked",
alternate="UnicastResponsesToMulticastBroadcastsBlocked")
@Expose
public java.lang.Boolean unicastResponsesToMulticastBroadcastsBlocked
public final AdditionalDataManager additionalDataManager()
IJsonBackedObjectadditionalDataManager in interface IJsonBackedObjectpublic com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to