public static class DecryptionRuleSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DecryptionRuleSummary.Builder |
action(DecryptionActionType action)
Action:
|
DecryptionRuleSummary |
build() |
DecryptionRuleSummary.Builder |
copy(DecryptionRuleSummary model) |
DecryptionRuleSummary.Builder |
decryptionProfile(String decryptionProfile)
The name of the decryption profile to use.
|
DecryptionRuleSummary.Builder |
name(String name)
Name for the decryption rule, must be unique within the policy.
|
DecryptionRuleSummary.Builder |
parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this application belongs to.
|
DecryptionRuleSummary.Builder |
priorityOrder(Long priorityOrder)
The priority order in which this rule should be evaluated.
|
DecryptionRuleSummary.Builder |
secret(String secret)
The name of a mapped secret.
|
public DecryptionRuleSummary.Builder name(String name)
Name for the decryption rule, must be unique within the policy.
name
- the value to setpublic DecryptionRuleSummary.Builder action(DecryptionActionType action)
Action:
NO_DECRYPT - Matching traffic is not decrypted. * DECRYPT - Matching traffic is
decrypted with the specified secret
according to the specified decryptionProfile
.
action
- the value to setpublic DecryptionRuleSummary.Builder decryptionProfile(String decryptionProfile)
The name of the decryption profile to use.
decryptionProfile
- the value to setpublic DecryptionRuleSummary.Builder secret(String secret)
The name of a mapped secret. Its type
must match that of the specified decryption
profile.
secret
- the value to setpublic DecryptionRuleSummary.Builder priorityOrder(Long priorityOrder)
The priority order in which this rule should be evaluated.
priorityOrder
- the value to setpublic DecryptionRuleSummary.Builder parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this application belongs to.
parentResourceId
- the value to setpublic DecryptionRuleSummary build()
public DecryptionRuleSummary.Builder copy(DecryptionRuleSummary model)
Copyright © 2016–2024. All rights reserved.