Package org.cdk8s.plus23.k8s
Class SeLinuxOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus23.k8s.SeLinuxOptions.Jsii$Proxy
-
- All Implemented Interfaces:
SeLinuxOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SeLinuxOptions
@Stability(Stable) @Internal public static final class SeLinuxOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SeLinuxOptions
An implementation forSeLinuxOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus23.k8s.SeLinuxOptions
SeLinuxOptions.Builder, SeLinuxOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(SeLinuxOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theSeLinuxOptions.Builder
.protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
$jsii$toJson()
boolean
equals(Object o)
String
getLevel()
Level is SELinux level label that applies to the container.String
getRole()
Role is a SELinux role label that applies to the container.String
getType()
Type is a SELinux type label that applies to the container.String
getUser()
User is a SELinux user label that applies to the container.int
hashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(SeLinuxOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theSeLinuxOptions.Builder
.
-
-
Method Detail
-
getLevel
public final String getLevel()
Description copied from interface:SeLinuxOptions
Level is SELinux level label that applies to the container.- Specified by:
getLevel
in interfaceSeLinuxOptions
-
getRole
public final String getRole()
Description copied from interface:SeLinuxOptions
Role is a SELinux role label that applies to the container.- Specified by:
getRole
in interfaceSeLinuxOptions
-
getType
public final String getType()
Description copied from interface:SeLinuxOptions
Type is a SELinux type label that applies to the container.- Specified by:
getType
in interfaceSeLinuxOptions
-
getUser
public final String getUser()
Description copied from interface:SeLinuxOptions
User is a SELinux user label that applies to the container.- Specified by:
getUser
in interfaceSeLinuxOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-