Uses of Class
com.tencentcloudapi.cvm.v20170312.models.ActionTimer
-
Packages that use ActionTimer Package Description com.tencentcloudapi.cvm.v20170312.models -
-
Uses of ActionTimer in com.tencentcloudapi.cvm.v20170312.models
Methods in com.tencentcloudapi.cvm.v20170312.models that return ActionTimer Modifier and Type Method Description ActionTimer
CreateLaunchTemplateRequest. getActionTimer()
Get 定时任务。通过该参数可以为实例指定定时任务,目前仅支持定时销毁。ActionTimer
CreateLaunchTemplateVersionRequest. getActionTimer()
Get 定时任务。通过该参数可以为实例指定定时任务,目前仅支持定时销毁。ActionTimer
LaunchTemplateVersionData. getActionTimer()
Get 定时任务。通过该参数可以为实例指定定时任务,目前仅支持定时销毁。 注意:此字段可能返回 null,表示取不到有效值。ActionTimer
RunInstancesRequest. getActionTimer()
Get 定时任务。通过该参数可以为实例指定定时任务,目前仅支持定时销毁。Methods in com.tencentcloudapi.cvm.v20170312.models with parameters of type ActionTimer Modifier and Type Method Description void
CreateLaunchTemplateRequest. setActionTimer(ActionTimer ActionTimer)
Set 定时任务。通过该参数可以为实例指定定时任务,目前仅支持定时销毁。void
CreateLaunchTemplateVersionRequest. setActionTimer(ActionTimer ActionTimer)
Set 定时任务。通过该参数可以为实例指定定时任务,目前仅支持定时销毁。void
LaunchTemplateVersionData. setActionTimer(ActionTimer ActionTimer)
Set 定时任务。通过该参数可以为实例指定定时任务,目前仅支持定时销毁。 注意:此字段可能返回 null,表示取不到有效值。void
RunInstancesRequest. setActionTimer(ActionTimer ActionTimer)
Set 定时任务。通过该参数可以为实例指定定时任务,目前仅支持定时销毁。Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type ActionTimer Constructor Description ActionTimer(ActionTimer source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-