1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Jms
  5. getInstallationSite
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

oci.Jms.getInstallationSite

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

    This data source provides details about a specific Fleet Installation Site resource in Oracle Cloud Infrastructure Jms service.

    List Java installation sites in a Fleet filtered by query parameters.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testFleetInstallationSite = oci.Jms.getInstallationSite({
        fleetId: oci_jms_fleet.test_fleet.id,
        applicationId: oci_dataflow_application.test_application.id,
        installationPath: _var.fleet_installation_site_installation_path,
        jreDistribution: _var.fleet_installation_site_jre_distribution,
        jreSecurityStatus: _var.fleet_installation_site_jre_security_status,
        jreVendor: _var.fleet_installation_site_jre_vendor,
        jreVersion: _var.fleet_installation_site_jre_version,
        managedInstanceId: oci_osmanagement_managed_instance.test_managed_instance.id,
        osFamilies: _var.fleet_installation_site_os_family,
        pathContains: _var.fleet_installation_site_path_contains,
        timeEnd: _var.fleet_installation_site_time_end,
        timeStart: _var.fleet_installation_site_time_start,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_fleet_installation_site = oci.Jms.get_installation_site(fleet_id=oci_jms_fleet["test_fleet"]["id"],
        application_id=oci_dataflow_application["test_application"]["id"],
        installation_path=var["fleet_installation_site_installation_path"],
        jre_distribution=var["fleet_installation_site_jre_distribution"],
        jre_security_status=var["fleet_installation_site_jre_security_status"],
        jre_vendor=var["fleet_installation_site_jre_vendor"],
        jre_version=var["fleet_installation_site_jre_version"],
        managed_instance_id=oci_osmanagement_managed_instance["test_managed_instance"]["id"],
        os_families=var["fleet_installation_site_os_family"],
        path_contains=var["fleet_installation_site_path_contains"],
        time_end=var["fleet_installation_site_time_end"],
        time_start=var["fleet_installation_site_time_start"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/Jms"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := Jms.GetInstallationSite(ctx, &jms.GetInstallationSiteArgs{
    			FleetId:           oci_jms_fleet.Test_fleet.Id,
    			ApplicationId:     pulumi.StringRef(oci_dataflow_application.Test_application.Id),
    			InstallationPath:  pulumi.StringRef(_var.Fleet_installation_site_installation_path),
    			JreDistribution:   pulumi.StringRef(_var.Fleet_installation_site_jre_distribution),
    			JreSecurityStatus: pulumi.StringRef(_var.Fleet_installation_site_jre_security_status),
    			JreVendor:         pulumi.StringRef(_var.Fleet_installation_site_jre_vendor),
    			JreVersion:        pulumi.StringRef(_var.Fleet_installation_site_jre_version),
    			ManagedInstanceId: pulumi.StringRef(oci_osmanagement_managed_instance.Test_managed_instance.Id),
    			OsFamilies:        _var.Fleet_installation_site_os_family,
    			PathContains:      pulumi.StringRef(_var.Fleet_installation_site_path_contains),
    			TimeEnd:           pulumi.StringRef(_var.Fleet_installation_site_time_end),
    			TimeStart:         pulumi.StringRef(_var.Fleet_installation_site_time_start),
    		}, 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 testFleetInstallationSite = Oci.Jms.GetInstallationSite.Invoke(new()
        {
            FleetId = oci_jms_fleet.Test_fleet.Id,
            ApplicationId = oci_dataflow_application.Test_application.Id,
            InstallationPath = @var.Fleet_installation_site_installation_path,
            JreDistribution = @var.Fleet_installation_site_jre_distribution,
            JreSecurityStatus = @var.Fleet_installation_site_jre_security_status,
            JreVendor = @var.Fleet_installation_site_jre_vendor,
            JreVersion = @var.Fleet_installation_site_jre_version,
            ManagedInstanceId = oci_osmanagement_managed_instance.Test_managed_instance.Id,
            OsFamilies = @var.Fleet_installation_site_os_family,
            PathContains = @var.Fleet_installation_site_path_contains,
            TimeEnd = @var.Fleet_installation_site_time_end,
            TimeStart = @var.Fleet_installation_site_time_start,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Jms.JmsFunctions;
    import com.pulumi.oci.Jms.inputs.GetInstallationSiteArgs;
    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 testFleetInstallationSite = JmsFunctions.getInstallationSite(GetInstallationSiteArgs.builder()
                .fleetId(oci_jms_fleet.test_fleet().id())
                .applicationId(oci_dataflow_application.test_application().id())
                .installationPath(var_.fleet_installation_site_installation_path())
                .jreDistribution(var_.fleet_installation_site_jre_distribution())
                .jreSecurityStatus(var_.fleet_installation_site_jre_security_status())
                .jreVendor(var_.fleet_installation_site_jre_vendor())
                .jreVersion(var_.fleet_installation_site_jre_version())
                .managedInstanceId(oci_osmanagement_managed_instance.test_managed_instance().id())
                .osFamilies(var_.fleet_installation_site_os_family())
                .pathContains(var_.fleet_installation_site_path_contains())
                .timeEnd(var_.fleet_installation_site_time_end())
                .timeStart(var_.fleet_installation_site_time_start())
                .build());
    
        }
    }
    
    variables:
      testFleetInstallationSite:
        fn::invoke:
          Function: oci:Jms:getInstallationSite
          Arguments:
            fleetId: ${oci_jms_fleet.test_fleet.id}
            applicationId: ${oci_dataflow_application.test_application.id}
            installationPath: ${var.fleet_installation_site_installation_path}
            jreDistribution: ${var.fleet_installation_site_jre_distribution}
            jreSecurityStatus: ${var.fleet_installation_site_jre_security_status}
            jreVendor: ${var.fleet_installation_site_jre_vendor}
            jreVersion: ${var.fleet_installation_site_jre_version}
            managedInstanceId: ${oci_osmanagement_managed_instance.test_managed_instance.id}
            osFamilies: ${var.fleet_installation_site_os_family}
            pathContains: ${var.fleet_installation_site_path_contains}
            timeEnd: ${var.fleet_installation_site_time_end}
            timeStart: ${var.fleet_installation_site_time_start}
    

    Using getInstallationSite

    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 getInstallationSite(args: GetInstallationSiteArgs, opts?: InvokeOptions): Promise<GetInstallationSiteResult>
    function getInstallationSiteOutput(args: GetInstallationSiteOutputArgs, opts?: InvokeOptions): Output<GetInstallationSiteResult>
    def get_installation_site(application_id: Optional[str] = None,
                              fleet_id: Optional[str] = None,
                              installation_path: Optional[str] = None,
                              jre_distribution: Optional[str] = None,
                              jre_security_status: Optional[str] = None,
                              jre_vendor: Optional[str] = None,
                              jre_version: Optional[str] = None,
                              managed_instance_id: Optional[str] = None,
                              os_families: Optional[Sequence[str]] = None,
                              path_contains: Optional[str] = None,
                              time_end: Optional[str] = None,
                              time_start: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetInstallationSiteResult
    def get_installation_site_output(application_id: Optional[pulumi.Input[str]] = None,
                              fleet_id: Optional[pulumi.Input[str]] = None,
                              installation_path: Optional[pulumi.Input[str]] = None,
                              jre_distribution: Optional[pulumi.Input[str]] = None,
                              jre_security_status: Optional[pulumi.Input[str]] = None,
                              jre_vendor: Optional[pulumi.Input[str]] = None,
                              jre_version: Optional[pulumi.Input[str]] = None,
                              managed_instance_id: Optional[pulumi.Input[str]] = None,
                              os_families: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                              path_contains: Optional[pulumi.Input[str]] = None,
                              time_end: Optional[pulumi.Input[str]] = None,
                              time_start: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetInstallationSiteResult]
    func GetInstallationSite(ctx *Context, args *GetInstallationSiteArgs, opts ...InvokeOption) (*GetInstallationSiteResult, error)
    func GetInstallationSiteOutput(ctx *Context, args *GetInstallationSiteOutputArgs, opts ...InvokeOption) GetInstallationSiteResultOutput

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

    public static class GetInstallationSite 
    {
        public static Task<GetInstallationSiteResult> InvokeAsync(GetInstallationSiteArgs args, InvokeOptions? opts = null)
        public static Output<GetInstallationSiteResult> Invoke(GetInstallationSiteInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInstallationSiteResult> getInstallationSite(GetInstallationSiteArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:Jms/getInstallationSite:getInstallationSite
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FleetId string
    The OCID of the Fleet.
    ApplicationId string
    The Fleet-unique identifier of the related application.
    InstallationPath string
    The file system path of the installation.
    JreDistribution string
    The distribution of the related Java Runtime.
    JreSecurityStatus string
    The security status of the Java Runtime.
    JreVendor string
    The vendor of the related Java Runtime.
    JreVersion string
    The version of the related Java Runtime.
    ManagedInstanceId string
    The Fleet-unique identifier of the related managed instance.
    OsFamilies List<string>
    The operating system type.
    PathContains string
    Filter the list with path contains the given value.
    TimeEnd string
    The end of the time period during which resources are searched (formatted according to RFC3339).
    TimeStart string
    The start of the time period during which resources are searched (formatted according to RFC3339).
    FleetId string
    The OCID of the Fleet.
    ApplicationId string
    The Fleet-unique identifier of the related application.
    InstallationPath string
    The file system path of the installation.
    JreDistribution string
    The distribution of the related Java Runtime.
    JreSecurityStatus string
    The security status of the Java Runtime.
    JreVendor string
    The vendor of the related Java Runtime.
    JreVersion string
    The version of the related Java Runtime.
    ManagedInstanceId string
    The Fleet-unique identifier of the related managed instance.
    OsFamilies []string
    The operating system type.
    PathContains string
    Filter the list with path contains the given value.
    TimeEnd string
    The end of the time period during which resources are searched (formatted according to RFC3339).
    TimeStart string
    The start of the time period during which resources are searched (formatted according to RFC3339).
    fleetId String
    The OCID of the Fleet.
    applicationId String
    The Fleet-unique identifier of the related application.
    installationPath String
    The file system path of the installation.
    jreDistribution String
    The distribution of the related Java Runtime.
    jreSecurityStatus String
    The security status of the Java Runtime.
    jreVendor String
    The vendor of the related Java Runtime.
    jreVersion String
    The version of the related Java Runtime.
    managedInstanceId String
    The Fleet-unique identifier of the related managed instance.
    osFamilies List<String>
    The operating system type.
    pathContains String
    Filter the list with path contains the given value.
    timeEnd String
    The end of the time period during which resources are searched (formatted according to RFC3339).
    timeStart String
    The start of the time period during which resources are searched (formatted according to RFC3339).
    fleetId string
    The OCID of the Fleet.
    applicationId string
    The Fleet-unique identifier of the related application.
    installationPath string
    The file system path of the installation.
    jreDistribution string
    The distribution of the related Java Runtime.
    jreSecurityStatus string
    The security status of the Java Runtime.
    jreVendor string
    The vendor of the related Java Runtime.
    jreVersion string
    The version of the related Java Runtime.
    managedInstanceId string
    The Fleet-unique identifier of the related managed instance.
    osFamilies string[]
    The operating system type.
    pathContains string
    Filter the list with path contains the given value.
    timeEnd string
    The end of the time period during which resources are searched (formatted according to RFC3339).
    timeStart string
    The start of the time period during which resources are searched (formatted according to RFC3339).
    fleet_id str
    The OCID of the Fleet.
    application_id str
    The Fleet-unique identifier of the related application.
    installation_path str
    The file system path of the installation.
    jre_distribution str
    The distribution of the related Java Runtime.
    jre_security_status str
    The security status of the Java Runtime.
    jre_vendor str
    The vendor of the related Java Runtime.
    jre_version str
    The version of the related Java Runtime.
    managed_instance_id str
    The Fleet-unique identifier of the related managed instance.
    os_families Sequence[str]
    The operating system type.
    path_contains str
    Filter the list with path contains the given value.
    time_end str
    The end of the time period during which resources are searched (formatted according to RFC3339).
    time_start str
    The start of the time period during which resources are searched (formatted according to RFC3339).
    fleetId String
    The OCID of the Fleet.
    applicationId String
    The Fleet-unique identifier of the related application.
    installationPath String
    The file system path of the installation.
    jreDistribution String
    The distribution of the related Java Runtime.
    jreSecurityStatus String
    The security status of the Java Runtime.
    jreVendor String
    The vendor of the related Java Runtime.
    jreVersion String
    The version of the related Java Runtime.
    managedInstanceId String
    The Fleet-unique identifier of the related managed instance.
    osFamilies List<String>
    The operating system type.
    pathContains String
    Filter the list with path contains the given value.
    timeEnd String
    The end of the time period during which resources are searched (formatted according to RFC3339).
    timeStart String
    The start of the time period during which resources are searched (formatted according to RFC3339).

    getInstallationSite Result

    The following output properties are available:

    FleetId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Items List<GetInstallationSiteItem>
    A list of Java installation sites.
    ApplicationId string
    InstallationPath string
    JreDistribution string
    JreSecurityStatus string
    JreVendor string
    JreVersion string
    ManagedInstanceId string
    The OCID of the related managed instance.
    OsFamilies List<string>
    PathContains string
    TimeEnd string
    TimeStart string
    FleetId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Items []GetInstallationSiteItem
    A list of Java installation sites.
    ApplicationId string
    InstallationPath string
    JreDistribution string
    JreSecurityStatus string
    JreVendor string
    JreVersion string
    ManagedInstanceId string
    The OCID of the related managed instance.
    OsFamilies []string
    PathContains string
    TimeEnd string
    TimeStart string
    fleetId String
    id String
    The provider-assigned unique ID for this managed resource.
    items List<GetInstallationSiteItem>
    A list of Java installation sites.
    applicationId String
    installationPath String
    jreDistribution String
    jreSecurityStatus String
    jreVendor String
    jreVersion String
    managedInstanceId String
    The OCID of the related managed instance.
    osFamilies List<String>
    pathContains String
    timeEnd String
    timeStart String
    fleetId string
    id string
    The provider-assigned unique ID for this managed resource.
    items GetInstallationSiteItem[]
    A list of Java installation sites.
    applicationId string
    installationPath string
    jreDistribution string
    jreSecurityStatus string
    jreVendor string
    jreVersion string
    managedInstanceId string
    The OCID of the related managed instance.
    osFamilies string[]
    pathContains string
    timeEnd string
    timeStart string
    fleet_id str
    id str
    The provider-assigned unique ID for this managed resource.
    items Sequence[jms.GetInstallationSiteItem]
    A list of Java installation sites.
    application_id str
    installation_path str
    jre_distribution str
    jre_security_status str
    jre_vendor str
    jre_version str
    managed_instance_id str
    The OCID of the related managed instance.
    os_families Sequence[str]
    path_contains str
    time_end str
    time_start str
    fleetId String
    id String
    The provider-assigned unique ID for this managed resource.
    items List<Property Map>
    A list of Java installation sites.
    applicationId String
    installationPath String
    jreDistribution String
    jreSecurityStatus String
    jreVendor String
    jreVersion String
    managedInstanceId String
    The OCID of the related managed instance.
    osFamilies List<String>
    pathContains String
    timeEnd String
    timeStart String

    Supporting Types

    GetInstallationSiteItem

    ApproximateApplicationCount int
    The approximate count of applications running on this installation
    Blocklists List<GetInstallationSiteItemBlocklist>
    The list of operations that are blocklisted.
    InstallationKey string
    The unique identifier for the installation of Java Runtime at a specific path on a specific operating system.
    Jres List<GetInstallationSiteItemJre>
    The essential properties to identify a Java Runtime.
    ManagedInstanceId string
    The Fleet-unique identifier of the related managed instance.
    OperatingSystems List<GetInstallationSiteItemOperatingSystem>
    Operating System of the platform on which the Java Runtime was reported.
    Path string
    The file system path of the installation.
    SecurityStatus string
    The security status of the Java Runtime.
    State string
    The lifecycle state of the installation site.
    TimeLastSeen string
    The date and time the resource was last reported to JMS. This is potentially after the specified time period provided by the filters. For example, a resource can be last reported to JMS before the start of a specified time period, if it is also reported during the time period.
    ApproximateApplicationCount int
    The approximate count of applications running on this installation
    Blocklists []GetInstallationSiteItemBlocklist
    The list of operations that are blocklisted.
    InstallationKey string
    The unique identifier for the installation of Java Runtime at a specific path on a specific operating system.
    Jres []GetInstallationSiteItemJre
    The essential properties to identify a Java Runtime.
    ManagedInstanceId string
    The Fleet-unique identifier of the related managed instance.
    OperatingSystems []GetInstallationSiteItemOperatingSystem
    Operating System of the platform on which the Java Runtime was reported.
    Path string
    The file system path of the installation.
    SecurityStatus string
    The security status of the Java Runtime.
    State string
    The lifecycle state of the installation site.
    TimeLastSeen string
    The date and time the resource was last reported to JMS. This is potentially after the specified time period provided by the filters. For example, a resource can be last reported to JMS before the start of a specified time period, if it is also reported during the time period.
    approximateApplicationCount Integer
    The approximate count of applications running on this installation
    blocklists List<GetInstallationSiteItemBlocklist>
    The list of operations that are blocklisted.
    installationKey String
    The unique identifier for the installation of Java Runtime at a specific path on a specific operating system.
    jres List<GetInstallationSiteItemJre>
    The essential properties to identify a Java Runtime.
    managedInstanceId String
    The Fleet-unique identifier of the related managed instance.
    operatingSystems List<GetInstallationSiteItemOperatingSystem>
    Operating System of the platform on which the Java Runtime was reported.
    path String
    The file system path of the installation.
    securityStatus String
    The security status of the Java Runtime.
    state String
    The lifecycle state of the installation site.
    timeLastSeen String
    The date and time the resource was last reported to JMS. This is potentially after the specified time period provided by the filters. For example, a resource can be last reported to JMS before the start of a specified time period, if it is also reported during the time period.
    approximateApplicationCount number
    The approximate count of applications running on this installation
    blocklists GetInstallationSiteItemBlocklist[]
    The list of operations that are blocklisted.
    installationKey string
    The unique identifier for the installation of Java Runtime at a specific path on a specific operating system.
    jres GetInstallationSiteItemJre[]
    The essential properties to identify a Java Runtime.
    managedInstanceId string
    The Fleet-unique identifier of the related managed instance.
    operatingSystems GetInstallationSiteItemOperatingSystem[]
    Operating System of the platform on which the Java Runtime was reported.
    path string
    The file system path of the installation.
    securityStatus string
    The security status of the Java Runtime.
    state string
    The lifecycle state of the installation site.
    timeLastSeen string
    The date and time the resource was last reported to JMS. This is potentially after the specified time period provided by the filters. For example, a resource can be last reported to JMS before the start of a specified time period, if it is also reported during the time period.
    approximate_application_count int
    The approximate count of applications running on this installation
    blocklists Sequence[jms.GetInstallationSiteItemBlocklist]
    The list of operations that are blocklisted.
    installation_key str
    The unique identifier for the installation of Java Runtime at a specific path on a specific operating system.
    jres Sequence[jms.GetInstallationSiteItemJre]
    The essential properties to identify a Java Runtime.
    managed_instance_id str
    The Fleet-unique identifier of the related managed instance.
    operating_systems Sequence[jms.GetInstallationSiteItemOperatingSystem]
    Operating System of the platform on which the Java Runtime was reported.
    path str
    The file system path of the installation.
    security_status str
    The security status of the Java Runtime.
    state str
    The lifecycle state of the installation site.
    time_last_seen str
    The date and time the resource was last reported to JMS. This is potentially after the specified time period provided by the filters. For example, a resource can be last reported to JMS before the start of a specified time period, if it is also reported during the time period.
    approximateApplicationCount Number
    The approximate count of applications running on this installation
    blocklists List<Property Map>
    The list of operations that are blocklisted.
    installationKey String
    The unique identifier for the installation of Java Runtime at a specific path on a specific operating system.
    jres List<Property Map>
    The essential properties to identify a Java Runtime.
    managedInstanceId String
    The Fleet-unique identifier of the related managed instance.
    operatingSystems List<Property Map>
    Operating System of the platform on which the Java Runtime was reported.
    path String
    The file system path of the installation.
    securityStatus String
    The security status of the Java Runtime.
    state String
    The lifecycle state of the installation site.
    timeLastSeen String
    The date and time the resource was last reported to JMS. This is potentially after the specified time period provided by the filters. For example, a resource can be last reported to JMS before the start of a specified time period, if it is also reported during the time period.

    GetInstallationSiteItemBlocklist

    Operation string
    The operation type.
    Reason string
    The reason why the operation is blocklisted.
    Operation string
    The operation type.
    Reason string
    The reason why the operation is blocklisted.
    operation String
    The operation type.
    reason String
    The reason why the operation is blocklisted.
    operation string
    The operation type.
    reason string
    The reason why the operation is blocklisted.
    operation str
    The operation type.
    reason str
    The reason why the operation is blocklisted.
    operation String
    The operation type.
    reason String
    The reason why the operation is blocklisted.

    GetInstallationSiteItemJre

    Distribution string
    The distribution of a Java Runtime is the name of the lineage of product to which it belongs, for example Java(TM) SE Runtime Environment.
    JreKey string
    The unique identifier for a Java Runtime.
    Vendor string
    The vendor of the Java Runtime.
    Version string
    The version of the operating system as provided by the Java system property os.version.
    Distribution string
    The distribution of a Java Runtime is the name of the lineage of product to which it belongs, for example Java(TM) SE Runtime Environment.
    JreKey string
    The unique identifier for a Java Runtime.
    Vendor string
    The vendor of the Java Runtime.
    Version string
    The version of the operating system as provided by the Java system property os.version.
    distribution String
    The distribution of a Java Runtime is the name of the lineage of product to which it belongs, for example Java(TM) SE Runtime Environment.
    jreKey String
    The unique identifier for a Java Runtime.
    vendor String
    The vendor of the Java Runtime.
    version String
    The version of the operating system as provided by the Java system property os.version.
    distribution string
    The distribution of a Java Runtime is the name of the lineage of product to which it belongs, for example Java(TM) SE Runtime Environment.
    jreKey string
    The unique identifier for a Java Runtime.
    vendor string
    The vendor of the Java Runtime.
    version string
    The version of the operating system as provided by the Java system property os.version.
    distribution str
    The distribution of a Java Runtime is the name of the lineage of product to which it belongs, for example Java(TM) SE Runtime Environment.
    jre_key str
    The unique identifier for a Java Runtime.
    vendor str
    The vendor of the Java Runtime.
    version str
    The version of the operating system as provided by the Java system property os.version.
    distribution String
    The distribution of a Java Runtime is the name of the lineage of product to which it belongs, for example Java(TM) SE Runtime Environment.
    jreKey String
    The unique identifier for a Java Runtime.
    vendor String
    The vendor of the Java Runtime.
    version String
    The version of the operating system as provided by the Java system property os.version.

    GetInstallationSiteItemOperatingSystem

    Architecture string
    The architecture of the operating system as provided by the Java system property os.arch.
    Family string
    The operating system type, such as Windows or Linux
    ManagedInstanceCount int
    Number of instances running the operating system
    Name string
    The name of the operating system as provided by the Java system property os.name.
    Version string
    The version of the operating system as provided by the Java system property os.version.
    Architecture string
    The architecture of the operating system as provided by the Java system property os.arch.
    Family string
    The operating system type, such as Windows or Linux
    ManagedInstanceCount int
    Number of instances running the operating system
    Name string
    The name of the operating system as provided by the Java system property os.name.
    Version string
    The version of the operating system as provided by the Java system property os.version.
    architecture String
    The architecture of the operating system as provided by the Java system property os.arch.
    family String
    The operating system type, such as Windows or Linux
    managedInstanceCount Integer
    Number of instances running the operating system
    name String
    The name of the operating system as provided by the Java system property os.name.
    version String
    The version of the operating system as provided by the Java system property os.version.
    architecture string
    The architecture of the operating system as provided by the Java system property os.arch.
    family string
    The operating system type, such as Windows or Linux
    managedInstanceCount number
    Number of instances running the operating system
    name string
    The name of the operating system as provided by the Java system property os.name.
    version string
    The version of the operating system as provided by the Java system property os.version.
    architecture str
    The architecture of the operating system as provided by the Java system property os.arch.
    family str
    The operating system type, such as Windows or Linux
    managed_instance_count int
    Number of instances running the operating system
    name str
    The name of the operating system as provided by the Java system property os.name.
    version str
    The version of the operating system as provided by the Java system property os.version.
    architecture String
    The architecture of the operating system as provided by the Java system property os.arch.
    family String
    The operating system type, such as Windows or Linux
    managedInstanceCount Number
    Number of instances running the operating system
    name String
    The name of the operating system as provided by the Java system property os.name.
    version String
    The version of the operating system as provided by the Java system property os.version.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi