Volcengine v0.0.31 published on Monday, May 12, 2025 by Volcengine
volcengine.vke.SupportResourceTypes
Explore with Pulumi AI
Deprecated: volcengine.vke.SupportResourceTypes has been deprecated in favor of volcengine.vke.getSupportResourceTypes
Use this data source to query detailed information of vke support resource types
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const default = volcengine.vke.getSupportResourceTypes({});
import pulumi
import pulumi_volcengine as volcengine
default = volcengine.vke.get_support_resource_types()
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/vke"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := vke.GetSupportResourceTypes(ctx, nil, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var @default = Volcengine.Vke.GetSupportResourceTypes.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.vke.VkeFunctions;
import com.pulumi.volcengine.vke.inputs.GetSupportResourceTypesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var default = VkeFunctions.getSupportResourceTypes();
}
}
variables:
default:
fn::invoke:
Function: volcengine:vke:getSupportResourceTypes
Arguments: {}
Using SupportResourceTypes
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 supportResourceTypes(args: SupportResourceTypesArgs, opts?: InvokeOptions): Promise<SupportResourceTypesResult>
function supportResourceTypesOutput(args: SupportResourceTypesOutputArgs, opts?: InvokeOptions): Output<SupportResourceTypesResult>
def support_resource_types(output_file: Optional[str] = None,
resource_types: Optional[Sequence[str]] = None,
zone_ids: Optional[Sequence[str]] = None,
opts: Optional[InvokeOptions] = None) -> SupportResourceTypesResult
def support_resource_types_output(output_file: Optional[pulumi.Input[str]] = None,
resource_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
zone_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[SupportResourceTypesResult]
func SupportResourceTypes(ctx *Context, args *SupportResourceTypesArgs, opts ...InvokeOption) (*SupportResourceTypesResult, error)
func SupportResourceTypesOutput(ctx *Context, args *SupportResourceTypesOutputArgs, opts ...InvokeOption) SupportResourceTypesResultOutput
public static class SupportResourceTypes
{
public static Task<SupportResourceTypesResult> InvokeAsync(SupportResourceTypesArgs args, InvokeOptions? opts = null)
public static Output<SupportResourceTypesResult> Invoke(SupportResourceTypesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<SupportResourceTypesResult> supportResourceTypes(SupportResourceTypesArgs args, InvokeOptions options)
public static Output<SupportResourceTypesResult> supportResourceTypes(SupportResourceTypesArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:vke:SupportResourceTypes
arguments:
# arguments dictionary
The following arguments are supported:
- Output
File string - File name where to save data source results.
- Resource
Types List<string> - A list of resource types. Support Ecs or Zone.
- Zone
Ids List<string> - A list of zone ids. If no parameter value, all available regions is returned.
- Output
File string - File name where to save data source results.
- Resource
Types []string - A list of resource types. Support Ecs or Zone.
- Zone
Ids []string - A list of zone ids. If no parameter value, all available regions is returned.
- output
File String - File name where to save data source results.
- resource
Types List<String> - A list of resource types. Support Ecs or Zone.
- zone
Ids List<String> - A list of zone ids. If no parameter value, all available regions is returned.
- output
File string - File name where to save data source results.
- resource
Types string[] - A list of resource types. Support Ecs or Zone.
- zone
Ids string[] - A list of zone ids. If no parameter value, all available regions is returned.
- output_
file str - File name where to save data source results.
- resource_
types Sequence[str] - A list of resource types. Support Ecs or Zone.
- zone_
ids Sequence[str] - A list of zone ids. If no parameter value, all available regions is returned.
- output
File String - File name where to save data source results.
- resource
Types List<String> - A list of resource types. Support Ecs or Zone.
- zone
Ids List<String> - A list of zone ids. If no parameter value, all available regions is returned.
SupportResourceTypes Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Resources
List<Support
Resource Types Resource> - The collection of query.
- Total
Count int - The total count of query.
- Output
File string - Resource
Types List<string> - Zone
Ids List<string>
- Id string
- The provider-assigned unique ID for this managed resource.
- Resources
[]Support
Resource Types Resource - The collection of query.
- Total
Count int - The total count of query.
- Output
File string - Resource
Types []string - Zone
Ids []string
- id String
- The provider-assigned unique ID for this managed resource.
- resources
List<Support
Resource Types Resource> - The collection of query.
- total
Count Integer - The total count of query.
- output
File String - resource
Types List<String> - zone
Ids List<String>
- id string
- The provider-assigned unique ID for this managed resource.
- resources
Support
Resource Types Resource[] - The collection of query.
- total
Count number - The total count of query.
- output
File string - resource
Types string[] - zone
Ids string[]
- id str
- The provider-assigned unique ID for this managed resource.
- resources
Sequence[Support
Resource Types Resource] - The collection of query.
- total_
count int - The total count of query.
- output_
file str - resource_
types Sequence[str] - zone_
ids Sequence[str]
- id String
- The provider-assigned unique ID for this managed resource.
- resources List<Property Map>
- The collection of query.
- total
Count Number - The total count of query.
- output
File String - resource
Types List<String> - zone
Ids List<String>
Supporting Types
SupportResourceTypesResource
- Resource
Scope string - The scope of resource.
- Resource
Specifications List<string> - The resource specifications info.
- Resource
Type string - The type of resource.
- Zone
Id string - The id of zone.
- Resource
Scope string - The scope of resource.
- Resource
Specifications []string - The resource specifications info.
- Resource
Type string - The type of resource.
- Zone
Id string - The id of zone.
- resource
Scope String - The scope of resource.
- resource
Specifications List<String> - The resource specifications info.
- resource
Type String - The type of resource.
- zone
Id String - The id of zone.
- resource
Scope string - The scope of resource.
- resource
Specifications string[] - The resource specifications info.
- resource
Type string - The type of resource.
- zone
Id string - The id of zone.
- resource_
scope str - The scope of resource.
- resource_
specifications Sequence[str] - The resource specifications info.
- resource_
type str - The type of resource.
- zone_
id str - The id of zone.
- resource
Scope String - The scope of resource.
- resource
Specifications List<String> - The resource specifications info.
- resource
Type String - The type of resource.
- zone
Id String - The id of zone.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengine
Terraform Provider.