Viewing docs for Oracle Cloud Infrastructure v4.9.0
published on Thursday, Apr 30, 2026 by Pulumi
published on Thursday, Apr 30, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.9.0
published on Thursday, Apr 30, 2026 by Pulumi
published on Thursday, Apr 30, 2026 by Pulumi
This data source provides details about a specific Byol resource in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.
Gets the specified BYOL’s information.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testByol = oci.Ocvp.getByol({
byolId: testByolOciOcvpByol.id,
});
import pulumi
import pulumi_oci as oci
test_byol = oci.Ocvp.get_byol(byol_id=test_byol_oci_ocvp_byol["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/ocvp"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ocvp.GetByol(ctx, &ocvp.GetByolArgs{
ByolId: testByolOciOcvpByol.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testByol = Oci.Ocvp.GetByol.Invoke(new()
{
ByolId = testByolOciOcvpByol.Id,
});
});
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.GetByolArgs;
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 testByol = OcvpFunctions.getByol(GetByolArgs.builder()
.byolId(testByolOciOcvpByol.id())
.build());
}
}
variables:
testByol:
fn::invoke:
function: oci:Ocvp:getByol
arguments:
byolId: ${testByolOciOcvpByol.id}
Using getByol
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 getByol(args: GetByolArgs, opts?: InvokeOptions): Promise<GetByolResult>
function getByolOutput(args: GetByolOutputArgs, opts?: InvokeOptions): Output<GetByolResult>def get_byol(byol_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetByolResult
def get_byol_output(byol_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetByolResult]func LookupByol(ctx *Context, args *LookupByolArgs, opts ...InvokeOption) (*LookupByolResult, error)
func LookupByolOutput(ctx *Context, args *LookupByolOutputArgs, opts ...InvokeOption) LookupByolResultOutput> Note: This function is named LookupByol in the Go SDK.
public static class GetByol
{
public static Task<GetByolResult> InvokeAsync(GetByolArgs args, InvokeOptions? opts = null)
public static Output<GetByolResult> Invoke(GetByolInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetByolResult> getByol(GetByolArgs args, InvokeOptions options)
public static Output<GetByolResult> getByol(GetByolArgs args, InvokeOptions options)
fn::invoke:
function: oci:Ocvp/getByol:getByol
arguments:
# arguments dictionaryThe following arguments are supported:
getByol Result
The following output properties are available:
- Available
Units int - The quantity of licensed units that not yet allocated to specific region.
- Byol
Id string - Compartment
Id string - The OCID of the compartment that contains the BYOL.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Description string
- A description of the BYOL.
- Display
Name string - A descriptive name for the BYOL.
- Entitlement
Key string - The Broadcom-supplied identifier of a BYOL license.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Id string
- The OCID of the BYOL.
- Software
Type string - The type of VMware software the BYOL applies to. Supported values:
- VCF (VMware Cloud Foundation)
- VSAN (VMware vSAN)
- VDEFEND (VMware vDefend Firewall)
- AVI_LOAD_BALANCER (VMware Avi Load Balancer)
- State string
- The current state of the BYOL.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{orcl-cloud: {free-tier-retain: true}} - Time
Created string - The date and time the BYOL was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z - Time
Term stringEnd - The date and time when the BYOL expires and becomes inactive. In the format defined byRFC3339.
- Time
Term stringStart - The date and time when the BYOL becomes active. VMware software functionality cannot begin before this time. In the format defined byRFC3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the BYOL was updated, in the format defined by RFC3339.
- Total
Units int - Total quantity of licensed units for the specified
softwareType:- VCF, VDEFEND: number of OCPUs
- VSAN: storage capacity in TiB (tebibytes)
- AVI_LOAD_BALANCER: number of instances
- Available
Units int - The quantity of licensed units that not yet allocated to specific region.
- Byol
Id string - Compartment
Id string - The OCID of the compartment that contains the BYOL.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Description string
- A description of the BYOL.
- Display
Name string - A descriptive name for the BYOL.
- Entitlement
Key string - The Broadcom-supplied identifier of a BYOL license.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Id string
- The OCID of the BYOL.
- Software
Type string - The type of VMware software the BYOL applies to. Supported values:
- VCF (VMware Cloud Foundation)
- VSAN (VMware vSAN)
- VDEFEND (VMware vDefend Firewall)
- AVI_LOAD_BALANCER (VMware Avi Load Balancer)
- State string
- The current state of the BYOL.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{orcl-cloud: {free-tier-retain: true}} - Time
Created string - The date and time the BYOL was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z - Time
Term stringEnd - The date and time when the BYOL expires and becomes inactive. In the format defined byRFC3339.
- Time
Term stringStart - The date and time when the BYOL becomes active. VMware software functionality cannot begin before this time. In the format defined byRFC3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the BYOL was updated, in the format defined by RFC3339.
- Total
Units int - Total quantity of licensed units for the specified
softwareType:- VCF, VDEFEND: number of OCPUs
- VSAN: storage capacity in TiB (tebibytes)
- AVI_LOAD_BALANCER: number of instances
- available
Units Integer - The quantity of licensed units that not yet allocated to specific region.
- byol
Id String - compartment
Id String - The OCID of the compartment that contains the BYOL.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description String
- A description of the BYOL.
- display
Name String - A descriptive name for the BYOL.
- entitlement
Key String - The Broadcom-supplied identifier of a BYOL license.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id String
- The OCID of the BYOL.
- software
Type String - The type of VMware software the BYOL applies to. Supported values:
- VCF (VMware Cloud Foundation)
- VSAN (VMware vSAN)
- VDEFEND (VMware vDefend Firewall)
- AVI_LOAD_BALANCER (VMware Avi Load Balancer)
- state String
- The current state of the BYOL.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{orcl-cloud: {free-tier-retain: true}} - time
Created String - The date and time the BYOL was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z - time
Term StringEnd - The date and time when the BYOL expires and becomes inactive. In the format defined byRFC3339.
- time
Term StringStart - The date and time when the BYOL becomes active. VMware software functionality cannot begin before this time. In the format defined byRFC3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the BYOL was updated, in the format defined by RFC3339.
- total
Units Integer - Total quantity of licensed units for the specified
softwareType:- VCF, VDEFEND: number of OCPUs
- VSAN: storage capacity in TiB (tebibytes)
- AVI_LOAD_BALANCER: number of instances
- available
Units number - The quantity of licensed units that not yet allocated to specific region.
- byol
Id string - compartment
Id string - The OCID of the compartment that contains the BYOL.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description string
- A description of the BYOL.
- display
Name string - A descriptive name for the BYOL.
- entitlement
Key string - The Broadcom-supplied identifier of a BYOL license.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id string
- The OCID of the BYOL.
- software
Type string - The type of VMware software the BYOL applies to. Supported values:
- VCF (VMware Cloud Foundation)
- VSAN (VMware vSAN)
- VDEFEND (VMware vDefend Firewall)
- AVI_LOAD_BALANCER (VMware Avi Load Balancer)
- state string
- The current state of the BYOL.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{orcl-cloud: {free-tier-retain: true}} - time
Created string - The date and time the BYOL was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z - time
Term stringEnd - The date and time when the BYOL expires and becomes inactive. In the format defined byRFC3339.
- time
Term stringStart - The date and time when the BYOL becomes active. VMware software functionality cannot begin before this time. In the format defined byRFC3339. Example:
2016-08-25T21:10:29.600Z - time
Updated string - The date and time the BYOL was updated, in the format defined by RFC3339.
- total
Units number - Total quantity of licensed units for the specified
softwareType:- VCF, VDEFEND: number of OCPUs
- VSAN: storage capacity in TiB (tebibytes)
- AVI_LOAD_BALANCER: number of instances
- available_
units int - The quantity of licensed units that not yet allocated to specific region.
- byol_
id str - compartment_
id str - The OCID of the compartment that contains the BYOL.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description str
- A description of the BYOL.
- display_
name str - A descriptive name for the BYOL.
- entitlement_
key str - The Broadcom-supplied identifier of a BYOL license.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id str
- The OCID of the BYOL.
- software_
type str - The type of VMware software the BYOL applies to. Supported values:
- VCF (VMware Cloud Foundation)
- VSAN (VMware vSAN)
- VDEFEND (VMware vDefend Firewall)
- AVI_LOAD_BALANCER (VMware Avi Load Balancer)
- state str
- The current state of the BYOL.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{orcl-cloud: {free-tier-retain: true}} - time_
created str - The date and time the BYOL was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z - time_
term_ strend - The date and time when the BYOL expires and becomes inactive. In the format defined byRFC3339.
- time_
term_ strstart - The date and time when the BYOL becomes active. VMware software functionality cannot begin before this time. In the format defined byRFC3339. Example:
2016-08-25T21:10:29.600Z - time_
updated str - The date and time the BYOL was updated, in the format defined by RFC3339.
- total_
units int - Total quantity of licensed units for the specified
softwareType:- VCF, VDEFEND: number of OCPUs
- VSAN: storage capacity in TiB (tebibytes)
- AVI_LOAD_BALANCER: number of instances
- available
Units Number - The quantity of licensed units that not yet allocated to specific region.
- byol
Id String - compartment
Id String - The OCID of the compartment that contains the BYOL.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description String
- A description of the BYOL.
- display
Name String - A descriptive name for the BYOL.
- entitlement
Key String - The Broadcom-supplied identifier of a BYOL license.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id String
- The OCID of the BYOL.
- software
Type String - The type of VMware software the BYOL applies to. Supported values:
- VCF (VMware Cloud Foundation)
- VSAN (VMware vSAN)
- VDEFEND (VMware vDefend Firewall)
- AVI_LOAD_BALANCER (VMware Avi Load Balancer)
- state String
- The current state of the BYOL.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{orcl-cloud: {free-tier-retain: true}} - time
Created String - The date and time the BYOL was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z - time
Term StringEnd - The date and time when the BYOL expires and becomes inactive. In the format defined byRFC3339.
- time
Term StringStart - The date and time when the BYOL becomes active. VMware software functionality cannot begin before this time. In the format defined byRFC3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the BYOL was updated, in the format defined by RFC3339.
- total
Units Number - Total quantity of licensed units for the specified
softwareType:- VCF, VDEFEND: number of OCPUs
- VSAN: storage capacity in TiB (tebibytes)
- AVI_LOAD_BALANCER: number of instances
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.9.0
published on Thursday, Apr 30, 2026 by Pulumi
published on Thursday, Apr 30, 2026 by Pulumi
