Package org.cdk8s.plus24
Interface Sysctl
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Sysctl.Jsii$Proxy
@Generated(value="jsii-pacmak/1.79.0 (build b22f628)", date="2023-03-31T02:28:41.703Z") @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 class
Sysctl.Builder
A builder forSysctl
static class
Sysctl.Jsii$Proxy
An implementation forSysctl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Sysctl.Builder
builder()
String
getName()
Name of a property to set.String
getValue()
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.Builder
ofSysctl
-
-