1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Jms
  5. getFleetAdvancedFeatureConfiguration
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,
});
Copy
import pulumi
import pulumi_oci as oci

test_fleet_advanced_feature_configuration = oci.Jms.get_fleet_advanced_feature_configuration(fleet_id=test_fleet["id"])
Copy
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
	})
}
Copy
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,
    });

});
Copy
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());

    }
}
Copy
variables:
  testFleetAdvancedFeatureConfiguration:
    fn::invoke:
      function: oci:Jms:getFleetAdvancedFeatureConfiguration
      arguments:
        fleetId: ${testFleet.id}
Copy

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>
Copy
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]
Copy
func GetFleetAdvancedFeatureConfiguration(ctx *Context, args *GetFleetAdvancedFeatureConfigurationArgs, opts ...InvokeOption) (*GetFleetAdvancedFeatureConfigurationResult, error)
func GetFleetAdvancedFeatureConfigurationOutput(ctx *Context, args *GetFleetAdvancedFeatureConfigurationOutputArgs, opts ...InvokeOption) GetFleetAdvancedFeatureConfigurationResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetFleetAdvancedFeatureConfigurationResult> getFleetAdvancedFeatureConfiguration(GetFleetAdvancedFeatureConfigurationArgs args, InvokeOptions options)
public static Output<GetFleetAdvancedFeatureConfigurationResult> getFleetAdvancedFeatureConfiguration(GetFleetAdvancedFeatureConfigurationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:Jms/getFleetAdvancedFeatureConfiguration:getFleetAdvancedFeatureConfiguration
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

FleetId This property is required. string
The OCID of the Fleet.
FleetId This property is required. string
The OCID of the Fleet.
fleetId This property is required. String
The OCID of the Fleet.
fleetId This property is required. string
The OCID of the Fleet.
fleet_id This property is required. str
The OCID of the Fleet.
fleetId This property is required. String
The OCID of the Fleet.

getFleetAdvancedFeatureConfiguration Result

The following output properties are available:

AdvancedUsageTrackings List<GetFleetAdvancedFeatureConfigurationAdvancedUsageTracking>
AdvancedUsageTracking configuration
AnalyticBucketName string
Bucket name required to store JFR and related data.
AnalyticNamespace string
Namespace for the Fleet advanced feature.
CryptoEventAnalyses List<GetFleetAdvancedFeatureConfigurationCryptoEventAnalysis>
CryptoEventAnalysis configuration
FleetId string
Id string
JavaMigrationAnalyses List<GetFleetAdvancedFeatureConfigurationJavaMigrationAnalysis>
JavaMigrationAnalysis configuration
JfrRecordings List<GetFleetAdvancedFeatureConfigurationJfrRecording>
JfrRecording configuration
Lcms List<GetFleetAdvancedFeatureConfigurationLcm>
Enable lifecycle management and set post action configurations.
PerformanceTuningAnalyses List<GetFleetAdvancedFeatureConfigurationPerformanceTuningAnalysis>
Performance tuning analysis configuration
TimeLastModified string
The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).
AdvancedUsageTrackings []GetFleetAdvancedFeatureConfigurationAdvancedUsageTracking
AdvancedUsageTracking configuration
AnalyticBucketName string
Bucket name required to store JFR and related data.
AnalyticNamespace string
Namespace for the Fleet advanced feature.
CryptoEventAnalyses []GetFleetAdvancedFeatureConfigurationCryptoEventAnalysis
CryptoEventAnalysis configuration
FleetId string
Id string
JavaMigrationAnalyses []GetFleetAdvancedFeatureConfigurationJavaMigrationAnalysis
JavaMigrationAnalysis configuration
JfrRecordings []GetFleetAdvancedFeatureConfigurationJfrRecording
JfrRecording configuration
Lcms []GetFleetAdvancedFeatureConfigurationLcm
Enable lifecycle management and set post action configurations.
PerformanceTuningAnalyses []GetFleetAdvancedFeatureConfigurationPerformanceTuningAnalysis
Performance tuning analysis configuration
TimeLastModified string
The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).
advancedUsageTrackings List<GetFleetAdvancedFeatureConfigurationAdvancedUsageTracking>
AdvancedUsageTracking configuration
analyticBucketName String
Bucket name required to store JFR and related data.
analyticNamespace String
Namespace for the Fleet advanced feature.
cryptoEventAnalyses List<GetFleetAdvancedFeatureConfigurationCryptoEventAnalysis>
CryptoEventAnalysis configuration
fleetId String
id String
javaMigrationAnalyses List<GetFleetAdvancedFeatureConfigurationJavaMigrationAnalysis>
JavaMigrationAnalysis configuration
jfrRecordings List<GetFleetAdvancedFeatureConfigurationJfrRecording>
JfrRecording configuration
lcms List<GetFleetAdvancedFeatureConfigurationLcm>
Enable lifecycle management and set post action configurations.
performanceTuningAnalyses List<GetFleetAdvancedFeatureConfigurationPerformanceTuningAnalysis>
Performance tuning analysis configuration
timeLastModified String
The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).
advancedUsageTrackings GetFleetAdvancedFeatureConfigurationAdvancedUsageTracking[]
AdvancedUsageTracking configuration
analyticBucketName string
Bucket name required to store JFR and related data.
analyticNamespace string
Namespace for the Fleet advanced feature.
cryptoEventAnalyses GetFleetAdvancedFeatureConfigurationCryptoEventAnalysis[]
CryptoEventAnalysis configuration
fleetId string
id string
javaMigrationAnalyses GetFleetAdvancedFeatureConfigurationJavaMigrationAnalysis[]
JavaMigrationAnalysis configuration
jfrRecordings GetFleetAdvancedFeatureConfigurationJfrRecording[]
JfrRecording configuration
lcms GetFleetAdvancedFeatureConfigurationLcm[]
Enable lifecycle management and set post action configurations.
performanceTuningAnalyses GetFleetAdvancedFeatureConfigurationPerformanceTuningAnalysis[]
Performance tuning analysis configuration
timeLastModified string
The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).
advanced_usage_trackings Sequence[jms.GetFleetAdvancedFeatureConfigurationAdvancedUsageTracking]
AdvancedUsageTracking configuration
analytic_bucket_name str
Bucket name required to store JFR and related data.
analytic_namespace str
Namespace for the Fleet advanced feature.
crypto_event_analyses Sequence[jms.GetFleetAdvancedFeatureConfigurationCryptoEventAnalysis]
CryptoEventAnalysis configuration
fleet_id str
id str
java_migration_analyses Sequence[jms.GetFleetAdvancedFeatureConfigurationJavaMigrationAnalysis]
JavaMigrationAnalysis configuration
jfr_recordings Sequence[jms.GetFleetAdvancedFeatureConfigurationJfrRecording]
JfrRecording configuration
lcms Sequence[jms.GetFleetAdvancedFeatureConfigurationLcm]
Enable lifecycle management and set post action configurations.
performance_tuning_analyses Sequence[jms.GetFleetAdvancedFeatureConfigurationPerformanceTuningAnalysis]
Performance tuning analysis configuration
time_last_modified str
The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).
advancedUsageTrackings List<Property Map>
AdvancedUsageTracking configuration
analyticBucketName String
Bucket name required to store JFR and related data.
analyticNamespace String
Namespace for the Fleet advanced feature.
cryptoEventAnalyses List<Property Map>
CryptoEventAnalysis configuration
fleetId String
id String
javaMigrationAnalyses List<Property Map>
JavaMigrationAnalysis configuration
jfrRecordings List<Property Map>
JfrRecording configuration
lcms List<Property Map>
Enable lifecycle management and set post action configurations.
performanceTuningAnalyses List<Property Map>
Performance tuning analysis configuration
timeLastModified String
The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).

