Class VaultPropertiesRedundancySettings

java.lang.Object
com.azure.resourcemanager.recoveryservices.models.VaultPropertiesRedundancySettings

public final class VaultPropertiesRedundancySettings extends Object
The redundancy Settings of a Vault.
  • Constructor Details

    • VaultPropertiesRedundancySettings

      public VaultPropertiesRedundancySettings()
  • Method Details

    • standardTierStorageRedundancy

      public StandardTierStorageRedundancy standardTierStorageRedundancy()
      Get the standardTierStorageRedundancy property: The storage redundancy setting of a vault.
      Returns:
      the standardTierStorageRedundancy value.
    • crossRegionRestore

      public CrossRegionRestore crossRegionRestore()
      Get the crossRegionRestore property: Flag to show if Cross Region Restore is enabled on the Vault or not.
      Returns:
      the crossRegionRestore value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.