IKubernetesClusterVaultTierRestoreCriteria Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterVaultTierRestoreCriteriaTypeConverter))]
public interface IKubernetesClusterVaultTierRestoreCriteria : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IItemLevelRestoreCriteria
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterVaultTierRestoreCriteriaTypeConverter))>]
type IKubernetesClusterVaultTierRestoreCriteria = interface
interface IJsonSerializable
interface IItemLevelRestoreCriteria
Public Interface IKubernetesClusterVaultTierRestoreCriteria
Implements IItemLevelRestoreCriteria
- Derived
- Attributes
- Implements
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 (Inherited from IItemLevelRestoreCriteria) |
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |