- 0.52.0 (latest)
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.6
- 0.1.0
public static interface BackupPlan.BackupConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAllNamespaces()
public abstract boolean getAllNamespaces()
If True, include all namespaced resources
bool all_namespaces = 1;
Type | Description |
boolean | The allNamespaces. |
getBackupScopeCase()
public abstract BackupPlan.BackupConfig.BackupScopeCase getBackupScopeCase()
Type | Description |
BackupPlan.BackupConfig.BackupScopeCase |
getEncryptionKey()
public abstract EncryptionKey getEncryptionKey()
This defines a customer managed encryption key that will be used to encrypt the "config" portion (the Kubernetes resources) of Backups created via this plan. Default (empty): Config backup artifacts will not be encrypted.
.google.cloud.gkebackup.v1.EncryptionKey encryption_key = 6;
Type | Description |
EncryptionKey | The encryptionKey. |
getEncryptionKeyOrBuilder()
public abstract EncryptionKeyOrBuilder getEncryptionKeyOrBuilder()
This defines a customer managed encryption key that will be used to encrypt the "config" portion (the Kubernetes resources) of Backups created via this plan. Default (empty): Config backup artifacts will not be encrypted.
.google.cloud.gkebackup.v1.EncryptionKey encryption_key = 6;
Type | Description |
EncryptionKeyOrBuilder |
getIncludeSecrets()
public abstract boolean getIncludeSecrets()
This flag specifies whether Kubernetes Secret resources should be included when they fall into the scope of Backups. Default: False
bool include_secrets = 5;
Type | Description |
boolean | The includeSecrets. |
getIncludeVolumeData()
public abstract boolean getIncludeVolumeData()
This flag specifies whether volume data should be backed up when PVCs are included in the scope of a Backup. Default: False
bool include_volume_data = 4;
Type | Description |
boolean | The includeVolumeData. |
getSelectedApplications()
public abstract NamespacedNames getSelectedApplications()
If set, include just the resources referenced by the listed ProtectedApplications.
.google.cloud.gkebackup.v1.NamespacedNames selected_applications = 3;
Type | Description |
NamespacedNames | The selectedApplications. |
getSelectedApplicationsOrBuilder()
public abstract NamespacedNamesOrBuilder getSelectedApplicationsOrBuilder()
If set, include just the resources referenced by the listed ProtectedApplications.
.google.cloud.gkebackup.v1.NamespacedNames selected_applications = 3;
Type | Description |
NamespacedNamesOrBuilder |
getSelectedNamespaces()
public abstract Namespaces getSelectedNamespaces()
If set, include just the resources in the listed namespaces.
.google.cloud.gkebackup.v1.Namespaces selected_namespaces = 2;
Type | Description |
Namespaces | The selectedNamespaces. |
getSelectedNamespacesOrBuilder()
public abstract NamespacesOrBuilder getSelectedNamespacesOrBuilder()
If set, include just the resources in the listed namespaces.
.google.cloud.gkebackup.v1.Namespaces selected_namespaces = 2;
Type | Description |
NamespacesOrBuilder |
hasAllNamespaces()
public abstract boolean hasAllNamespaces()
If True, include all namespaced resources
bool all_namespaces = 1;
Type | Description |
boolean | Whether the allNamespaces field is set. |
hasEncryptionKey()
public abstract boolean hasEncryptionKey()
This defines a customer managed encryption key that will be used to encrypt the "config" portion (the Kubernetes resources) of Backups created via this plan. Default (empty): Config backup artifacts will not be encrypted.
.google.cloud.gkebackup.v1.EncryptionKey encryption_key = 6;
Type | Description |
boolean | Whether the encryptionKey field is set. |
hasSelectedApplications()
public abstract boolean hasSelectedApplications()
If set, include just the resources referenced by the listed ProtectedApplications.
.google.cloud.gkebackup.v1.NamespacedNames selected_applications = 3;
Type | Description |
boolean | Whether the selectedApplications field is set. |
hasSelectedNamespaces()
public abstract boolean hasSelectedNamespaces()
If set, include just the resources in the listed namespaces.
.google.cloud.gkebackup.v1.Namespaces selected_namespaces = 2;
Type | Description |
boolean | Whether the selectedNamespaces field is set. |