Condividi tramite


KubernetesClusterVaultTierRestoreCriteria Class

Definition

kubernetes Cluster Backup target info for restore operation from vault

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterVaultTierRestoreCriteriaTypeConverter))]
public class KubernetesClusterVaultTierRestoreCriteria : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IKubernetesClusterVaultTierRestoreCriteria, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterVaultTierRestoreCriteriaTypeConverter))>]
type KubernetesClusterVaultTierRestoreCriteria = class
    interface IKubernetesClusterVaultTierRestoreCriteria
    interface IJsonSerializable
    interface IItemLevelRestoreCriteria
    interface IValidates
Public Class KubernetesClusterVaultTierRestoreCriteria
Implements IKubernetesClusterVaultTierRestoreCriteria, IValidates
Inheritance
KubernetesClusterVaultTierRestoreCriteria
Attributes
Implements

Constructors

KubernetesClusterVaultTierRestoreCriteria()

Creates an new KubernetesClusterVaultTierRestoreCriteria instance.

Properties

ConflictPolicy

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

ExcludedNamespace

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

ExcludedResourceType

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

IncludeClusterScopeResource

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

IncludedNamespace

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

IncludedResourceType

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

LabelSelector

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

NamespaceMapping

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

ObjectType

Type of the specific object - used for deserializing

PersistentVolumeRestoreMode

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

ResourceModifierReferenceName

Name of the resource

ResourceModifierReferenceNamespace

Namespace in which the resource exists

RestoreHookReference

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KubernetesClusterVaultTierRestoreCriteria.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KubernetesClusterVaultTierRestoreCriteria.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IKubernetesClusterVaultTierRestoreCriteria.

FromJsonString(String)

Creates a new instance of KubernetesClusterVaultTierRestoreCriteria, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of KubernetesClusterVaultTierRestoreCriteria into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to