Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.Jms.getJavaReleases
Explore with Pulumi AI
This data source provides the list of Java Releases in Oracle Cloud Infrastructure Jms service.
Returns a list of Java releases.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testJavaReleases = oci.Jms.getJavaReleases({
familyVersion: javaReleaseFamilyVersion,
jreSecurityStatus: javaReleaseJreSecurityStatus,
licenseType: javaReleaseLicenseType,
releaseType: javaReleaseReleaseType,
releaseVersion: javaReleaseReleaseVersion,
});
import pulumi
import pulumi_oci as oci
test_java_releases = oci.Jms.get_java_releases(family_version=java_release_family_version,
jre_security_status=java_release_jre_security_status,
license_type=java_release_license_type,
release_type=java_release_release_type,
release_version=java_release_release_version)
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.GetJavaReleases(ctx, &jms.GetJavaReleasesArgs{
FamilyVersion: pulumi.StringRef(javaReleaseFamilyVersion),
JreSecurityStatus: pulumi.StringRef(javaReleaseJreSecurityStatus),
LicenseType: pulumi.StringRef(javaReleaseLicenseType),
ReleaseType: pulumi.StringRef(javaReleaseReleaseType),
ReleaseVersion: pulumi.StringRef(javaReleaseReleaseVersion),
}, 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 testJavaReleases = Oci.Jms.GetJavaReleases.Invoke(new()
{
FamilyVersion = javaReleaseFamilyVersion,
JreSecurityStatus = javaReleaseJreSecurityStatus,
LicenseType = javaReleaseLicenseType,
ReleaseType = javaReleaseReleaseType,
ReleaseVersion = javaReleaseReleaseVersion,
});
});
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.GetJavaReleasesArgs;
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 testJavaReleases = JmsFunctions.getJavaReleases(GetJavaReleasesArgs.builder()
.familyVersion(javaReleaseFamilyVersion)
.jreSecurityStatus(javaReleaseJreSecurityStatus)
.licenseType(javaReleaseLicenseType)
.releaseType(javaReleaseReleaseType)
.releaseVersion(javaReleaseReleaseVersion)
.build());
}
}
variables:
testJavaReleases:
fn::invoke:
Function: oci:Jms:getJavaReleases
Arguments:
familyVersion: ${javaReleaseFamilyVersion}
jreSecurityStatus: ${javaReleaseJreSecurityStatus}
licenseType: ${javaReleaseLicenseType}
releaseType: ${javaReleaseReleaseType}
releaseVersion: ${javaReleaseReleaseVersion}
Using getJavaReleases
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 getJavaReleases(args: GetJavaReleasesArgs, opts?: InvokeOptions): Promise<GetJavaReleasesResult>
function getJavaReleasesOutput(args: GetJavaReleasesOutputArgs, opts?: InvokeOptions): Output<GetJavaReleasesResult>
def get_java_releases(family_version: Optional[str] = None,
filters: Optional[Sequence[_jms.GetJavaReleasesFilter]] = None,
jre_security_status: Optional[str] = None,
license_type: Optional[str] = None,
release_type: Optional[str] = None,
release_version: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetJavaReleasesResult
def get_java_releases_output(family_version: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_jms.GetJavaReleasesFilterArgs]]]] = None,
jre_security_status: Optional[pulumi.Input[str]] = None,
license_type: Optional[pulumi.Input[str]] = None,
release_type: Optional[pulumi.Input[str]] = None,
release_version: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetJavaReleasesResult]
func GetJavaReleases(ctx *Context, args *GetJavaReleasesArgs, opts ...InvokeOption) (*GetJavaReleasesResult, error)
func GetJavaReleasesOutput(ctx *Context, args *GetJavaReleasesOutputArgs, opts ...InvokeOption) GetJavaReleasesResultOutput
> Note: This function is named GetJavaReleases
in the Go SDK.
public static class GetJavaReleases
{
public static Task<GetJavaReleasesResult> InvokeAsync(GetJavaReleasesArgs args, InvokeOptions? opts = null)
public static Output<GetJavaReleasesResult> Invoke(GetJavaReleasesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetJavaReleasesResult> getJavaReleases(GetJavaReleasesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Jms/getJavaReleases:getJavaReleases
arguments:
# arguments dictionary
The following arguments are supported:
- Family
Version string - The version identifier for the Java family.
- Filters
List<Get
Java Releases Filter> - Jre
Security stringStatus - The security status of the Java Runtime.
- License
Type string - Java license type.
- Release
Type string - Java release type.
- Release
Version string - Unique Java release version identifier
- Family
Version string - The version identifier for the Java family.
- Filters
[]Get
Java Releases Filter - Jre
Security stringStatus - The security status of the Java Runtime.
- License
Type string - Java license type.
- Release
Type string - Java release type.
- Release
Version string - Unique Java release version identifier
- family
Version String - The version identifier for the Java family.
- filters
List<Get
Java Releases Filter> - jre
Security StringStatus - The security status of the Java Runtime.
- license
Type String - Java license type.
- release
Type String - Java release type.
- release
Version String - Unique Java release version identifier
- family
Version string - The version identifier for the Java family.
- filters
Get
Java Releases Filter[] - jre
Security stringStatus - The security status of the Java Runtime.
- license
Type string - Java license type.
- release
Type string - Java release type.
- release
Version string - Unique Java release version identifier
- family_
version str - The version identifier for the Java family.
- filters
Sequence[jms.
Get Java Releases Filter] - jre_
security_ strstatus - The security status of the Java Runtime.
- license_
type str - Java license type.
- release_
type str - Java release type.
- release_
version str - Unique Java release version identifier
- family
Version String - The version identifier for the Java family.
- filters List<Property Map>
- jre
Security StringStatus - The security status of the Java Runtime.
- license
Type String - Java license type.
- release
Type String - Java release type.
- release
Version String - Unique Java release version identifier
getJavaReleases Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Java
Release List<GetCollections Java Releases Java Release Collection> - The list of java_release_collection.
- Family
Version string - Java release family identifier.
- Filters
List<Get
Java Releases Filter> - Jre
Security stringStatus - License
Type string - License type for the Java version.
- Release
Type string - Release category of the Java version.
- Release
Version string - Java release version identifier.
- Id string
- The provider-assigned unique ID for this managed resource.
- Java
Release []GetCollections Java Releases Java Release Collection - The list of java_release_collection.
- Family
Version string - Java release family identifier.
- Filters
[]Get
Java Releases Filter - Jre
Security stringStatus - License
Type string - License type for the Java version.
- Release
Type string - Release category of the Java version.
- Release
Version string - Java release version identifier.
- id String
- The provider-assigned unique ID for this managed resource.
- java
Release List<GetCollections Java Releases Java Release Collection> - The list of java_release_collection.
- family
Version String - Java release family identifier.
- filters
List<Get
Java Releases Filter> - jre
Security StringStatus - license
Type String - License type for the Java version.
- release
Type String - Release category of the Java version.
- release
Version String - Java release version identifier.
- id string
- The provider-assigned unique ID for this managed resource.
- java
Release GetCollections Java Releases Java Release Collection[] - The list of java_release_collection.
- family
Version string - Java release family identifier.
- filters
Get
Java Releases Filter[] - jre
Security stringStatus - license
Type string - License type for the Java version.
- release
Type string - Release category of the Java version.
- release
Version string - Java release version identifier.
- id str
- The provider-assigned unique ID for this managed resource.
- java_
release_ Sequence[jms.collections Get Java Releases Java Release Collection] - The list of java_release_collection.
- family_
version str - Java release family identifier.
- filters
Sequence[jms.
Get Java Releases Filter] - jre_
security_ strstatus - license_
type str - License type for the Java version.
- release_
type str - Release category of the Java version.
- release_
version str - Java release version identifier.
- id String
- The provider-assigned unique ID for this managed resource.
- java
Release List<Property Map>Collections - The list of java_release_collection.
- family
Version String - Java release family identifier.
- filters List<Property Map>
- jre
Security StringStatus - license
Type String - License type for the Java version.
- release
Type String - Release category of the Java version.
- release
Version String - Java release version identifier.
Supporting Types
GetJavaReleasesFilter
GetJavaReleasesJavaReleaseCollection
GetJavaReleasesJavaReleaseCollectionItem
- Artifact
Content List<string>Types - Artifact content types for the Java version.
- Artifacts
List<Get
Java Releases Java Release Collection Item Artifact> - List of Java artifacts.
- Days
Under intSecurity Baseline - The number of days since this release has been under the security baseline.
- Family
Details List<GetJava Releases Java Release Collection Item Family Detail> - Metadata associated with a specific Java release family. A Java release family is typically a major version in the Java version identifier.
- Family
Version string - The version identifier for the Java family.
- License
Details List<GetJava Releases Java Release Collection Item License Detail> - Information about a license type for Java.
- License
Type string - Java license type.
- Mos
Patches List<GetJava Releases Java Release Collection Item Mos Patch> - List of My Oracle Support(MoS) patches available for this release. This information is only available for
BPR
release type. - Parent
Release stringVersion - Parent Java release version identifier. This is applicable for BPR releases.
- Release
Date string - The release date of the Java version (formatted according to RFC3339).
- Release
Notes stringUrl - Release notes associated with the Java version.
- Release
Type string - Java release type.
- Release
Version string - Unique Java release version identifier
- Security
Status string - The security status of the Java version.
- Artifact
Content []stringTypes - Artifact content types for the Java version.
- Artifacts
[]Get
Java Releases Java Release Collection Item Artifact - List of Java artifacts.
- Days
Under intSecurity Baseline - The number of days since this release has been under the security baseline.
- Family
Details []GetJava Releases Java Release Collection Item Family Detail - Metadata associated with a specific Java release family. A Java release family is typically a major version in the Java version identifier.
- Family
Version string - The version identifier for the Java family.
- License
Details []GetJava Releases Java Release Collection Item License Detail - Information about a license type for Java.
- License
Type string - Java license type.
- Mos
Patches []GetJava Releases Java Release Collection Item Mos Patch - List of My Oracle Support(MoS) patches available for this release. This information is only available for
BPR
release type. - Parent
Release stringVersion - Parent Java release version identifier. This is applicable for BPR releases.
- Release
Date string - The release date of the Java version (formatted according to RFC3339).
- Release
Notes stringUrl - Release notes associated with the Java version.
- Release
Type string - Java release type.
- Release
Version string - Unique Java release version identifier
- Security
Status string - The security status of the Java version.
- artifact
Content List<String>Types - Artifact content types for the Java version.
- artifacts
List<Get
Java Releases Java Release Collection Item Artifact> - List of Java artifacts.
- days
Under IntegerSecurity Baseline - The number of days since this release has been under the security baseline.
- family
Details List<GetJava Releases Java Release Collection Item Family Detail> - Metadata associated with a specific Java release family. A Java release family is typically a major version in the Java version identifier.
- family
Version String - The version identifier for the Java family.
- license
Details List<GetJava Releases Java Release Collection Item License Detail> - Information about a license type for Java.
- license
Type String - Java license type.
- mos
Patches List<GetJava Releases Java Release Collection Item Mos Patch> - List of My Oracle Support(MoS) patches available for this release. This information is only available for
BPR
release type. - parent
Release StringVersion - Parent Java release version identifier. This is applicable for BPR releases.
- release
Date String - The release date of the Java version (formatted according to RFC3339).
- release
Notes StringUrl - Release notes associated with the Java version.
- release
Type String - Java release type.
- release
Version String - Unique Java release version identifier
- security
Status String - The security status of the Java version.
- artifact
Content string[]Types - Artifact content types for the Java version.
- artifacts
Get
Java Releases Java Release Collection Item Artifact[] - List of Java artifacts.
- days
Under numberSecurity Baseline - The number of days since this release has been under the security baseline.
- family
Details GetJava Releases Java Release Collection Item Family Detail[] - Metadata associated with a specific Java release family. A Java release family is typically a major version in the Java version identifier.
- family
Version string - The version identifier for the Java family.
- license
Details GetJava Releases Java Release Collection Item License Detail[] - Information about a license type for Java.
- license
Type string - Java license type.
- mos
Patches GetJava Releases Java Release Collection Item Mos Patch[] - List of My Oracle Support(MoS) patches available for this release. This information is only available for
BPR
release type. - parent
Release stringVersion - Parent Java release version identifier. This is applicable for BPR releases.
- release
Date string - The release date of the Java version (formatted according to RFC3339).
- release
Notes stringUrl - Release notes associated with the Java version.
- release
Type string - Java release type.
- release
Version string - Unique Java release version identifier
- security
Status string - The security status of the Java version.
- artifact_
content_ Sequence[str]types - Artifact content types for the Java version.
- artifacts
Sequence[jms.
Get Java Releases Java Release Collection Item Artifact] - List of Java artifacts.
- days_
under_ intsecurity_ baseline - The number of days since this release has been under the security baseline.
- family_
details Sequence[jms.Get Java Releases Java Release Collection Item Family Detail] - Metadata associated with a specific Java release family. A Java release family is typically a major version in the Java version identifier.
- family_
version str - The version identifier for the Java family.
- license_
details Sequence[jms.Get Java Releases Java Release Collection Item License Detail] - Information about a license type for Java.
- license_
type str - Java license type.
- mos_
patches Sequence[jms.Get Java Releases Java Release Collection Item Mos Patch] - List of My Oracle Support(MoS) patches available for this release. This information is only available for
BPR
release type. - parent_
release_ strversion - Parent Java release version identifier. This is applicable for BPR releases.
- release_
date str - The release date of the Java version (formatted according to RFC3339).
- release_
notes_ strurl - Release notes associated with the Java version.
- release_
type str - Java release type.
- release_
version str - Unique Java release version identifier
- security_
status str - The security status of the Java version.
- artifact
Content List<String>Types - Artifact content types for the Java version.
- artifacts List<Property Map>
- List of Java artifacts.
- days
Under NumberSecurity Baseline - The number of days since this release has been under the security baseline.
- family
Details List<Property Map> - Metadata associated with a specific Java release family. A Java release family is typically a major version in the Java version identifier.
- family
Version String - The version identifier for the Java family.
- license
Details List<Property Map> - Information about a license type for Java.
- license
Type String - Java license type.
- mos
Patches List<Property Map> - List of My Oracle Support(MoS) patches available for this release. This information is only available for
BPR
release type. - parent
Release StringVersion - Parent Java release version identifier. This is applicable for BPR releases.
- release
Date String - The release date of the Java version (formatted according to RFC3339).
- release
Notes StringUrl - Release notes associated with the Java version.
- release
Type String - Java release type.
- release
Version String - Unique Java release version identifier
- security
Status String - The security status of the Java version.
GetJavaReleasesJavaReleaseCollectionItemArtifact
- Approximate
File stringSize In Bytes - Approximate compressed file size in bytes.
- Architecture string
- The target Operating System architecture for the artifact.
- Artifact
Content stringType - Product content type of this artifact.
- Artifact
Description string - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- Artifact
File stringName - The file name of the artifact.
- Artifact
Id string - Unique identifier for the artifact.
- Download
Url string - The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
- Os
Family string - The target Operating System family for the artifact.
- Package
Type string - The package type(typically the file extension) of the artifact.
- Package
Type stringDetail - Additional information about the package type.
- Script
Checksum stringUrl - The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
- Script
Download stringUrl - The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
- Sha256 string
- SHA256 checksum of the artifact.
- Approximate
File stringSize In Bytes - Approximate compressed file size in bytes.
- Architecture string
- The target Operating System architecture for the artifact.
- Artifact
Content stringType - Product content type of this artifact.
- Artifact
Description string - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- Artifact
File stringName - The file name of the artifact.
- Artifact
Id string - Unique identifier for the artifact.
- Download
Url string - The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
- Os
Family string - The target Operating System family for the artifact.
- Package
Type string - The package type(typically the file extension) of the artifact.
- Package
Type stringDetail - Additional information about the package type.
- Script
Checksum stringUrl - The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
- Script
Download stringUrl - The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
- Sha256 string
- SHA256 checksum of the artifact.
- approximate
File StringSize In Bytes - Approximate compressed file size in bytes.
- architecture String
- The target Operating System architecture for the artifact.
- artifact
Content StringType - Product content type of this artifact.
- artifact
Description String - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- artifact
File StringName - The file name of the artifact.
- artifact
Id String - Unique identifier for the artifact.
- download
Url String - The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
- os
Family String - The target Operating System family for the artifact.
- package
Type String - The package type(typically the file extension) of the artifact.
- package
Type StringDetail - Additional information about the package type.
- script
Checksum StringUrl - The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
- script
Download StringUrl - The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
- sha256 String
- SHA256 checksum of the artifact.
- approximate
File stringSize In Bytes - Approximate compressed file size in bytes.
- architecture string
- The target Operating System architecture for the artifact.
- artifact
Content stringType - Product content type of this artifact.
- artifact
Description string - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- artifact
File stringName - The file name of the artifact.
- artifact
Id string - Unique identifier for the artifact.
- download
Url string - The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
- os
Family string - The target Operating System family for the artifact.
- package
Type string - The package type(typically the file extension) of the artifact.
- package
Type stringDetail - Additional information about the package type.
- script
Checksum stringUrl - The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
- script
Download stringUrl - The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
- sha256 string
- SHA256 checksum of the artifact.
- approximate_
file_ strsize_ in_ bytes - Approximate compressed file size in bytes.
- architecture str
- The target Operating System architecture for the artifact.
- artifact_
content_ strtype - Product content type of this artifact.
- artifact_
description str - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- artifact_
file_ strname - The file name of the artifact.
- artifact_
id str - Unique identifier for the artifact.
- download_
url str - The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
- os_
family str - The target Operating System family for the artifact.
- package_
type str - The package type(typically the file extension) of the artifact.
- package_
type_ strdetail - Additional information about the package type.
- script_
checksum_ strurl - The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
- script_
download_ strurl - The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
- sha256 str
- SHA256 checksum of the artifact.
- approximate
File StringSize In Bytes - Approximate compressed file size in bytes.
- architecture String
- The target Operating System architecture for the artifact.
- artifact
Content StringType - Product content type of this artifact.
- artifact
Description String - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- artifact
File StringName - The file name of the artifact.
- artifact
Id String - Unique identifier for the artifact.
- download
Url String - The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
- os
Family String - The target Operating System family for the artifact.
- package
Type String - The package type(typically the file extension) of the artifact.
- package
Type StringDetail - Additional information about the package type.
- script
Checksum StringUrl - The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
- script
Download StringUrl - The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
- sha256 String
- SHA256 checksum of the artifact.
GetJavaReleasesJavaReleaseCollectionItemFamilyDetail
- Display
Name string - Commonly used name for the MoS release.
- Doc
Url string - Link to access the documentation for the release.
- End
Of stringSupport Life Date - The End of Support Life (EOSL) date of the Java release family (formatted according to RFC3339).
- Family
Version string - The version identifier for the Java family.
- Is
Supported boolVersion - Whether or not this Java release family is under active support. Refer Java Support Roadmap for more details.
- Latest
Release List<GetArtifacts Java Releases Java Release Collection Item Family Detail Latest Release Artifact> - List of artifacts for the latest Java release version in this family. The script URLs in the response can be used from a command line, or in scripts and dockerfiles to always get the artifacts corresponding to the latest update release version.
- Latest
Release stringVersion - Latest Java release version in the family.
- Release
Date string - The release date of the Java version (formatted according to RFC3339).
- Support
Type string - This indicates the support category for the Java release family.
- Display
Name string - Commonly used name for the MoS release.
- Doc
Url string - Link to access the documentation for the release.
- End
Of stringSupport Life Date - The End of Support Life (EOSL) date of the Java release family (formatted according to RFC3339).
- Family
Version string - The version identifier for the Java family.
- Is
Supported boolVersion - Whether or not this Java release family is under active support. Refer Java Support Roadmap for more details.
- Latest
Release []GetArtifacts Java Releases Java Release Collection Item Family Detail Latest Release Artifact - List of artifacts for the latest Java release version in this family. The script URLs in the response can be used from a command line, or in scripts and dockerfiles to always get the artifacts corresponding to the latest update release version.
- Latest
Release stringVersion - Latest Java release version in the family.
- Release
Date string - The release date of the Java version (formatted according to RFC3339).
- Support
Type string - This indicates the support category for the Java release family.
- display
Name String - Commonly used name for the MoS release.
- doc
Url String - Link to access the documentation for the release.
- end
Of StringSupport Life Date - The End of Support Life (EOSL) date of the Java release family (formatted according to RFC3339).
- family
Version String - The version identifier for the Java family.
- is
Supported BooleanVersion - Whether or not this Java release family is under active support. Refer Java Support Roadmap for more details.
- latest
Release List<GetArtifacts Java Releases Java Release Collection Item Family Detail Latest Release Artifact> - List of artifacts for the latest Java release version in this family. The script URLs in the response can be used from a command line, or in scripts and dockerfiles to always get the artifacts corresponding to the latest update release version.
- latest
Release StringVersion - Latest Java release version in the family.
- release
Date String - The release date of the Java version (formatted according to RFC3339).
- support
Type String - This indicates the support category for the Java release family.
- display
Name string - Commonly used name for the MoS release.
- doc
Url string - Link to access the documentation for the release.
- end
Of stringSupport Life Date - The End of Support Life (EOSL) date of the Java release family (formatted according to RFC3339).
- family
Version string - The version identifier for the Java family.
- is
Supported booleanVersion - Whether or not this Java release family is under active support. Refer Java Support Roadmap for more details.
- latest
Release GetArtifacts Java Releases Java Release Collection Item Family Detail Latest Release Artifact[] - List of artifacts for the latest Java release version in this family. The script URLs in the response can be used from a command line, or in scripts and dockerfiles to always get the artifacts corresponding to the latest update release version.
- latest
Release stringVersion - Latest Java release version in the family.
- release
Date string - The release date of the Java version (formatted according to RFC3339).
- support
Type string - This indicates the support category for the Java release family.
- display_
name str - Commonly used name for the MoS release.
- doc_
url str - Link to access the documentation for the release.
- end_
of_ strsupport_ life_ date - The End of Support Life (EOSL) date of the Java release family (formatted according to RFC3339).
- family_
version str - The version identifier for the Java family.
- is_
supported_ boolversion - Whether or not this Java release family is under active support. Refer Java Support Roadmap for more details.
- latest_
release_ Sequence[jms.artifacts Get Java Releases Java Release Collection Item Family Detail Latest Release Artifact] - List of artifacts for the latest Java release version in this family. The script URLs in the response can be used from a command line, or in scripts and dockerfiles to always get the artifacts corresponding to the latest update release version.
- latest_
release_ strversion - Latest Java release version in the family.
- release_
date str - The release date of the Java version (formatted according to RFC3339).
- support_
type str - This indicates the support category for the Java release family.
- display
Name String - Commonly used name for the MoS release.
- doc
Url String - Link to access the documentation for the release.
- end
Of StringSupport Life Date - The End of Support Life (EOSL) date of the Java release family (formatted according to RFC3339).
- family
Version String - The version identifier for the Java family.
- is
Supported BooleanVersion - Whether or not this Java release family is under active support. Refer Java Support Roadmap for more details.
- latest
Release List<Property Map>Artifacts - List of artifacts for the latest Java release version in this family. The script URLs in the response can be used from a command line, or in scripts and dockerfiles to always get the artifacts corresponding to the latest update release version.
- latest
Release StringVersion - Latest Java release version in the family.
- release
Date String - The release date of the Java version (formatted according to RFC3339).
- support
Type String - This indicates the support category for the Java release family.
GetJavaReleasesJavaReleaseCollectionItemFamilyDetailLatestReleaseArtifact
- Approximate
File stringSize In Bytes - Approximate compressed file size in bytes.
- Architecture string
- The target Operating System architecture for the artifact.
- Artifact
Content stringType - Product content type of this artifact.
- Artifact
Description string - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- Artifact
File stringName - The file name of the artifact.
- Artifact
Id string - Unique identifier for the artifact.
- Download
Url string - The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
- Os
Family string - The target Operating System family for the artifact.
- Package
Type string - The package type(typically the file extension) of the artifact.
- Package
Type stringDetail - Additional information about the package type.
- Script
Checksum stringUrl - The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
- Script
Download stringUrl - The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
- Sha256 string
- SHA256 checksum of the artifact.
- Approximate
File stringSize In Bytes - Approximate compressed file size in bytes.
- Architecture string
- The target Operating System architecture for the artifact.
- Artifact
Content stringType - Product content type of this artifact.
- Artifact
Description string - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- Artifact
File stringName - The file name of the artifact.
- Artifact
Id string - Unique identifier for the artifact.
- Download
Url string - The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
- Os
Family string - The target Operating System family for the artifact.
- Package
Type string - The package type(typically the file extension) of the artifact.
- Package
Type stringDetail - Additional information about the package type.
- Script
Checksum stringUrl - The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
- Script
Download stringUrl - The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
- Sha256 string
- SHA256 checksum of the artifact.
- approximate
File StringSize In Bytes - Approximate compressed file size in bytes.
- architecture String
- The target Operating System architecture for the artifact.
- artifact
Content StringType - Product content type of this artifact.
- artifact
Description String - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- artifact
File StringName - The file name of the artifact.
- artifact
Id String - Unique identifier for the artifact.
- download
Url String - The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
- os
Family String - The target Operating System family for the artifact.
- package
Type String - The package type(typically the file extension) of the artifact.
- package
Type StringDetail - Additional information about the package type.
- script
Checksum StringUrl - The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
- script
Download StringUrl - The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
- sha256 String
- SHA256 checksum of the artifact.
- approximate
File stringSize In Bytes - Approximate compressed file size in bytes.
- architecture string
- The target Operating System architecture for the artifact.
- artifact
Content stringType - Product content type of this artifact.
- artifact
Description string - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- artifact
File stringName - The file name of the artifact.
- artifact
Id string - Unique identifier for the artifact.
- download
Url string - The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
- os
Family string - The target Operating System family for the artifact.
- package
Type string - The package type(typically the file extension) of the artifact.
- package
Type stringDetail - Additional information about the package type.
- script
Checksum stringUrl - The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
- script
Download stringUrl - The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
- sha256 string
- SHA256 checksum of the artifact.
- approximate_
file_ strsize_ in_ bytes - Approximate compressed file size in bytes.
- architecture str
- The target Operating System architecture for the artifact.
- artifact_
content_ strtype - Product content type of this artifact.
- artifact_
description str - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- artifact_
file_ strname - The file name of the artifact.
- artifact_
id str - Unique identifier for the artifact.
- download_
url str - The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
- os_
family str - The target Operating System family for the artifact.
- package_
type str - The package type(typically the file extension) of the artifact.
- package_
type_ strdetail - Additional information about the package type.
- script_
checksum_ strurl - The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
- script_
download_ strurl - The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
- sha256 str
- SHA256 checksum of the artifact.
- approximate
File StringSize In Bytes - Approximate compressed file size in bytes.
- architecture String
- The target Operating System architecture for the artifact.
- artifact
Content StringType - Product content type of this artifact.
- artifact
Description String - Description of the binary artifact. Typically includes the OS, architecture, and installer type.
- artifact
File StringName - The file name of the artifact.
- artifact
Id String - Unique identifier for the artifact.
- download
Url String - The endpoint that returns a short-lived artifact download URL in the response payload. This download url can then be used for downloading the artifact. See this API for more details.
- os
Family String - The target Operating System family for the artifact.
- package
Type String - The package type(typically the file extension) of the artifact.
- package
Type StringDetail - Additional information about the package type.
- script
Checksum StringUrl - The URL for retrieving the checksum for the artifact. Depending on the context, this can point to the checksum of the archive or latest update release version artifact.
- script
Download StringUrl - The endpoint for downloading this artifact from command line, automatically in scripts and dockerfiles. Depending on the context, this can point to the archive or latest update release version artifact in the specified family.
- sha256 String
- SHA256 checksum of the artifact.
GetJavaReleasesJavaReleaseCollectionItemLicenseDetail
- Display
Name string - Commonly used name for the MoS release.
- License
Type string - Java license type.
- License
Url string - Publicly accessible license URL containing the detailed terms and conditions.
- Display
Name string - Commonly used name for the MoS release.
- License
Type string - Java license type.
- License
Url string - Publicly accessible license URL containing the detailed terms and conditions.
- display
Name String - Commonly used name for the MoS release.
- license
Type String - Java license type.
- license
Url String - Publicly accessible license URL containing the detailed terms and conditions.
- display
Name string - Commonly used name for the MoS release.
- license
Type string - Java license type.
- license
Url string - Publicly accessible license URL containing the detailed terms and conditions.
- display_
name str - Commonly used name for the MoS release.
- license_
type str - Java license type.
- license_
url str - Publicly accessible license URL containing the detailed terms and conditions.
- display
Name String - Commonly used name for the MoS release.
- license
Type String - Java license type.
- license
Url String - Publicly accessible license URL containing the detailed terms and conditions.
GetJavaReleasesJavaReleaseCollectionItemMosPatch
- Display
Name string - Commonly used name for the MoS release.
- Patch
Url string - MoS URL to access the artifacts for the Java release.
- Display
Name string - Commonly used name for the MoS release.
- Patch
Url string - MoS URL to access the artifacts for the Java release.
- display
Name String - Commonly used name for the MoS release.
- patch
Url String - MoS URL to access the artifacts for the Java release.
- display
Name string - Commonly used name for the MoS release.
- patch
Url string - MoS URL to access the artifacts for the Java release.
- display_
name str - Commonly used name for the MoS release.
- patch_
url str - MoS URL to access the artifacts for the Java release.
- display
Name String - Commonly used name for the MoS release.
- patch
Url String - MoS URL to access the artifacts for the Java release.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.