Package com.google.cloud.compute.v1
Enum SslPolicy.MinTlsVersion
- java.lang.Object
-
- java.lang.Enum<SslPolicy.MinTlsVersion>
-
- com.google.cloud.compute.v1.SslPolicy.MinTlsVersion
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<SslPolicy.MinTlsVersion>
- Enclosing class:
- SslPolicy
public static enum SslPolicy.MinTlsVersion extends Enum<SslPolicy.MinTlsVersion> implements com.google.protobuf.ProtocolMessageEnum
The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer. This can be one of TLS_1_0, TLS_1_1, TLS_1_2.
Protobuf enumgoogle.cloud.compute.v1.SslPolicy.MinTlsVersion
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TLS_1_0TLS 1.0TLS_1_1TLS 1.1TLS_1_2TLS 1.2UNDEFINED_MIN_TLS_VERSIONA value indicating that the enum field is not set.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intTLS_1_0_VALUETLS 1.0static intTLS_1_1_VALUETLS 1.1static intTLS_1_2_VALUETLS 1.2static intUNDEFINED_MIN_TLS_VERSION_VALUEA value indicating that the enum field is not set.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SslPolicy.MinTlsVersionforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<SslPolicy.MinTlsVersion>internalGetValueMap()static SslPolicy.MinTlsVersionvalueOf(int value)Deprecated.static SslPolicy.MinTlsVersionvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SslPolicy.MinTlsVersionvalueOf(String name)Returns the enum constant of this type with the specified name.static SslPolicy.MinTlsVersion[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNDEFINED_MIN_TLS_VERSION
public static final SslPolicy.MinTlsVersion UNDEFINED_MIN_TLS_VERSION
A value indicating that the enum field is not set.
UNDEFINED_MIN_TLS_VERSION = 0;
-
TLS_1_0
public static final SslPolicy.MinTlsVersion TLS_1_0
TLS 1.0
TLS_1_0 = 33116734;
-
TLS_1_1
public static final SslPolicy.MinTlsVersion TLS_1_1
TLS 1.1
TLS_1_1 = 33116735;
-
TLS_1_2
public static final SslPolicy.MinTlsVersion TLS_1_2
TLS 1.2
TLS_1_2 = 33116736;
-
UNRECOGNIZED
public static final SslPolicy.MinTlsVersion UNRECOGNIZED
-
-
Field Detail
-
UNDEFINED_MIN_TLS_VERSION_VALUE
public static final int UNDEFINED_MIN_TLS_VERSION_VALUE
A value indicating that the enum field is not set.
UNDEFINED_MIN_TLS_VERSION = 0;- See Also:
- Constant Field Values
-
TLS_1_0_VALUE
public static final int TLS_1_0_VALUE
TLS 1.0
TLS_1_0 = 33116734;- See Also:
- Constant Field Values
-
TLS_1_1_VALUE
public static final int TLS_1_1_VALUE
TLS 1.1
TLS_1_1 = 33116735;- See Also:
- Constant Field Values
-
TLS_1_2_VALUE
public static final int TLS_1_2_VALUE
TLS 1.2
TLS_1_2 = 33116736;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static SslPolicy.MinTlsVersion[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (SslPolicy.MinTlsVersion c : SslPolicy.MinTlsVersion.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SslPolicy.MinTlsVersion valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static SslPolicy.MinTlsVersion valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static SslPolicy.MinTlsVersion forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<SslPolicy.MinTlsVersion> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static SslPolicy.MinTlsVersion valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-