1. Packages
  2. Wavefront
  3. API Docs
  4. getMaintenanceWindowAll
Wavefront v3.1.1 published on Monday, Mar 11, 2024 by Pulumi

wavefront.getMaintenanceWindowAll

Explore with Pulumi AI

wavefront logo
Wavefront v3.1.1 published on Monday, Mar 11, 2024 by Pulumi

    Using getMaintenanceWindowAll

    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 getMaintenanceWindowAll(args: GetMaintenanceWindowAllArgs, opts?: InvokeOptions): Promise<GetMaintenanceWindowAllResult>
    function getMaintenanceWindowAllOutput(args: GetMaintenanceWindowAllOutputArgs, opts?: InvokeOptions): Output<GetMaintenanceWindowAllResult>
    def get_maintenance_window_all(limit: Optional[int] = None,
                                   offset: Optional[int] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetMaintenanceWindowAllResult
    def get_maintenance_window_all_output(limit: Optional[pulumi.Input[int]] = None,
                                   offset: Optional[pulumi.Input[int]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetMaintenanceWindowAllResult]
    func GetMaintenanceWindowAll(ctx *Context, args *GetMaintenanceWindowAllArgs, opts ...InvokeOption) (*GetMaintenanceWindowAllResult, error)
    func GetMaintenanceWindowAllOutput(ctx *Context, args *GetMaintenanceWindowAllOutputArgs, opts ...InvokeOption) GetMaintenanceWindowAllResultOutput

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

    public static class GetMaintenanceWindowAll 
    {
        public static Task<GetMaintenanceWindowAllResult> InvokeAsync(GetMaintenanceWindowAllArgs args, InvokeOptions? opts = null)
        public static Output<GetMaintenanceWindowAllResult> Invoke(GetMaintenanceWindowAllInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMaintenanceWindowAllResult> getMaintenanceWindowAll(GetMaintenanceWindowAllArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: wavefront:index/getMaintenanceWindowAll:getMaintenanceWindowAll
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Limit int
    Offset int
    Limit int
    Offset int
    limit Integer
    offset Integer
    limit number
    offset number
    limit int
    offset int
    limit Number
    offset Number

    getMaintenanceWindowAll Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    MaintenanceWindows List<GetMaintenanceWindowAllMaintenanceWindow>
    Limit int
    Offset int
    Id string
    The provider-assigned unique ID for this managed resource.
    MaintenanceWindows []GetMaintenanceWindowAllMaintenanceWindow
    Limit int
    Offset int
    id String
    The provider-assigned unique ID for this managed resource.
    maintenanceWindows List<GetMaintenanceWindowAllMaintenanceWindow>
    limit Integer
    offset Integer
    id string
    The provider-assigned unique ID for this managed resource.
    maintenanceWindows GetMaintenanceWindowAllMaintenanceWindow[]
    limit number
    offset number
    id str
    The provider-assigned unique ID for this managed resource.
    maintenance_windows Sequence[GetMaintenanceWindowAllMaintenanceWindow]
    limit int
    offset int
    id String
    The provider-assigned unique ID for this managed resource.
    maintenanceWindows List<Property Map>
    limit Number
    offset Number

    Supporting Types

    GetMaintenanceWindowAllMaintenanceWindow

    Package Details

    Repository
    Wavefront pulumi/pulumi-wavefront
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the wavefront Terraform Provider.
    wavefront logo
    Wavefront v3.1.1 published on Monday, Mar 11, 2024 by Pulumi