1. Packages
  2. Packages
  3. stackit
  4. API Docs
  5. getServerUpdateEnable
Viewing docs for stackit v0.0.6
published on Wednesday, May 6, 2026 by stackitcloud
stackit logo
Viewing docs for stackit v0.0.6
published on Wednesday, May 6, 2026 by stackitcloud

    Server update enable datasource schema. Must have a region specified in the provider configuration.

    Using getServerUpdateEnable

    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 getServerUpdateEnable(args: GetServerUpdateEnableArgs, opts?: InvokeOptions): Promise<GetServerUpdateEnableResult>
    function getServerUpdateEnableOutput(args: GetServerUpdateEnableOutputArgs, opts?: InvokeOptions): Output<GetServerUpdateEnableResult>
    def get_server_update_enable(project_id: Optional[str] = None,
                                 region: Optional[str] = None,
                                 server_id: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetServerUpdateEnableResult
    def get_server_update_enable_output(project_id: pulumi.Input[Optional[str]] = None,
                                 region: pulumi.Input[Optional[str]] = None,
                                 server_id: pulumi.Input[Optional[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetServerUpdateEnableResult]
    func LookupServerUpdateEnable(ctx *Context, args *LookupServerUpdateEnableArgs, opts ...InvokeOption) (*LookupServerUpdateEnableResult, error)
    func LookupServerUpdateEnableOutput(ctx *Context, args *LookupServerUpdateEnableOutputArgs, opts ...InvokeOption) LookupServerUpdateEnableResultOutput

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

    public static class GetServerUpdateEnable 
    {
        public static Task<GetServerUpdateEnableResult> InvokeAsync(GetServerUpdateEnableArgs args, InvokeOptions? opts = null)
        public static Output<GetServerUpdateEnableResult> Invoke(GetServerUpdateEnableInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetServerUpdateEnableResult> getServerUpdateEnable(GetServerUpdateEnableArgs args, InvokeOptions options)
    public static Output<GetServerUpdateEnableResult> getServerUpdateEnable(GetServerUpdateEnableArgs args, InvokeOptions options)
    
    fn::invoke:
      function: stackit:index/getServerUpdateEnable:getServerUpdateEnable
      arguments:
        # arguments dictionary
    data "stackit_getserverupdateenable" "name" {
        # arguments
    }

    The following arguments are supported:

    ProjectId string
    STACKIT Project ID to which the server update enable is associated.
    ServerId string
    Server ID to which the server update enable is associated.
    Region string
    The resource region. If not defined, the provider region is used.
    ProjectId string
    STACKIT Project ID to which the server update enable is associated.
    ServerId string
    Server ID to which the server update enable is associated.
    Region string
    The resource region. If not defined, the provider region is used.
    project_id string
    STACKIT Project ID to which the server update enable is associated.
    server_id string
    Server ID to which the server update enable is associated.
    region string
    The resource region. If not defined, the provider region is used.
    projectId String
    STACKIT Project ID to which the server update enable is associated.
    serverId String
    Server ID to which the server update enable is associated.
    region String
    The resource region. If not defined, the provider region is used.
    projectId string
    STACKIT Project ID to which the server update enable is associated.
    serverId string
    Server ID to which the server update enable is associated.
    region string
    The resource region. If not defined, the provider region is used.
    project_id str
    STACKIT Project ID to which the server update enable is associated.
    server_id str
    Server ID to which the server update enable is associated.
    region str
    The resource region. If not defined, the provider region is used.
    projectId String
    STACKIT Project ID to which the server update enable is associated.
    serverId String
    Server ID to which the server update enable is associated.
    region String
    The resource region. If not defined, the provider region is used.

    getServerUpdateEnable Result

    The following output properties are available:

    Enabled bool
    Set to true if the service is enabled.
    Id string
    Terraform's internal resource identifier. It is structured as "projectId,serverId,region".
    ProjectId string
    STACKIT Project ID to which the server update enable is associated.
    ServerId string
    Server ID to which the server update enable is associated.
    Region string
    The resource region. If not defined, the provider region is used.
    Enabled bool
    Set to true if the service is enabled.
    Id string
    Terraform's internal resource identifier. It is structured as "projectId,serverId,region".
    ProjectId string
    STACKIT Project ID to which the server update enable is associated.
    ServerId string
    Server ID to which the server update enable is associated.
    Region string
    The resource region. If not defined, the provider region is used.
    enabled bool
    Set to true if the service is enabled.
    id string
    Terraform's internal resource identifier. It is structured as "projectId,serverId,region".
    project_id string
    STACKIT Project ID to which the server update enable is associated.
    server_id string
    Server ID to which the server update enable is associated.
    region string
    The resource region. If not defined, the provider region is used.
    enabled Boolean
    Set to true if the service is enabled.
    id String
    Terraform's internal resource identifier. It is structured as "projectId,serverId,region".
    projectId String
    STACKIT Project ID to which the server update enable is associated.
    serverId String
    Server ID to which the server update enable is associated.
    region String
    The resource region. If not defined, the provider region is used.
    enabled boolean
    Set to true if the service is enabled.
    id string
    Terraform's internal resource identifier. It is structured as "projectId,serverId,region".
    projectId string
    STACKIT Project ID to which the server update enable is associated.
    serverId string
    Server ID to which the server update enable is associated.
    region string
    The resource region. If not defined, the provider region is used.
    enabled bool
    Set to true if the service is enabled.
    id str
    Terraform's internal resource identifier. It is structured as "projectId,serverId,region".
    project_id str
    STACKIT Project ID to which the server update enable is associated.
    server_id str
    Server ID to which the server update enable is associated.
    region str
    The resource region. If not defined, the provider region is used.
    enabled Boolean
    Set to true if the service is enabled.
    id String
    Terraform's internal resource identifier. It is structured as "projectId,serverId,region".
    projectId String
    STACKIT Project ID to which the server update enable is associated.
    serverId String
    Server ID to which the server update enable is associated.
    region String
    The resource region. If not defined, the provider region is used.

    Package Details

    Repository
    stackit stackitcloud/pulumi-stackit
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the stackit Terraform Provider.
    stackit logo
    Viewing docs for stackit v0.0.6
    published on Wednesday, May 6, 2026 by stackitcloud
      Try Pulumi Cloud free. Your team will thank you.