@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
31 lines (30 loc) • 2.77 kB
TypeScript
export { BackupPlanArgs, BackupPlanState } from "./backupPlan";
export type BackupPlan = import("./backupPlan").BackupPlan;
export declare const BackupPlan: typeof import("./backupPlan").BackupPlan;
export { BackupPlanAssociationArgs, BackupPlanAssociationState } from "./backupPlanAssociation";
export type BackupPlanAssociation = import("./backupPlanAssociation").BackupPlanAssociation;
export declare const BackupPlanAssociation: typeof import("./backupPlanAssociation").BackupPlanAssociation;
export { BackupVaultArgs, BackupVaultState } from "./backupVault";
export type BackupVault = import("./backupVault").BackupVault;
export declare const BackupVault: typeof import("./backupVault").BackupVault;
export { GetBackupArgs, GetBackupResult, GetBackupOutputArgs } from "./getBackup";
export declare const getBackup: typeof import("./getBackup").getBackup;
export declare const getBackupOutput: typeof import("./getBackup").getBackupOutput;
export { GetBackupPlanArgs, GetBackupPlanResult, GetBackupPlanOutputArgs } from "./getBackupPlan";
export declare const getBackupPlan: typeof import("./getBackupPlan").getBackupPlan;
export declare const getBackupPlanOutput: typeof import("./getBackupPlan").getBackupPlanOutput;
export { GetBackupPlanAssociationArgs, GetBackupPlanAssociationResult, GetBackupPlanAssociationOutputArgs } from "./getBackupPlanAssociation";
export declare const getBackupPlanAssociation: typeof import("./getBackupPlanAssociation").getBackupPlanAssociation;
export declare const getBackupPlanAssociationOutput: typeof import("./getBackupPlanAssociation").getBackupPlanAssociationOutput;
export { GetBackupVaultArgs, GetBackupVaultResult, GetBackupVaultOutputArgs } from "./getBackupVault";
export declare const getBackupVault: typeof import("./getBackupVault").getBackupVault;
export declare const getBackupVaultOutput: typeof import("./getBackupVault").getBackupVaultOutput;
export { GetDataSourceArgs, GetDataSourceResult, GetDataSourceOutputArgs } from "./getDataSource";
export declare const getDataSource: typeof import("./getDataSource").getDataSource;
export declare const getDataSourceOutput: typeof import("./getDataSource").getDataSourceOutput;
export { GetManagementServerArgs, GetManagementServerResult, GetManagementServerOutputArgs } from "./getManagementServer";
export declare const getManagementServer: typeof import("./getManagementServer").getManagementServer;
export declare const getManagementServerOutput: typeof import("./getManagementServer").getManagementServerOutput;
export { ManagementServerArgs, ManagementServerState } from "./managementServer";
export type ManagementServer = import("./managementServer").ManagementServer;
export declare const ManagementServer: typeof import("./managementServer").ManagementServer;