Package org.cdk8s.plus24
Class PodSchedulingAttractOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.PodSchedulingAttractOptions.Jsii$Proxy
-
- All Implemented Interfaces:
PodSchedulingAttractOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PodSchedulingAttractOptions
@Stability(Stable) @Internal public static final class PodSchedulingAttractOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PodSchedulingAttractOptions
An implementation forPodSchedulingAttractOptions
-
-
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.plus24.PodSchedulingAttractOptions
PodSchedulingAttractOptions.Builder, PodSchedulingAttractOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PodSchedulingAttractOptions.Builder builder)Constructor that initializes the object based on literal property values passed by thePodSchedulingAttractOptions.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)NumbergetWeight()Indicates the attraction is optional (soft), with this weight score.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(PodSchedulingAttractOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by thePodSchedulingAttractOptions.Builder.
-
-
Method Detail
-
getWeight
public final Number getWeight()
Description copied from interface:PodSchedulingAttractOptionsIndicates the attraction is optional (soft), with this weight score.Default: - no weight. assignment is assumed to be required (hard).
- Specified by:
getWeightin interfacePodSchedulingAttractOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-