KubernetesClusterBackupDatasourceParametersArgs

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

Parameters for Kubernetes Cluster Backup Datasource

Constructors

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

Properties

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

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

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

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
val includedNamespaces: Output<List<String>>? = null

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

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

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: Output<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
val objectType: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): KubernetesClusterBackupDatasourceParametersArgs