Package com.google.container.v1beta1
Enum ProtectConfig.WorkloadVulnerabilityMode
- java.lang.Object
-
- java.lang.Enum<ProtectConfig.WorkloadVulnerabilityMode>
-
- com.google.container.v1beta1.ProtectConfig.WorkloadVulnerabilityMode
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<ProtectConfig.WorkloadVulnerabilityMode>
- Enclosing class:
- ProtectConfig
public static enum ProtectConfig.WorkloadVulnerabilityMode extends Enum<ProtectConfig.WorkloadVulnerabilityMode> implements com.google.protobuf.ProtocolMessageEnum
WorkloadVulnerabilityMode defines mode to perform vulnerability scanning.
Protobuf enumgoogle.container.v1beta1.ProtectConfig.WorkloadVulnerabilityMode
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BASIC
Applies basic vulnerability scanning settings for cluster workloads.DISABLED
Disables Workload Vulnerability Scanning feature on the cluster.UNRECOGNIZED
WORKLOAD_VULNERABILITY_MODE_UNSPECIFIED
Default value not specified.
-
Field Summary
Fields Modifier and Type Field Description static int
BASIC_VALUE
Applies basic vulnerability scanning settings for cluster workloads.static int
DISABLED_VALUE
Disables Workload Vulnerability Scanning feature on the cluster.static int
WORKLOAD_VULNERABILITY_MODE_UNSPECIFIED_VALUE
Default value not specified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ProtectConfig.WorkloadVulnerabilityMode
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<ProtectConfig.WorkloadVulnerabilityMode>
internalGetValueMap()
static ProtectConfig.WorkloadVulnerabilityMode
valueOf(int value)
Deprecated.static ProtectConfig.WorkloadVulnerabilityMode
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ProtectConfig.WorkloadVulnerabilityMode
valueOf(String name)
Returns the enum constant of this type with the specified name.static ProtectConfig.WorkloadVulnerabilityMode[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
WORKLOAD_VULNERABILITY_MODE_UNSPECIFIED
public static final ProtectConfig.WorkloadVulnerabilityMode WORKLOAD_VULNERABILITY_MODE_UNSPECIFIED
Default value not specified.
WORKLOAD_VULNERABILITY_MODE_UNSPECIFIED = 0;
-
DISABLED
public static final ProtectConfig.WorkloadVulnerabilityMode DISABLED
Disables Workload Vulnerability Scanning feature on the cluster.
DISABLED = 1;
-
BASIC
public static final ProtectConfig.WorkloadVulnerabilityMode BASIC
Applies basic vulnerability scanning settings for cluster workloads.
BASIC = 2;
-
UNRECOGNIZED
public static final ProtectConfig.WorkloadVulnerabilityMode UNRECOGNIZED
-
-
Field Detail
-
WORKLOAD_VULNERABILITY_MODE_UNSPECIFIED_VALUE
public static final int WORKLOAD_VULNERABILITY_MODE_UNSPECIFIED_VALUE
Default value not specified.
WORKLOAD_VULNERABILITY_MODE_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
DISABLED_VALUE
public static final int DISABLED_VALUE
Disables Workload Vulnerability Scanning feature on the cluster.
DISABLED = 1;
- See Also:
- Constant Field Values
-
BASIC_VALUE
public static final int BASIC_VALUE
Applies basic vulnerability scanning settings for cluster workloads.
BASIC = 2;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ProtectConfig.WorkloadVulnerabilityMode[] 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 (ProtectConfig.WorkloadVulnerabilityMode c : ProtectConfig.WorkloadVulnerabilityMode.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ProtectConfig.WorkloadVulnerabilityMode 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:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static ProtectConfig.WorkloadVulnerabilityMode 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 ProtectConfig.WorkloadVulnerabilityMode 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<ProtectConfig.WorkloadVulnerabilityMode> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static ProtectConfig.WorkloadVulnerabilityMode 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
-
-