1. Packages
  2. Castai Provider
  3. API Docs
  4. getRebalancingSchedule
castai 7.44.0 published on Friday, Mar 21, 2025 by castai

castai.getRebalancingSchedule

Explore with Pulumi AI

castai logo
castai 7.44.0 published on Friday, Mar 21, 2025 by castai

    Retrieve Rebalancing Schedule

    Using getRebalancingSchedule

    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 getRebalancingSchedule(args: GetRebalancingScheduleArgs, opts?: InvokeOptions): Promise<GetRebalancingScheduleResult>
    function getRebalancingScheduleOutput(args: GetRebalancingScheduleOutputArgs, opts?: InvokeOptions): Output<GetRebalancingScheduleResult>
    def get_rebalancing_schedule(id: Optional[str] = None,
                                 name: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetRebalancingScheduleResult
    def get_rebalancing_schedule_output(id: Optional[pulumi.Input[str]] = None,
                                 name: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetRebalancingScheduleResult]
    func LookupRebalancingSchedule(ctx *Context, args *LookupRebalancingScheduleArgs, opts ...InvokeOption) (*LookupRebalancingScheduleResult, error)
    func LookupRebalancingScheduleOutput(ctx *Context, args *LookupRebalancingScheduleOutputArgs, opts ...InvokeOption) LookupRebalancingScheduleResultOutput

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

    public static class GetRebalancingSchedule 
    {
        public static Task<GetRebalancingScheduleResult> InvokeAsync(GetRebalancingScheduleArgs args, InvokeOptions? opts = null)
        public static Output<GetRebalancingScheduleResult> Invoke(GetRebalancingScheduleInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRebalancingScheduleResult> getRebalancingSchedule(GetRebalancingScheduleArgs args, InvokeOptions options)
    public static Output<GetRebalancingScheduleResult> getRebalancingSchedule(GetRebalancingScheduleArgs args, InvokeOptions options)
    
    fn::invoke:
      function: castai:index/getRebalancingSchedule:getRebalancingSchedule
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Name of the schedule.
    Id string
    The ID of this resource.
    Name string
    Name of the schedule.
    Id string
    The ID of this resource.
    name String
    Name of the schedule.
    id String
    The ID of this resource.
    name string
    Name of the schedule.
    id string
    The ID of this resource.
    name str
    Name of the schedule.
    id str
    The ID of this resource.
    name String
    Name of the schedule.
    id String
    The ID of this resource.

    getRebalancingSchedule Result

    The following output properties are available:

    Supporting Types

    GetRebalancingScheduleLaunchConfiguration

    GetRebalancingScheduleLaunchConfigurationAggressiveModeConfig

    GetRebalancingScheduleLaunchConfigurationExecutionCondition

    GetRebalancingScheduleSchedule

    Cron string
    Cron string
    cron String
    cron string
    cron str
    cron String

    GetRebalancingScheduleTriggerCondition

    Package Details

    Repository
    castai castai/terraform-provider-castai
    License
    Notes
    This Pulumi package is based on the castai Terraform Provider.
    castai logo
    castai 7.44.0 published on Friday, Mar 21, 2025 by castai