Interface GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNames
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNames.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.268Z") @Stability(Stable) public interface GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNames extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNames.Builderstatic classGkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNames.Jsii$ProxyAn implementation forGkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNames
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNames.Builderbuilder()StringgetName()The name of a Kubernetes Resource.StringgetNamespace()The namespace of a Kubernetes Resource.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
The name of a Kubernetes Resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#name GkeBackupBackupPlan#name}
-
getNamespace
@Stability(Stable) @NotNull String getNamespace()
The namespace of a Kubernetes Resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#namespace GkeBackupBackupPlan#namespace}
-
builder
@Stability(Stable) static GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNames.Builder builder()
-
-