InMageRcmPolicyCreationInputArgs

data class InMageRcmPolicyCreationInputArgs(val appConsistentFrequencyInMinutes: Output<Int>? = null, val crashConsistentFrequencyInMinutes: Output<Int>? = null, val enableMultiVmSync: Output<String>? = null, val instanceType: Output<String>, val recoveryPointHistoryInMinutes: Output<Int>? = null) : ConvertibleToJava<InMageRcmPolicyCreationInputArgs>

InMageRcm policy creation input.

Constructors

Link copied to clipboard
constructor(appConsistentFrequencyInMinutes: Output<Int>? = null, crashConsistentFrequencyInMinutes: Output<Int>? = null, enableMultiVmSync: Output<String>? = null, instanceType: Output<String>, recoveryPointHistoryInMinutes: Output<Int>? = null)

Properties

Link copied to clipboard

The app consistent snapshot frequency (in minutes).

Link copied to clipboard

The crash consistent snapshot frequency (in minutes).

Link copied to clipboard
val enableMultiVmSync: Output<String>? = null

A value indicating whether multi-VM sync has to be enabled.

Link copied to clipboard
val instanceType: Output<String>

The class type. Expected value is 'InMageRcm'.

Link copied to clipboard
val recoveryPointHistoryInMinutes: Output<Int>? = null

The duration in minutes until which the recovery points need to be stored.

Functions

Link copied to clipboard
open override fun toJava(): InMageRcmPolicyCreationInputArgs