Viewing docs for Oracle Cloud Infrastructure v4.14.0
published on Thursday, Jun 4, 2026 by Pulumi
published on Thursday, Jun 4, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.14.0
published on Thursday, Jun 4, 2026 by Pulumi
published on Thursday, Jun 4, 2026 by Pulumi
This data source provides the list of Tenancy Attachments in Oracle Cloud Infrastructure Resource Analytics service.
Gets a list of TenancyAttachments.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testTenancyAttachments = oci.oci.getResourceAnalyticsTenancyAttachments({
id: tenancyAttachmentId,
resourceAnalyticsInstanceId: testResourceAnalyticsInstance.id,
state: tenancyAttachmentState,
});
import pulumi
import pulumi_oci as oci
test_tenancy_attachments = oci.oci.get_resource_analytics_tenancy_attachments(id=tenancy_attachment_id,
resource_analytics_instance_id=test_resource_analytics_instance["id"],
state=tenancy_attachment_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/oci"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := oci.GetResourceAnalyticsTenancyAttachments(ctx, &oci.GetResourceAnalyticsTenancyAttachmentsArgs{
Id: pulumi.StringRef(tenancyAttachmentId),
ResourceAnalyticsInstanceId: pulumi.StringRef(testResourceAnalyticsInstance.Id),
State: pulumi.StringRef(tenancyAttachmentState),
}, 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 testTenancyAttachments = Oci.Oci.GetResourceAnalyticsTenancyAttachments.Invoke(new()
{
Id = tenancyAttachmentId,
ResourceAnalyticsInstanceId = testResourceAnalyticsInstance.Id,
State = tenancyAttachmentState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.oci.OciFunctions;
import com.pulumi.oci.oci.inputs.GetResourceAnalyticsTenancyAttachmentsArgs;
import java.util.ArrayList;
import java.util.Arrays;
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 testTenancyAttachments = OciFunctions.getResourceAnalyticsTenancyAttachments(GetResourceAnalyticsTenancyAttachmentsArgs.builder()
.id(tenancyAttachmentId)
.resourceAnalyticsInstanceId(testResourceAnalyticsInstance.id())
.state(tenancyAttachmentState)
.build());
}
}
variables:
testTenancyAttachments:
fn::invoke:
function: oci:oci:getResourceAnalyticsTenancyAttachments
arguments:
id: ${tenancyAttachmentId}
resourceAnalyticsInstanceId: ${testResourceAnalyticsInstance.id}
state: ${tenancyAttachmentState}
pulumi {
required_providers {
oci = {
source = "pulumi/oci"
}
}
}
data "oci_oci_getresourceanalyticstenancyattachments" "testTenancyAttachments" {
id = tenancyAttachmentId
resource_analytics_instance_id = testResourceAnalyticsInstance.id
state = tenancyAttachmentState
}
Using getResourceAnalyticsTenancyAttachments
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 getResourceAnalyticsTenancyAttachments(args: GetResourceAnalyticsTenancyAttachmentsArgs, opts?: InvokeOptions): Promise<GetResourceAnalyticsTenancyAttachmentsResult>
function getResourceAnalyticsTenancyAttachmentsOutput(args: GetResourceAnalyticsTenancyAttachmentsOutputArgs, opts?: InvokeOptions): Output<GetResourceAnalyticsTenancyAttachmentsResult>def get_resource_analytics_tenancy_attachments(filters: Optional[Sequence[GetResourceAnalyticsTenancyAttachmentsFilter]] = None,
id: Optional[str] = None,
resource_analytics_instance_id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetResourceAnalyticsTenancyAttachmentsResult
def get_resource_analytics_tenancy_attachments_output(filters: pulumi.Input[Optional[Sequence[pulumi.Input[GetResourceAnalyticsTenancyAttachmentsFilterArgs]]]] = None,
id: pulumi.Input[Optional[str]] = None,
resource_analytics_instance_id: pulumi.Input[Optional[str]] = None,
state: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetResourceAnalyticsTenancyAttachmentsResult]func GetResourceAnalyticsTenancyAttachments(ctx *Context, args *GetResourceAnalyticsTenancyAttachmentsArgs, opts ...InvokeOption) (*GetResourceAnalyticsTenancyAttachmentsResult, error)
func GetResourceAnalyticsTenancyAttachmentsOutput(ctx *Context, args *GetResourceAnalyticsTenancyAttachmentsOutputArgs, opts ...InvokeOption) GetResourceAnalyticsTenancyAttachmentsResultOutput> Note: This function is named GetResourceAnalyticsTenancyAttachments in the Go SDK.
public static class GetResourceAnalyticsTenancyAttachments
{
public static Task<GetResourceAnalyticsTenancyAttachmentsResult> InvokeAsync(GetResourceAnalyticsTenancyAttachmentsArgs args, InvokeOptions? opts = null)
public static Output<GetResourceAnalyticsTenancyAttachmentsResult> Invoke(GetResourceAnalyticsTenancyAttachmentsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetResourceAnalyticsTenancyAttachmentsResult> getResourceAnalyticsTenancyAttachments(GetResourceAnalyticsTenancyAttachmentsArgs args, InvokeOptions options)
public static Output<GetResourceAnalyticsTenancyAttachmentsResult> getResourceAnalyticsTenancyAttachments(GetResourceAnalyticsTenancyAttachmentsArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getResourceAnalyticsTenancyAttachments:getResourceAnalyticsTenancyAttachments
arguments:
# arguments dictionarydata "oci_oci_getresourceanalyticstenancyattachments" "name" {
# arguments
}The following arguments are supported:
- Filters
List<Get
Resource Analytics Tenancy Attachments Filter> - Id string
- The OCID of the TenancyAttachment.
- Resource
Analytics stringInstance Id - The OCID of a ResourceAnalyticsInstance.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Filters
[]Get
Resource Analytics Tenancy Attachments Filter - Id string
- The OCID of the TenancyAttachment.
- Resource
Analytics stringInstance Id - The OCID of a ResourceAnalyticsInstance.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- filters list(object)
- id string
- The OCID of the TenancyAttachment.
- resource_
analytics_ stringinstance_ id - The OCID of a ResourceAnalyticsInstance.
- state string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- filters
List<Get
Resource Analytics Tenancy Attachments Filter> - id String
- The OCID of the TenancyAttachment.
- resource
Analytics StringInstance Id - The OCID of a ResourceAnalyticsInstance.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- filters
Get
Resource Analytics Tenancy Attachments Filter[] - id string
- The OCID of the TenancyAttachment.
- resource
Analytics stringInstance Id - The OCID of a ResourceAnalyticsInstance.
- state string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- filters
Sequence[Get
Resource Analytics Tenancy Attachments Filter] - id str
- The OCID of the TenancyAttachment.
- resource_
analytics_ strinstance_ id - The OCID of a ResourceAnalyticsInstance.
- state str
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- filters List<Property Map>
- id String
- The OCID of the TenancyAttachment.
- resource
Analytics StringInstance Id - The OCID of a ResourceAnalyticsInstance.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
getResourceAnalyticsTenancyAttachments Result
The following output properties are available:
- Tenancy
Attachment List<GetCollections Resource Analytics Tenancy Attachments Tenancy Attachment Collection> - The list of tenancy_attachment_collection.
- Filters
List<Get
Resource Analytics Tenancy Attachments Filter> - Id string
- The OCID of the TenancyAttachment.
- Resource
Analytics stringInstance Id - The OCID of the ResourceAnalyticsInstance associated with this TenancyAttachment.
- State string
- The current state of the TenancyAttachment.
- Tenancy
Attachment []GetCollections Resource Analytics Tenancy Attachments Tenancy Attachment Collection - The list of tenancy_attachment_collection.
- Filters
[]Get
Resource Analytics Tenancy Attachments Filter - Id string
- The OCID of the TenancyAttachment.
- Resource
Analytics stringInstance Id - The OCID of the ResourceAnalyticsInstance associated with this TenancyAttachment.
- State string
- The current state of the TenancyAttachment.
- tenancy_
attachment_ list(object)collections - The list of tenancy_attachment_collection.
- filters list(object)
- id string
- The OCID of the TenancyAttachment.
- resource_
analytics_ stringinstance_ id - The OCID of the ResourceAnalyticsInstance associated with this TenancyAttachment.
- state string
- The current state of the TenancyAttachment.
- tenancy
Attachment List<GetCollections Resource Analytics Tenancy Attachments Tenancy Attachment Collection> - The list of tenancy_attachment_collection.
- filters
List<Get
Resource Analytics Tenancy Attachments Filter> - id String
- The OCID of the TenancyAttachment.
- resource
Analytics StringInstance Id - The OCID of the ResourceAnalyticsInstance associated with this TenancyAttachment.
- state String
- The current state of the TenancyAttachment.
- tenancy
Attachment GetCollections Resource Analytics Tenancy Attachments Tenancy Attachment Collection[] - The list of tenancy_attachment_collection.
- filters
Get
Resource Analytics Tenancy Attachments Filter[] - id string
- The OCID of the TenancyAttachment.
- resource
Analytics stringInstance Id - The OCID of the ResourceAnalyticsInstance associated with this TenancyAttachment.
- state string
- The current state of the TenancyAttachment.
- tenancy_
attachment_ Sequence[Getcollections Resource Analytics Tenancy Attachments Tenancy Attachment Collection] - The list of tenancy_attachment_collection.
- filters
Sequence[Get
Resource Analytics Tenancy Attachments Filter] - id str
- The OCID of the TenancyAttachment.
- resource_
analytics_ strinstance_ id - The OCID of the ResourceAnalyticsInstance associated with this TenancyAttachment.
- state str
- The current state of the TenancyAttachment.
- tenancy
Attachment List<Property Map>Collections - The list of tenancy_attachment_collection.
- filters List<Property Map>
- id String
- The OCID of the TenancyAttachment.
- resource
Analytics StringInstance Id - The OCID of the ResourceAnalyticsInstance associated with this TenancyAttachment.
- state String
- The current state of the TenancyAttachment.
Supporting Types
GetResourceAnalyticsTenancyAttachmentsFilter
GetResourceAnalyticsTenancyAttachmentsTenancyAttachmentCollection
GetResourceAnalyticsTenancyAttachmentsTenancyAttachmentCollectionItem
- Data
Population stringStatus - The overall status of the data population from the tenancy.
- Description string
- A description of the tenancy.
- Id string
- The OCID of the TenancyAttachment.
- Is
Reporting boolTenancy - Whether the tenancy is the tenancy used when creating Resource Analytics Instance.
- Lifecycle
Details string - A message that describes the current state of the TenancyAttachment in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- Monitored
Regions List<GetResource Analytics Tenancy Attachments Tenancy Attachment Collection Item Monitored Region> - List of monitored regions with their data population status.
- Resource
Analytics stringInstance Id - The OCID of a ResourceAnalyticsInstance.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Tenancy
Id string - The OCID of the tenancy associated with this TenancyAttachment.
- Time
Created string - The date and time the TenancyAttachment was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Data stringPopulation Ended - The date and time the data population tasks completed, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Data stringPopulation Started - The date and time the data population tasks started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the TenancyAttachment was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Data
Population stringStatus - The overall status of the data population from the tenancy.
- Description string
- A description of the tenancy.
- Id string
- The OCID of the TenancyAttachment.
- Is
Reporting boolTenancy - Whether the tenancy is the tenancy used when creating Resource Analytics Instance.
- Lifecycle
Details string - A message that describes the current state of the TenancyAttachment in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- Monitored
Regions []GetResource Analytics Tenancy Attachments Tenancy Attachment Collection Item Monitored Region - List of monitored regions with their data population status.
- Resource
Analytics stringInstance Id - The OCID of a ResourceAnalyticsInstance.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Tenancy
Id string - The OCID of the tenancy associated with this TenancyAttachment.
- Time
Created string - The date and time the TenancyAttachment was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Data stringPopulation Ended - The date and time the data population tasks completed, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Data stringPopulation Started - The date and time the data population tasks started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the TenancyAttachment was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- data_
population_ stringstatus - The overall status of the data population from the tenancy.
- description string
- A description of the tenancy.
- id string
- The OCID of the TenancyAttachment.
- is_
reporting_ booltenancy - Whether the tenancy is the tenancy used when creating Resource Analytics Instance.
- lifecycle_
details string - A message that describes the current state of the TenancyAttachment in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- monitored_
regions list(object) - List of monitored regions with their data population status.
- resource_
analytics_ stringinstance_ id - The OCID of a ResourceAnalyticsInstance.
- state string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- map(string)
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - tenancy_
id string - The OCID of the tenancy associated with this TenancyAttachment.
- time_
created string - The date and time the TenancyAttachment was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
data_ stringpopulation_ ended - The date and time the data population tasks completed, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
data_ stringpopulation_ started - The date and time the data population tasks started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
updated string - The date and time the TenancyAttachment was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- data
Population StringStatus - The overall status of the data population from the tenancy.
- description String
- A description of the tenancy.
- id String
- The OCID of the TenancyAttachment.
- is
Reporting BooleanTenancy - Whether the tenancy is the tenancy used when creating Resource Analytics Instance.
- lifecycle
Details String - A message that describes the current state of the TenancyAttachment in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- monitored
Regions List<GetResource Analytics Tenancy Attachments Tenancy Attachment Collection Item Monitored Region> - List of monitored regions with their data population status.
- resource
Analytics StringInstance Id - The OCID of a ResourceAnalyticsInstance.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - tenancy
Id String - The OCID of the tenancy associated with this TenancyAttachment.
- time
Created String - The date and time the TenancyAttachment was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Data StringPopulation Ended - The date and time the data population tasks completed, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Data StringPopulation Started - The date and time the data population tasks started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the TenancyAttachment was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- data
Population stringStatus - The overall status of the data population from the tenancy.
- description string
- A description of the tenancy.
- id string
- The OCID of the TenancyAttachment.
- is
Reporting booleanTenancy - Whether the tenancy is the tenancy used when creating Resource Analytics Instance.
- lifecycle
Details string - A message that describes the current state of the TenancyAttachment in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- monitored
Regions GetResource Analytics Tenancy Attachments Tenancy Attachment Collection Item Monitored Region[] - List of monitored regions with their data population status.
- resource
Analytics stringInstance Id - The OCID of a ResourceAnalyticsInstance.
- state string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - tenancy
Id string - The OCID of the tenancy associated with this TenancyAttachment.
- time
Created string - The date and time the TenancyAttachment was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Data stringPopulation Ended - The date and time the data population tasks completed, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Data stringPopulation Started - The date and time the data population tasks started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated string - The date and time the TenancyAttachment was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- data_
population_ strstatus - The overall status of the data population from the tenancy.
- description str
- A description of the tenancy.
- id str
- The OCID of the TenancyAttachment.
- is_
reporting_ booltenancy - Whether the tenancy is the tenancy used when creating Resource Analytics Instance.
- lifecycle_
details str - A message that describes the current state of the TenancyAttachment in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- monitored_
regions Sequence[GetResource Analytics Tenancy Attachments Tenancy Attachment Collection Item Monitored Region] - List of monitored regions with their data population status.
- resource_
analytics_ strinstance_ id - The OCID of a ResourceAnalyticsInstance.
- state str
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - tenancy_
id str - The OCID of the tenancy associated with this TenancyAttachment.
- time_
created str - The date and time the TenancyAttachment was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
data_ strpopulation_ ended - The date and time the data population tasks completed, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
data_ strpopulation_ started - The date and time the data population tasks started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
updated str - The date and time the TenancyAttachment was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- data
Population StringStatus - The overall status of the data population from the tenancy.
- description String
- A description of the tenancy.
- id String
- The OCID of the TenancyAttachment.
- is
Reporting BooleanTenancy - Whether the tenancy is the tenancy used when creating Resource Analytics Instance.
- lifecycle
Details String - A message that describes the current state of the TenancyAttachment in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- monitored
Regions List<Property Map> - List of monitored regions with their data population status.
- resource
Analytics StringInstance Id - The OCID of a ResourceAnalyticsInstance.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - tenancy
Id String - The OCID of the tenancy associated with this TenancyAttachment.
- time
Created String - The date and time the TenancyAttachment was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Data StringPopulation Ended - The date and time the data population tasks completed, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Data StringPopulation Started - The date and time the data population tasks started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the TenancyAttachment was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
GetResourceAnalyticsTenancyAttachmentsTenancyAttachmentCollectionItemMonitoredRegion
- Data
Populations List<GetResource Analytics Tenancy Attachments Tenancy Attachment Collection Item Monitored Region Data Population> - Data population status for a monitored region in the tenancy.
- Region
Id string - The Region Identifier of the monitored region. E.g. us-ashburn-1
- Data
Populations []GetResource Analytics Tenancy Attachments Tenancy Attachment Collection Item Monitored Region Data Population - Data population status for a monitored region in the tenancy.
- Region
Id string - The Region Identifier of the monitored region. E.g. us-ashburn-1
- data_
populations list(object) - Data population status for a monitored region in the tenancy.
- region_
id string - The Region Identifier of the monitored region. E.g. us-ashburn-1
- data
Populations List<GetResource Analytics Tenancy Attachments Tenancy Attachment Collection Item Monitored Region Data Population> - Data population status for a monitored region in the tenancy.
- region
Id String - The Region Identifier of the monitored region. E.g. us-ashburn-1
- data
Populations GetResource Analytics Tenancy Attachments Tenancy Attachment Collection Item Monitored Region Data Population[] - Data population status for a monitored region in the tenancy.
- region
Id string - The Region Identifier of the monitored region. E.g. us-ashburn-1
- data_
populations Sequence[GetResource Analytics Tenancy Attachments Tenancy Attachment Collection Item Monitored Region Data Population] - Data population status for a monitored region in the tenancy.
- region_
id str - The Region Identifier of the monitored region. E.g. us-ashburn-1
- data
Populations List<Property Map> - Data population status for a monitored region in the tenancy.
- region
Id String - The Region Identifier of the monitored region. E.g. us-ashburn-1
GetResourceAnalyticsTenancyAttachmentsTenancyAttachmentCollectionItemMonitoredRegionDataPopulation
- In
Progress intCount - The number of data population tasks currently in progress.
- Status string
- The overall status of the data population from the monitored region of the tenancy.
- Succeeded
Count int - The number of data population tasks that have succeeded.
- Time
Ended string - The date and time the data population task completed, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Started string - The date and time the data population task was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Total
Count int - The total number of data population tasks.
- In
Progress intCount - The number of data population tasks currently in progress.
- Status string
- The overall status of the data population from the monitored region of the tenancy.
- Succeeded
Count int - The number of data population tasks that have succeeded.
- Time
Ended string - The date and time the data population task completed, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Started string - The date and time the data population task was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Total
Count int - The total number of data population tasks.
- in_
progress_ numbercount - The number of data population tasks currently in progress.
- status string
- The overall status of the data population from the monitored region of the tenancy.
- succeeded_
count number - The number of data population tasks that have succeeded.
- time_
ended string - The date and time the data population task completed, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
started string - The date and time the data population task was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - total_
count number - The total number of data population tasks.
- in
Progress IntegerCount - The number of data population tasks currently in progress.
- status String
- The overall status of the data population from the monitored region of the tenancy.
- succeeded
Count Integer - The number of data population tasks that have succeeded.
- time
Ended String - The date and time the data population task completed, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Started String - The date and time the data population task was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - total
Count Integer - The total number of data population tasks.
- in
Progress numberCount - The number of data population tasks currently in progress.
- status string
- The overall status of the data population from the monitored region of the tenancy.
- succeeded
Count number - The number of data population tasks that have succeeded.
- time
Ended string - The date and time the data population task completed, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Started string - The date and time the data population task was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - total
Count number - The total number of data population tasks.
- in_
progress_ intcount - The number of data population tasks currently in progress.
- status str
- The overall status of the data population from the monitored region of the tenancy.
- succeeded_
count int - The number of data population tasks that have succeeded.
- time_
ended str - The date and time the data population task completed, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
started str - The date and time the data population task was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - total_
count int - The total number of data population tasks.
- in
Progress NumberCount - The number of data population tasks currently in progress.
- status String
- The overall status of the data population from the monitored region of the tenancy.
- succeeded
Count Number - The number of data population tasks that have succeeded.
- time
Ended String - The date and time the data population task completed, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Started String - The date and time the data population task was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - total
Count Number - The total number of data population tasks.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.14.0
published on Thursday, Jun 4, 2026 by Pulumi
published on Thursday, Jun 4, 2026 by Pulumi