CreateDecryptionRuleDetails(String name,
DecryptionRuleMatchCriteria condition,
DecryptionActionType action,
String decryptionProfile,
String secret,
RulePosition position)
Deprecated.
|
CreateSecurityRuleDetails(String name,
SecurityRuleMatchCriteria condition,
TrafficActionType action,
TrafficInspectionType inspection,
RulePosition position)
Deprecated.
|
CreateTunnelInspectionRuleDetails(String name,
InspectActionType action,
RulePosition position)
Deprecated.
|
CreateVxlanInspectionRuleDetails(String name,
InspectActionType action,
RulePosition position,
VxlanInspectionRuleMatchCriteria condition,
VxlanInspectionRuleProfile profile)
Deprecated.
|
DecryptionRule(String name,
DecryptionRuleMatchCriteria condition,
DecryptionActionType action,
String decryptionProfile,
String secret,
RulePosition position,
String parentResourceId)
Deprecated.
|
SecurityRule(String name,
SecurityRuleMatchCriteria condition,
TrafficActionType action,
TrafficInspectionType inspection,
RulePosition position,
String parentResourceId)
Deprecated.
|
TunnelInspectionRule(String name,
InspectActionType action,
Long priorityOrder,
RulePosition position,
String parentResourceId)
Deprecated.
|
UpdateDecryptionRuleDetails(DecryptionRuleMatchCriteria condition,
DecryptionActionType action,
String decryptionProfile,
String secret,
RulePosition position)
Deprecated.
|
UpdateSecurityRuleDetails(SecurityRuleMatchCriteria condition,
TrafficActionType action,
TrafficInspectionType inspection,
RulePosition position)
Deprecated.
|
UpdateTunnelInspectionRuleDetails(InspectActionType action,
RulePosition position)
Deprecated.
|
UpdateVxlanInspectionRuleDetails(InspectActionType action,
RulePosition position,
VxlanInspectionRuleMatchCriteria condition,
VxlanInspectionRuleProfile profile)
Deprecated.
|
VxlanInspectionRule(String name,
InspectActionType action,
Long priorityOrder,
RulePosition position,
String parentResourceId,
VxlanInspectionRuleMatchCriteria condition,
VxlanInspectionRuleProfile profile)
Deprecated.
|