Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.Jms.getInstallationSites
Explore with Pulumi AI
This data source provides the list of Fleet Installation Sites 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 testFleetInstallationSites = oci.Jms.getInstallationSites({
fleetId: testFleet.id,
applicationId: fleetInstallationSiteApplicationId,
installationPath: fleetInstallationSiteInstallationPath,
jreDistribution: fleetInstallationSiteJreDistribution,
jreSecurityStatus: fleetInstallationSiteJreSecurityStatus,
jreVendor: fleetInstallationSiteJreVendor,
jreVersion: fleetInstallationSiteJreVersion,
managedInstanceId: fleetInstallationSiteManagedInstanceId,
osFamilies: fleetInstallationSiteOsFamily,
pathContains: fleetInstallationSitePathContains,
timeEnd: fleetInstallationSiteTimeEnd,
timeStart: fleetInstallationSiteTimeStart,
});
import pulumi
import pulumi_oci as oci
test_fleet_installation_sites = oci.Jms.get_installation_sites(fleet_id=test_fleet["id"],
application_id=fleet_installation_site_application_id,
installation_path=fleet_installation_site_installation_path,
jre_distribution=fleet_installation_site_jre_distribution,
jre_security_status=fleet_installation_site_jre_security_status,
jre_vendor=fleet_installation_site_jre_vendor,
jre_version=fleet_installation_site_jre_version,
managed_instance_id=fleet_installation_site_managed_instance_id,
os_families=fleet_installation_site_os_family,
path_contains=fleet_installation_site_path_contains,
time_end=fleet_installation_site_time_end,
time_start=fleet_installation_site_time_start)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/Jms"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Jms.GetInstallationSites(ctx, &jms.GetInstallationSitesArgs{
FleetId: testFleet.Id,
ApplicationId: pulumi.StringRef(fleetInstallationSiteApplicationId),
InstallationPath: pulumi.StringRef(fleetInstallationSiteInstallationPath),
JreDistribution: pulumi.StringRef(fleetInstallationSiteJreDistribution),
JreSecurityStatus: pulumi.StringRef(fleetInstallationSiteJreSecurityStatus),
JreVendor: pulumi.StringRef(fleetInstallationSiteJreVendor),
JreVersion: pulumi.StringRef(fleetInstallationSiteJreVersion),
ManagedInstanceId: pulumi.StringRef(fleetInstallationSiteManagedInstanceId),
OsFamilies: fleetInstallationSiteOsFamily,
PathContains: pulumi.StringRef(fleetInstallationSitePathContains),
TimeEnd: pulumi.StringRef(fleetInstallationSiteTimeEnd),
TimeStart: pulumi.StringRef(fleetInstallationSiteTimeStart),
}, 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 testFleetInstallationSites = Oci.Jms.GetInstallationSites.Invoke(new()
{
FleetId = testFleet.Id,
ApplicationId = fleetInstallationSiteApplicationId,
InstallationPath = fleetInstallationSiteInstallationPath,
JreDistribution = fleetInstallationSiteJreDistribution,
JreSecurityStatus = fleetInstallationSiteJreSecurityStatus,
JreVendor = fleetInstallationSiteJreVendor,
JreVersion = fleetInstallationSiteJreVersion,
ManagedInstanceId = fleetInstallationSiteManagedInstanceId,
OsFamilies = fleetInstallationSiteOsFamily,
PathContains = fleetInstallationSitePathContains,
TimeEnd = fleetInstallationSiteTimeEnd,
TimeStart = fleetInstallationSiteTimeStart,
});
});
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.GetInstallationSitesArgs;
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 testFleetInstallationSites = JmsFunctions.getInstallationSites(GetInstallationSitesArgs.builder()
.fleetId(testFleet.id())
.applicationId(fleetInstallationSiteApplicationId)
.installationPath(fleetInstallationSiteInstallationPath)
.jreDistribution(fleetInstallationSiteJreDistribution)
.jreSecurityStatus(fleetInstallationSiteJreSecurityStatus)
.jreVendor(fleetInstallationSiteJreVendor)
.jreVersion(fleetInstallationSiteJreVersion)
.managedInstanceId(fleetInstallationSiteManagedInstanceId)
.osFamilies(fleetInstallationSiteOsFamily)
.pathContains(fleetInstallationSitePathContains)
.timeEnd(fleetInstallationSiteTimeEnd)
.timeStart(fleetInstallationSiteTimeStart)
.build());
}
}
variables:
testFleetInstallationSites:
fn::invoke:
Function: oci:Jms:getInstallationSites
Arguments:
fleetId: ${testFleet.id}
applicationId: ${fleetInstallationSiteApplicationId}
installationPath: ${fleetInstallationSiteInstallationPath}
jreDistribution: ${fleetInstallationSiteJreDistribution}
jreSecurityStatus: ${fleetInstallationSiteJreSecurityStatus}
jreVendor: ${fleetInstallationSiteJreVendor}
jreVersion: ${fleetInstallationSiteJreVersion}
managedInstanceId: ${fleetInstallationSiteManagedInstanceId}
osFamilies: ${fleetInstallationSiteOsFamily}
pathContains: ${fleetInstallationSitePathContains}
timeEnd: ${fleetInstallationSiteTimeEnd}
timeStart: ${fleetInstallationSiteTimeStart}
Using getInstallationSites
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 getInstallationSites(args: GetInstallationSitesArgs, opts?: InvokeOptions): Promise<GetInstallationSitesResult>
function getInstallationSitesOutput(args: GetInstallationSitesOutputArgs, opts?: InvokeOptions): Output<GetInstallationSitesResult>
def get_installation_sites(application_id: Optional[str] = None,
filters: Optional[Sequence[_jms.GetInstallationSitesFilter]] = 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) -> GetInstallationSitesResult
def get_installation_sites_output(application_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_jms.GetInstallationSitesFilterArgs]]]] = 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[GetInstallationSitesResult]
func GetInstallationSites(ctx *Context, args *GetInstallationSitesArgs, opts ...InvokeOption) (*GetInstallationSitesResult, error)
func GetInstallationSitesOutput(ctx *Context, args *GetInstallationSitesOutputArgs, opts ...InvokeOption) GetInstallationSitesResultOutput
> Note: This function is named GetInstallationSites
in the Go SDK.
public static class GetInstallationSites
{
public static Task<GetInstallationSitesResult> InvokeAsync(GetInstallationSitesArgs args, InvokeOptions? opts = null)
public static Output<GetInstallationSitesResult> Invoke(GetInstallationSitesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetInstallationSitesResult> getInstallationSites(GetInstallationSitesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Jms/getInstallationSites:getInstallationSites
arguments:
# arguments dictionary
The following arguments are supported:
- Fleet
Id string - The OCID of the Fleet.
- Application
Id string - The Fleet-unique identifier of the related application.
- Filters
List<Get
Installation Sites Filter> - Installation
Path string - The file system path of the installation.
- Jre
Distribution string - The distribution of the related Java Runtime.
- Jre
Security stringStatus - The security status of the Java Runtime.
- Jre
Vendor string - The vendor of the related Java Runtime.
- Jre
Version string - The version of the related Java Runtime.
- Managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- Os
Families List<string> - The operating system type.
- Path
Contains string - Filter the list with path contains the given value.
- Time
End string - The end of the time period during which resources are searched (formatted according to RFC3339).
- Time
Start string - The start of the time period during which resources are searched (formatted according to RFC3339).
- Fleet
Id string - The OCID of the Fleet.
- Application
Id string - The Fleet-unique identifier of the related application.
- Filters
[]Get
Installation Sites Filter - Installation
Path string - The file system path of the installation.
- Jre
Distribution string - The distribution of the related Java Runtime.
- Jre
Security stringStatus - The security status of the Java Runtime.
- Jre
Vendor string - The vendor of the related Java Runtime.
- Jre
Version string - The version of the related Java Runtime.
- Managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- Os
Families []string - The operating system type.
- Path
Contains string - Filter the list with path contains the given value.
- Time
End string - The end of the time period during which resources are searched (formatted according to RFC3339).
- Time
Start string - The start of the time period during which resources are searched (formatted according to RFC3339).
- fleet
Id String - The OCID of the Fleet.
- application
Id String - The Fleet-unique identifier of the related application.
- filters
List<Get
Installation Sites Filter> - installation
Path String - The file system path of the installation.
- jre
Distribution String - The distribution of the related Java Runtime.
- jre
Security StringStatus - The security status of the Java Runtime.
- jre
Vendor String - The vendor of the related Java Runtime.
- jre
Version String - The version of the related Java Runtime.
- managed
Instance StringId - The Fleet-unique identifier of the related managed instance.
- os
Families List<String> - The operating system type.
- path
Contains String - Filter the list with path contains the given value.
- time
End String - The end of the time period during which resources are searched (formatted according to RFC3339).
- time
Start String - The start of the time period during which resources are searched (formatted according to RFC3339).
- fleet
Id string - The OCID of the Fleet.
- application
Id string - The Fleet-unique identifier of the related application.
- filters
Get
Installation Sites Filter[] - installation
Path string - The file system path of the installation.
- jre
Distribution string - The distribution of the related Java Runtime.
- jre
Security stringStatus - The security status of the Java Runtime.
- jre
Vendor string - The vendor of the related Java Runtime.
- jre
Version string - The version of the related Java Runtime.
- managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- os
Families string[] - The operating system type.
- path
Contains string - Filter the list with path contains the given value.
- time
End string - The end of the time period during which resources are searched (formatted according to RFC3339).
- time
Start 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.
- filters
Sequence[jms.
Get Installation Sites Filter] - installation_
path str - The file system path of the installation.
- jre_
distribution str - The distribution of the related Java Runtime.
- jre_
security_ strstatus - 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_ strid - 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).
- fleet
Id String - The OCID of the Fleet.
- application
Id String - The Fleet-unique identifier of the related application.
- filters List<Property Map>
- installation
Path String - The file system path of the installation.
- jre
Distribution String - The distribution of the related Java Runtime.
- jre
Security StringStatus - The security status of the Java Runtime.
- jre
Vendor String - The vendor of the related Java Runtime.
- jre
Version String - The version of the related Java Runtime.
- managed
Instance StringId - The Fleet-unique identifier of the related managed instance.
- os
Families List<String> - The operating system type.
- path
Contains String - Filter the list with path contains the given value.
- time
End String - The end of the time period during which resources are searched (formatted according to RFC3339).
- time
Start String - The start of the time period during which resources are searched (formatted according to RFC3339).
getInstallationSites Result
The following output properties are available:
- Fleet
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Installation
Site List<GetCollections Installation Sites Installation Site Collection> - The list of installation_site_collection.
- Application
Id string - Filters
List<Get
Installation Sites Filter> - Installation
Path string - Jre
Distribution string - Jre
Security stringStatus - Jre
Vendor string - Jre
Version string - Managed
Instance stringId - The OCID of the related managed instance.
- Os
Families List<string> - Path
Contains string - Time
End string - Time
Start string
- Fleet
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Installation
Site []GetCollections Installation Sites Installation Site Collection - The list of installation_site_collection.
- Application
Id string - Filters
[]Get
Installation Sites Filter - Installation
Path string - Jre
Distribution string - Jre
Security stringStatus - Jre
Vendor string - Jre
Version string - Managed
Instance stringId - The OCID of the related managed instance.
- Os
Families []string - Path
Contains string - Time
End string - Time
Start string
- fleet
Id String - id String
- The provider-assigned unique ID for this managed resource.
- installation
Site List<GetCollections Installation Sites Installation Site Collection> - The list of installation_site_collection.
- application
Id String - filters
List<Get
Installation Sites Filter> - installation
Path String - jre
Distribution String - jre
Security StringStatus - jre
Vendor String - jre
Version String - managed
Instance StringId - The OCID of the related managed instance.
- os
Families List<String> - path
Contains String - time
End String - time
Start String
- fleet
Id string - id string
- The provider-assigned unique ID for this managed resource.
- installation
Site GetCollections Installation Sites Installation Site Collection[] - The list of installation_site_collection.
- application
Id string - filters
Get
Installation Sites Filter[] - installation
Path string - jre
Distribution string - jre
Security stringStatus - jre
Vendor string - jre
Version string - managed
Instance stringId - The OCID of the related managed instance.
- os
Families string[] - path
Contains string - time
End string - time
Start string
- fleet_
id str - id str
- The provider-assigned unique ID for this managed resource.
- installation_
site_ Sequence[jms.collections Get Installation Sites Installation Site Collection] - The list of installation_site_collection.
- application_
id str - filters
Sequence[jms.
Get Installation Sites Filter] - installation_
path str - jre_
distribution str - jre_
security_ strstatus - jre_
vendor str - jre_
version str - managed_
instance_ strid - The OCID of the related managed instance.
- os_
families Sequence[str] - path_
contains str - time_
end str - time_
start str
- fleet
Id String - id String
- The provider-assigned unique ID for this managed resource.
- installation
Site List<Property Map>Collections - The list of installation_site_collection.
- application
Id String - filters List<Property Map>
- installation
Path String - jre
Distribution String - jre
Security StringStatus - jre
Vendor String - jre
Version String - managed
Instance StringId - The OCID of the related managed instance.
- os
Families List<String> - path
Contains String - time
End String - time
Start String
Supporting Types
GetInstallationSitesFilter
GetInstallationSitesInstallationSiteCollection
- Items
List<Get
Installation Sites Installation Site Collection Item> - A list of Java installation sites.
- Items
[]Get
Installation Sites Installation Site Collection Item - A list of Java installation sites.
- items
List<Get
Installation Sites Installation Site Collection Item> - A list of Java installation sites.
- items
Get
Installation Sites Installation Site Collection Item[] - A list of Java installation sites.
- items
Sequence[jms.
Get Installation Sites Installation Site Collection Item] - A list of Java installation sites.
- items List<Property Map>
- A list of Java installation sites.
GetInstallationSitesInstallationSiteCollectionItem
- Items
List<Get
Installation Sites Installation Site Collection Item Item> - A list of Java installation sites.
- Items
[]Get
Installation Sites Installation Site Collection Item Item - A list of Java installation sites.
- items
List<Get
Installation Sites Installation Site Collection Item Item> - A list of Java installation sites.
- items
Get
Installation Sites Installation Site Collection Item Item[] - A list of Java installation sites.
- items
Sequence[jms.
Get Installation Sites Installation Site Collection Item Item] - A list of Java installation sites.
- items List<Property Map>
- A list of Java installation sites.
GetInstallationSitesInstallationSiteCollectionItemItem
- Approximate
Application intCount - The approximate count of applications running on this installation
- Blocklists
List<Get
Installation Sites Installation Site Collection Item Item Blocklist> - The list of operations that are blocklisted.
- Installation
Key string - The unique identifier for the installation of Java Runtime at a specific path on a specific operating system.
- Jres
List<Get
Installation Sites Installation Site Collection Item Item Jre> - The essential properties to identify a Java Runtime.
- Managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- Operating
Systems List<GetInstallation Sites Installation Site Collection Item Item Operating System> - Operating System of the platform on which the Java Runtime was reported.
- Path string
- The file system path of the installation.
- Security
Status string - The security status of the Java Runtime.
- State string
- The lifecycle state of the installation site.
- Time
Last stringSeen - 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 intCount - The approximate count of applications running on this installation
- Blocklists
[]Get
Installation Sites Installation Site Collection Item Item Blocklist - The list of operations that are blocklisted.
- Installation
Key string - The unique identifier for the installation of Java Runtime at a specific path on a specific operating system.
- Jres
[]Get
Installation Sites Installation Site Collection Item Item Jre - The essential properties to identify a Java Runtime.
- Managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- Operating
Systems []GetInstallation Sites Installation Site Collection Item Item Operating System - Operating System of the platform on which the Java Runtime was reported.
- Path string
- The file system path of the installation.
- Security
Status string - The security status of the Java Runtime.
- State string
- The lifecycle state of the installation site.
- Time
Last stringSeen - 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 IntegerCount - The approximate count of applications running on this installation
- blocklists
List<Get
Installation Sites Installation Site Collection Item Item Blocklist> - The list of operations that are blocklisted.
- installation
Key String - The unique identifier for the installation of Java Runtime at a specific path on a specific operating system.
- jres
List<Get
Installation Sites Installation Site Collection Item Item Jre> - The essential properties to identify a Java Runtime.
- managed
Instance StringId - The Fleet-unique identifier of the related managed instance.
- operating
Systems List<GetInstallation Sites Installation Site Collection Item Item Operating System> - Operating System of the platform on which the Java Runtime was reported.
- path String
- The file system path of the installation.
- security
Status String - The security status of the Java Runtime.
- state String
- The lifecycle state of the installation site.
- time
Last StringSeen - 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 numberCount - The approximate count of applications running on this installation
- blocklists
Get
Installation Sites Installation Site Collection Item Item Blocklist[] - The list of operations that are blocklisted.
- installation
Key string - The unique identifier for the installation of Java Runtime at a specific path on a specific operating system.
- jres
Get
Installation Sites Installation Site Collection Item Item Jre[] - The essential properties to identify a Java Runtime.
- managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- operating
Systems GetInstallation Sites Installation Site Collection Item Item Operating System[] - Operating System of the platform on which the Java Runtime was reported.
- path string
- The file system path of the installation.
- security
Status string - The security status of the Java Runtime.
- state string
- The lifecycle state of the installation site.
- time
Last stringSeen - 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_ intcount - The approximate count of applications running on this installation
- blocklists
Sequence[jms.
Get Installation Sites Installation Site Collection Item Item Blocklist] - 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.
Get Installation Sites Installation Site Collection Item Item Jre] - The essential properties to identify a Java Runtime.
- managed_
instance_ strid - The Fleet-unique identifier of the related managed instance.
- operating_
systems Sequence[jms.Get Installation Sites Installation Site Collection Item Item Operating System] - 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_ strseen - 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 NumberCount - The approximate count of applications running on this installation
- blocklists List<Property Map>
- The list of operations that are blocklisted.
- installation
Key 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.
- managed
Instance StringId - The Fleet-unique identifier of the related managed instance.
- operating
Systems List<Property Map> - Operating System of the platform on which the Java Runtime was reported.
- path String
- The file system path of the installation.
- security
Status String - The security status of the Java Runtime.
- state String
- The lifecycle state of the installation site.
- time
Last StringSeen - 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.
GetInstallationSitesInstallationSiteCollectionItemItemBlocklist
GetInstallationSitesInstallationSiteCollectionItemItemJre
- 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.
- Jre
Key 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.
- Jre
Key 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.
- jre
Key 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.
- jre
Key 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.
- jre
Key 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.
GetInstallationSitesInstallationSiteCollectionItemItemOperatingSystem
- 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, Linux or macOS
- Managed
Instance intCount - 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, Linux or macOS
- Managed
Instance intCount - 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, Linux or macOS
- managed
Instance IntegerCount - 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, Linux or macOS
- managed
Instance numberCount - 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, Linux or macOS
- managed_
instance_ intcount - 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, Linux or macOS
- managed
Instance NumberCount - 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.