Uses of Class
com.oracle.bmc.networkfirewall.model.VxlanInspectionRuleProfile
-
Packages that use VxlanInspectionRuleProfile Package Description com.oracle.bmc.networkfirewall.model -
-
Uses of VxlanInspectionRuleProfile in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return VxlanInspectionRuleProfile Modifier and Type Method Description VxlanInspectionRuleProfile
VxlanInspectionRuleProfile.Builder. build()
VxlanInspectionRuleProfile
CreateVxlanInspectionRuleDetails. getProfile()
VxlanInspectionRuleProfile
UpdateVxlanInspectionRuleDetails. getProfile()
VxlanInspectionRuleProfile
VxlanInspectionRule. getProfile()
VxlanInspectionRuleProfile
VxlanInspectionRuleSummary. getProfile()
Methods in com.oracle.bmc.networkfirewall.model with parameters of type VxlanInspectionRuleProfile Modifier and Type Method Description VxlanInspectionRuleProfile.Builder
VxlanInspectionRuleProfile.Builder. copy(VxlanInspectionRuleProfile model)
CreateVxlanInspectionRuleDetails.Builder
CreateVxlanInspectionRuleDetails.Builder. profile(VxlanInspectionRuleProfile profile)
UpdateVxlanInspectionRuleDetails.Builder
UpdateVxlanInspectionRuleDetails.Builder. profile(VxlanInspectionRuleProfile profile)
VxlanInspectionRule.Builder
VxlanInspectionRule.Builder. profile(VxlanInspectionRuleProfile profile)
VxlanInspectionRuleSummary.Builder
VxlanInspectionRuleSummary.Builder. profile(VxlanInspectionRuleProfile profile)
Constructors in com.oracle.bmc.networkfirewall.model with parameters of type VxlanInspectionRuleProfile Constructor Description CreateVxlanInspectionRuleDetails(String name, InspectActionType action, RulePosition position, VxlanInspectionRuleMatchCriteria condition, VxlanInspectionRuleProfile profile)
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.VxlanInspectionRuleSummary(String name, InspectActionType action, Long priorityOrder, String parentResourceId, VxlanInspectionRuleMatchCriteria condition, VxlanInspectionRuleProfile profile)
Deprecated.
-