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 backup enable datasource schema. Must have a region specified in the provider configuration.
Using getServerBackupEnable
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 getServerBackupEnable(args: GetServerBackupEnableArgs, opts?: InvokeOptions): Promise<GetServerBackupEnableResult>
function getServerBackupEnableOutput(args: GetServerBackupEnableOutputArgs, opts?: InvokeOptions): Output<GetServerBackupEnableResult>def get_server_backup_enable(project_id: Optional[str] = None,
region: Optional[str] = None,
server_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetServerBackupEnableResult
def get_server_backup_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[GetServerBackupEnableResult]func LookupServerBackupEnable(ctx *Context, args *LookupServerBackupEnableArgs, opts ...InvokeOption) (*LookupServerBackupEnableResult, error)
func LookupServerBackupEnableOutput(ctx *Context, args *LookupServerBackupEnableOutputArgs, opts ...InvokeOption) LookupServerBackupEnableResultOutput> Note: This function is named LookupServerBackupEnable in the Go SDK.
public static class GetServerBackupEnable
{
public static Task<GetServerBackupEnableResult> InvokeAsync(GetServerBackupEnableArgs args, InvokeOptions? opts = null)
public static Output<GetServerBackupEnableResult> Invoke(GetServerBackupEnableInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServerBackupEnableResult> getServerBackupEnable(GetServerBackupEnableArgs args, InvokeOptions options)
public static Output<GetServerBackupEnableResult> getServerBackupEnable(GetServerBackupEnableArgs args, InvokeOptions options)
fn::invoke:
function: stackit:index/getServerBackupEnable:getServerBackupEnable
arguments:
# arguments dictionarydata "stackit_getserverbackupenable" "name" {
# arguments
}The following arguments are supported:
- project_
id string - STACKIT Project ID to which the server backup enable is associated.
- server_
id string - Server ID to which the server backup 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 backup enable is associated.
- server_
id str - Server ID to which the server backup enable is associated.
- region str
- The resource region. If not defined, the provider region is used.
getServerBackupEnable 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 backup enable is associated.
- Server
Id string - Server ID to which the server backup 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 backup enable is associated.
- Server
Id string - Server ID to which the server backup 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 backup enable is associated.
- server_
id string - Server ID to which the server backup 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 backup enable is associated.
- server
Id String - Server ID to which the server backup 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 backup enable is associated.
- server
Id string - Server ID to which the server backup 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 backup enable is associated.
- server_
id str - Server ID to which the server backup 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 backup enable is associated.
- server
Id String - Server ID to which the server backup 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
