Share via


IKubernetesClusterRestoreCriteria Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterRestoreCriteriaTypeConverter))]
public interface IKubernetesClusterRestoreCriteria : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IItemLevelRestoreCriteria
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterRestoreCriteriaTypeConverter))>]
type IKubernetesClusterRestoreCriteria = interface
    interface IJsonSerializable
    interface IItemLevelRestoreCriteria
Public Interface IKubernetesClusterRestoreCriteria
Implements IItemLevelRestoreCriteria
Derived
Attributes
Implements

Properties

ConflictPolicy

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

ExcludedNamespace

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

ExcludedResourceType

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

IncludeClusterScopeResource

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

IncludedNamespace

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

IncludedResourceType

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

LabelSelector

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

NamespaceMapping

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

ObjectType

Type of the specific object - used for deserializing

(Inherited from IItemLevelRestoreCriteria)
PersistentVolumeRestoreMode

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

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to