HyperVToAzStackHCIPolicyModelCustomPropertiesArgs

data class HyperVToAzStackHCIPolicyModelCustomPropertiesArgs(val appConsistentFrequencyInMinutes: Output<Int>, val crashConsistentFrequencyInMinutes: Output<Int>, val instanceType: Output<String>, val recoveryPointHistoryInMinutes: Output<Int>) : ConvertibleToJava<HyperVToAzStackHCIPolicyModelCustomPropertiesArgs>

HyperV To AzStackHCI Policy model custom properties.

Constructors

constructor(appConsistentFrequencyInMinutes: Output<Int>, crashConsistentFrequencyInMinutes: Output<Int>, instanceType: Output<String>, recoveryPointHistoryInMinutes: Output<Int>)

Properties

Link copied to clipboard

Gets or sets the app consistent snapshot frequency (in minutes).

Link copied to clipboard

Gets or sets the crash consistent snapshot frequency (in minutes).

Link copied to clipboard
val instanceType: Output<String>

Gets or sets the instance type. Expected value is 'HyperVToAzStackHCI'.

Link copied to clipboard

Gets or sets the duration in minutes until which the recovery points need to be stored.

Functions

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