public static enum GuestConfigDetails.SeLinuxMode extends Enum<GuestConfigDetails.SeLinuxMode> implements com.google.protobuf.ProtocolMessageEnum
Security-Enhanced Linux (SELinux) mode.Protobuf enum
google.cloud.migrationcenter.v1.GuestConfigDetails.SeLinuxMode| Enum Constant and Description |
|---|
SE_LINUX_MODE_DISABLED
SELinux is disabled.
|
SE_LINUX_MODE_ENFORCING
SELinux enforcing mode.
|
SE_LINUX_MODE_PERMISSIVE
SELinux permissive mode.
|
SE_LINUX_MODE_UNSPECIFIED
SELinux mode unknown or unspecified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
SE_LINUX_MODE_DISABLED_VALUE
SELinux is disabled.
|
static int |
SE_LINUX_MODE_ENFORCING_VALUE
SELinux enforcing mode.
|
static int |
SE_LINUX_MODE_PERMISSIVE_VALUE
SELinux permissive mode.
|
static int |
SE_LINUX_MODE_UNSPECIFIED_VALUE
SELinux mode unknown or unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
static GuestConfigDetails.SeLinuxMode |
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<GuestConfigDetails.SeLinuxMode> |
internalGetValueMap() |
static GuestConfigDetails.SeLinuxMode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static GuestConfigDetails.SeLinuxMode |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GuestConfigDetails.SeLinuxMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuestConfigDetails.SeLinuxMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuestConfigDetails.SeLinuxMode SE_LINUX_MODE_UNSPECIFIED
SELinux mode unknown or unspecified.
SE_LINUX_MODE_UNSPECIFIED = 0;public static final GuestConfigDetails.SeLinuxMode SE_LINUX_MODE_DISABLED
SELinux is disabled.
SE_LINUX_MODE_DISABLED = 1;public static final GuestConfigDetails.SeLinuxMode SE_LINUX_MODE_PERMISSIVE
SELinux permissive mode.
SE_LINUX_MODE_PERMISSIVE = 2;public static final GuestConfigDetails.SeLinuxMode SE_LINUX_MODE_ENFORCING
SELinux enforcing mode.
SE_LINUX_MODE_ENFORCING = 3;public static final GuestConfigDetails.SeLinuxMode UNRECOGNIZED
public static final int SE_LINUX_MODE_UNSPECIFIED_VALUE
SELinux mode unknown or unspecified.
SE_LINUX_MODE_UNSPECIFIED = 0;public static final int SE_LINUX_MODE_DISABLED_VALUE
SELinux is disabled.
SE_LINUX_MODE_DISABLED = 1;public static final int SE_LINUX_MODE_PERMISSIVE_VALUE
SELinux permissive mode.
SE_LINUX_MODE_PERMISSIVE = 2;public static final int SE_LINUX_MODE_ENFORCING_VALUE
SELinux enforcing mode.
SE_LINUX_MODE_ENFORCING = 3;public static GuestConfigDetails.SeLinuxMode[] values()
for (GuestConfigDetails.SeLinuxMode c : GuestConfigDetails.SeLinuxMode.values()) System.out.println(c);
public static GuestConfigDetails.SeLinuxMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static GuestConfigDetails.SeLinuxMode valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static GuestConfigDetails.SeLinuxMode forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<GuestConfigDetails.SeLinuxMode> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static GuestConfigDetails.SeLinuxMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.