Supporting Types

GetFleetAdvancedFeatureConfigurationAdvancedUsageTracking

IsEnabled This property is required. bool
PerformanceTuningAnalysis flag to store enabled or disabled status
IsEnabled This property is required. bool
PerformanceTuningAnalysis flag to store enabled or disabled status
isEnabled This property is required. Boolean
PerformanceTuningAnalysis flag to store enabled or disabled status
isEnabled This property is required. boolean
PerformanceTuningAnalysis flag to store enabled or disabled status
is_enabled This property is required. bool
PerformanceTuningAnalysis flag to store enabled or disabled status
isEnabled This property is required. Boolean
PerformanceTuningAnalysis flag to store enabled or disabled status

GetFleetAdvancedFeatureConfigurationCryptoEventAnalysis

IsEnabled This property is required. bool
PerformanceTuningAnalysis flag to store enabled or disabled status
SummarizedEventsLogs This property is required. List<GetFleetAdvancedFeatureConfigurationCryptoEventAnalysisSummarizedEventsLog>
Summarized events log for advanced feature.
IsEnabled This property is required. bool
PerformanceTuningAnalysis flag to store enabled or disabled status
SummarizedEventsLogs This property is required. []GetFleetAdvancedFeatureConfigurationCryptoEventAnalysisSummarizedEventsLog
Summarized events log for advanced feature.
isEnabled This property is required. Boolean
PerformanceTuningAnalysis flag to store enabled or disabled status
summarizedEventsLogs This property is required. List<GetFleetAdvancedFeatureConfigurationCryptoEventAnalysisSummarizedEventsLog>
Summarized events log for advanced feature.
isEnabled This property is required. boolean
PerformanceTuningAnalysis flag to store enabled or disabled status
summarizedEventsLogs This property is required. GetFleetAdvancedFeatureConfigurationCryptoEventAnalysisSummarizedEventsLog[]
Summarized events log for advanced feature.
is_enabled This property is required. bool
PerformanceTuningAnalysis flag to store enabled or disabled status
summarized_events_logs This property is required. Sequence[jms.GetFleetAdvancedFeatureConfigurationCryptoEventAnalysisSummarizedEventsLog]
Summarized events log for advanced feature.
isEnabled This property is required. Boolean
PerformanceTuningAnalysis flag to store enabled or disabled status
summarizedEventsLogs This property is required. List<Property Map>
Summarized events log for advanced feature.

