Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetBundleArgs ¶
type GetBundleArgs struct {
// The ID of the bundle.
BundleId interface{}
}
A collection of arguments for invoking getBundle.
type GetBundleResult ¶
type GetBundleResult struct { // The compute type. See supported fields below. ComputeTypes interface{} // The description of the bundle. Description interface{} // The name of the compute type. Name interface{} // The owner of the bundle. Owner interface{} // The root volume. See supported fields below. RootStorages interface{} // The user storage. See supported fields below. UserStorages interface{} // id is the provider-assigned unique ID for this managed resource. Id interface{} }
A collection of values returned by getBundle.
func LookupBundle ¶
func LookupBundle(ctx *pulumi.Context, args *GetBundleArgs) (*GetBundleResult, error)
Use this data source to get information about a Workspaces Bundle.
Click to show internal directories.
Click to hide internal directories.