public enum TlsInspectionPolicy.TlsVersion extends Enum<TlsInspectionPolicy.TlsVersion> implements ProtocolMessageEnumThe minimum version of TLS protocol that can be used by clients or servers to establish a connection with the TLS inspection proxy.
Protobuf enum google.cloud.networksecurity.v1.TlsInspectionPolicy.TlsVersion
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
TLS_1_0 |
TLS 1.0 |
TLS_1_0_VALUE |
TLS 1.0 |
TLS_1_1 |
TLS 1.1 |
TLS_1_1_VALUE |
TLS 1.1 |
TLS_1_2 |
TLS 1.2 |
TLS_1_2_VALUE |
TLS 1.2 |
TLS_1_3 |
TLS 1.3 |
TLS_1_3_VALUE |
TLS 1.3 |
TLS_VERSION_UNSPECIFIED |
Indicates no TLS version was specified. |
TLS_VERSION_UNSPECIFIED_VALUE |
Indicates no TLS version was specified. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|