Package org.cdk8s.plus20
Interface Resources
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Resources.Jsii$Proxy
@Generated(value="jsii-pacmak/1.56.0 (build 55e7d15)", date="2022-04-13T14:52:28.931Z") @Stability(Stable) public interface Resources extends software.amazon.jsii.JsiiSerializable
CPU and memory compute resources.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResources.BuilderA builder forResourcesstatic classResources.Jsii$ProxyAn implementation forResources
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Resources.Builderbuilder()CpuResourcesgetCpu()MemoryResourcesgetMemory()
-
-
-
Method Detail
-
getCpu
@Stability(Stable) @NotNull CpuResources getCpu()
-
getMemory
@Stability(Stable) @NotNull MemoryResources getMemory()
-
builder
@Stability(Stable) static Resources.Builder builder()
- Returns:
- a
Resources.BuilderofResources
-
-