GetFleetAdvancedFeatureConfigurationCryptoEventAnalysisSummarizedEventsLog

LogGroupId This property is required. string
The OCID of the log group.
LogId This property is required. string
The OCID of the log.
LogGroupId This property is required. string
The OCID of the log group.
LogId This property is required. string
The OCID of the log.
logGroupId This property is required. String
The OCID of the log group.
logId This property is required. String
The OCID of the log.
logGroupId This property is required. string
The OCID of the log group.
logId This property is required. string
The OCID of the log.
log_group_id This property is required. str
The OCID of the log group.
log_id This property is required. str
The OCID of the log.
logGroupId This property is required. String
The OCID of the log group.
logId This property is required. String
The OCID of the log.

GetFleetAdvancedFeatureConfigurationJavaMigrationAnalysis

IsEnabled This property is required. bool
PerformanceTuningAnalysis flag to store enabled or disabled status
IsEnabled This property is required. bool
PerformanceTuningAnalysis flag to store enabled or disabled status
isEnabled This property is required. Boolean
PerformanceTuningAnalysis flag to store enabled or disabled status
isEnabled This property is required. boolean
PerformanceTuningAnalysis flag to store enabled or disabled status
is_enabled This property is required. bool
PerformanceTuningAnalysis flag to store enabled or disabled status
isEnabled This property is required. Boolean
PerformanceTuningAnalysis flag to store enabled or disabled status

GetFleetAdvancedFeatureConfigurationJfrRecording

IsEnabled This property is required. bool
PerformanceTuningAnalysis flag to store enabled or disabled status
IsEnabled This property is required. bool
PerformanceTuningAnalysis flag to store enabled or disabled status
isEnabled This property is required. Boolean
PerformanceTuningAnalysis flag to store enabled or disabled status
isEnabled This property is required. boolean
PerformanceTuningAnalysis flag to store enabled or disabled status
is_enabled This property is required. bool
PerformanceTuningAnalysis flag to store enabled or disabled status
isEnabled This property is required. Boolean
PerformanceTuningAnalysis flag to store enabled or disabled status

GetFleetAdvancedFeatureConfigurationLcm

