Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.OsManagementHub.getManagementStation
Explore with Pulumi AI
This data source provides details about a specific Management Station resource in Oracle Cloud Infrastructure Os Management Hub service.
Returns information about the specified management station.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testManagementStation = oci.OsManagementHub.getManagementStation({
    managementStationId: testManagementStationOciOsManagementHubManagementStation.id,
});
import pulumi
import pulumi_oci as oci
test_management_station = oci.OsManagementHub.get_management_station(management_station_id=test_management_station_oci_os_management_hub_management_station["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/osmanagementhub"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := osmanagementhub.GetManagementStation(ctx, &osmanagementhub.GetManagementStationArgs{
			ManagementStationId: testManagementStationOciOsManagementHubManagementStation.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 testManagementStation = Oci.OsManagementHub.GetManagementStation.Invoke(new()
    {
        ManagementStationId = testManagementStationOciOsManagementHubManagementStation.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.OsManagementHub.OsManagementHubFunctions;
import com.pulumi.oci.OsManagementHub.inputs.GetManagementStationArgs;
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 testManagementStation = OsManagementHubFunctions.getManagementStation(GetManagementStationArgs.builder()
            .managementStationId(testManagementStationOciOsManagementHubManagementStation.id())
            .build());
    }
}
variables:
  testManagementStation:
    fn::invoke:
      function: oci:OsManagementHub:getManagementStation
      arguments:
        managementStationId: ${testManagementStationOciOsManagementHubManagementStation.id}
Using getManagementStation
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 getManagementStation(args: GetManagementStationArgs, opts?: InvokeOptions): Promise<GetManagementStationResult>
function getManagementStationOutput(args: GetManagementStationOutputArgs, opts?: InvokeOptions): Output<GetManagementStationResult>def get_management_station(management_station_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetManagementStationResult
def get_management_station_output(management_station_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetManagementStationResult]func LookupManagementStation(ctx *Context, args *LookupManagementStationArgs, opts ...InvokeOption) (*LookupManagementStationResult, error)
func LookupManagementStationOutput(ctx *Context, args *LookupManagementStationOutputArgs, opts ...InvokeOption) LookupManagementStationResultOutput> Note: This function is named LookupManagementStation in the Go SDK.
public static class GetManagementStation 
{
    public static Task<GetManagementStationResult> InvokeAsync(GetManagementStationArgs args, InvokeOptions? opts = null)
    public static Output<GetManagementStationResult> Invoke(GetManagementStationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagementStationResult> getManagementStation(GetManagementStationArgs args, InvokeOptions options)
public static Output<GetManagementStationResult> getManagementStation(GetManagementStationArgs args, InvokeOptions options)
fn::invoke:
  function: oci:OsManagementHub/getManagementStation:getManagementStation
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ManagementStation stringId 
- The OCID of the management station.
- ManagementStation stringId 
- The OCID of the management station.
- managementStation StringId 
- The OCID of the management station.
- managementStation stringId 
- The OCID of the management station.
- management_station_ strid 
- The OCID of the management station.
- managementStation StringId 
- The OCID of the management station.
getManagementStation Result
The following output properties are available:
- CompartmentId string
- The OCID of the compartment that contains the management station.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- Description string
- Explanation of the health status.
- DisplayName string
- User-friendly name for the management station.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Healths
List<GetManagement Station Health> 
- Overall health information of the management station.
- Hostname string
- Hostname of the management station.
- Id string
- The OCID of the management station.
- IsAuto boolConfig Enabled 
- When enabled, the station setup script automatically runs to configure the firewall and SELinux settings on the station.
- Location string
- The location of the instance that is acting as the management station.
- ManagedInstance stringId 
- The OCID of the instance that is acting as the management station.
- ManagementStation stringId 
- MirrorCapacity int
- A decimal number representing the amount of mirror capacity used by the sync.
- MirrorPackage intCount 
- The total number of all packages within the mirrored software sources.
- MirrorSize string
- The total size of all software source mirrors in bytes.
- MirrorStorage stringAvailable Size 
- Amount of available mirror storage in bytes.
- MirrorStorage stringSize 
- Total mirror storage size in bytes.
- MirrorSync List<GetStatuses Management Station Mirror Sync Status> 
- Status summary of the mirror sync.
- MirrorUnique intPackage Count 
- The total number of unique packages within the mirrored software sources on the station. Each package is counted only once, regardless of how many versions it has.
- Mirrors
List<GetManagement Station Mirror> 
- Mirror information used for the management station configuration.
- OverallPercentage int
- A decimal number representing the progress of the current mirror sync.
- OverallState string
- Current state of the mirror sync for the management station.
- PeerManagement List<GetStations Management Station Peer Management Station> 
- A list of other management stations that are behind the same load balancer within a high availability configuration. Stations are identified as peers if they have the same hostname and compartment.
- ProfileId string
- The OCID of the registration profile used for the management station.
- Proxies
List<GetManagement Station Proxy> 
- Proxy information used for the management station configuration.
- RefreshTrigger int
- ScheduledJob stringId 
- The OCID of the scheduled job for the mirror sync.
- State string
- The current state of the management station.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- TotalMirrors int
- The number of software sources that the station is mirroring.
- CompartmentId string
- The OCID of the compartment that contains the management station.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- Description string
- Explanation of the health status.
- DisplayName string
- User-friendly name for the management station.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Healths
[]GetManagement Station Health 
- Overall health information of the management station.
- Hostname string
- Hostname of the management station.
- Id string
- The OCID of the management station.
- IsAuto boolConfig Enabled 
- When enabled, the station setup script automatically runs to configure the firewall and SELinux settings on the station.
- Location string
- The location of the instance that is acting as the management station.
- ManagedInstance stringId 
- The OCID of the instance that is acting as the management station.
- ManagementStation stringId 
- MirrorCapacity int
- A decimal number representing the amount of mirror capacity used by the sync.
- MirrorPackage intCount 
- The total number of all packages within the mirrored software sources.
- MirrorSize string
- The total size of all software source mirrors in bytes.
- MirrorStorage stringAvailable Size 
- Amount of available mirror storage in bytes.
- MirrorStorage stringSize 
- Total mirror storage size in bytes.
- MirrorSync []GetStatuses Management Station Mirror Sync Status 
- Status summary of the mirror sync.
- MirrorUnique intPackage Count 
- The total number of unique packages within the mirrored software sources on the station. Each package is counted only once, regardless of how many versions it has.
- Mirrors
[]GetManagement Station Mirror 
- Mirror information used for the management station configuration.
- OverallPercentage int
- A decimal number representing the progress of the current mirror sync.
- OverallState string
- Current state of the mirror sync for the management station.
- PeerManagement []GetStations Management Station Peer Management Station 
- A list of other management stations that are behind the same load balancer within a high availability configuration. Stations are identified as peers if they have the same hostname and compartment.
- ProfileId string
- The OCID of the registration profile used for the management station.
- Proxies
[]GetManagement Station Proxy 
- Proxy information used for the management station configuration.
- RefreshTrigger int
- ScheduledJob stringId 
- The OCID of the scheduled job for the mirror sync.
- State string
- The current state of the management station.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- TotalMirrors int
- The number of software sources that the station is mirroring.
- compartmentId String
- The OCID of the compartment that contains the management station.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- description String
- Explanation of the health status.
- displayName String
- User-friendly name for the management station.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- healths
List<GetManagement Station Health> 
- Overall health information of the management station.
- hostname String
- Hostname of the management station.
- id String
- The OCID of the management station.
- isAuto BooleanConfig Enabled 
- When enabled, the station setup script automatically runs to configure the firewall and SELinux settings on the station.
- location String
- The location of the instance that is acting as the management station.
- managedInstance StringId 
- The OCID of the instance that is acting as the management station.
- managementStation StringId 
- mirrorCapacity Integer
- A decimal number representing the amount of mirror capacity used by the sync.
- mirrorPackage IntegerCount 
- The total number of all packages within the mirrored software sources.
- mirrorSize String
- The total size of all software source mirrors in bytes.
- mirrorStorage StringAvailable Size 
- Amount of available mirror storage in bytes.
- mirrorStorage StringSize 
- Total mirror storage size in bytes.
- mirrorSync List<GetStatuses Management Station Mirror Sync Status> 
- Status summary of the mirror sync.
- mirrorUnique IntegerPackage Count 
- The total number of unique packages within the mirrored software sources on the station. Each package is counted only once, regardless of how many versions it has.
- mirrors
List<GetManagement Station Mirror> 
- Mirror information used for the management station configuration.
- overallPercentage Integer
- A decimal number representing the progress of the current mirror sync.
- overallState String
- Current state of the mirror sync for the management station.
- peerManagement List<GetStations Management Station Peer Management Station> 
- A list of other management stations that are behind the same load balancer within a high availability configuration. Stations are identified as peers if they have the same hostname and compartment.
- profileId String
- The OCID of the registration profile used for the management station.
- proxies
List<GetManagement Station Proxy> 
- Proxy information used for the management station configuration.
- refreshTrigger Integer
- scheduledJob StringId 
- The OCID of the scheduled job for the mirror sync.
- state String
- The current state of the management station.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- totalMirrors Integer
- The number of software sources that the station is mirroring.
- compartmentId string
- The OCID of the compartment that contains the management station.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- description string
- Explanation of the health status.
- displayName string
- User-friendly name for the management station.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- healths
GetManagement Station Health[] 
- Overall health information of the management station.
- hostname string
- Hostname of the management station.
- id string
- The OCID of the management station.
- isAuto booleanConfig Enabled 
- When enabled, the station setup script automatically runs to configure the firewall and SELinux settings on the station.
- location string
- The location of the instance that is acting as the management station.
- managedInstance stringId 
- The OCID of the instance that is acting as the management station.
- managementStation stringId 
- mirrorCapacity number
- A decimal number representing the amount of mirror capacity used by the sync.
- mirrorPackage numberCount 
- The total number of all packages within the mirrored software sources.
- mirrorSize string
- The total size of all software source mirrors in bytes.
- mirrorStorage stringAvailable Size 
- Amount of available mirror storage in bytes.
- mirrorStorage stringSize 
- Total mirror storage size in bytes.
- mirrorSync GetStatuses Management Station Mirror Sync Status[] 
- Status summary of the mirror sync.
- mirrorUnique numberPackage Count 
- The total number of unique packages within the mirrored software sources on the station. Each package is counted only once, regardless of how many versions it has.
- mirrors
GetManagement Station Mirror[] 
- Mirror information used for the management station configuration.
- overallPercentage number
- A decimal number representing the progress of the current mirror sync.
- overallState string
- Current state of the mirror sync for the management station.
- peerManagement GetStations Management Station Peer Management Station[] 
- A list of other management stations that are behind the same load balancer within a high availability configuration. Stations are identified as peers if they have the same hostname and compartment.
- profileId string
- The OCID of the registration profile used for the management station.
- proxies
GetManagement Station Proxy[] 
- Proxy information used for the management station configuration.
- refreshTrigger number
- scheduledJob stringId 
- The OCID of the scheduled job for the mirror sync.
- state string
- The current state of the management station.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- totalMirrors number
- The number of software sources that the station is mirroring.
- compartment_id str
- The OCID of the compartment that contains the management station.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- description str
- Explanation of the health status.
- display_name str
- User-friendly name for the management station.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- healths
Sequence[GetManagement Station Health] 
- Overall health information of the management station.
- hostname str
- Hostname of the management station.
- id str
- The OCID of the management station.
- is_auto_ boolconfig_ enabled 
- When enabled, the station setup script automatically runs to configure the firewall and SELinux settings on the station.
- location str
- The location of the instance that is acting as the management station.
- managed_instance_ strid 
- The OCID of the instance that is acting as the management station.
- management_station_ strid 
- mirror_capacity int
- A decimal number representing the amount of mirror capacity used by the sync.
- mirror_package_ intcount 
- The total number of all packages within the mirrored software sources.
- mirror_size str
- The total size of all software source mirrors in bytes.
- mirror_storage_ stravailable_ size 
- Amount of available mirror storage in bytes.
- mirror_storage_ strsize 
- Total mirror storage size in bytes.
- mirror_sync_ Sequence[Getstatuses Management Station Mirror Sync Status] 
- Status summary of the mirror sync.
- mirror_unique_ intpackage_ count 
- The total number of unique packages within the mirrored software sources on the station. Each package is counted only once, regardless of how many versions it has.
- mirrors
Sequence[GetManagement Station Mirror] 
- Mirror information used for the management station configuration.
- overall_percentage int
- A decimal number representing the progress of the current mirror sync.
- overall_state str
- Current state of the mirror sync for the management station.
- peer_management_ Sequence[Getstations Management Station Peer Management Station] 
- A list of other management stations that are behind the same load balancer within a high availability configuration. Stations are identified as peers if they have the same hostname and compartment.
- profile_id str
- The OCID of the registration profile used for the management station.
- proxies
Sequence[GetManagement Station Proxy] 
- Proxy information used for the management station configuration.
- refresh_trigger int
- scheduled_job_ strid 
- The OCID of the scheduled job for the mirror sync.
- state str
- The current state of the management station.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- total_mirrors int
- The number of software sources that the station is mirroring.
- compartmentId String
- The OCID of the compartment that contains the management station.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- description String
- Explanation of the health status.
- displayName String
- User-friendly name for the management station.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- healths List<Property Map>
- Overall health information of the management station.
- hostname String
- Hostname of the management station.
- id String
- The OCID of the management station.
- isAuto BooleanConfig Enabled 
- When enabled, the station setup script automatically runs to configure the firewall and SELinux settings on the station.
- location String
- The location of the instance that is acting as the management station.
- managedInstance StringId 
- The OCID of the instance that is acting as the management station.
- managementStation StringId 
- mirrorCapacity Number
- A decimal number representing the amount of mirror capacity used by the sync.
- mirrorPackage NumberCount 
- The total number of all packages within the mirrored software sources.
- mirrorSize String
- The total size of all software source mirrors in bytes.
- mirrorStorage StringAvailable Size 
- Amount of available mirror storage in bytes.
- mirrorStorage StringSize 
- Total mirror storage size in bytes.
- mirrorSync List<Property Map>Statuses 
- Status summary of the mirror sync.
- mirrorUnique NumberPackage Count 
- The total number of unique packages within the mirrored software sources on the station. Each package is counted only once, regardless of how many versions it has.
- mirrors List<Property Map>
- Mirror information used for the management station configuration.
- overallPercentage Number
- A decimal number representing the progress of the current mirror sync.
- overallState String
- Current state of the mirror sync for the management station.
- peerManagement List<Property Map>Stations 
- A list of other management stations that are behind the same load balancer within a high availability configuration. Stations are identified as peers if they have the same hostname and compartment.
- profileId String
- The OCID of the registration profile used for the management station.
- proxies List<Property Map>
- Proxy information used for the management station configuration.
- refreshTrigger Number
- scheduledJob StringId 
- The OCID of the scheduled job for the mirror sync.
- state String
- The current state of the management station.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- totalMirrors Number
- The number of software sources that the station is mirroring.
Supporting Types
GetManagementStationHealth   
- Description string
- Explanation of the health status.
- State string
- The current state of the management station.
- Description string
- Explanation of the health status.
- State string
- The current state of the management station.
- description String
- Explanation of the health status.
- state String
- The current state of the management station.
- description string
- Explanation of the health status.
- state string
- The current state of the management station.
- description str
- Explanation of the health status.
- state str
- The current state of the management station.
- description String
- Explanation of the health status.
- state String
- The current state of the management station.
GetManagementStationMirror   
- Directory string
- Path to the data volume on the management station where software source mirrors are stored.
- IsSslverify boolEnabled 
- When enabled, the SSL certificate is verified whenever an instance installs or updates a package from a software source that is mirrored on the management station.
- Port string
- Listening port used for the proxy.
- Sslcert string
- Path to the SSL cerfificate.
- Sslport string
- Default mirror listening port for https.
- Directory string
- Path to the data volume on the management station where software source mirrors are stored.
- IsSslverify boolEnabled 
- When enabled, the SSL certificate is verified whenever an instance installs or updates a package from a software source that is mirrored on the management station.
- Port string
- Listening port used for the proxy.
- Sslcert string
- Path to the SSL cerfificate.
- Sslport string
- Default mirror listening port for https.
- directory String
- Path to the data volume on the management station where software source mirrors are stored.
- isSslverify BooleanEnabled 
- When enabled, the SSL certificate is verified whenever an instance installs or updates a package from a software source that is mirrored on the management station.
- port String
- Listening port used for the proxy.
- sslcert String
- Path to the SSL cerfificate.
- sslport String
- Default mirror listening port for https.
- directory string
- Path to the data volume on the management station where software source mirrors are stored.
- isSslverify booleanEnabled 
- When enabled, the SSL certificate is verified whenever an instance installs or updates a package from a software source that is mirrored on the management station.
- port string
- Listening port used for the proxy.
- sslcert string
- Path to the SSL cerfificate.
- sslport string
- Default mirror listening port for https.
- directory str
- Path to the data volume on the management station where software source mirrors are stored.
- is_sslverify_ boolenabled 
- When enabled, the SSL certificate is verified whenever an instance installs or updates a package from a software source that is mirrored on the management station.
- port str
- Listening port used for the proxy.
- sslcert str
- Path to the SSL cerfificate.
- sslport str
- Default mirror listening port for https.
- directory String
- Path to the data volume on the management station where software source mirrors are stored.
- isSslverify BooleanEnabled 
- When enabled, the SSL certificate is verified whenever an instance installs or updates a package from a software source that is mirrored on the management station.
- port String
- Listening port used for the proxy.
- sslcert String
- Path to the SSL cerfificate.
- sslport String
- Default mirror listening port for https.
GetManagementStationMirrorSyncStatus     
- Failed int
- Total number of software sources that failed to sync.
- Queued int
- Total number of software sources that are queued for sync.
- Synced int
- Total number of software sources that successfully synced.
- Syncing int
- Total number of software sources currently syncing.
- Unsynced int
- Total number of software sources that have not yet been synced.
- Failed int
- Total number of software sources that failed to sync.
- Queued int
- Total number of software sources that are queued for sync.
- Synced int
- Total number of software sources that successfully synced.
- Syncing int
- Total number of software sources currently syncing.
- Unsynced int
- Total number of software sources that have not yet been synced.
- failed Integer
- Total number of software sources that failed to sync.
- queued Integer
- Total number of software sources that are queued for sync.
- synced Integer
- Total number of software sources that successfully synced.
- syncing Integer
- Total number of software sources currently syncing.
- unsynced Integer
- Total number of software sources that have not yet been synced.
- failed number
- Total number of software sources that failed to sync.
- queued number
- Total number of software sources that are queued for sync.
- synced number
- Total number of software sources that successfully synced.
- syncing number
- Total number of software sources currently syncing.
- unsynced number
- Total number of software sources that have not yet been synced.
- failed int
- Total number of software sources that failed to sync.
- queued int
- Total number of software sources that are queued for sync.
- synced int
- Total number of software sources that successfully synced.
- syncing int
- Total number of software sources currently syncing.
- unsynced int
- Total number of software sources that have not yet been synced.
- failed Number
- Total number of software sources that failed to sync.
- queued Number
- Total number of software sources that are queued for sync.
- synced Number
- Total number of software sources that successfully synced.
- syncing Number
- Total number of software sources currently syncing.
- unsynced Number
- Total number of software sources that have not yet been synced.
GetManagementStationPeerManagementStation     
- DisplayName string
- User-friendly name for the management station.
- Id string
- The OCID of the management station.
- DisplayName string
- User-friendly name for the management station.
- Id string
- The OCID of the management station.
- displayName String
- User-friendly name for the management station.
- id String
- The OCID of the management station.
- displayName string
- User-friendly name for the management station.
- id string
- The OCID of the management station.
- display_name str
- User-friendly name for the management station.
- id str
- The OCID of the management station.
- displayName String
- User-friendly name for the management station.
- id String
- The OCID of the management station.
GetManagementStationProxy   
- forward str
- The URL the proxy will forward to.
- hosts Sequence[str]
- List of hosts.
- is_enabled bool
- Indicates if the proxy should be enabled or disabled. Default is enabled.
- port str
- Listening port used for the proxy.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.