Package | Description |
---|---|
com.oracle.bmc.networkfirewall.model |
Modifier and Type | Method and Description |
---|---|
VxlanInspectionRuleProfile |
VxlanInspectionRuleProfile.Builder.build() |
VxlanInspectionRuleProfile |
VxlanInspectionRuleSummary.getProfile() |
VxlanInspectionRuleProfile |
UpdateVxlanInspectionRuleDetails.getProfile() |
VxlanInspectionRuleProfile |
VxlanInspectionRule.getProfile() |
VxlanInspectionRuleProfile |
CreateVxlanInspectionRuleDetails.getProfile() |
Modifier and Type | Method and Description |
---|---|
VxlanInspectionRuleProfile.Builder |
VxlanInspectionRuleProfile.Builder.copy(VxlanInspectionRuleProfile model) |
VxlanInspectionRuleSummary.Builder |
VxlanInspectionRuleSummary.Builder.profile(VxlanInspectionRuleProfile profile) |
UpdateVxlanInspectionRuleDetails.Builder |
UpdateVxlanInspectionRuleDetails.Builder.profile(VxlanInspectionRuleProfile profile) |
VxlanInspectionRule.Builder |
VxlanInspectionRule.Builder.profile(VxlanInspectionRuleProfile profile) |
CreateVxlanInspectionRuleDetails.Builder |
CreateVxlanInspectionRuleDetails.Builder.profile(VxlanInspectionRuleProfile profile) |
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.