volcenginecc v0.0.2 published on Saturday, Oct 11, 2025 by Volcengine
volcenginecc.storageebs.getVolumes
volcenginecc v0.0.2 published on Saturday, Oct 11, 2025 by Volcengine
Plural Data Source schema for Volcengine::StorageEBS::Volume
Using getVolumes
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 getVolumes(opts?: InvokeOptions): Promise<GetVolumesResult>
function getVolumesOutput(opts?: InvokeOptions): Output<GetVolumesResult>
def get_volumes(opts: Optional[InvokeOptions] = None) -> GetVolumesResult
def get_volumes_output(opts: Optional[InvokeOptions] = None) -> Output[GetVolumesResult]
func GetVolumes(ctx *Context, opts ...InvokeOption) (*GetVolumesResult, error)
func GetVolumesOutput(ctx *Context, opts ...InvokeOption) GetVolumesResultOutput
> Note: This function is named GetVolumes
in the Go SDK.
public static class GetVolumes
{
public static Task<GetVolumesResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetVolumesResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetVolumesResult> getVolumes(InvokeOptions options)
public static Output<GetVolumesResult> getVolumes(InvokeOptions options)
fn::invoke:
function: volcenginecc:storageebs/getVolumes:getVolumes
arguments:
# arguments dictionary
getVolumes Result
The following output properties are available:
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcenginecc
Terraform Provider.
volcenginecc v0.0.2 published on Saturday, Oct 11, 2025 by Volcengine