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. |
atTimeRequired
public java.lang.Object getAtTime();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
targetReplicasRequired
public java.lang.Object getTargetReplicas();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable