Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.Jms.getFleetAdvancedFeatureConfiguration
Explore with Pulumi AI
This data source provides details about a specific Fleet Advanced Feature Configuration resource in Oracle Cloud Infrastructure Jms service.
Returns Fleet level advanced feature configuration.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testFleetAdvancedFeatureConfiguration = oci.Jms.getFleetAdvancedFeatureConfiguration({
    fleetId: testFleet.id,
});
import pulumi
import pulumi_oci as oci
test_fleet_advanced_feature_configuration = oci.Jms.get_fleet_advanced_feature_configuration(fleet_id=test_fleet["id"])
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.GetFleetAdvancedFeatureConfiguration(ctx, &jms.GetFleetAdvancedFeatureConfigurationArgs{
			FleetId: testFleet.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testFleetAdvancedFeatureConfiguration = Oci.Jms.GetFleetAdvancedFeatureConfiguration.Invoke(new()
    {
        FleetId = testFleet.Id,
    });
});
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.GetFleetAdvancedFeatureConfigurationArgs;
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 testFleetAdvancedFeatureConfiguration = JmsFunctions.getFleetAdvancedFeatureConfiguration(GetFleetAdvancedFeatureConfigurationArgs.builder()
            .fleetId(testFleet.id())
            .build());
    }
}
variables:
  testFleetAdvancedFeatureConfiguration:
    fn::invoke:
      function: oci:Jms:getFleetAdvancedFeatureConfiguration
      arguments:
        fleetId: ${testFleet.id}
