Share via


KubernetesClusterVaultTierRestoreCriteria Class

Definition

kubernetes Cluster Backup target info for restore operation from vault.

public class KubernetesClusterVaultTierRestoreCriteria : Azure.ResourceManager.DataProtectionBackup.Models.ItemLevelRestoreCriteria, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.KubernetesClusterVaultTierRestoreCriteria>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.KubernetesClusterVaultTierRestoreCriteria>
public class KubernetesClusterVaultTierRestoreCriteria : Azure.ResourceManager.DataProtectionBackup.Models.ItemLevelRestoreCriteria
type KubernetesClusterVaultTierRestoreCriteria = class
    inherit ItemLevelRestoreCriteria
    interface IJsonModel<KubernetesClusterVaultTierRestoreCriteria>
    interface IPersistableModel<KubernetesClusterVaultTierRestoreCriteria>
type KubernetesClusterVaultTierRestoreCriteria = class
    inherit ItemLevelRestoreCriteria
Public Class KubernetesClusterVaultTierRestoreCriteria
Inherits ItemLevelRestoreCriteria
Implements IJsonModel(Of KubernetesClusterVaultTierRestoreCriteria), IPersistableModel(Of KubernetesClusterVaultTierRestoreCriteria)
Public Class KubernetesClusterVaultTierRestoreCriteria
Inherits ItemLevelRestoreCriteria
Inheritance
KubernetesClusterVaultTierRestoreCriteria
Implements

Constructors

KubernetesClusterVaultTierRestoreCriteria(Boolean)

Initializes a new instance of KubernetesClusterVaultTierRestoreCriteria.

Properties

ConflictPolicy

Gets or sets the Conflict Policy property. This property sets policy during conflict of resources during restore from vault.

ExcludedNamespaces

Gets or sets the exclude namespaces property. This property sets the namespaces to be excluded during restore from vault.

ExcludedResourceTypes

Gets or sets the exclude resource types property. This property sets the resource types to be excluded during restore from vault.

IncludeClusterScopeResources

Gets or sets the include cluster resources property. This property if enabled will include cluster scope resources during restore from vault.

IncludedNamespaces

Gets or sets the include namespaces property. This property sets the namespaces to be included during restore from vault.

IncludedResourceTypes

Gets or sets the include resource types property. This property sets the resource types to be included during restore from vault.

LabelSelectors

Gets or sets the LabelSelectors property. This property sets the resource with such label selectors to be included during restore from vault.

NamespaceMappings

Gets or sets the Namespace Mappings property. This property sets if namespace needs to be change during restore from vault.

PersistentVolumeRestoreMode

Gets or sets the PV (Persistent Volume) Restore Mode property. This property sets whether volumes needs to be restored from vault.

ResourceModifierReference

Gets or sets the resource modifier reference. This property sets the reference for resource modifier during restore.

RestoreHookReferences

Gets or sets the restore hook references. This property sets the hook reference to be executed during restore from vault.

StagingResourceGroupId

Gets or sets the staging RG Id for creating staging disks and snapshots during restore from vault.

StagingStorageAccountId

Gets or sets the staging Storage Account Id for creating backup extension object store data during restore from vault.

Explicit Interface Implementations

IJsonModel<ItemLevelRestoreCriteria>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ItemLevelRestoreCriteria)
IJsonModel<ItemLevelRestoreCriteria>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ItemLevelRestoreCriteria)
IJsonModel<KubernetesClusterVaultTierRestoreCriteria>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<KubernetesClusterVaultTierRestoreCriteria>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ItemLevelRestoreCriteria>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ItemLevelRestoreCriteria)
IPersistableModel<ItemLevelRestoreCriteria>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ItemLevelRestoreCriteria)
IPersistableModel<ItemLevelRestoreCriteria>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ItemLevelRestoreCriteria)
IPersistableModel<KubernetesClusterVaultTierRestoreCriteria>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KubernetesClusterVaultTierRestoreCriteria>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<KubernetesClusterVaultTierRestoreCriteria>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to