Uses of Class
com.azure.resourcemanager.dataprotection.models.KubernetesClusterRestoreCriteria
Package
Description
Package containing the data models for DataProtectionClient.
-
Uses of KubernetesClusterRestoreCriteria in com.azure.resourcemanager.dataprotection.models
Modifier and TypeMethodDescriptionKubernetesClusterRestoreCriteria.withConflictPolicy
(ExistingResourcePolicy conflictPolicy) Set the conflictPolicy property: Gets or sets the Conflict Policy property.KubernetesClusterRestoreCriteria.withExcludedNamespaces
(List<String> excludedNamespaces) Set the excludedNamespaces property: Gets or sets the exclude namespaces property.KubernetesClusterRestoreCriteria.withExcludedResourceTypes
(List<String> excludedResourceTypes) Set the excludedResourceTypes property: Gets or sets the exclude resource types property.KubernetesClusterRestoreCriteria.withIncludeClusterScopeResources
(boolean includeClusterScopeResources) Set the includeClusterScopeResources property: Gets or sets the include cluster resources property.KubernetesClusterRestoreCriteria.withIncludedNamespaces
(List<String> includedNamespaces) Set the includedNamespaces property: Gets or sets the include namespaces property.KubernetesClusterRestoreCriteria.withIncludedResourceTypes
(List<String> includedResourceTypes) Set the includedResourceTypes property: Gets or sets the include resource types property.KubernetesClusterRestoreCriteria.withLabelSelectors
(List<String> labelSelectors) Set the labelSelectors property: Gets or sets the LabelSelectors property.KubernetesClusterRestoreCriteria.withNamespaceMappings
(Map<String, String> namespaceMappings) Set the namespaceMappings property: Gets or sets the Namespace Mappings property.KubernetesClusterRestoreCriteria.withPersistentVolumeRestoreMode
(PersistentVolumeRestoreMode persistentVolumeRestoreMode) Set the persistentVolumeRestoreMode property: Gets or sets the PV Restore Mode property.