Uses of Class
com.google.cloud.migrationcenter.v1.GuestConfigDetails.SeLinuxMode
-
Packages that use GuestConfigDetails.SeLinuxMode Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of GuestConfigDetails.SeLinuxMode in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return GuestConfigDetails.SeLinuxMode Modifier and Type Method Description static GuestConfigDetails.SeLinuxMode
GuestConfigDetails.SeLinuxMode. forNumber(int value)
GuestConfigDetails.SeLinuxMode
GuestConfigDetails.Builder. getSelinuxMode()
Security-Enhanced Linux (SELinux) mode.GuestConfigDetails.SeLinuxMode
GuestConfigDetails. getSelinuxMode()
Security-Enhanced Linux (SELinux) mode.GuestConfigDetails.SeLinuxMode
GuestConfigDetailsOrBuilder. getSelinuxMode()
Security-Enhanced Linux (SELinux) mode.static GuestConfigDetails.SeLinuxMode
GuestConfigDetails.SeLinuxMode. valueOf(int value)
Deprecated.static GuestConfigDetails.SeLinuxMode
GuestConfigDetails.SeLinuxMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static GuestConfigDetails.SeLinuxMode
GuestConfigDetails.SeLinuxMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static GuestConfigDetails.SeLinuxMode[]
GuestConfigDetails.SeLinuxMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type GuestConfigDetails.SeLinuxMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<GuestConfigDetails.SeLinuxMode>
GuestConfigDetails.SeLinuxMode. internalGetValueMap()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type GuestConfigDetails.SeLinuxMode Modifier and Type Method Description GuestConfigDetails.Builder
GuestConfigDetails.Builder. setSelinuxMode(GuestConfigDetails.SeLinuxMode value)
Security-Enhanced Linux (SELinux) mode.
-