Package org.cdk8s.plus24
Class IScalable.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.IScalable.Jsii$Proxy
-
- All Implemented Interfaces:
IScalable
,IScalable.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IScalable
@Internal public static final class IScalable.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IScalable.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
-
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.IScalable
IScalable.Jsii$Default, IScalable.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getHasAutoscaler()
If this is a target of an autoscaler.void
markHasAutoscaler()
Called on all IScalable targets when they are associated with an autoscaler.void
setHasAutoscaler(Boolean value)
If this is a target of an autoscaler.ScalingTarget
toScalingTarget()
Return the target spec properties of this Scalable.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
getHasAutoscaler
@Stability(Stable) @NotNull public final Boolean getHasAutoscaler()
If this is a target of an autoscaler.- Specified by:
getHasAutoscaler
in interfaceIScalable
- Specified by:
getHasAutoscaler
in interfaceIScalable.Jsii$Default
-
setHasAutoscaler
@Stability(Stable) public final void setHasAutoscaler(@NotNull Boolean value)
If this is a target of an autoscaler.- Specified by:
setHasAutoscaler
in interfaceIScalable
- Specified by:
setHasAutoscaler
in interfaceIScalable.Jsii$Default
-
markHasAutoscaler
@Stability(Stable) public final void markHasAutoscaler()
Called on all IScalable targets when they are associated with an autoscaler.- Specified by:
markHasAutoscaler
in interfaceIScalable
- Specified by:
markHasAutoscaler
in interfaceIScalable.Jsii$Default
-
toScalingTarget
@Stability(Stable) @NotNull public final ScalingTarget toScalingTarget()
Return the target spec properties of this Scalable.- Specified by:
toScalingTarget
in interfaceIScalable
- Specified by:
toScalingTarget
in interfaceIScalable.Jsii$Default
-
-