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