Viewing docs for stackit v0.0.6
published on Wednesday, May 6, 2026 by stackitcloud
published on Wednesday, May 6, 2026 by stackitcloud
Viewing docs for stackit v0.0.6
published on Wednesday, May 6, 2026 by stackitcloud
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 dictionarydata "stackit_getserverupdateenable" "name" {
# arguments
}The following arguments are supported:
- 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.
- 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.
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". - 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 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 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". - 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". - 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 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". - 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.
Package Details
- Repository
- stackit stackitcloud/pulumi-stackit
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
stackitTerraform Provider.
Viewing docs for stackit v0.0.6
published on Wednesday, May 6, 2026 by stackitcloud
published on Wednesday, May 6, 2026 by stackitcloud