IsEnabled This property is required. bool
PerformanceTuningAnalysis flag to store enabled or disabled status
PostInstallationActions This property is required. List<GetFleetAdvancedFeatureConfigurationLcmPostInstallationAction>
List of available post actions you can execute after the successful Java installation.
IsEnabled This property is required. bool
PerformanceTuningAnalysis flag to store enabled or disabled status
PostInstallationActions This property is required. []GetFleetAdvancedFeatureConfigurationLcmPostInstallationAction
List of available post actions you can execute after the successful Java installation.
isEnabled This property is required. Boolean
PerformanceTuningAnalysis flag to store enabled or disabled status
postInstallationActions This property is required. List<GetFleetAdvancedFeatureConfigurationLcmPostInstallationAction>
List of available post actions you can execute after the successful Java installation.
isEnabled This property is required. boolean
PerformanceTuningAnalysis flag to store enabled or disabled status
postInstallationActions This property is required. GetFleetAdvancedFeatureConfigurationLcmPostInstallationAction[]
List of available post actions you can execute after the successful Java installation.
is_enabled This property is required. bool
PerformanceTuningAnalysis flag to store enabled or disabled status
post_installation_actions This property is required. Sequence[jms.GetFleetAdvancedFeatureConfigurationLcmPostInstallationAction]
List of available post actions you can execute after the successful Java installation.
isEnabled This property is required. Boolean
PerformanceTuningAnalysis flag to store enabled or disabled status
postInstallationActions This property is required. List<Property Map>
List of available post actions you can execute after the successful Java installation.

GetFleetAdvancedFeatureConfigurationLcmPostInstallationAction

AddLoggingHandler This property is required. bool
Sets FileHandler and ConsoleHandler as handlers in logging.properties file.
DisabledTlsVersions This property is required. List<string>
The following post JRE installation actions are supported by the field:

  • Disable TLS 1.0 , TLS 1.1
GlobalLoggingLevel This property is required. string
Sets the logging level in logging.properties file.
MinimumKeySizeSettings This property is required. List<GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSetting>
test
Proxies This property is required. List<GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionProxy>
List of proxy properties to be configured in net.properties file.
ShouldReplaceCertificatesOperatingSystem This property is required. bool
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.
AddLoggingHandler This property is required. bool
Sets FileHandler and ConsoleHandler as handlers in logging.properties file.
DisabledTlsVersions This property is required. []string
The following post JRE installation actions are supported by the field:

  • Disable TLS 1.0 , TLS 1.1
GlobalLoggingLevel This property is required. string
Sets the logging level in logging.properties file.
MinimumKeySizeSettings This property is required. []GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSetting
test
Proxies This property is required. []GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionProxy
List of proxy properties to be configured in net.properties file.
ShouldReplaceCertificatesOperatingSystem This property is required. bool
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.
addLoggingHandler This property is required. Boolean
Sets FileHandler and ConsoleHandler as handlers in logging.properties file.
disabledTlsVersions This property is required. List<String>
The following post JRE installation actions are supported by the field:

  • Disable TLS 1.0 , TLS 1.1
globalLoggingLevel This property is required. String
Sets the logging level in logging.properties file.
minimumKeySizeSettings This property is required. List<GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSetting>
test
proxies This property is required. List<GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionProxy>
List of proxy properties to be configured in net.properties file.
shouldReplaceCertificatesOperatingSystem This property is required. Boolean
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.
addLoggingHandler This property is required. boolean
Sets FileHandler and ConsoleHandler as handlers in logging.properties file.
disabledTlsVersions This property is required. string[]
The following post JRE installation actions are supported by the field:

  • Disable TLS 1.0 , TLS 1.1
globalLoggingLevel This property is required. string
Sets the logging level in logging.properties file.
minimumKeySizeSettings This property is required. GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSetting[]
test
proxies This property is required. GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionProxy[]
List of proxy properties to be configured in net.properties file.
shouldReplaceCertificatesOperatingSystem This property is required. boolean
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_handler This property is required. bool
Sets FileHandler and ConsoleHandler as handlers in logging.properties file.
disabled_tls_versions This property is required. Sequence[str]
The following post JRE installation actions are supported by the field:

  • Disable TLS 1.0 , TLS 1.1