Using getFleetAdvancedFeatureConfiguration
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 getFleetAdvancedFeatureConfiguration(args: GetFleetAdvancedFeatureConfigurationArgs, opts?: InvokeOptions): Promise<GetFleetAdvancedFeatureConfigurationResult>
function getFleetAdvancedFeatureConfigurationOutput(args: GetFleetAdvancedFeatureConfigurationOutputArgs, opts?: InvokeOptions): Output<GetFleetAdvancedFeatureConfigurationResult>def get_fleet_advanced_feature_configuration(fleet_id: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetFleetAdvancedFeatureConfigurationResult
def get_fleet_advanced_feature_configuration_output(fleet_id: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetFleetAdvancedFeatureConfigurationResult]func GetFleetAdvancedFeatureConfiguration(ctx *Context, args *GetFleetAdvancedFeatureConfigurationArgs, opts ...InvokeOption) (*GetFleetAdvancedFeatureConfigurationResult, error)
func GetFleetAdvancedFeatureConfigurationOutput(ctx *Context, args *GetFleetAdvancedFeatureConfigurationOutputArgs, opts ...InvokeOption) GetFleetAdvancedFeatureConfigurationResultOutput> Note: This function is named GetFleetAdvancedFeatureConfiguration in the Go SDK.
public static class GetFleetAdvancedFeatureConfiguration 
{
    public static Task<GetFleetAdvancedFeatureConfigurationResult> InvokeAsync(GetFleetAdvancedFeatureConfigurationArgs args, InvokeOptions? opts = null)
    public static Output<GetFleetAdvancedFeatureConfigurationResult> Invoke(GetFleetAdvancedFeatureConfigurationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFleetAdvancedFeatureConfigurationResult> getFleetAdvancedFeatureConfiguration(GetFleetAdvancedFeatureConfigurationArgs args, InvokeOptions options)
public static Output<GetFleetAdvancedFeatureConfigurationResult> getFleetAdvancedFeatureConfiguration(GetFleetAdvancedFeatureConfigurationArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Jms/getFleetAdvancedFeatureConfiguration:getFleetAdvancedFeatureConfiguration
  arguments:
    # arguments dictionaryThe following arguments are supported:
getFleetAdvancedFeatureConfiguration Result
The following output properties are available:
- Advanced
Usage List<GetTrackings Fleet Advanced Feature Configuration Advanced Usage Tracking>  - AdvancedUsageTracking configuration
 - Analytic
Bucket stringName  - Bucket name required to store JFR and related data.
 - Analytic
Namespace string - Namespace for the Fleet advanced feature.
 - Crypto
Event List<GetAnalyses Fleet Advanced Feature Configuration Crypto Event Analysis>  - CryptoEventAnalysis configuration
 - Fleet
Id string - Id string
 - Java
Migration List<GetAnalyses Fleet Advanced Feature Configuration Java Migration Analysis>  - JavaMigrationAnalysis configuration
 - Jfr
Recordings List<GetFleet Advanced Feature Configuration Jfr Recording>  - JfrRecording configuration
 - Lcms
List<Get
Fleet Advanced Feature Configuration Lcm>  - Enable lifecycle management and set post action configurations.
 - Performance
Tuning List<GetAnalyses Fleet Advanced Feature Configuration Performance Tuning Analysis>  - Performance tuning analysis configuration
 - Time
Last stringModified  - The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).
 
- Advanced
Usage []GetTrackings Fleet Advanced Feature Configuration Advanced Usage Tracking  - AdvancedUsageTracking configuration
 - Analytic
Bucket stringName  - Bucket name required to store JFR and related data.
 - Analytic
Namespace string - Namespace for the Fleet advanced feature.
 - Crypto
Event []GetAnalyses Fleet Advanced Feature Configuration Crypto Event Analysis  - CryptoEventAnalysis configuration
 - Fleet
Id string - Id string
 - Java
Migration []GetAnalyses Fleet Advanced Feature Configuration Java Migration Analysis  - JavaMigrationAnalysis configuration
 - Jfr
Recordings []GetFleet Advanced Feature Configuration Jfr Recording  - JfrRecording configuration
 - Lcms
[]Get
Fleet Advanced Feature Configuration Lcm  - Enable lifecycle management and set post action configurations.
 - Performance
Tuning []GetAnalyses Fleet Advanced Feature Configuration Performance Tuning Analysis  - Performance tuning analysis configuration
 - Time
Last stringModified  - The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).
 
- advanced
Usage List<GetTrackings Fleet Advanced Feature Configuration Advanced Usage Tracking>  - AdvancedUsageTracking configuration
 - analytic
Bucket StringName  - Bucket name required to store JFR and related data.
 - analytic
Namespace String - Namespace for the Fleet advanced feature.
 - crypto
Event List<GetAnalyses Fleet Advanced Feature Configuration Crypto Event Analysis>  - CryptoEventAnalysis configuration
 - fleet
Id String - id String
 - java
Migration List<GetAnalyses Fleet Advanced Feature Configuration Java Migration Analysis>  - JavaMigrationAnalysis configuration
 - jfr
Recordings List<GetFleet Advanced Feature Configuration Jfr Recording>  - JfrRecording configuration
 - lcms
List<Get
Fleet Advanced Feature Configuration Lcm>  - Enable lifecycle management and set post action configurations.
 - performance
Tuning List<GetAnalyses Fleet Advanced Feature Configuration Performance Tuning Analysis>  - Performance tuning analysis configuration
 - time
Last StringModified  - The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).
 
- advanced
Usage GetTrackings Fleet Advanced Feature Configuration Advanced Usage Tracking[]  - AdvancedUsageTracking configuration
 - analytic
Bucket stringName  - Bucket name required to store JFR and related data.
 - analytic
Namespace string - Namespace for the Fleet advanced feature.
 - crypto
Event GetAnalyses Fleet Advanced Feature Configuration Crypto Event Analysis[]  - CryptoEventAnalysis configuration
 - fleet
Id string - id string
 - java
Migration GetAnalyses Fleet Advanced Feature Configuration Java Migration Analysis[]  - JavaMigrationAnalysis configuration
 - jfr
Recordings GetFleet Advanced Feature Configuration Jfr Recording[]  - JfrRecording configuration
 - lcms
Get
Fleet Advanced Feature Configuration Lcm[]  - Enable lifecycle management and set post action configurations.
 - performance
Tuning GetAnalyses Fleet Advanced Feature Configuration Performance Tuning Analysis[]  - Performance tuning analysis configuration
 - time
Last stringModified  - The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).
 
- advanced_
usage_ Sequence[jms.trackings Get Fleet Advanced Feature Configuration Advanced Usage Tracking]  - AdvancedUsageTracking configuration
 - analytic_
bucket_ strname  - Bucket name required to store JFR and related data.
 - analytic_
namespace str - Namespace for the Fleet advanced feature.
 - crypto_
event_ Sequence[jms.analyses Get Fleet Advanced Feature Configuration Crypto Event Analysis]  - CryptoEventAnalysis configuration
 - fleet_
id str - id str
 - java_
migration_ Sequence[jms.analyses Get Fleet Advanced Feature Configuration Java Migration Analysis]  - JavaMigrationAnalysis configuration
 - jfr_
recordings Sequence[jms.Get Fleet Advanced Feature Configuration Jfr Recording]  - JfrRecording configuration
 - lcms
Sequence[jms.
Get Fleet Advanced Feature Configuration Lcm]  - Enable lifecycle management and set post action configurations.
 - performance_
tuning_ Sequence[jms.analyses Get Fleet Advanced Feature Configuration Performance Tuning Analysis]  - Performance tuning analysis configuration
 - time_
last_ strmodified  - The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).
 
- advanced
Usage List<Property Map>Trackings  - AdvancedUsageTracking configuration
 - analytic
Bucket StringName  - Bucket name required to store JFR and related data.
 - analytic
Namespace String - Namespace for the Fleet advanced feature.
 - crypto
Event List<Property Map>Analyses  - CryptoEventAnalysis configuration
 - fleet
Id String - id String
 - java
Migration List<Property Map>Analyses  - JavaMigrationAnalysis configuration
 - jfr
Recordings List<Property Map> - JfrRecording configuration
 - lcms List<Property Map>
 - Enable lifecycle management and set post action configurations.
 - performance
Tuning List<Property Map>Analyses  - Performance tuning analysis configuration
 - time
Last StringModified  - The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).
 
Supporting Types
GetFleetAdvancedFeatureConfigurationAdvancedUsageTracking       
- Is
Enabled bool - PerformanceTuningAnalysis flag to store enabled or disabled status
 
- Is
Enabled bool - PerformanceTuningAnalysis flag to store enabled or disabled status
 
- is
Enabled Boolean - PerformanceTuningAnalysis flag to store enabled or disabled status
 
- is
Enabled boolean - PerformanceTuningAnalysis flag to store enabled or disabled status
 
- is_
enabled bool - PerformanceTuningAnalysis flag to store enabled or disabled status
 
- is
Enabled Boolean - PerformanceTuningAnalysis flag to store enabled or disabled status
 
GetFleetAdvancedFeatureConfigurationCryptoEventAnalysis       
- Is
Enabled bool - PerformanceTuningAnalysis flag to store enabled or disabled status
 - Summarized
Events List<GetLogs Fleet Advanced Feature Configuration Crypto Event Analysis Summarized Events Log>  - Summarized events log for advanced feature.
 
- Is
Enabled bool - PerformanceTuningAnalysis flag to store enabled or disabled status
 - Summarized
Events []GetLogs Fleet Advanced Feature Configuration Crypto Event Analysis Summarized Events Log  - Summarized events log for advanced feature.
 
- is
Enabled Boolean - PerformanceTuningAnalysis flag to store enabled or disabled status
 - summarized
Events List<GetLogs Fleet Advanced Feature Configuration Crypto Event Analysis Summarized Events Log>  - Summarized events log for advanced feature.
 
- is
Enabled boolean - PerformanceTuningAnalysis flag to store enabled or disabled status
 - summarized
Events GetLogs Fleet Advanced Feature Configuration Crypto Event Analysis Summarized Events Log[]  - Summarized events log for advanced feature.
 
- is_
enabled bool - PerformanceTuningAnalysis flag to store enabled or disabled status
 - summarized_
events_ Sequence[jms.logs Get Fleet Advanced Feature Configuration Crypto Event Analysis Summarized Events Log]  - Summarized events log for advanced feature.
 
- is
Enabled Boolean - PerformanceTuningAnalysis flag to store enabled or disabled status
 - summarized
Events List<Property Map>Logs  - Summarized events log for advanced feature.
 
GetFleetAdvancedFeatureConfigurationCryptoEventAnalysisSummarizedEventsLog          
- Log
Group stringId  - The OCID of the log group.
 - Log
Id string - The OCID of the log.
 
- Log
Group stringId  - The OCID of the log group.
 - Log
Id string - The OCID of the log.
 
- log
Group StringId  - The OCID of the log group.
 - log
Id String - The OCID of the log.
 
- log
Group stringId  - The OCID of the log group.
 - log
Id string - The OCID of the log.
 
- log_
group_ strid  - The OCID of the log group.
 - log_
id str - The OCID of the log.
 
- log
Group StringId  - The OCID of the log group.
 - log
Id String - The OCID of the log.
 
GetFleetAdvancedFeatureConfigurationJavaMigrationAnalysis       
- Is
Enabled bool - PerformanceTuningAnalysis flag to store enabled or disabled status
 
- Is
Enabled bool - PerformanceTuningAnalysis flag to store enabled or disabled status
 
- is
Enabled Boolean - PerformanceTuningAnalysis flag to store enabled or disabled status
 
- is
Enabled boolean - PerformanceTuningAnalysis flag to store enabled or disabled status
 
- is_
enabled bool - PerformanceTuningAnalysis flag to store enabled or disabled status
 
- is
Enabled Boolean - PerformanceTuningAnalysis flag to store enabled or disabled status
 
GetFleetAdvancedFeatureConfigurationJfrRecording      
- Is
Enabled bool - PerformanceTuningAnalysis flag to store enabled or disabled status
 
- Is
Enabled bool - PerformanceTuningAnalysis flag to store enabled or disabled status
 
- is
Enabled Boolean - PerformanceTuningAnalysis flag to store enabled or disabled status
 
- is
Enabled boolean - PerformanceTuningAnalysis flag to store enabled or disabled status
 
- is_
enabled bool - PerformanceTuningAnalysis flag to store enabled or disabled status
 
- is
Enabled Boolean - PerformanceTuningAnalysis flag to store enabled or disabled status
 
GetFleetAdvancedFeatureConfigurationLcm     
- Is
Enabled bool - PerformanceTuningAnalysis flag to store enabled or disabled status
 - Post
Installation List<GetActions Fleet Advanced Feature Configuration Lcm Post Installation Action>  - List of available post actions you can execute after the successful Java installation.
 
- Is
Enabled bool - PerformanceTuningAnalysis flag to store enabled or disabled status
 - Post
Installation []GetActions Fleet Advanced Feature Configuration Lcm Post Installation Action  - List of available post actions you can execute after the successful Java installation.
 
- is
Enabled Boolean - PerformanceTuningAnalysis flag to store enabled or disabled status
 - post
Installation List<GetActions Fleet Advanced Feature Configuration Lcm Post Installation Action>  - List of available post actions you can execute after the successful Java installation.
 
- is
Enabled boolean - PerformanceTuningAnalysis flag to store enabled or disabled status
 - post
Installation GetActions Fleet Advanced Feature Configuration Lcm Post Installation Action[]  - List of available post actions you can execute after the successful Java installation.
 
- is_
enabled bool - PerformanceTuningAnalysis flag to store enabled or disabled status
 - post_
installation_ Sequence[jms.actions Get Fleet Advanced Feature Configuration Lcm Post Installation Action]  - List of available post actions you can execute after the successful Java installation.
 
- is
Enabled Boolean - PerformanceTuningAnalysis flag to store enabled or disabled status
 - post
Installation List<Property Map>Actions  - List of available post actions you can execute after the successful Java installation.
 
GetFleetAdvancedFeatureConfigurationLcmPostInstallationAction        
- Add
Logging boolHandler  - Sets FileHandler and ConsoleHandler as handlers in logging.properties file.
 - Disabled
Tls List<string>Versions  - The following post JRE installation actions are supported by the field:
- Disable TLS 1.0 , TLS 1.1
 
 - Global
Logging stringLevel  - Sets the logging level in logging.properties file.
 - Minimum
Key List<GetSize Settings Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting>  - test
 - Proxies
List<Get
Fleet Advanced Feature Configuration Lcm Post Installation Action Proxy>  - List of proxy properties to be configured in net.properties file.
 - Should
Replace boolCertificates Operating System  - Restores JDK root certificates with the certificates that are available in the operating system. The following action is supported by the field:
- Replace JDK root certificates with a list provided by the operating system.
 
 
- Add
Logging boolHandler  - Sets FileHandler and ConsoleHandler as handlers in logging.properties file.
 - Disabled
Tls []stringVersions  - The following post JRE installation actions are supported by the field:
- Disable TLS 1.0 , TLS 1.1
 
 - Global
Logging stringLevel  - Sets the logging level in logging.properties file.
 - Minimum
Key []GetSize Settings Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting  - test
 - Proxies
[]Get
Fleet Advanced Feature Configuration Lcm Post Installation Action Proxy  - List of proxy properties to be configured in net.properties file.
 - Should
Replace boolCertificates Operating System  - Restores JDK root certificates with the certificates that are available in the operating system. The following action is supported by the field:
- Replace JDK root certificates with a list provided by the operating system.
 
 
- add
Logging BooleanHandler  - Sets FileHandler and ConsoleHandler as handlers in logging.properties file.
 - disabled
Tls List<String>Versions  - The following post JRE installation actions are supported by the field:
- Disable TLS 1.0 , TLS 1.1
 
 - global
Logging StringLevel  - Sets the logging level in logging.properties file.
 - minimum
Key List<GetSize Settings Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting>  - test
 - proxies
List<Get
Fleet Advanced Feature Configuration Lcm Post Installation Action Proxy>  - List of proxy properties to be configured in net.properties file.
 - should
Replace BooleanCertificates Operating System  - Restores JDK root certificates with the certificates that are available in the operating system. The following action is supported by the field:
- Replace JDK root certificates with a list provided by the operating system.
 
 
- add
Logging booleanHandler  - Sets FileHandler and ConsoleHandler as handlers in logging.properties file.
 - disabled
Tls string[]Versions  - The following post JRE installation actions are supported by the field:
- Disable TLS 1.0 , TLS 1.1
 
 - global
Logging stringLevel  - Sets the logging level in logging.properties file.
 - minimum
Key GetSize Settings Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting[]  - test
 - proxies
Get
Fleet Advanced Feature Configuration Lcm Post Installation Action Proxy[]  - List of proxy properties to be configured in net.properties file.
 - should
Replace booleanCertificates Operating System  - Restores JDK root certificates with the certificates that are available in the operating system. The following action is supported by the field:
- Replace JDK root certificates with a list provided by the operating system.
 
 
- add_
logging_ boolhandler  - Sets FileHandler and ConsoleHandler as handlers in logging.properties file.
 - disabled_
tls_ Sequence[str]versions  - The following post JRE installation actions are supported by the field:
- Disable TLS 1.0 , TLS 1.1
 
 - global_
logging_ strlevel  - Sets the logging level in logging.properties file.
 - minimum_
key_ Sequence[jms.size_ settings Get Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting]  - test
 - proxies
Sequence[jms.
Get Fleet Advanced Feature Configuration Lcm Post Installation Action Proxy]  - List of proxy properties to be configured in net.properties file.
 - should_
replace_ boolcertificates_ operating_ system  - Restores JDK root certificates with the certificates that are available in the operating system. The following action is supported by the field:
- Replace JDK root certificates with a list provided by the operating system.
 
 
- add
Logging BooleanHandler  - Sets FileHandler and ConsoleHandler as handlers in logging.properties file.
 - disabled
Tls List<String>Versions  - The following post JRE installation actions are supported by the field:
- Disable TLS 1.0 , TLS 1.1
 
 - global
Logging StringLevel  - Sets the logging level in logging.properties file.
 - minimum
Key List<Property Map>Size Settings  - test
 - proxies List<Property Map>
 - List of proxy properties to be configured in net.properties file.
 - should
Replace BooleanCertificates Operating System  - Restores JDK root certificates with the certificates that are available in the operating system. The following action is supported by the field:
- Replace JDK root certificates with a list provided by the operating system.
 
 
GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSetting            
- Certpaths
List<Get
Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting Certpath>  - Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.certpath.disabledAlgorithms will be updated with the following supported actions:
- Changing minimum key length for RSA signed jars
 - Changing minimum key length for EC
 - Changing minimum key length for DSA
 
 - Jars
List<Get
Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting Jar>  - Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.jar.disabledAlgorithms will be updated with the following supported actions:
- Changing minimum key length for RSA signed jars
 - Changing minimum key length for EC
 - Changing minimum key length for DSA
 
 - Tls
List<Get
Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting Tl>  - Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.tls.disabledAlgorithms will be updated with the following supported actions:
- Changing minimum key length for Diffie-Hellman
 
 
- Certpaths
[]Get
Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting Certpath  - Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.certpath.disabledAlgorithms will be updated with the following supported actions:
- Changing minimum key length for RSA signed jars
 - Changing minimum key length for EC
 - Changing minimum key length for DSA
 
 - Jars
[]Get
Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting Jar  - Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.jar.disabledAlgorithms will be updated with the following supported actions:
- Changing minimum key length for RSA signed jars
 - Changing minimum key length for EC
 - Changing minimum key length for DSA
 
 - Tls
[]Get
Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting Tl  - Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.tls.disabledAlgorithms will be updated with the following supported actions:
- Changing minimum key length for Diffie-Hellman
 
 
- certpaths
List<Get
Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting Certpath>  - Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.certpath.disabledAlgorithms will be updated with the following supported actions:
- Changing minimum key length for RSA signed jars
 - Changing minimum key length for EC
 - Changing minimum key length for DSA
 
 - jars
List<Get
Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting Jar>  - Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.jar.disabledAlgorithms will be updated with the following supported actions:
- Changing minimum key length for RSA signed jars
 - Changing minimum key length for EC
 - Changing minimum key length for DSA
 
 - tls
List<Get
Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting Tl>  - Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.tls.disabledAlgorithms will be updated with the following supported actions:
- Changing minimum key length for Diffie-Hellman
 
 
- certpaths
Get
Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting Certpath[]  - Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.certpath.disabledAlgorithms will be updated with the following supported actions:
- Changing minimum key length for RSA signed jars
 - Changing minimum key length for EC
 - Changing minimum key length for DSA
 
 - jars
Get
Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting Jar[]  - Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.jar.disabledAlgorithms will be updated with the following supported actions:
- Changing minimum key length for RSA signed jars
 - Changing minimum key length for EC
 - Changing minimum key length for DSA
 
 - tls
Get
Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting Tl[]  - Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.tls.disabledAlgorithms will be updated with the following supported actions:
- Changing minimum key length for Diffie-Hellman
 
 
- certpaths
Sequence[jms.
Get Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting Certpath]  - Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.certpath.disabledAlgorithms will be updated with the following supported actions:
- Changing minimum key length for RSA signed jars
 - Changing minimum key length for EC
 - Changing minimum key length for DSA
 
 - jars
Sequence[jms.
Get Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting Jar]  - Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.jar.disabledAlgorithms will be updated with the following supported actions:
- Changing minimum key length for RSA signed jars
 - Changing minimum key length for EC
 - Changing minimum key length for DSA
 
 - tls
Sequence[jms.
Get Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting Tl]  - Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.tls.disabledAlgorithms will be updated with the following supported actions:
- Changing minimum key length for Diffie-Hellman
 
 
- certpaths List<Property Map>
 - Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.certpath.disabledAlgorithms will be updated with the following supported actions:
- Changing minimum key length for RSA signed jars
 - Changing minimum key length for EC
 - Changing minimum key length for DSA
 
 - jars List<Property Map>
 - Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.jar.disabledAlgorithms will be updated with the following supported actions:
- Changing minimum key length for RSA signed jars
 - Changing minimum key length for EC
 - Changing minimum key length for DSA
 
 - tls List<Property Map>
 - Updates the minimum key size for the specified encryption algorithm. The JDK property jdk.tls.disabledAlgorithms will be updated with the following supported actions:
- Changing minimum key length for Diffie-Hellman
 
 
GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSettingCertpath             
GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSettingJar             
GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSettingTl             
GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionProxy         
- Ftp
Proxy stringHost  - Ftp host to be set in net.properties file.
 - Ftp
Proxy intPort  - Ftp port number to be set in net.properties file.
 - Http
Proxy stringHost  - Http host to be set in net.properties file.
 - Http
Proxy intPort  - Http port number to be set in net.properties file.
 - Https
Proxy stringHost  - Https host to be set in net.properties file.
 - Https
Proxy intPort  - Https port number to be set in net.properties file.
 - Socks
Proxy stringHost  - Socks host to be set in net.properties file.
 - Socks
Proxy intPort  - Socks port number to be set in net.properties file.
 - Use
System boolProxies  - Sets "java.net.useSystemProxies=true" in net.properties when they exist.
 
- Ftp
Proxy stringHost  - Ftp host to be set in net.properties file.
 - Ftp
Proxy intPort  - Ftp port number to be set in net.properties file.
 - Http
Proxy stringHost  - Http host to be set in net.properties file.
 - Http
Proxy intPort  - Http port number to be set in net.properties file.
 - Https
Proxy stringHost  - Https host to be set in net.properties file.
 - Https
Proxy intPort  - Https port number to be set in net.properties file.
 - Socks
Proxy stringHost  - Socks host to be set in net.properties file.
 - Socks
Proxy intPort  - Socks port number to be set in net.properties file.
 - Use
System boolProxies  - Sets "java.net.useSystemProxies=true" in net.properties when they exist.
 
- ftp
Proxy StringHost  - Ftp host to be set in net.properties file.
 - ftp
Proxy IntegerPort  - Ftp port number to be set in net.properties file.
 - http
Proxy StringHost  - Http host to be set in net.properties file.
 - http
Proxy IntegerPort  - Http port number to be set in net.properties file.
 - https
Proxy StringHost  - Https host to be set in net.properties file.
 - https
Proxy IntegerPort  - Https port number to be set in net.properties file.
 - socks
Proxy StringHost  - Socks host to be set in net.properties file.
 - socks
Proxy IntegerPort  - Socks port number to be set in net.properties file.
 - use
System BooleanProxies  - Sets "java.net.useSystemProxies=true" in net.properties when they exist.
 
- ftp
Proxy stringHost  - Ftp host to be set in net.properties file.
 - ftp
Proxy numberPort  - Ftp port number to be set in net.properties file.
 - http
Proxy stringHost  - Http host to be set in net.properties file.
 - http
Proxy numberPort  - Http port number to be set in net.properties file.
 - https
Proxy stringHost  - Https host to be set in net.properties file.
 - https
Proxy numberPort  - Https port number to be set in net.properties file.
 - socks
Proxy stringHost  - Socks host to be set in net.properties file.
 - socks
Proxy numberPort  - Socks port number to be set in net.properties file.
 - use
System booleanProxies  - Sets "java.net.useSystemProxies=true" in net.properties when they exist.
 
- ftp_
proxy_ strhost  - Ftp host to be set in net.properties file.
 - ftp_
proxy_ intport  - Ftp port number to be set in net.properties file.
 - http_
proxy_ strhost  - Http host to be set in net.properties file.
 - http_
proxy_ intport  - Http port number to be set in net.properties file.
 - https_
proxy_ strhost  - Https host to be set in net.properties file.
 - https_
proxy_ intport  - Https port number to be set in net.properties file.
 - socks_
proxy_ strhost  - Socks host to be set in net.properties file.
 - socks_
proxy_ intport  - Socks port number to be set in net.properties file.
 - use_
system_ boolproxies  - Sets "java.net.useSystemProxies=true" in net.properties when they exist.
 
- ftp
Proxy StringHost  - Ftp host to be set in net.properties file.
 - ftp
Proxy NumberPort  - Ftp port number to be set in net.properties file.
 - http
Proxy StringHost  - Http host to be set in net.properties file.
 - http
Proxy NumberPort  - Http port number to be set in net.properties file.
 - https
Proxy StringHost  - Https host to be set in net.properties file.
 - https
Proxy NumberPort  - Https port number to be set in net.properties file.
 - socks
Proxy StringHost  - Socks host to be set in net.properties file.
 - socks
Proxy NumberPort  - Socks port number to be set in net.properties file.
 - use
System BooleanProxies  - Sets "java.net.useSystemProxies=true" in net.properties when they exist.
 
GetFleetAdvancedFeatureConfigurationPerformanceTuningAnalysis       
- Is
Enabled bool - PerformanceTuningAnalysis flag to store enabled or disabled status
 
- Is
Enabled bool - PerformanceTuningAnalysis flag to store enabled or disabled status
 
- is
Enabled Boolean - PerformanceTuningAnalysis flag to store enabled or disabled status
 
- is
Enabled boolean - PerformanceTuningAnalysis flag to store enabled or disabled status
 
- is_
enabled bool - PerformanceTuningAnalysis flag to store enabled or disabled status
 
- is
Enabled Boolean - PerformanceTuningAnalysis flag to store enabled or disabled status
 
Package Details
- Repository
 - oci pulumi/pulumi-oci
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
ociTerraform Provider.