PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySet class
Constructors
-
PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySet({Input<
List< ? firstEntries, required Input<PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySetFirstEntry> ?>bool> forceRemediateForFirstEntries, required Input<bool> forceRemediateForLastEntries, Input<List< ? lastEntries})PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySetLastEntry> ?> -
Creates a new PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySet.
firstEntriesRules to run first in the Firewall Manager managed network ACLs. Firewall Manager creates entries with ID value between 1 and 5000. See thefirstEntryblock.forceRemediateForFirstEntriesWhether Firewall Manager applies this setting to first-entry policy violations that involve conflicts between the custom entries and the policy entries. Iffalse, Firewall Manager marks the network ACL as noncompliant and does not try to remediate.forceRemediateForLastEntriesWhether Firewall Manager applies this setting to last-entry policy violations that involve conflicts between the custom entries and the policy entries. Iffalse, Firewall Manager marks the network ACL as noncompliant and does not try to remediate.lastEntriesRules to run last in the Firewall Manager managed network ACLs. Firewall Manager creates entries with ID value between 32000 and 32766. See thelastEntryblock.const -
PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySet.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
firstEntries
→ Input<
List< ?PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySetFirstEntry> ?> -
Rules to run first in the Firewall Manager managed network ACLs. Firewall Manager creates entries with ID value between 1 and 5000. See the
firstEntryblock.final -
forceRemediateForFirstEntries
→ Input<
bool> -
Whether Firewall Manager applies this setting to first-entry policy violations that involve conflicts between the custom entries and the policy entries. If
false, Firewall Manager marks the network ACL as noncompliant and does not try to remediate.final -
forceRemediateForLastEntries
→ Input<
bool> -
Whether Firewall Manager applies this setting to last-entry policy violations that involve conflicts between the custom entries and the policy entries. If
false, Firewall Manager marks the network ACL as noncompliant and does not try to remediate.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
lastEntries
→ Input<
List< ?PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySetLastEntry> ?> -
Rules to run last in the Firewall Manager managed network ACLs. Firewall Manager creates entries with ID value between 32000 and 32766. See the
lastEntryblock.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited