1. Packages
  2. Selectel Provider
  3. API Docs
  4. getDedicatedServersOsV1
selectel 7.0.0-alpha published on Tuesday, Sep 23, 2025 by selectel

selectel.getDedicatedServersOsV1

Explore with Pulumi AI

selectel logo
selectel 7.0.0-alpha published on Tuesday, Sep 23, 2025 by selectel

    Using getDedicatedServersOsV1

    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 getDedicatedServersOsV1(args: GetDedicatedServersOsV1Args, opts?: InvokeOptions): Promise<GetDedicatedServersOsV1Result>
    function getDedicatedServersOsV1Output(args: GetDedicatedServersOsV1OutputArgs, opts?: InvokeOptions): Output<GetDedicatedServersOsV1Result>
    def get_dedicated_servers_os_v1(filter: Optional[GetDedicatedServersOsV1Filter] = None,
                                    id: Optional[str] = None,
                                    project_id: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetDedicatedServersOsV1Result
    def get_dedicated_servers_os_v1_output(filter: Optional[pulumi.Input[GetDedicatedServersOsV1FilterArgs]] = None,
                                    id: Optional[pulumi.Input[str]] = None,
                                    project_id: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetDedicatedServersOsV1Result]
    func GetDedicatedServersOsV1(ctx *Context, args *GetDedicatedServersOsV1Args, opts ...InvokeOption) (*GetDedicatedServersOsV1Result, error)
    func GetDedicatedServersOsV1Output(ctx *Context, args *GetDedicatedServersOsV1OutputArgs, opts ...InvokeOption) GetDedicatedServersOsV1ResultOutput

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

    public static class GetDedicatedServersOsV1 
    {
        public static Task<GetDedicatedServersOsV1Result> InvokeAsync(GetDedicatedServersOsV1Args args, InvokeOptions? opts = null)
        public static Output<GetDedicatedServersOsV1Result> Invoke(GetDedicatedServersOsV1InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDedicatedServersOsV1Result> getDedicatedServersOsV1(GetDedicatedServersOsV1Args args, InvokeOptions options)
    public static Output<GetDedicatedServersOsV1Result> getDedicatedServersOsV1(GetDedicatedServersOsV1Args args, InvokeOptions options)
    
    fn::invoke:
      function: selectel:index/getDedicatedServersOsV1:getDedicatedServersOsV1
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getDedicatedServersOsV1 Result

    The following output properties are available:

    Supporting Types

    GetDedicatedServersOsV1Filter

    ConfigurationId string
    LocationId string
    Name string
    Version string
    ConfigurationId string
    LocationId string
    Name string
    Version string
    configurationId String
    locationId String
    name String
    version String
    configurationId string
    locationId string
    name string
    version string
    configurationId String
    locationId String
    name String
    version String

    GetDedicatedServersOsV1O

    Arch string
    Id string
    Name string
    Os string
    Partitioning bool
    ScriptsAllowed bool
    SshKeyAllowed bool
    Version string
    Arch string
    Id string
    Name string
    Os string
    Partitioning bool
    ScriptsAllowed bool
    SshKeyAllowed bool
    Version string
    arch String
    id String
    name String
    os String
    partitioning Boolean
    scriptsAllowed Boolean
    sshKeyAllowed Boolean
    version String
    arch string
    id string
    name string
    os string
    partitioning boolean
    scriptsAllowed boolean
    sshKeyAllowed boolean
    version string
    arch String
    id String
    name String
    os String
    partitioning Boolean
    scriptsAllowed Boolean
    sshKeyAllowed Boolean
    version String

    Package Details

    Repository
    selectel selectel/terraform-provider-selectel
    License
    Notes
    This Pulumi package is based on the selectel Terraform Provider.
    selectel logo
    selectel 7.0.0-alpha published on Tuesday, Sep 23, 2025 by selectel