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