Interface GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.293Z") @Stability(Stable) public interface GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.Builderstatic classGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.Jsii$ProxyAn implementation forGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.Builderbuilder()default StringgetResourceGroup()API Group string of a Kubernetes resource, e.g.default StringgetResourceKind()Kind of a Kubernetes resource, e.g.
-
-
-
Method Detail
-
getResourceGroup
@Stability(Stable) @Nullable default String getResourceGroup()
API Group string of a Kubernetes resource, e.g. "apiextensions.k8s.io", "storage.k8s.io", etc. Use empty string for core group.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#resource_group GkeBackupRestorePlan#resource_group}
-
getResourceKind
@Stability(Stable) @Nullable default String getResourceKind()
Kind of a Kubernetes resource, e.g. "CustomResourceDefinition", "StorageClass", etc.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#resource_kind GkeBackupRestorePlan#resource_kind}
-
builder
@Stability(Stable) static GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.Builder builder()
-
-