1. Packages
  2. Linode Provider
  3. API Docs
  4. getLkeTypes
Linode v5.6.0 published on Wednesday, Dec 24, 2025 by Pulumi
linode logo
Linode v5.6.0 published on Wednesday, Dec 24, 2025 by Pulumi

    Provides information about Linode LKE types that match a set of filters. For more information, see the Linode APIv4 docs.

    Using getLkeTypes

    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 getLkeTypes(args: GetLkeTypesArgs, opts?: InvokeOptions): Promise<GetLkeTypesResult>
    function getLkeTypesOutput(args: GetLkeTypesOutputArgs, opts?: InvokeOptions): Output<GetLkeTypesResult>
    def get_lke_types(filters: Optional[Sequence[GetLkeTypesFilter]] = None,
                      order: Optional[str] = None,
                      order_by: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetLkeTypesResult
    def get_lke_types_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetLkeTypesFilterArgs]]]] = None,
                      order: Optional[pulumi.Input[str]] = None,
                      order_by: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetLkeTypesResult]
    func GetLkeTypes(ctx *Context, args *GetLkeTypesArgs, opts ...InvokeOption) (*GetLkeTypesResult, error)
    func GetLkeTypesOutput(ctx *Context, args *GetLkeTypesOutputArgs, opts ...InvokeOption) GetLkeTypesResultOutput

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

    public static class GetLkeTypes 
    {
        public static Task<GetLkeTypesResult> InvokeAsync(GetLkeTypesArgs args, InvokeOptions? opts = null)
        public static Output<GetLkeTypesResult> Invoke(GetLkeTypesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLkeTypesResult> getLkeTypes(GetLkeTypesArgs args, InvokeOptions options)
    public static Output<GetLkeTypesResult> getLkeTypes(GetLkeTypesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: linode:index/getLkeTypes:getLkeTypes
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Filters List<GetLkeTypesFilter>
    Order string
    The order in which results should be returned. (asc, desc; default asc)
    OrderBy string
    The attribute to order the results by. See the Filterable Fields section for a list of valid fields.
    Filters []GetLkeTypesFilter
    Order string
    The order in which results should be returned. (asc, desc; default asc)
    OrderBy string
    The attribute to order the results by. See the Filterable Fields section for a list of valid fields.
    filters List<GetLkeTypesFilter>
    order String
    The order in which results should be returned. (asc, desc; default asc)
    orderBy String
    The attribute to order the results by. See the Filterable Fields section for a list of valid fields.
    filters GetLkeTypesFilter[]
    order string
    The order in which results should be returned. (asc, desc; default asc)
    orderBy string
    The attribute to order the results by. See the Filterable Fields section for a list of valid fields.
    filters Sequence[GetLkeTypesFilter]
    order str
    The order in which results should be returned. (asc, desc; default asc)
    order_by str
    The attribute to order the results by. See the Filterable Fields section for a list of valid fields.
    filters List<Property Map>
    order String
    The order in which results should be returned. (asc, desc; default asc)
    orderBy String
    The attribute to order the results by. See the Filterable Fields section for a list of valid fields.

    getLkeTypes Result

    The following output properties are available:

    Id string
    The ID representing the Kubernetes type.
    Types List<GetLkeTypesType>
    Filters List<GetLkeTypesFilter>
    Order string
    OrderBy string
    Id string
    The ID representing the Kubernetes type.
    Types []GetLkeTypesType
    Filters []GetLkeTypesFilter
    Order string
    OrderBy string
    id String
    The ID representing the Kubernetes type.
    types List<GetLkeTypesType>
    filters List<GetLkeTypesFilter>
    order String
    orderBy String
    id string
    The ID representing the Kubernetes type.
    types GetLkeTypesType[]
    filters GetLkeTypesFilter[]
    order string
    orderBy string
    id str
    The ID representing the Kubernetes type.
    types Sequence[GetLkeTypesType]
    filters Sequence[GetLkeTypesFilter]
    order str
    order_by str
    id String
    The ID representing the Kubernetes type.
    types List<Property Map>
    filters List<Property Map>
    order String
    orderBy String

    Supporting Types

    GetLkeTypesFilter

    Name string
    The name of the field to filter by. See the Filterable Fields section for a complete list of filterable fields.
    Values List<string>
    A list of values for the filter to allow. These values should all be in string form.
    MatchBy string
    The method to match the field by. (exact, regex, substring; default exact)
    Name string
    The name of the field to filter by. See the Filterable Fields section for a complete list of filterable fields.
    Values []string
    A list of values for the filter to allow. These values should all be in string form.
    MatchBy string
    The method to match the field by. (exact, regex, substring; default exact)
    name String
    The name of the field to filter by. See the Filterable Fields section for a complete list of filterable fields.
    values List<String>
    A list of values for the filter to allow. These values should all be in string form.
    matchBy String
    The method to match the field by. (exact, regex, substring; default exact)
    name string
    The name of the field to filter by. See the Filterable Fields section for a complete list of filterable fields.
    values string[]
    A list of values for the filter to allow. These values should all be in string form.
    matchBy string
    The method to match the field by. (exact, regex, substring; default exact)
    name str
    The name of the field to filter by. See the Filterable Fields section for a complete list of filterable fields.
    values Sequence[str]
    A list of values for the filter to allow. These values should all be in string form.
    match_by str
    The method to match the field by. (exact, regex, substring; default exact)
    name String
    The name of the field to filter by. See the Filterable Fields section for a complete list of filterable fields.
    values List<String>
    A list of values for the filter to allow. These values should all be in string form.
    matchBy String
    The method to match the field by. (exact, regex, substring; default exact)

    GetLkeTypesType

    Id string
    The ID representing the Kubernetes type.
    Label string
    The Kubernetes type label is for display purposes only.
    Prices List<GetLkeTypesTypePrice>
    Cost in US dollars, broken down into hourly and monthly charges.
    RegionPrices List<GetLkeTypesTypeRegionPrice>
    A list of region-specific prices for this LKE Type.
    Transfer int
    The monthly outbound transfer amount, in MB.
    Id string
    The ID representing the Kubernetes type.
    Label string
    The Kubernetes type label is for display purposes only.
    Prices []GetLkeTypesTypePrice
    Cost in US dollars, broken down into hourly and monthly charges.
    RegionPrices []GetLkeTypesTypeRegionPrice
    A list of region-specific prices for this LKE Type.
    Transfer int
    The monthly outbound transfer amount, in MB.
    id String
    The ID representing the Kubernetes type.
    label String
    The Kubernetes type label is for display purposes only.
    prices List<GetLkeTypesTypePrice>
    Cost in US dollars, broken down into hourly and monthly charges.
    regionPrices List<GetLkeTypesTypeRegionPrice>
    A list of region-specific prices for this LKE Type.
    transfer Integer
    The monthly outbound transfer amount, in MB.
    id string
    The ID representing the Kubernetes type.
    label string
    The Kubernetes type label is for display purposes only.
    prices GetLkeTypesTypePrice[]
    Cost in US dollars, broken down into hourly and monthly charges.
    regionPrices GetLkeTypesTypeRegionPrice[]
    A list of region-specific prices for this LKE Type.
    transfer number
    The monthly outbound transfer amount, in MB.
    id str
    The ID representing the Kubernetes type.
    label str
    The Kubernetes type label is for display purposes only.
    prices Sequence[GetLkeTypesTypePrice]
    Cost in US dollars, broken down into hourly and monthly charges.
    region_prices Sequence[GetLkeTypesTypeRegionPrice]
    A list of region-specific prices for this LKE Type.
    transfer int
    The monthly outbound transfer amount, in MB.
    id String
    The ID representing the Kubernetes type.
    label String
    The Kubernetes type label is for display purposes only.
    prices List<Property Map>
    Cost in US dollars, broken down into hourly and monthly charges.
    regionPrices List<Property Map>
    A list of region-specific prices for this LKE Type.
    transfer Number
    The monthly outbound transfer amount, in MB.

    GetLkeTypesTypePrice

    Hourly double
    Cost (in US dollars) per hour.
    Monthly double
    Cost (in US dollars) per month.
    Hourly float64
    Cost (in US dollars) per hour.
    Monthly float64
    Cost (in US dollars) per month.
    hourly Double
    Cost (in US dollars) per hour.
    monthly Double
    Cost (in US dollars) per month.
    hourly number
    Cost (in US dollars) per hour.
    monthly number
    Cost (in US dollars) per month.
    hourly float
    Cost (in US dollars) per hour.
    monthly float
    Cost (in US dollars) per month.
    hourly Number
    Cost (in US dollars) per hour.
    monthly Number
    Cost (in US dollars) per month.

    GetLkeTypesTypeRegionPrice

    Hourly double
    Id string
    The ID representing the Kubernetes type.
    Monthly double
    Hourly float64
    Id string
    The ID representing the Kubernetes type.
    Monthly float64
    hourly Double
    id String
    The ID representing the Kubernetes type.
    monthly Double
    hourly number
    id string
    The ID representing the Kubernetes type.
    monthly number
    hourly float
    id str
    The ID representing the Kubernetes type.
    monthly float
    hourly Number
    id String
    The ID representing the Kubernetes type.
    monthly Number

    Package Details

    Repository
    Linode pulumi/pulumi-linode
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the linode Terraform Provider.
    linode logo
    Linode v5.6.0 published on Wednesday, Dec 24, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate