oci logo
Oracle Cloud Infrastructure v0.12.0, Mar 17 23

oci.Ocvp.getSupportedVmwareSoftwareVersions

This data source provides the list of Supported Vmware Software Versions in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.

Lists the versions of bundled VMware software supported by the Oracle Cloud VMware Solution.

Example Usage

using System.Collections.Generic;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testSupportedVmwareSoftwareVersions = Oci.Ocvp.GetSupportedVmwareSoftwareVersions.Invoke(new()
    {
        CompartmentId = @var.Compartment_id,
    });

});
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/go/oci/Ocvp"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := Ocvp.GetSupportedVmwareSoftwareVersions(ctx, &ocvp.GetSupportedVmwareSoftwareVersionsArgs{
			CompartmentId: _var.Compartment_id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Ocvp.OcvpFunctions;
import com.pulumi.oci.Ocvp.inputs.GetSupportedVmwareSoftwareVersionsArgs;
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 testSupportedVmwareSoftwareVersions = OcvpFunctions.getSupportedVmwareSoftwareVersions(GetSupportedVmwareSoftwareVersionsArgs.builder()
            .compartmentId(var_.compartment_id())
            .build());

    }
}
import pulumi
import pulumi_oci as oci

test_supported_vmware_software_versions = oci.Ocvp.get_supported_vmware_software_versions(compartment_id=var["compartment_id"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testSupportedVmwareSoftwareVersions = oci.Ocvp.getSupportedVmwareSoftwareVersions({
    compartmentId: _var.compartment_id,
});
variables:
  testSupportedVmwareSoftwareVersions:
    fn::invoke:
      Function: oci:Ocvp:getSupportedVmwareSoftwareVersions
      Arguments:
        compartmentId: ${var.compartment_id}

Using getSupportedVmwareSoftwareVersions

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 getSupportedVmwareSoftwareVersions(args: GetSupportedVmwareSoftwareVersionsArgs, opts?: InvokeOptions): Promise<GetSupportedVmwareSoftwareVersionsResult>
function getSupportedVmwareSoftwareVersionsOutput(args: GetSupportedVmwareSoftwareVersionsOutputArgs, opts?: InvokeOptions): Output<GetSupportedVmwareSoftwareVersionsResult>
def get_supported_vmware_software_versions(compartment_id: Optional[str] = None,
                                           filters: Optional[Sequence[_ocvp.GetSupportedVmwareSoftwareVersionsFilter]] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetSupportedVmwareSoftwareVersionsResult
def get_supported_vmware_software_versions_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                           filters: Optional[pulumi.Input[Sequence[pulumi.Input[_ocvp.GetSupportedVmwareSoftwareVersionsFilterArgs]]]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetSupportedVmwareSoftwareVersionsResult]
func GetSupportedVmwareSoftwareVersions(ctx *Context, args *GetSupportedVmwareSoftwareVersionsArgs, opts ...InvokeOption) (*GetSupportedVmwareSoftwareVersionsResult, error)
func GetSupportedVmwareSoftwareVersionsOutput(ctx *Context, args *GetSupportedVmwareSoftwareVersionsOutputArgs, opts ...InvokeOption) GetSupportedVmwareSoftwareVersionsResultOutput

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

public static class GetSupportedVmwareSoftwareVersions 
{
    public static Task<GetSupportedVmwareSoftwareVersionsResult> InvokeAsync(GetSupportedVmwareSoftwareVersionsArgs args, InvokeOptions? opts = null)
    public static Output<GetSupportedVmwareSoftwareVersionsResult> Invoke(GetSupportedVmwareSoftwareVersionsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSupportedVmwareSoftwareVersionsResult> getSupportedVmwareSoftwareVersions(GetSupportedVmwareSoftwareVersionsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: oci:Ocvp/getSupportedVmwareSoftwareVersions:getSupportedVmwareSoftwareVersions
  arguments:
    # arguments dictionary

The following arguments are supported:

compartmentId String

The OCID of the compartment.

filters List<Property Map>

getSupportedVmwareSoftwareVersions Result

The following output properties are available:

CompartmentId string
Id string

The provider-assigned unique ID for this managed resource.

Items List<GetSupportedVmwareSoftwareVersionsItem>

A list of the supported versions of bundled VMware software.

Filters List<GetSupportedVmwareSoftwareVersionsFilter>
CompartmentId string
Id string

The provider-assigned unique ID for this managed resource.

Items []GetSupportedVmwareSoftwareVersionsItem

A list of the supported versions of bundled VMware software.

Filters []GetSupportedVmwareSoftwareVersionsFilter
compartmentId String
id String

The provider-assigned unique ID for this managed resource.

items List<GetSupportedVmwareSoftwareVersionsItem>

A list of the supported versions of bundled VMware software.

filters List<GetSupportedVmwareSoftwareVersionsFilter>
compartmentId string
id string

The provider-assigned unique ID for this managed resource.

items GetSupportedVmwareSoftwareVersionsItem[]

A list of the supported versions of bundled VMware software.

filters GetSupportedVmwareSoftwareVersionsFilter[]
compartment_id str
id str

The provider-assigned unique ID for this managed resource.

items GetSupportedVmwareSoftwareVersionsItem]

A list of the supported versions of bundled VMware software.

filters GetSupportedVmwareSoftwareVersionsFilter]
compartmentId String
id String

The provider-assigned unique ID for this managed resource.

items List<Property Map>

A list of the supported versions of bundled VMware software.

filters List<Property Map>

Supporting Types

GetSupportedVmwareSoftwareVersionsFilter

Name string
Values List<string>
Regex bool
Name string
Values []string
Regex bool
name String
values List<String>
regex Boolean
name string
values string[]
regex boolean
name str
values Sequence[str]
regex bool
name String
values List<String>
regex Boolean

GetSupportedVmwareSoftwareVersionsItem

Description string

A description of the software in the bundle.

Version string

A short, unique string that identifies the version of bundled software.

Description string

A description of the software in the bundle.

Version string

A short, unique string that identifies the version of bundled software.

description String

A description of the software in the bundle.

version String

A short, unique string that identifies the version of bundled software.

description string

A description of the software in the bundle.

version string

A short, unique string that identifies the version of bundled software.

description str

A description of the software in the bundle.

version str

A short, unique string that identifies the version of bundled software.

description String

A description of the software in the bundle.

version String

A short, unique string that identifies the version of bundled software.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes

This Pulumi package is based on the oci Terraform Provider.