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 protected
Jsii$Proxy(PodSchedulingAttractOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by thePodSchedulingAttractOptions.Builder
.protected
Jsii$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()
boolean
equals(Object o)
Number
getWeight()
Indicates the attraction is optional (soft), with this weight score.int
hashCode()
-
-
-
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:PodSchedulingAttractOptions
Indicates the attraction is optional (soft), with this weight score.Default: - no weight. assignment is assumed to be required (hard).
- Specified by:
getWeight
in interfacePodSchedulingAttractOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-