Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
published on Friday, Mar 13, 2026 by Volcengine
Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
published on Friday, Mar 13, 2026 by Volcengine
Deprecated: volcengine.cr.Registries has been deprecated in favor of volcengine.cr.getRegistries
Use this data source to query detailed information of cr registries
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.cr.getRegistries({
statuses: [{
condition: "Ok",
phase: "Running",
}],
});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.cr.get_registries(statuses=[volcengine.cr.GetRegistriesStatusArgs(
condition="Ok",
phase="Running",
)])
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/cr"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cr.GetRegistries(ctx, &cr.GetRegistriesArgs{
Statuses: []cr.GetRegistriesStatus{
{
Condition: pulumi.StringRef("Ok"),
Phase: pulumi.StringRef("Running"),
},
},
}, 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 foo = Volcengine.Cr.GetRegistries.Invoke(new()
{
Statuses = new[]
{
new Volcengine.Cr.Inputs.GetRegistriesStatusInputArgs
{
Condition = "Ok",
Phase = "Running",
},
},
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.cr.CrFunctions;
import com.pulumi.volcengine.cr.inputs.GetRegistriesArgs;
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 foo = CrFunctions.getRegistries(GetRegistriesArgs.builder()
.statuses(GetRegistriesStatusArgs.builder()
.condition("Ok")
.phase("Running")
.build())
.build());
}
}
variables:
foo:
fn::invoke:
Function: volcengine:cr:getRegistries
Arguments:
statuses:
- condition: Ok
phase: Running
Using Registries
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 registries(args: RegistriesArgs, opts?: InvokeOptions): Promise<RegistriesResult>
function registriesOutput(args: RegistriesOutputArgs, opts?: InvokeOptions): Output<RegistriesResult>def registries(names: Optional[Sequence[str]] = None,
output_file: Optional[str] = None,
projects: Optional[Sequence[str]] = None,
resource_tags: Optional[Sequence[RegistriesResourceTag]] = None,
statuses: Optional[Sequence[RegistriesStatus]] = None,
types: Optional[Sequence[str]] = None,
opts: Optional[InvokeOptions] = None) -> RegistriesResult
def registries_output(names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
output_file: Optional[pulumi.Input[str]] = None,
projects: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
resource_tags: Optional[pulumi.Input[Sequence[pulumi.Input[RegistriesResourceTagArgs]]]] = None,
statuses: Optional[pulumi.Input[Sequence[pulumi.Input[RegistriesStatusArgs]]]] = None,
types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[RegistriesResult]func Registries(ctx *Context, args *RegistriesArgs, opts ...InvokeOption) (*RegistriesResult, error)
func RegistriesOutput(ctx *Context, args *RegistriesOutputArgs, opts ...InvokeOption) RegistriesResultOutputpublic static class Registries
{
public static Task<RegistriesResult> InvokeAsync(RegistriesArgs args, InvokeOptions? opts = null)
public static Output<RegistriesResult> Invoke(RegistriesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<RegistriesResult> registries(RegistriesArgs args, InvokeOptions options)
public static Output<RegistriesResult> registries(RegistriesArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:cr:Registries
arguments:
# arguments dictionaryThe following arguments are supported:
- Names List<string>
- The list of registry names to query.
- Output
File string - File name where to save data source results.
- Projects List<string>
- The list of project names to query.
-
List<Registries
Resource Tag> - The tags of cr registry.
- Statuses
List<Registries
Status> - The list of registry statuses.
- Types List<string>
- The list of registry types to query.
- Names []string
- The list of registry names to query.
- Output
File string - File name where to save data source results.
- Projects []string
- The list of project names to query.
-
[]Registries
Resource Tag - The tags of cr registry.
- Statuses
[]Registries
Status - The list of registry statuses.
- Types []string
- The list of registry types to query.
- names List<String>
- The list of registry names to query.
- output
File String - File name where to save data source results.
- projects List<String>
- The list of project names to query.
-
List<Registries
Resource Tag> - The tags of cr registry.
- statuses
List<Registries
Status> - The list of registry statuses.
- types List<String>
- The list of registry types to query.
- names string[]
- The list of registry names to query.
- output
File string - File name where to save data source results.
- projects string[]
- The list of project names to query.
-
Registries
Resource Tag[] - The tags of cr registry.
- statuses
Registries
Status[] - The list of registry statuses.
- types string[]
- The list of registry types to query.
- names Sequence[str]
- The list of registry names to query.
- output_
file str - File name where to save data source results.
- projects Sequence[str]
- The list of project names to query.
-
Sequence[Registries
Resource Tag] - The tags of cr registry.
- statuses
Sequence[Registries
Status] - The list of registry statuses.
- types Sequence[str]
- The list of registry types to query.
- names List<String>
- The list of registry names to query.
- output
File String - File name where to save data source results.
- projects List<String>
- The list of project names to query.
- List<Property Map>
- The tags of cr registry.
- statuses List<Property Map>
- The list of registry statuses.
- types List<String>
- The list of registry types to query.
Registries Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Registries
List<Registries
Registry> - The collection of registry query.
- Total
Count int - The total count of registry query.
- Names List<string>
- Output
File string - Projects List<string>
-
List<Registries
Resource Tag> - Tags.
- Statuses
List<Registries
Status> - Types List<string>
- Id string
- The provider-assigned unique ID for this managed resource.
- Registries
[]Registries
Registry - The collection of registry query.
- Total
Count int - The total count of registry query.
- Names []string
- Output
File string - Projects []string
-
[]Registries
Resource Tag - Tags.
- Statuses
[]Registries
Status - Types []string
- id String
- The provider-assigned unique ID for this managed resource.
- registries
List<Registries
Registry> - The collection of registry query.
- total
Count Integer - The total count of registry query.
- names List<String>
- output
File String - projects List<String>
-
List<Registries
Resource Tag> - Tags.
- statuses
List<Registries
Status> - types List<String>
- id string
- The provider-assigned unique ID for this managed resource.
- registries
Registries
Registry[] - The collection of registry query.
- total
Count number - The total count of registry query.
- names string[]
- output
File string - projects string[]
-
Registries
Resource Tag[] - Tags.
- statuses
Registries
Status[] - types string[]
- id str
- The provider-assigned unique ID for this managed resource.
- registries
Sequence[Registries
Registry] - The collection of registry query.
- total_
count int - The total count of registry query.
- names Sequence[str]
- output_
file str - projects Sequence[str]
-
Sequence[Registries
Resource Tag] - Tags.
- statuses
Sequence[Registries
Status] - types Sequence[str]
- id String
- The provider-assigned unique ID for this managed resource.
- registries List<Property Map>
- The collection of registry query.
- total
Count Number - The total count of registry query.
- names List<String>
- output
File String - projects List<String>
- List<Property Map>
- Tags.
- statuses List<Property Map>
- types List<String>
Supporting Types
RegistriesRegistry
- Charge
Type string - The charge type of registry.
- Create
Time string - The creation time of registry.
- Domains
List<Registries
Registry Domain> - The domain of registry.
- Name string
- The name of registry.
- Project string
- The ProjectName of the cr registry.
- Proxy
Cache boolEnabled - Whether to enable proxy cache.
- Proxy
Caches List<RegistriesRegistry Proxy Cach> - The proxy cache of registry. This field is valid when proxy_cache_enabled is true.
-
List<Registries
Registry Resource Tag> - The tags of cr registry.
- Status
Registries
Registry Status - The status of registry.
- Type string
- The type of registry.
- User
Status string - The status of user.
- Username string
- The username of cr instance.
- Charge
Type string - The charge type of registry.
- Create
Time string - The creation time of registry.
- Domains
[]Registries
Registry Domain - The domain of registry.
- Name string
- The name of registry.
- Project string
- The ProjectName of the cr registry.
- Proxy
Cache boolEnabled - Whether to enable proxy cache.
- Proxy
Caches []RegistriesRegistry Proxy Cach - The proxy cache of registry. This field is valid when proxy_cache_enabled is true.
-
[]Registries
Registry Resource Tag - The tags of cr registry.
- Status
Registries
Registry Status - The status of registry.
- Type string
- The type of registry.
- User
Status string - The status of user.
- Username string
- The username of cr instance.
- charge
Type String - The charge type of registry.
- create
Time String - The creation time of registry.
- domains
List<Registries
Registry Domain> - The domain of registry.
- name String
- The name of registry.
- project String
- The ProjectName of the cr registry.
- proxy
Cache BooleanEnabled - Whether to enable proxy cache.
- proxy
Caches List<RegistriesRegistry Proxy Cach> - The proxy cache of registry. This field is valid when proxy_cache_enabled is true.
-
List<Registries
Registry Resource Tag> - The tags of cr registry.
- status
Registries
Registry Status - The status of registry.
- type String
- The type of registry.
- user
Status String - The status of user.
- username String
- The username of cr instance.
- charge
Type string - The charge type of registry.
- create
Time string - The creation time of registry.
- domains
Registries
Registry Domain[] - The domain of registry.
- name string
- The name of registry.
- project string
- The ProjectName of the cr registry.
- proxy
Cache booleanEnabled - Whether to enable proxy cache.
- proxy
Caches RegistriesRegistry Proxy Cach[] - The proxy cache of registry. This field is valid when proxy_cache_enabled is true.
-
Registries
Registry Resource Tag[] - The tags of cr registry.
- status
Registries
Registry Status - The status of registry.
- type string
- The type of registry.
- user
Status string - The status of user.
- username string
- The username of cr instance.
- charge_
type str - The charge type of registry.
- create_
time str - The creation time of registry.
- domains
Sequence[Registries
Registry Domain] - The domain of registry.
- name str
- The name of registry.
- project str
- The ProjectName of the cr registry.
- proxy_
cache_ boolenabled - Whether to enable proxy cache.
- proxy_
caches Sequence[RegistriesRegistry Proxy Cach] - The proxy cache of registry. This field is valid when proxy_cache_enabled is true.
-
Sequence[Registries
Registry Resource Tag] - The tags of cr registry.
- status
Registries
Registry Status - The status of registry.
- type str
- The type of registry.
- user_
status str - The status of user.
- username str
- The username of cr instance.
- charge
Type String - The charge type of registry.
- create
Time String - The creation time of registry.
- domains List<Property Map>
- The domain of registry.
- name String
- The name of registry.
- project String
- The ProjectName of the cr registry.
- proxy
Cache BooleanEnabled - Whether to enable proxy cache.
- proxy
Caches List<Property Map> - The proxy cache of registry. This field is valid when proxy_cache_enabled is true.
- List<Property Map>
- The tags of cr registry.
- status Property Map
- The status of registry.
- type String
- The type of registry.
- user
Status String - The status of user.
- username String
- The username of cr instance.
RegistriesRegistryDomain
RegistriesRegistryProxyCach
- Endpoint string
- The endpoint of proxy cache.
- Skip
Ssl boolVerify - Whether to skip ssl verify.
- Type string
- The type of registry.
- Username string
- The username of cr instance.
- Endpoint string
- The endpoint of proxy cache.
- Skip
Ssl boolVerify - Whether to skip ssl verify.
- Type string
- The type of registry.
- Username string
- The username of cr instance.
- endpoint String
- The endpoint of proxy cache.
- skip
Ssl BooleanVerify - Whether to skip ssl verify.
- type String
- The type of registry.
- username String
- The username of cr instance.
- endpoint string
- The endpoint of proxy cache.
- skip
Ssl booleanVerify - Whether to skip ssl verify.
- type string
- The type of registry.
- username string
- The username of cr instance.
- endpoint str
- The endpoint of proxy cache.
- skip_
ssl_ boolverify - Whether to skip ssl verify.
- type str
- The type of registry.
- username str
- The username of cr instance.
- endpoint String
- The endpoint of proxy cache.
- skip
Ssl BooleanVerify - Whether to skip ssl verify.
- type String
- The type of registry.
- username String
- The username of cr instance.
RegistriesRegistryResourceTag
RegistriesRegistryStatus
- Conditions List<string>
- The condition of registry.
- Phase string
- The phase status of registry.
- Conditions []string
- The condition of registry.
- Phase string
- The phase status of registry.
- conditions List<String>
- The condition of registry.
- phase String
- The phase status of registry.
- conditions string[]
- The condition of registry.
- phase string
- The phase status of registry.
- conditions Sequence[str]
- The condition of registry.
- phase str
- The phase status of registry.
- conditions List<String>
- The condition of registry.
- phase String
- The phase status of registry.
RegistriesResourceTag
RegistriesStatus
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengineTerraform Provider.
Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
published on Friday, Mar 13, 2026 by Volcengine
