Package org.cdk8s.plus25
Interface Sysctl
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Sysctl.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.445Z") @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
-
-