import { IComGithubElasticCloudOnK8sV3PkgApisElasticsearchV1RemoteClusterAccess } from "./RemoteClusterAccess.js"; import { ModelData, Model } from "@kubernetes-models/base"; /** * RemoteClusterAPIKey defines a remote cluster API Key. */ export interface IRemoteClusterAPIKey { /** * Access is the name of the API Key. It is automatically generated if not set or empty. */ "access": IComGithubElasticCloudOnK8sV3PkgApisElasticsearchV1RemoteClusterAccess; } /** * RemoteClusterAPIKey defines a remote cluster API Key. */ export declare class RemoteClusterAPIKey extends Model implements IRemoteClusterAPIKey { "access": IComGithubElasticCloudOnK8sV3PkgApisElasticsearchV1RemoteClusterAccess; constructor(data?: ModelData); } export type { IRemoteClusterAPIKey as IComGithubElasticCloudOnK8sV3PkgApisElasticsearchV1RemoteClusterAPIKey, RemoteClusterAPIKey as ComGithubElasticCloudOnK8sV3PkgApisElasticsearchV1RemoteClusterAPIKey };