public static class UpdateSslInboundInspectionProfileDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateSslInboundInspectionProfileDetails |
build() |
UpdateSslInboundInspectionProfileDetails.Builder |
copy(UpdateSslInboundInspectionProfileDetails model) |
UpdateSslInboundInspectionProfileDetails.Builder |
isOutOfCapacityBlocked(Boolean isOutOfCapacityBlocked)
Whether to block sessions if the firewall is temporarily unable to decrypt their traffic.
|
UpdateSslInboundInspectionProfileDetails.Builder |
isUnsupportedCipherBlocked(Boolean isUnsupportedCipherBlocked)
Whether to block sessions if SSL cipher suite is not supported.
|
UpdateSslInboundInspectionProfileDetails.Builder |
isUnsupportedVersionBlocked(Boolean isUnsupportedVersionBlocked)
Whether to block sessions if SSL version is not supported.
|
public UpdateSslInboundInspectionProfileDetails.Builder isUnsupportedVersionBlocked(Boolean isUnsupportedVersionBlocked)
Whether to block sessions if SSL version is not supported.
isUnsupportedVersionBlocked
- the value to setpublic UpdateSslInboundInspectionProfileDetails.Builder isUnsupportedCipherBlocked(Boolean isUnsupportedCipherBlocked)
Whether to block sessions if SSL cipher suite is not supported.
isUnsupportedCipherBlocked
- the value to setpublic UpdateSslInboundInspectionProfileDetails.Builder isOutOfCapacityBlocked(Boolean isOutOfCapacityBlocked)
Whether to block sessions if the firewall is temporarily unable to decrypt their traffic.
isOutOfCapacityBlocked
- the value to setpublic UpdateSslInboundInspectionProfileDetails build()
public UpdateSslInboundInspectionProfileDetails.Builder copy(UpdateSslInboundInspectionProfileDetails model)
Copyright © 2016–2024. All rights reserved.