Interface GkeBackupBackupPlanBackupConfigSelectedNamespaces
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeBackupBackupPlanBackupConfigSelectedNamespaces.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.269Z") @Stability(Stable) public interface GkeBackupBackupPlanBackupConfigSelectedNamespaces extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeBackupBackupPlanBackupConfigSelectedNamespaces.BuilderA builder forGkeBackupBackupPlanBackupConfigSelectedNamespacesstatic classGkeBackupBackupPlanBackupConfigSelectedNamespaces.Jsii$ProxyAn implementation forGkeBackupBackupPlanBackupConfigSelectedNamespaces
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeBackupBackupPlanBackupConfigSelectedNamespaces.Builderbuilder()List<String>getNamespaces()A list of Kubernetes Namespaces.
-
-
-
Method Detail
-
getNamespaces
@Stability(Stable) @NotNull List<String> getNamespaces()
A list of Kubernetes Namespaces.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#namespaces GkeBackupBackupPlan#namespaces}
-
builder
@Stability(Stable) static GkeBackupBackupPlanBackupConfigSelectedNamespaces.Builder builder()
-
-