Package org.cdk8s.plus20
Interface Sysctl
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Sysctl.Jsii$Proxy
@Generated(value="jsii-pacmak/1.56.0 (build 55e7d15)", date="2022-04-13T14:52:28.950Z") @Stability(Stable) public interface Sysctl extends software.amazon.jsii.JsiiSerializable
Sysctl defines a kernel parameter to be set.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSysctl.BuilderA builder forSysctlstatic classSysctl.Jsii$ProxyAn implementation forSysctl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Sysctl.Builderbuilder()StringgetName()Name of a property to set.StringgetValue()Value of a property to set.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Name of a property to set.
-
getValue
@Stability(Stable) @NotNull String getValue()
Value of a property to set.
-
builder
@Stability(Stable) static Sysctl.Builder builder()
- Returns:
- a
Sysctl.BuilderofSysctl
-
-