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