@volcengine/pulumi
Version:
A Pulumi package for creating and managing volcengine cloud resources.
61 lines (60 loc) • 5.29 kB
TypeScript
export { AutoSnapshotPoliciesArgs, AutoSnapshotPoliciesResult, AutoSnapshotPoliciesOutputArgs } from "./autoSnapshotPolicies";
export declare const autoSnapshotPolicies: typeof import("./autoSnapshotPolicies").autoSnapshotPolicies;
export declare const autoSnapshotPoliciesOutput: typeof import("./autoSnapshotPolicies").autoSnapshotPoliciesOutput;
export { AutoSnapshotPolicyArgs, AutoSnapshotPolicyState } from "./autoSnapshotPolicy";
export type AutoSnapshotPolicy = import("./autoSnapshotPolicy").AutoSnapshotPolicy;
export declare const AutoSnapshotPolicy: typeof import("./autoSnapshotPolicy").AutoSnapshotPolicy;
export { AutoSnapshotPolicyApplyArgs, AutoSnapshotPolicyApplyState } from "./autoSnapshotPolicyApply";
export type AutoSnapshotPolicyApply = import("./autoSnapshotPolicyApply").AutoSnapshotPolicyApply;
export declare const AutoSnapshotPolicyApply: typeof import("./autoSnapshotPolicyApply").AutoSnapshotPolicyApply;
export { FileSystemArgs, FileSystemState } from "./fileSystem";
export type FileSystem = import("./fileSystem").FileSystem;
export declare const FileSystem: typeof import("./fileSystem").FileSystem;
export { FileSystemsArgs, FileSystemsResult, FileSystemsOutputArgs } from "./fileSystems";
export declare const fileSystems: typeof import("./fileSystems").fileSystems;
export declare const fileSystemsOutput: typeof import("./fileSystems").fileSystemsOutput;
export { GetAutoSnapshotPoliciesArgs, GetAutoSnapshotPoliciesResult, GetAutoSnapshotPoliciesOutputArgs } from "./getAutoSnapshotPolicies";
export declare const getAutoSnapshotPolicies: typeof import("./getAutoSnapshotPolicies").getAutoSnapshotPolicies;
export declare const getAutoSnapshotPoliciesOutput: typeof import("./getAutoSnapshotPolicies").getAutoSnapshotPoliciesOutput;
export { GetFileSystemsArgs, GetFileSystemsResult, GetFileSystemsOutputArgs } from "./getFileSystems";
export declare const getFileSystems: typeof import("./getFileSystems").getFileSystems;
export declare const getFileSystemsOutput: typeof import("./getFileSystems").getFileSystemsOutput;
export { GetMountPointsArgs, GetMountPointsResult, GetMountPointsOutputArgs } from "./getMountPoints";
export declare const getMountPoints: typeof import("./getMountPoints").getMountPoints;
export declare const getMountPointsOutput: typeof import("./getMountPoints").getMountPointsOutput;
export { GetPermissionGroupsArgs, GetPermissionGroupsResult, GetPermissionGroupsOutputArgs } from "./getPermissionGroups";
export declare const getPermissionGroups: typeof import("./getPermissionGroups").getPermissionGroups;
export declare const getPermissionGroupsOutput: typeof import("./getPermissionGroups").getPermissionGroupsOutput;
export { GetRegionsArgs, GetRegionsResult, GetRegionsOutputArgs } from "./getRegions";
export declare const getRegions: typeof import("./getRegions").getRegions;
export declare const getRegionsOutput: typeof import("./getRegions").getRegionsOutput;
export { GetSnapshotsArgs, GetSnapshotsResult, GetSnapshotsOutputArgs } from "./getSnapshots";
export declare const getSnapshots: typeof import("./getSnapshots").getSnapshots;
export declare const getSnapshotsOutput: typeof import("./getSnapshots").getSnapshotsOutput;
export { GetZonesArgs, GetZonesResult, GetZonesOutputArgs } from "./getZones";
export declare const getZones: typeof import("./getZones").getZones;
export declare const getZonesOutput: typeof import("./getZones").getZonesOutput;
export { MountPointArgs, MountPointState } from "./mountPoint";
export type MountPoint = import("./mountPoint").MountPoint;
export declare const MountPoint: typeof import("./mountPoint").MountPoint;
export { MountPointsArgs, MountPointsResult, MountPointsOutputArgs } from "./mountPoints";
export declare const mountPoints: typeof import("./mountPoints").mountPoints;
export declare const mountPointsOutput: typeof import("./mountPoints").mountPointsOutput;
export { PermissionGroupArgs, PermissionGroupState } from "./permissionGroup";
export type PermissionGroup = import("./permissionGroup").PermissionGroup;
export declare const PermissionGroup: typeof import("./permissionGroup").PermissionGroup;
export { PermissionGroupsArgs, PermissionGroupsResult, PermissionGroupsOutputArgs } from "./permissionGroups";
export declare const permissionGroups: typeof import("./permissionGroups").permissionGroups;
export declare const permissionGroupsOutput: typeof import("./permissionGroups").permissionGroupsOutput;
export { RegionsArgs, RegionsResult, RegionsOutputArgs } from "./regions";
export declare const regions: typeof import("./regions").regions;
export declare const regionsOutput: typeof import("./regions").regionsOutput;
export { SnapshotArgs, SnapshotState } from "./snapshot";
export type Snapshot = import("./snapshot").Snapshot;
export declare const Snapshot: typeof import("./snapshot").Snapshot;
export { SnapshotsArgs, SnapshotsResult, SnapshotsOutputArgs } from "./snapshots";
export declare const snapshots: typeof import("./snapshots").snapshots;
export declare const snapshotsOutput: typeof import("./snapshots").snapshotsOutput;
export { ZonesArgs, ZonesResult, ZonesOutputArgs } from "./zones";
export declare const zones: typeof import("./zones").zones;
export declare const zonesOutput: typeof import("./zones").zonesOutput;