Package org.cdk8s.plus25
Class WorkloadSchedulingSpreadOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.WorkloadSchedulingSpreadOptions.Jsii$Proxy
-
- All Implemented Interfaces:
WorkloadSchedulingSpreadOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- WorkloadSchedulingSpreadOptions
@Stability(Stable) @Internal public static final class WorkloadSchedulingSpreadOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements WorkloadSchedulingSpreadOptions
An implementation forWorkloadSchedulingSpreadOptions
-
-
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.plus25.WorkloadSchedulingSpreadOptions
WorkloadSchedulingSpreadOptions.Builder, WorkloadSchedulingSpreadOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(WorkloadSchedulingSpreadOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theWorkloadSchedulingSpreadOptions.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)TopologygetTopology()Which topology to spread on.NumbergetWeight()Indicates the spread is optional, 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(WorkloadSchedulingSpreadOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theWorkloadSchedulingSpreadOptions.Builder.
-
-
Method Detail
-
getTopology
public final Topology getTopology()
Description copied from interface:WorkloadSchedulingSpreadOptionsWhich topology to spread on.Default: - Topology.HOSTNAME
- Specified by:
getTopologyin interfaceWorkloadSchedulingSpreadOptions
-
getWeight
public final Number getWeight()
Description copied from interface:WorkloadSchedulingSpreadOptionsIndicates the spread is optional, with this weight score.Default: - no weight. spread is assumed to be required.
- Specified by:
getWeightin interfaceWorkloadSchedulingSpreadOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-