Reference documentation and code samples for the Google Cloud Gke Backup V1 Client class RestoreConfig.
Configuration of a restore.
Next id: 9
Generated from protobuf message google.cloud.gkebackup.v1.RestoreConfig
Namespace
Google \ Cloud \ GkeBackup \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ volume_data_restore_policy |
int
Specifies the mechanism to be used to restore volume data. Default: VOLUME_DATA_RESTORE_POLICY_UNSPECIFIED (will be treated as NO_VOLUME_DATA_RESTORATION). |
↳ cluster_resource_conflict_policy |
int
Defines the behavior for handling the situation where cluster-scoped resources being restored already exist in the target cluster. This MUST be set to a value other than CLUSTER_RESOURCE_CONFLICT_POLICY_UNSPECIFIED if cluster_resource_restore_scope is not empty. |
↳ namespaced_resource_restore_mode |
int
Defines the behavior for handling the situation where sets of namespaced resources being restored already exist in the target cluster. This MUST be set to a value other than NAMESPACED_RESOURCE_RESTORE_MODE_UNSPECIFIED. |
↳ cluster_resource_restore_scope |
Google\Cloud\GkeBackup\V1\RestoreConfig\ClusterResourceRestoreScope
Identifies the cluster-scoped resources to restore from the Backup. Not specifying it means NO cluster resource will be restored. |
↳ all_namespaces |
bool
Restore all namespaced resources in the Backup if set to "True". Specifying this field to "False" is an error. |
↳ selected_namespaces |
Google\Cloud\GkeBackup\V1\Namespaces
A list of selected Namespaces to restore from the Backup. The listed Namespaces and all resources contained in them will be restored. |
↳ selected_applications |
Google\Cloud\GkeBackup\V1\NamespacedNames
A list of selected ProtectedApplications to restore. The listed ProtectedApplications and all the resources to which they refer will be restored. |
↳ substitution_rules |
array<Google\Cloud\GkeBackup\V1\RestoreConfig\SubstitutionRule>
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup. Rules are executed in order defined - this order matters, as changes made by a rule may impact the filtering logic of subsequent rules. An empty list means no substitution will occur. |
getVolumeDataRestorePolicy
Specifies the mechanism to be used to restore volume data.
Default: VOLUME_DATA_RESTORE_POLICY_UNSPECIFIED (will be treated as NO_VOLUME_DATA_RESTORATION).
Returns | |
---|---|
Type | Description |
int |
setVolumeDataRestorePolicy
Specifies the mechanism to be used to restore volume data.
Default: VOLUME_DATA_RESTORE_POLICY_UNSPECIFIED (will be treated as NO_VOLUME_DATA_RESTORATION).
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getClusterResourceConflictPolicy
Defines the behavior for handling the situation where cluster-scoped resources being restored already exist in the target cluster. This MUST be set to a value other than CLUSTER_RESOURCE_CONFLICT_POLICY_UNSPECIFIED if cluster_resource_restore_scope is not empty.
Returns | |
---|---|
Type | Description |
int |
setClusterResourceConflictPolicy
Defines the behavior for handling the situation where cluster-scoped resources being restored already exist in the target cluster. This MUST be set to a value other than CLUSTER_RESOURCE_CONFLICT_POLICY_UNSPECIFIED if cluster_resource_restore_scope is not empty.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getNamespacedResourceRestoreMode
Defines the behavior for handling the situation where sets of namespaced resources being restored already exist in the target cluster. This MUST be set to a value other than NAMESPACED_RESOURCE_RESTORE_MODE_UNSPECIFIED.
Returns | |
---|---|
Type | Description |
int |
setNamespacedResourceRestoreMode
Defines the behavior for handling the situation where sets of namespaced resources being restored already exist in the target cluster. This MUST be set to a value other than NAMESPACED_RESOURCE_RESTORE_MODE_UNSPECIFIED.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getClusterResourceRestoreScope
Identifies the cluster-scoped resources to restore from the Backup.
Not specifying it means NO cluster resource will be restored.
Returns | |
---|---|
Type | Description |
Google\Cloud\GkeBackup\V1\RestoreConfig\ClusterResourceRestoreScope|null |
hasClusterResourceRestoreScope
clearClusterResourceRestoreScope
setClusterResourceRestoreScope
Identifies the cluster-scoped resources to restore from the Backup.
Not specifying it means NO cluster resource will be restored.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\GkeBackup\V1\RestoreConfig\ClusterResourceRestoreScope
|
Returns | |
---|---|
Type | Description |
$this |
getAllNamespaces
Restore all namespaced resources in the Backup if set to "True".
Specifying this field to "False" is an error.
Returns | |
---|---|
Type | Description |
bool |
hasAllNamespaces
setAllNamespaces
Restore all namespaced resources in the Backup if set to "True".
Specifying this field to "False" is an error.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getSelectedNamespaces
A list of selected Namespaces to restore from the Backup. The listed Namespaces and all resources contained in them will be restored.
Returns | |
---|---|
Type | Description |
Google\Cloud\GkeBackup\V1\Namespaces|null |
hasSelectedNamespaces
setSelectedNamespaces
A list of selected Namespaces to restore from the Backup. The listed Namespaces and all resources contained in them will be restored.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\GkeBackup\V1\Namespaces
|
Returns | |
---|---|
Type | Description |
$this |
getSelectedApplications
A list of selected ProtectedApplications to restore. The listed ProtectedApplications and all the resources to which they refer will be restored.
Returns | |
---|---|
Type | Description |
Google\Cloud\GkeBackup\V1\NamespacedNames|null |
hasSelectedApplications
setSelectedApplications
A list of selected ProtectedApplications to restore. The listed ProtectedApplications and all the resources to which they refer will be restored.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\GkeBackup\V1\NamespacedNames
|
Returns | |
---|---|
Type | Description |
$this |
getSubstitutionRules
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup. Rules are executed in order defined - this order matters, as changes made by a rule may impact the filtering logic of subsequent rules. An empty list means no substitution will occur.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSubstitutionRules
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup. Rules are executed in order defined - this order matters, as changes made by a rule may impact the filtering logic of subsequent rules. An empty list means no substitution will occur.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\GkeBackup\V1\RestoreConfig\SubstitutionRule>
|
Returns | |
---|---|
Type | Description |
$this |
getNamespacedResourceRestoreScope
Returns | |
---|---|
Type | Description |
string |