GetAutoSnapShotPoliciesAutoSnapShotPolicy

data class GetAutoSnapShotPoliciesAutoSnapShotPolicy(val appliedDbfsNumber: Int, val createTime: String, val id: String, val lastModified: String, val policyId: String, val policyName: String, val repeatWeekdays: List<String>, val retentionDays: Int, val status: String, val statusDetail: String, val timePoints: List<String>)

Constructors

constructor(appliedDbfsNumber: Int, createTime: String, id: String, lastModified: String, policyId: String, policyName: String, repeatWeekdays: List<String>, retentionDays: Int, status: String, statusDetail: String, timePoints: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of database file systems set by the automatic snapshot policy.

Link copied to clipboard

The creation time of the resource

Link copied to clipboard
val id: String

The ID of the policy.

Link copied to clipboard

Last modification time of automatic snapshot policy

Link copied to clipboard

Automatic snapshot policy ID

Link copied to clipboard

Automatic snapshot policy name

Link copied to clipboard

A collection of automatic snapshots performed on several days of the week.

Link copied to clipboard

Automatic snapshot retention days

Link copied to clipboard

Automatic snapshot policy status

Link copied to clipboard

Automatic snapshot policy status details

Link copied to clipboard

The set of times at which the snapshot is taken on the day the automatic snapshot is executed.