global_logging_level This property is required. str
Sets the logging level in logging.properties file.
minimum_key_size_settings This property is required. Sequence[jms.GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSetting]
test
proxies This property is required. Sequence[jms.GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionProxy]
List of proxy properties to be configured in net.properties file.
should_replace_certificates_operating_system This property is required. bool
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.
addLoggingHandler This property is required. Boolean
Sets FileHandler and ConsoleHandler as handlers in logging.properties file.
disabledTlsVersions This property is required. List<String>
The following post JRE installation actions are supported by the field:

  • Disable TLS 1.0 , TLS 1.1
globalLoggingLevel This property is required. String
Sets the logging level in logging.properties file.
minimumKeySizeSettings This property is required. List<Property Map>
test
proxies This property is required. List<Property Map>
List of proxy properties to be configured in net.properties file.
shouldReplaceCertificatesOperatingSystem This property is required. Boolean
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 This property is required. List<GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSettingCertpath>
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 This property is required. List<GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSettingJar>
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 This property is required. List<GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSettingTl>
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 This property is required. []GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSettingCertpath
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 This property is required. []GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSettingJar
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 This property is required. []GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSettingTl
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 This property is required. List<GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSettingCertpath>
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 This property is required. List<GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSettingJar>
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 This property is required. List<GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSettingTl>
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 This property is required. GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSettingCertpath[]
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 This property is required. GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSettingJar[]
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 This property is required. GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSettingTl[]
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 This property is required. Sequence[jms.GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSettingCertpath]
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 This property is required. Sequence[jms.GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSettingJar]
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 This property is required. Sequence[jms.GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSettingTl]
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 This property is required. 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 This property is required. 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 This property is required. 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

KeySize This property is required. int
Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSA
Name This property is required. string
The algorithm name.
KeySize This property is required. int
Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSA
Name This property is required. string
The algorithm name.
keySize This property is required. Integer
Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSA
name This property is required. String
The algorithm name.
keySize This property is required. number
Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSA
name This property is required. string
The algorithm name.
key_size This property is required. int
Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSA
name This property is required. str
The algorithm name.
keySize This property is required. Number
Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSA
name This property is required. String
The algorithm name.

GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSettingJar

KeySize This property is required. int
Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSA
Name This property is required. string
The algorithm name.
KeySize This property is required. int
Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSA
Name This property is required. string
The algorithm name.
keySize This property is required. Integer
Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSA
name This property is required. String
The algorithm name.
keySize This property is required. number
Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSA
name This property is required. string
The algorithm name.
key_size This property is required. int
Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSA
name This property is required. str
The algorithm name.
keySize This property is required. Number
Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSA
name This property is required. String
The algorithm name.

GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionMinimumKeySizeSettingTl

KeySize This property is required. int
Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSA
Name This property is required. string
The algorithm name.
KeySize This property is required. int
Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSA
Name This property is required. string
The algorithm name.
keySize This property is required. Integer
Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSA
name This property is required. String
The algorithm name.
keySize This property is required. number
Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSA
name This property is required. string
The algorithm name.
key_size This property is required. int
Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSA
name This property is required. str
The algorithm name.
keySize This property is required. Number
Key size for the encryption algorithm. Allowed values: 256 for EC, 2048 for DH/DSA/RSA
name This property is required. String
The algorithm name.

GetFleetAdvancedFeatureConfigurationLcmPostInstallationActionProxy

