@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
55 lines (54 loc) • 4.73 kB
TypeScript
export { ClusterArgs, ClusterState } from "./cluster";
export type Cluster = import("./cluster").Cluster;
export declare const Cluster: typeof import("./cluster").Cluster;
export { ExternalAccessRuleArgs, ExternalAccessRuleState } from "./externalAccessRule";
export type ExternalAccessRule = import("./externalAccessRule").ExternalAccessRule;
export declare const ExternalAccessRule: typeof import("./externalAccessRule").ExternalAccessRule;
export { ExternalAddressArgs, ExternalAddressState } from "./externalAddress";
export type ExternalAddress = import("./externalAddress").ExternalAddress;
export declare const ExternalAddress: typeof import("./externalAddress").ExternalAddress;
export { GetClusterArgs, GetClusterResult, GetClusterOutputArgs } from "./getCluster";
export declare const getCluster: typeof import("./getCluster").getCluster;
export declare const getClusterOutput: typeof import("./getCluster").getClusterOutput;
export { GetExternalAccessRuleArgs, GetExternalAccessRuleResult, GetExternalAccessRuleOutputArgs } from "./getExternalAccessRule";
export declare const getExternalAccessRule: typeof import("./getExternalAccessRule").getExternalAccessRule;
export declare const getExternalAccessRuleOutput: typeof import("./getExternalAccessRule").getExternalAccessRuleOutput;
export { GetExternalAddressArgs, GetExternalAddressResult, GetExternalAddressOutputArgs } from "./getExternalAddress";
export declare const getExternalAddress: typeof import("./getExternalAddress").getExternalAddress;
export declare const getExternalAddressOutput: typeof import("./getExternalAddress").getExternalAddressOutput;
export { GetNetworkArgs, GetNetworkResult, GetNetworkOutputArgs } from "./getNetwork";
export declare const getNetwork: typeof import("./getNetwork").getNetwork;
export declare const getNetworkOutput: typeof import("./getNetwork").getNetworkOutput;
export { GetNetworkPeeringArgs, GetNetworkPeeringResult, GetNetworkPeeringOutputArgs } from "./getNetworkPeering";
export declare const getNetworkPeering: typeof import("./getNetworkPeering").getNetworkPeering;
export declare const getNetworkPeeringOutput: typeof import("./getNetworkPeering").getNetworkPeeringOutput;
export { GetNetworkPolicyArgs, GetNetworkPolicyResult, GetNetworkPolicyOutputArgs } from "./getNetworkPolicy";
export declare const getNetworkPolicy: typeof import("./getNetworkPolicy").getNetworkPolicy;
export declare const getNetworkPolicyOutput: typeof import("./getNetworkPolicy").getNetworkPolicyOutput;
export { GetNsxCredentialsArgs, GetNsxCredentialsResult, GetNsxCredentialsOutputArgs } from "./getNsxCredentials";
export declare const getNsxCredentials: typeof import("./getNsxCredentials").getNsxCredentials;
export declare const getNsxCredentialsOutput: typeof import("./getNsxCredentials").getNsxCredentialsOutput;
export { GetPrivateCloudArgs, GetPrivateCloudResult, GetPrivateCloudOutputArgs } from "./getPrivateCloud";
export declare const getPrivateCloud: typeof import("./getPrivateCloud").getPrivateCloud;
export declare const getPrivateCloudOutput: typeof import("./getPrivateCloud").getPrivateCloudOutput;
export { GetSubnetArgs, GetSubnetResult, GetSubnetOutputArgs } from "./getSubnet";
export declare const getSubnet: typeof import("./getSubnet").getSubnet;
export declare const getSubnetOutput: typeof import("./getSubnet").getSubnetOutput;
export { GetVcenterCredentialsArgs, GetVcenterCredentialsResult, GetVcenterCredentialsOutputArgs } from "./getVcenterCredentials";
export declare const getVcenterCredentials: typeof import("./getVcenterCredentials").getVcenterCredentials;
export declare const getVcenterCredentialsOutput: typeof import("./getVcenterCredentials").getVcenterCredentialsOutput;
export { NetworkArgs, NetworkState } from "./network";
export type Network = import("./network").Network;
export declare const Network: typeof import("./network").Network;
export { NetworkPeeringArgs, NetworkPeeringState } from "./networkPeering";
export type NetworkPeering = import("./networkPeering").NetworkPeering;
export declare const NetworkPeering: typeof import("./networkPeering").NetworkPeering;
export { NetworkPolicyArgs, NetworkPolicyState } from "./networkPolicy";
export type NetworkPolicy = import("./networkPolicy").NetworkPolicy;
export declare const NetworkPolicy: typeof import("./networkPolicy").NetworkPolicy;
export { PrivateCloudArgs, PrivateCloudState } from "./privateCloud";
export type PrivateCloud = import("./privateCloud").PrivateCloud;
export declare const PrivateCloud: typeof import("./privateCloud").PrivateCloud;
export { SubnetArgs, SubnetState } from "./subnet";
export type Subnet = import("./subnet").Subnet;
export declare const Subnet: typeof import("./subnet").Subnet;