Interface GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.296Z") @Stability(Stable) public interface GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.Builderstatic classGkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.Jsii$ProxyAn implementation forGkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.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_restore_plan#name GkeBackupRestorePlan#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_restore_plan#namespace GkeBackupRestorePlan#namespace}
-
builder
@Stability(Stable) static GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.Builder builder()
-
-