Skip to content

RosAutoSnapshotPolicyProps

Properties for defining a RosAutoSnapshotPolicy.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-autosnapshotpolicy

Initializer

import com.aliyun.ros.cdk.ecs.datasource.RosAutoSnapshotPolicyProps;
RosAutoSnapshotPolicyProps.builder()
    .autoSnapshotPolicyId(java.lang.String)
    .autoSnapshotPolicyId(IResolvable)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
    .build();

Properties

Name Type Description
autoSnapshotPolicyId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
refreshOptions java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

autoSnapshotPolicyIdRequired

public java.lang.Object getAutoSnapshotPolicyId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

refreshOptionsOptional

public java.lang.Object getRefreshOptions();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable