Oracle Cloud Infrastructure v3.9.0 published on Wednesday, Sep 24, 2025 by Pulumi
oci.Jms.getFleetAdvancedFeatureConfiguration
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/v3/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 LookupFleetAdvancedFeatureConfiguration(ctx *Context, args *LookupFleetAdvancedFeatureConfigurationArgs, opts ...InvokeOption) (*LookupFleetAdvancedFeatureConfigurationResult, error)
func LookupFleetAdvancedFeatureConfigurationOutput(ctx *Context, args *LookupFleetAdvancedFeatureConfigurationOutputArgs, opts ...InvokeOption) LookupFleetAdvancedFeatureConfigurationResultOutput> Note: This function is named LookupFleetAdvancedFeatureConfiguration 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:
- AdvancedUsage List<GetTrackings Fleet Advanced Feature Configuration Advanced Usage Tracking> 
- AdvancedUsageTracking configuration
- AnalyticBucket stringName 
- Bucket name required to store JFR and related data.
- AnalyticNamespace string
- Namespace for the Fleet advanced feature.
- CryptoEvent List<GetAnalyses Fleet Advanced Feature Configuration Crypto Event Analysis> 
- CryptoEventAnalysis configuration
- FleetId string
- Id string
- JavaMigration List<GetAnalyses Fleet Advanced Feature Configuration Java Migration Analysis> 
- JavaMigrationAnalysis configuration
- JfrRecordings List<GetFleet Advanced Feature Configuration Jfr Recording> 
- JfrRecording configuration
- Lcms
List<GetFleet Advanced Feature Configuration Lcm> 
- Enable lifecycle management and set post action configurations.
- PerformanceTuning List<GetAnalyses Fleet Advanced Feature Configuration Performance Tuning Analysis> 
- Performance tuning analysis configuration
- TimeLast stringModified 
- The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).
- AdvancedUsage []GetTrackings Fleet Advanced Feature Configuration Advanced Usage Tracking 
- AdvancedUsageTracking configuration
- AnalyticBucket stringName 
- Bucket name required to store JFR and related data.
- AnalyticNamespace string
- Namespace for the Fleet advanced feature.
- CryptoEvent []GetAnalyses Fleet Advanced Feature Configuration Crypto Event Analysis 
- CryptoEventAnalysis configuration
- FleetId string
- Id string
- JavaMigration []GetAnalyses Fleet Advanced Feature Configuration Java Migration Analysis 
- JavaMigrationAnalysis configuration
- JfrRecordings []GetFleet Advanced Feature Configuration Jfr Recording 
- JfrRecording configuration
- Lcms
[]GetFleet Advanced Feature Configuration Lcm 
- Enable lifecycle management and set post action configurations.
- PerformanceTuning []GetAnalyses Fleet Advanced Feature Configuration Performance Tuning Analysis 
- Performance tuning analysis configuration
- TimeLast stringModified 
- The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).
- advancedUsage List<GetTrackings Fleet Advanced Feature Configuration Advanced Usage Tracking> 
- AdvancedUsageTracking configuration
- analyticBucket StringName 
- Bucket name required to store JFR and related data.
- analyticNamespace String
- Namespace for the Fleet advanced feature.
- cryptoEvent List<GetAnalyses Fleet Advanced Feature Configuration Crypto Event Analysis> 
- CryptoEventAnalysis configuration
- fleetId String
- id String
- javaMigration List<GetAnalyses Fleet Advanced Feature Configuration Java Migration Analysis> 
- JavaMigrationAnalysis configuration
- jfrRecordings List<GetFleet Advanced Feature Configuration Jfr Recording> 
- JfrRecording configuration
- lcms
List<GetFleet Advanced Feature Configuration Lcm> 
- Enable lifecycle management and set post action configurations.
- performanceTuning List<GetAnalyses Fleet Advanced Feature Configuration Performance Tuning Analysis> 
- Performance tuning analysis configuration
- timeLast StringModified 
- The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).
- advancedUsage GetTrackings Fleet Advanced Feature Configuration Advanced Usage Tracking[] 
- AdvancedUsageTracking configuration
- analyticBucket stringName 
- Bucket name required to store JFR and related data.
- analyticNamespace string
- Namespace for the Fleet advanced feature.
- cryptoEvent GetAnalyses Fleet Advanced Feature Configuration Crypto Event Analysis[] 
- CryptoEventAnalysis configuration
- fleetId string
- id string
- javaMigration GetAnalyses Fleet Advanced Feature Configuration Java Migration Analysis[] 
- JavaMigrationAnalysis configuration
- jfrRecordings GetFleet Advanced Feature Configuration Jfr Recording[] 
- JfrRecording configuration
- lcms
GetFleet Advanced Feature Configuration Lcm[] 
- Enable lifecycle management and set post action configurations.
- performanceTuning GetAnalyses Fleet Advanced Feature Configuration Performance Tuning Analysis[] 
- Performance tuning analysis configuration
- timeLast stringModified 
- The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).
- advanced_usage_ Sequence[Gettrackings 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[Getanalyses Fleet Advanced Feature Configuration Crypto Event Analysis] 
- CryptoEventAnalysis configuration
- fleet_id str
- id str
- java_migration_ Sequence[Getanalyses Fleet Advanced Feature Configuration Java Migration Analysis] 
- JavaMigrationAnalysis configuration
- jfr_recordings Sequence[GetFleet Advanced Feature Configuration Jfr Recording] 
- JfrRecording configuration
- lcms
Sequence[GetFleet Advanced Feature Configuration Lcm] 
- Enable lifecycle management and set post action configurations.
- performance_tuning_ Sequence[Getanalyses 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).
- advancedUsage List<Property Map>Trackings 
- AdvancedUsageTracking configuration
- analyticBucket StringName 
- Bucket name required to store JFR and related data.
- analyticNamespace String
- Namespace for the Fleet advanced feature.
- cryptoEvent List<Property Map>Analyses 
- CryptoEventAnalysis configuration
- fleetId String
- id String
- javaMigration List<Property Map>Analyses 
- JavaMigrationAnalysis configuration
- jfrRecordings List<Property Map>
- JfrRecording configuration
- lcms List<Property Map>
- Enable lifecycle management and set post action configurations.
- performanceTuning List<Property Map>Analyses 
- Performance tuning analysis configuration
- timeLast StringModified 
- The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).
Supporting Types
GetFleetAdvancedFeatureConfigurationAdvancedUsageTracking       
- IsEnabled bool
- PerformanceTuningAnalysis flag to store enabled or disabled status
- IsEnabled bool
- PerformanceTuningAnalysis flag to store enabled or disabled status
- isEnabled Boolean
- PerformanceTuningAnalysis flag to store enabled or disabled status
- isEnabled boolean
- PerformanceTuningAnalysis flag to store enabled or disabled status
- is_enabled bool
- PerformanceTuningAnalysis flag to store enabled or disabled status
- isEnabled Boolean
- PerformanceTuningAnalysis flag to store enabled or disabled status
GetFleetAdvancedFeatureConfigurationCryptoEventAnalysis       
- IsEnabled bool
- PerformanceTuningAnalysis flag to store enabled or disabled status
- SummarizedEvents List<GetLogs Fleet Advanced Feature Configuration Crypto Event Analysis Summarized Events Log> 
- Summarized events log for advanced feature.
- IsEnabled bool
- PerformanceTuningAnalysis flag to store enabled or disabled status
- SummarizedEvents []GetLogs Fleet Advanced Feature Configuration Crypto Event Analysis Summarized Events Log 
- Summarized events log for advanced feature.
- isEnabled Boolean
- PerformanceTuningAnalysis flag to store enabled or disabled status
- summarizedEvents List<GetLogs Fleet Advanced Feature Configuration Crypto Event Analysis Summarized Events Log> 
- Summarized events log for advanced feature.
- isEnabled boolean
- PerformanceTuningAnalysis flag to store enabled or disabled status
- summarizedEvents 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[Getlogs Fleet Advanced Feature Configuration Crypto Event Analysis Summarized Events Log] 
- Summarized events log for advanced feature.
- isEnabled Boolean
- PerformanceTuningAnalysis flag to store enabled or disabled status
- summarizedEvents List<Property Map>Logs 
- Summarized events log for advanced feature.
GetFleetAdvancedFeatureConfigurationCryptoEventAnalysisSummarizedEventsLog          
- LogGroup stringId 
- The OCID of the log group.
- LogId string
- The OCID of the log.
- LogGroup stringId 
- The OCID of the log group.
- LogId string
- The OCID of the log.
- logGroup StringId 
- The OCID of the log group.
- logId String
- The OCID of the log.
- logGroup stringId 
- The OCID of the log group.
- logId string
- The OCID of the log.
- log_group_ strid 
- The OCID of the log group.
- log_id str
- The OCID of the log.
- logGroup StringId 
- The OCID of the log group.
- logId String
- The OCID of the log.
GetFleetAdvancedFeatureConfigurationJavaMigrationAnalysis       
- IsEnabled bool
- PerformanceTuningAnalysis flag to store enabled or disabled status
- IsEnabled bool
- PerformanceTuningAnalysis flag to store enabled or disabled status
- isEnabled Boolean
- PerformanceTuningAnalysis flag to store enabled or disabled status
- isEnabled boolean
- PerformanceTuningAnalysis flag to store enabled or disabled status
- is_enabled bool
- PerformanceTuningAnalysis flag to store enabled or disabled status
- isEnabled Boolean
- PerformanceTuningAnalysis flag to store enabled or disabled status
GetFleetAdvancedFeatureConfigurationJfrRecording      
- IsEnabled bool
- PerformanceTuningAnalysis flag to store enabled or disabled status
- IsEnabled bool
- PerformanceTuningAnalysis flag to store enabled or disabled status
- isEnabled Boolean
- PerformanceTuningAnalysis flag to store enabled or disabled status
- isEnabled boolean
- PerformanceTuningAnalysis flag to store enabled or disabled status
- is_enabled bool
- PerformanceTuningAnalysis flag to store enabled or disabled status
- isEnabled Boolean
- PerformanceTuningAnalysis flag to store enabled or disabled status
GetFleetAdvancedFeatureConfigurationLcm     
- IsEnabled bool
- PerformanceTuningAnalysis flag to store enabled or disabled status
- PostInstallation List<GetActions Fleet Advanced Feature Configuration Lcm Post Installation Action> 
- List of available post actions you can execute after the successful Java installation.
- IsEnabled bool
- PerformanceTuningAnalysis flag to store enabled or disabled status
- PostInstallation []GetActions Fleet Advanced Feature Configuration Lcm Post Installation Action 
- List of available post actions you can execute after the successful Java installation.
- isEnabled Boolean
- PerformanceTuningAnalysis flag to store enabled or disabled status
- postInstallation List<GetActions Fleet Advanced Feature Configuration Lcm Post Installation Action> 
- List of available post actions you can execute after the successful Java installation.
- isEnabled boolean
- PerformanceTuningAnalysis flag to store enabled or disabled status
- postInstallation 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[Getactions Fleet Advanced Feature Configuration Lcm Post Installation Action] 
- List of available post actions you can execute after the successful Java installation.
- isEnabled Boolean
- PerformanceTuningAnalysis flag to store enabled or disabled status
- postInstallation List<Property Map>Actions 
- List of available post actions you can execute after the successful Java installation.
GetFleetAdvancedFeatureConfigurationLcmPostInstallationAction        
- AddLogging boolHandler 
- Sets FileHandler and ConsoleHandler as handlers in logging.properties file.
- DisabledTls List<string>Versions 
- The following post JRE installation actions are supported by the field:- Disable TLS 1.0 , TLS 1.1
 
- GlobalLogging stringLevel 
- Sets the logging level in logging.properties file.
- MinimumKey List<GetSize Settings Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting> 
- test
- Proxies
List<GetFleet Advanced Feature Configuration Lcm Post Installation Action Proxy> 
- List of proxy properties to be configured in net.properties file.
- ShouldReplace 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.
 
- AddLogging boolHandler 
- Sets FileHandler and ConsoleHandler as handlers in logging.properties file.
- DisabledTls []stringVersions 
- The following post JRE installation actions are supported by the field:- Disable TLS 1.0 , TLS 1.1
 
- GlobalLogging stringLevel 
- Sets the logging level in logging.properties file.
- MinimumKey []GetSize Settings Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting 
- test
- Proxies
[]GetFleet Advanced Feature Configuration Lcm Post Installation Action Proxy 
- List of proxy properties to be configured in net.properties file.
- ShouldReplace 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.
 
- addLogging BooleanHandler 
- Sets FileHandler and ConsoleHandler as handlers in logging.properties file.
- disabledTls List<String>Versions 
- The following post JRE installation actions are supported by the field:- Disable TLS 1.0 , TLS 1.1
 
- globalLogging StringLevel 
- Sets the logging level in logging.properties file.
- minimumKey List<GetSize Settings Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting> 
- test
- proxies
List<GetFleet Advanced Feature Configuration Lcm Post Installation Action Proxy> 
- List of proxy properties to be configured in net.properties file.
- shouldReplace 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.
 
- addLogging booleanHandler 
- Sets FileHandler and ConsoleHandler as handlers in logging.properties file.
- disabledTls string[]Versions 
- The following post JRE installation actions are supported by the field:- Disable TLS 1.0 , TLS 1.1
 
- globalLogging stringLevel 
- Sets the logging level in logging.properties file.
- minimumKey GetSize Settings Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting[] 
- test
- proxies
GetFleet Advanced Feature Configuration Lcm Post Installation Action Proxy[] 
- List of proxy properties to be configured in net.properties file.
- shouldReplace 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[Getsize_ settings Fleet Advanced Feature Configuration Lcm Post Installation Action Minimum Key Size Setting] 
- test
- proxies
Sequence[GetFleet 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.
 
- addLogging BooleanHandler 
- Sets FileHandler and ConsoleHandler as handlers in logging.properties file.
- disabledTls List<String>Versions 
- The following post JRE installation actions are supported by the field:- Disable TLS 1.0 , TLS 1.1
 
- globalLogging StringLevel 
- Sets the logging level in logging.properties file.
- minimumKey List<Property Map>Size Settings 
- test
- proxies List<Property Map>
- List of proxy properties to be configured in net.properties file.
- shouldReplace 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<GetFleet 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<GetFleet 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<GetFleet 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
[]GetFleet 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
[]GetFleet 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
[]GetFleet 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<GetFleet 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<GetFleet 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<GetFleet 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
GetFleet 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
GetFleet 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
GetFleet 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[GetFleet 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[GetFleet 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[GetFleet 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         
- FtpProxy stringHost 
- Ftp host to be set in net.properties file.
- FtpProxy intPort 
- Ftp port number to be set in net.properties file.
- HttpProxy stringHost 
- Http host to be set in net.properties file.
- HttpProxy intPort 
- Http port number to be set in net.properties file.
- HttpsProxy stringHost 
- Https host to be set in net.properties file.
- HttpsProxy intPort 
- Https port number to be set in net.properties file.
- SocksProxy stringHost 
- Socks host to be set in net.properties file.
- SocksProxy intPort 
- Socks port number to be set in net.properties file.
- UseSystem boolProxies 
- Sets "java.net.useSystemProxies=true" in net.properties when they exist.
- FtpProxy stringHost 
- Ftp host to be set in net.properties file.
- FtpProxy intPort 
- Ftp port number to be set in net.properties file.
- HttpProxy stringHost 
- Http host to be set in net.properties file.
- HttpProxy intPort 
- Http port number to be set in net.properties file.
- HttpsProxy stringHost 
- Https host to be set in net.properties file.
- HttpsProxy intPort 
- Https port number to be set in net.properties file.
- SocksProxy stringHost 
- Socks host to be set in net.properties file.
- SocksProxy intPort 
- Socks port number to be set in net.properties file.
- UseSystem boolProxies 
- Sets "java.net.useSystemProxies=true" in net.properties when they exist.
- ftpProxy StringHost 
- Ftp host to be set in net.properties file.
- ftpProxy IntegerPort 
- Ftp port number to be set in net.properties file.
- httpProxy StringHost 
- Http host to be set in net.properties file.
- httpProxy IntegerPort 
- Http port number to be set in net.properties file.
- httpsProxy StringHost 
- Https host to be set in net.properties file.
- httpsProxy IntegerPort 
- Https port number to be set in net.properties file.
- socksProxy StringHost 
- Socks host to be set in net.properties file.
- socksProxy IntegerPort 
- Socks port number to be set in net.properties file.
- useSystem BooleanProxies 
- Sets "java.net.useSystemProxies=true" in net.properties when they exist.
- ftpProxy stringHost 
- Ftp host to be set in net.properties file.
- ftpProxy numberPort 
- Ftp port number to be set in net.properties file.
- httpProxy stringHost 
- Http host to be set in net.properties file.
- httpProxy numberPort 
- Http port number to be set in net.properties file.
- httpsProxy stringHost 
- Https host to be set in net.properties file.
- httpsProxy numberPort 
- Https port number to be set in net.properties file.
- socksProxy stringHost 
- Socks host to be set in net.properties file.
- socksProxy numberPort 
- Socks port number to be set in net.properties file.
- useSystem 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.
- ftpProxy StringHost 
- Ftp host to be set in net.properties file.
- ftpProxy NumberPort 
- Ftp port number to be set in net.properties file.
- httpProxy StringHost 
- Http host to be set in net.properties file.
- httpProxy NumberPort 
- Http port number to be set in net.properties file.
- httpsProxy StringHost 
- Https host to be set in net.properties file.
- httpsProxy NumberPort 
- Https port number to be set in net.properties file.
- socksProxy StringHost 
- Socks host to be set in net.properties file.
- socksProxy NumberPort 
- Socks port number to be set in net.properties file.
- useSystem BooleanProxies 
- Sets "java.net.useSystemProxies=true" in net.properties when they exist.
GetFleetAdvancedFeatureConfigurationPerformanceTuningAnalysis       
- IsEnabled bool
- PerformanceTuningAnalysis flag to store enabled or disabled status
- IsEnabled bool
- PerformanceTuningAnalysis flag to store enabled or disabled status
- isEnabled Boolean
- PerformanceTuningAnalysis flag to store enabled or disabled status
- isEnabled boolean
- PerformanceTuningAnalysis flag to store enabled or disabled status
- is_enabled bool
- PerformanceTuningAnalysis flag to store enabled or disabled status
- isEnabled 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.
