Google Cloud Migration Center V1 Client - Class SeLinuxMode (1.0.0)

Reference documentation and code samples for the Google Cloud Migration Center V1 Client class SeLinuxMode.

Security-Enhanced Linux (SELinux) mode.

Protobuf type google.cloud.migrationcenter.v1.GuestConfigDetails.SeLinuxMode

Namespace

Google \ Cloud \ MigrationCenter \ V1 \ GuestConfigDetails

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SE_LINUX_MODE_UNSPECIFIED

Value: 0

SELinux mode unknown or unspecified.

Generated from protobuf enum SE_LINUX_MODE_UNSPECIFIED = 0;

SE_LINUX_MODE_DISABLED

Value: 1

SELinux is disabled.

Generated from protobuf enum SE_LINUX_MODE_DISABLED = 1;

SE_LINUX_MODE_PERMISSIVE

Value: 2

SELinux permissive mode.

Generated from protobuf enum SE_LINUX_MODE_PERMISSIVE = 2;

SE_LINUX_MODE_ENFORCING

Value: 3

SELinux enforcing mode.

Generated from protobuf enum SE_LINUX_MODE_ENFORCING = 3;