Package org.cdk8s.plus25.k8s
Class SeLinuxOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.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.plus25.k8s.SeLinuxOptions
SeLinuxOptions.Builder, SeLinuxOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SeLinuxOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theSeLinuxOptions.Builder.protectedJsii$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()booleanequals(Object o)StringgetLevel()Level is SELinux level label that applies to the container.StringgetRole()Role is a SELinux role label that applies to the container.StringgetType()Type is a SELinux type label that applies to the container.StringgetUser()User is a SELinux user label that applies to the container.inthashCode()
-
-
-
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:SeLinuxOptionsLevel is SELinux level label that applies to the container.- Specified by:
getLevelin interfaceSeLinuxOptions
-
getRole
public final String getRole()
Description copied from interface:SeLinuxOptionsRole is a SELinux role label that applies to the container.- Specified by:
getRolein interfaceSeLinuxOptions
-
getType
public final String getType()
Description copied from interface:SeLinuxOptionsType is a SELinux type label that applies to the container.- Specified by:
getTypein interfaceSeLinuxOptions
-
getUser
public final String getUser()
Description copied from interface:SeLinuxOptionsUser is a SELinux user label that applies to the container.- Specified by:
getUserin interfaceSeLinuxOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-