1. Packages
  2. Scaleway
  3. API Docs
  4. getCockpitPlan
Scaleway v1.28.0 published on Friday, May 16, 2025 by pulumiverse

scaleway.getCockpitPlan

Explore with Pulumi AI

scaleway logo
Scaleway v1.28.0 published on Friday, May 16, 2025 by pulumiverse
    Deprecated: scaleway.index/getcockpitplan.getCockpitPlan has been deprecated in favor of scaleway.observability/getplan.getPlan

    Using getCockpitPlan

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getCockpitPlan(args: GetCockpitPlanArgs, opts?: InvokeOptions): Promise<GetCockpitPlanResult>
    function getCockpitPlanOutput(args: GetCockpitPlanOutputArgs, opts?: InvokeOptions): Output<GetCockpitPlanResult>
    def get_cockpit_plan(name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetCockpitPlanResult
    def get_cockpit_plan_output(name: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetCockpitPlanResult]
    func GetCockpitPlan(ctx *Context, args *GetCockpitPlanArgs, opts ...InvokeOption) (*GetCockpitPlanResult, error)
    func GetCockpitPlanOutput(ctx *Context, args *GetCockpitPlanOutputArgs, opts ...InvokeOption) GetCockpitPlanResultOutput

    > Note: This function is named GetCockpitPlan in the Go SDK.

    public static class GetCockpitPlan 
    {
        public static Task<GetCockpitPlanResult> InvokeAsync(GetCockpitPlanArgs args, InvokeOptions? opts = null)
        public static Output<GetCockpitPlanResult> Invoke(GetCockpitPlanInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCockpitPlanResult> getCockpitPlan(GetCockpitPlanArgs args, InvokeOptions options)
    public static Output<GetCockpitPlanResult> getCockpitPlan(GetCockpitPlanArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scaleway:index/getCockpitPlan:getCockpitPlan
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Name of the pricing plan you want to retrieve information about.

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    Name string
    Name of the pricing plan you want to retrieve information about.

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    name String
    Name of the pricing plan you want to retrieve information about.

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    name string
    Name of the pricing plan you want to retrieve information about.

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    name str
    Name of the pricing plan you want to retrieve information about.

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    name String
    Name of the pricing plan you want to retrieve information about.

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    getCockpitPlan Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Name string

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    Id string
    The provider-assigned unique ID for this managed resource.
    Name string

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    id String
    The provider-assigned unique ID for this managed resource.
    name String

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    id string
    The provider-assigned unique ID for this managed resource.
    name string

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    id str
    The provider-assigned unique ID for this managed resource.
    name str

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    id String
    The provider-assigned unique ID for this managed resource.
    name String

    Deprecated: The 'plan' attribute is deprecated and no longer has any effect. Future updates will remove this attribute entirely.

    Package Details

    Repository
    scaleway pulumiverse/pulumi-scaleway
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scaleway Terraform Provider.
    scaleway logo
    Scaleway v1.28.0 published on Friday, May 16, 2025 by pulumiverse