Show / Hide Table of Contents

Class OlvmSelinux

Represents SELinux in the system

Inheritance
object
OlvmSelinux
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top