FtpProxyHost This property is required. string
Ftp host to be set in net.properties file.
FtpProxyPort This property is required. int
Ftp port number to be set in net.properties file.
HttpProxyHost This property is required. string
Http host to be set in net.properties file.
HttpProxyPort This property is required. int
Http port number to be set in net.properties file.
HttpsProxyHost This property is required. string
Https host to be set in net.properties file.
HttpsProxyPort This property is required. int
Https port number to be set in net.properties file.
SocksProxyHost This property is required. string
Socks host to be set in net.properties file.
SocksProxyPort This property is required. int
Socks port number to be set in net.properties file.
UseSystemProxies This property is required. bool
Sets "java.net.useSystemProxies=true" in net.properties when they exist.
FtpProxyHost This property is required. string
Ftp host to be set in net.properties file.
FtpProxyPort This property is required. int
Ftp port number to be set in net.properties file.
HttpProxyHost This property is required. string
Http host to be set in net.properties file.
HttpProxyPort This property is required. int
Http port number to be set in net.properties file.
HttpsProxyHost This property is required. string
Https host to be set in net.properties file.
HttpsProxyPort This property is required. int
Https port number to be set in net.properties file.
SocksProxyHost This property is required. string
Socks host to be set in net.properties file.
SocksProxyPort This property is required. int
Socks port number to be set in net.properties file.
UseSystemProxies This property is required. bool
Sets "java.net.useSystemProxies=true" in net.properties when they exist.
ftpProxyHost This property is required. String
Ftp host to be set in net.properties file.
ftpProxyPort This property is required. Integer
Ftp port number to be set in net.properties file.
httpProxyHost This property is required. String
Http host to be set in net.properties file.
httpProxyPort This property is required. Integer
Http port number to be set in net.properties file.
httpsProxyHost This property is required. String
Https host to be set in net.properties file.
httpsProxyPort This property is required. Integer
Https port number to be set in net.properties file.
socksProxyHost This property is required. String
Socks host to be set in net.properties file.
socksProxyPort This property is required. Integer
Socks port number to be set in net.properties file.
useSystemProxies This property is required. Boolean
Sets "java.net.useSystemProxies=true" in net.properties when they exist.
ftpProxyHost This property is required. string
Ftp host to be set in net.properties file.
ftpProxyPort This property is required. number
Ftp port number to be set in net.properties file.
httpProxyHost This property is required. string
Http host to be set in net.properties file.
httpProxyPort This property is required. number
Http port number to be set in net.properties file.
httpsProxyHost This property is required. string
Https host to be set in net.properties file.
httpsProxyPort This property is required. number
Https port number to be set in net.properties file.
socksProxyHost This property is required. string
Socks host to be set in net.properties file.
socksProxyPort This property is required. number
Socks port number to be set in net.properties file.
useSystemProxies This property is required. boolean
Sets "java.net.useSystemProxies=true" in net.properties when they exist.
ftp_proxy_host This property is required. str
Ftp host to be set in net.properties file.
ftp_proxy_port This property is required. int
Ftp port number to be set in net.properties file.
http_proxy_host This property is required. str
Http host to be set in net.properties file.
http_proxy_port This property is required. int
Http port number to be set in net.properties file.
https_proxy_host This property is required. str
Https host to be set in net.properties file.
https_proxy_port This property is required. int
Https port number to be set in net.properties file.
socks_proxy_host This property is required. str
Socks host to be set in net.properties file.
socks_proxy_port This property is required. int
Socks port number to be set in net.properties file.
use_system_proxies This property is required. bool
Sets "java.net.useSystemProxies=true" in net.properties when they exist.
ftpProxyHost This property is required. String
Ftp host to be set in net.properties file.
ftpProxyPort This property is required. Number
Ftp port number to be set in net.properties file.
httpProxyHost This property is required. String
Http host to be set in net.properties file.
httpProxyPort This property is required. Number
Http port number to be set in net.properties file.
httpsProxyHost This property is required. String
Https host to be set in net.properties file.
httpsProxyPort This property is required. Number
Https port number to be set in net.properties file.
socksProxyHost This property is required. String
Socks host to be set in net.properties file.
socksProxyPort This property is required. Number
Socks port number to be set in net.properties file.
useSystemProxies This property is required. Boolean
Sets "java.net.useSystemProxies=true" in net.properties when they exist.

GetFleetAdvancedFeatureConfigurationPerformanceTuningAnalysis

IsEnabled This property is required. bool
PerformanceTuningAnalysis flag to store enabled or disabled status
IsEnabled This property is required. bool
PerformanceTuningAnalysis flag to store enabled or disabled status
isEnabled This property is required. Boolean
PerformanceTuningAnalysis flag to store enabled or disabled status
isEnabled This property is required. boolean
PerformanceTuningAnalysis flag to store enabled or disabled status
is_enabled This property is required. bool
PerformanceTuningAnalysis flag to store enabled or disabled status
isEnabled This property is required. 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 oci Terraform Provider.