SchedulesProperty
Initializer
import com.aliyun.ros.cdk.sae.RosApplicationScalingRule.SchedulesProperty;
SchedulesProperty.builder()
.atTime(java.lang.String)
.atTime(IResolvable)
.targetReplicas(java.lang.Number)
.targetReplicas(IResolvable)
.build();
Properties
Name |
Type |
Description |
atTime |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
targetReplicas |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
atTime
Required
public java.lang.Object getAtTime();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
targetReplicas
Required
public java.lang.Object getTargetReplicas();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable