Class OlvmSelinux
Represents SELinux in the system
Inherited Members
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class OlvmSelinux
Properties
SeLinuxMode
Declaration
[JsonProperty(PropertyName = "seLinuxMode")]
[JsonConverter(typeof(StringEnumConverter))]
public OlvmSelinux.SeLinuxModeEnum? SeLinuxMode { get; set; }
Property Value
| Type | Description |
|---|---|
| OlvmSelinux.SeLinuxModeEnum? | Represents an SELinux enforcement mode. |