KubernetesClusterBackupDatasourceParametersResponse

data class KubernetesClusterBackupDatasourceParametersResponse(val excludedNamespaces: List<String>? = null, val excludedResourceTypes: List<String>? = null, val includeClusterScopeResources: Boolean, val includedNamespaces: List<String>? = null, val includedResourceTypes: List<String>? = null, val labelSelectors: List<String>? = null, val objectType: String, val snapshotVolumes: Boolean)

Parameters for Kubernetes Cluster Backup Datasource

Constructors

constructor(excludedNamespaces: List<String>? = null, excludedResourceTypes: List<String>? = null, includeClusterScopeResources: Boolean, includedNamespaces: List<String>? = null, includedResourceTypes: List<String>? = null, labelSelectors: List<String>? = null, objectType: String, snapshotVolumes: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val labelSelectors: List<String>? = null

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

Link copied to clipboard

Type of the specific object - used for deserializing Expected value is 'KubernetesClusterBackupDatasourceParameters'.

Link copied to clipboard

Gets or sets the volume snapshot property. This property if enabled will take volume snapshots during restore.