ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud
ibm.getBackupRecoverySearchObjects
Explore with Pulumi AI
Provides a read-only data source to retrieve information about an Objects Search Result. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const backupRecoverySearchObjects = ibm.getBackupRecoverySearchObjects({
xIbmTenantId: "x_ibm_tenant_id",
});
import pulumi
import pulumi_ibm as ibm
backup_recovery_search_objects = ibm.get_backup_recovery_search_objects(x_ibm_tenant_id="x_ibm_tenant_id")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.GetBackupRecoverySearchObjects(ctx, &ibm.GetBackupRecoverySearchObjectsArgs{
XIbmTenantId: "x_ibm_tenant_id",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var backupRecoverySearchObjects = Ibm.GetBackupRecoverySearchObjects.Invoke(new()
{
XIbmTenantId = "x_ibm_tenant_id",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchObjectsArgs;
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 backupRecoverySearchObjects = IbmFunctions.getBackupRecoverySearchObjects(GetBackupRecoverySearchObjectsArgs.builder()
.xIbmTenantId("x_ibm_tenant_id")
.build());
}
}
variables:
backupRecoverySearchObjects:
fn::invoke:
function: ibm:getBackupRecoverySearchObjects
arguments:
xIbmTenantId: x_ibm_tenant_id
Using getBackupRecoverySearchObjects
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 getBackupRecoverySearchObjects(args: GetBackupRecoverySearchObjectsArgs, opts?: InvokeOptions): Promise<GetBackupRecoverySearchObjectsResult>
function getBackupRecoverySearchObjectsOutput(args: GetBackupRecoverySearchObjectsOutputArgs, opts?: InvokeOptions): Output<GetBackupRecoverySearchObjectsResult>
def get_backup_recovery_search_objects(cluster_identifiers: Optional[Sequence[str]] = None,
environments: Optional[Sequence[str]] = None,
external_filters: Optional[Sequence[str]] = None,
id: Optional[str] = None,
include_deleted_objects: Optional[bool] = None,
include_helios_tag_info_for_objects: Optional[bool] = None,
is_deleted: Optional[bool] = None,
is_protected: Optional[bool] = None,
last_run_status_lists: Optional[Sequence[str]] = None,
might_have_snapshot_tag_ids: Optional[Sequence[str]] = None,
might_have_tag_ids: Optional[Sequence[str]] = None,
must_have_snapshot_tag_ids: Optional[Sequence[str]] = None,
must_have_tag_ids: Optional[Sequence[str]] = None,
object_count: Optional[float] = None,
object_ids: Optional[Sequence[float]] = None,
os_types: Optional[Sequence[str]] = None,
pagination_cookie: Optional[str] = None,
protection_group_ids: Optional[Sequence[str]] = None,
protection_types: Optional[Sequence[str]] = None,
request_initiator_type: Optional[str] = None,
search_string: Optional[str] = None,
source_ids: Optional[Sequence[float]] = None,
source_uuids: Optional[Sequence[str]] = None,
tag_categories: Optional[Sequence[str]] = None,
tag_names: Optional[Sequence[str]] = None,
tag_search_name: Optional[str] = None,
tag_sub_categories: Optional[Sequence[str]] = None,
tag_types: Optional[Sequence[str]] = None,
x_ibm_tenant_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBackupRecoverySearchObjectsResult
def get_backup_recovery_search_objects_output(cluster_identifiers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
environments: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
external_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
id: Optional[pulumi.Input[str]] = None,
include_deleted_objects: Optional[pulumi.Input[bool]] = None,
include_helios_tag_info_for_objects: Optional[pulumi.Input[bool]] = None,
is_deleted: Optional[pulumi.Input[bool]] = None,
is_protected: Optional[pulumi.Input[bool]] = None,
last_run_status_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
might_have_snapshot_tag_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
might_have_tag_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
must_have_snapshot_tag_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
must_have_tag_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
object_count: Optional[pulumi.Input[float]] = None,
object_ids: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None,
os_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
pagination_cookie: Optional[pulumi.Input[str]] = None,
protection_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
protection_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
request_initiator_type: Optional[pulumi.Input[str]] = None,
search_string: Optional[pulumi.Input[str]] = None,
source_ids: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None,
source_uuids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
tag_categories: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
tag_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
tag_search_name: Optional[pulumi.Input[str]] = None,
tag_sub_categories: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
tag_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
x_ibm_tenant_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBackupRecoverySearchObjectsResult]
func GetBackupRecoverySearchObjects(ctx *Context, args *GetBackupRecoverySearchObjectsArgs, opts ...InvokeOption) (*GetBackupRecoverySearchObjectsResult, error)
func GetBackupRecoverySearchObjectsOutput(ctx *Context, args *GetBackupRecoverySearchObjectsOutputArgs, opts ...InvokeOption) GetBackupRecoverySearchObjectsResultOutput
> Note: This function is named GetBackupRecoverySearchObjects
in the Go SDK.
public static class GetBackupRecoverySearchObjects
{
public static Task<GetBackupRecoverySearchObjectsResult> InvokeAsync(GetBackupRecoverySearchObjectsArgs args, InvokeOptions? opts = null)
public static Output<GetBackupRecoverySearchObjectsResult> Invoke(GetBackupRecoverySearchObjectsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBackupRecoverySearchObjectsResult> getBackupRecoverySearchObjects(GetBackupRecoverySearchObjectsArgs args, InvokeOptions options)
public static Output<GetBackupRecoverySearchObjectsResult> getBackupRecoverySearchObjects(GetBackupRecoverySearchObjectsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getBackupRecoverySearchObjects:getBackupRecoverySearchObjects
arguments:
# arguments dictionary
The following arguments are supported:
- XIbm
Tenant stringId - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- Cluster
Identifiers List<string> - Specifies the list of cluster identifiers. Format is clusterId:clusterIncarnationId. Only records from clusters having these identifiers will be returned.
- Environments List<string>
- Specifies the environment type to filter objects.
- Constraints: Allowable list items are:
kPhysical
,kSQL
.
- Constraints: Allowable list items are:
- External
Filters List<string> - Specifies the key-value pairs to filtering the results for the search. Each filter is of the form 'key:value'. The filter 'externalFilters:k1:v1&externalFilters:k2:v2&externalFilters:k2:v3' returns the documents where each document will match the query (k1=v1) AND (k2=v2 OR k2 = v3). Allowed keys: - vmBiosUuid - graphUuid - arn - instanceId - bucketName - azureId.
- Id string
- (String) The tenant id.
- Include
Deleted boolObjects - Specifies whether to include deleted objects in response. These objects can't be protected but can be recovered. This field is deprecated.
- Include
Helios boolTag Info For Objects - pecifies whether to include helios tags information for objects in response. Default value is false.
- Is
Deleted bool - If set to true, then objects which are deleted on atleast one cluster will be returned. If not set or set to false then objects which are registered on atleast one cluster are returned.
- Is
Protected bool - Specifies the protection status of objects. If set to true, only protected objects will be returned. If set to false, only unprotected objects will be returned. If not specified, all objects will be returned.
- Last
Run List<string>Status Lists - Specifies a list of status of the object's last protection run. Only objects with last run status of these will be returned.
- Constraints: Allowable list items are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable list items are:
- Might
Have List<string>Snapshot Tag Ids - Specifies list of snapshot tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- Might
Have List<string>Tag Ids - Specifies list of tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- Must
Have List<string>Snapshot Tag Ids - Specifies snapshot tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- Must
Have List<string>Tag Ids - Specifies tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- Object
Count double - Object
Ids List<double> - Specifies a list of Object ids to filter.
- Os
Types List<string> - Specifies the operating system types to filter objects on.
- Constraints: Allowable list items are:
kLinux
,kWindows
.
- Constraints: Allowable list items are:
- string
- Specifies the pagination cookie with which subsequent parts of the response can be fetched.
- Protection
Group List<string>Ids - Specifies a list of Protection Group ids to filter the objects. If specified, the objects protected by specified Protection Group ids will be returned.
- Protection
Types List<string> - Specifies the protection type to filter objects.
- Constraints: Allowable list items are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable list items are:
- Request
Initiator stringType - Specifies the type of request from UI, which is used for services like magneto to determine the priority of requests.
- Constraints: Allowable values are:
UIUser
,UIAuto
,Helios
.
- Constraints: Allowable values are:
- Search
String string - Specifies the search string to filter the objects. This search string will be applicable for objectnames. User can specify a wildcard character '' as a suffix to a string where all object names are matched with the prefix string. For example, if vm1 and vm2 are the names of objects, user can specify vm to list the objects. If not specified, then all the objects will be returned which will match other filtering criteria.
- Source
Ids List<double> - Specifies a list of Protection Source object ids to filter the objects. If specified, the object which are present in those Sources will be returned.
- Source
Uuids List<string> - Specifies a list of Protection Source object uuids to filter the objects. If specified, the object which are present in those Sources will be returned.
- Tag
Categories List<string> - Specifies the tag category to filter the objects and snapshots.
- Constraints: Allowable list items are:
Security
.
- Constraints: Allowable list items are:
- Tag
Names List<string> - Specifies the tag names to filter the tagged objects and snapshots.
- string
- Specifies the tag name to filter the tagged objects and snapshots. User can specify a wildcard character '*' as a suffix to a string where all object's tag names are matched with the prefix string.
- List<string>
- Specifies the tag subcategory to filter the objects and snapshots.
- Constraints: Allowable list items are:
Classification
,Threats
,Anomalies
,Dspm
.
- Constraints: Allowable list items are:
- Tag
Types List<string> - Specifies the tag names to filter the tagged objects and snapshots.
- Constraints: Allowable list items are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable list items are:
- XIbm
Tenant stringId - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- Cluster
Identifiers []string - Specifies the list of cluster identifiers. Format is clusterId:clusterIncarnationId. Only records from clusters having these identifiers will be returned.
- Environments []string
- Specifies the environment type to filter objects.
- Constraints: Allowable list items are:
kPhysical
,kSQL
.
- Constraints: Allowable list items are:
- External
Filters []string - Specifies the key-value pairs to filtering the results for the search. Each filter is of the form 'key:value'. The filter 'externalFilters:k1:v1&externalFilters:k2:v2&externalFilters:k2:v3' returns the documents where each document will match the query (k1=v1) AND (k2=v2 OR k2 = v3). Allowed keys: - vmBiosUuid - graphUuid - arn - instanceId - bucketName - azureId.
- Id string
- (String) The tenant id.
- Include
Deleted boolObjects - Specifies whether to include deleted objects in response. These objects can't be protected but can be recovered. This field is deprecated.
- Include
Helios boolTag Info For Objects - pecifies whether to include helios tags information for objects in response. Default value is false.
- Is
Deleted bool - If set to true, then objects which are deleted on atleast one cluster will be returned. If not set or set to false then objects which are registered on atleast one cluster are returned.
- Is
Protected bool - Specifies the protection status of objects. If set to true, only protected objects will be returned. If set to false, only unprotected objects will be returned. If not specified, all objects will be returned.
- Last
Run []stringStatus Lists - Specifies a list of status of the object's last protection run. Only objects with last run status of these will be returned.
- Constraints: Allowable list items are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable list items are:
- Might
Have []stringSnapshot Tag Ids - Specifies list of snapshot tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- Might
Have []stringTag Ids - Specifies list of tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- Must
Have []stringSnapshot Tag Ids - Specifies snapshot tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- Must
Have []stringTag Ids - Specifies tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- Object
Count float64 - Object
Ids []float64 - Specifies a list of Object ids to filter.
- Os
Types []string - Specifies the operating system types to filter objects on.
- Constraints: Allowable list items are:
kLinux
,kWindows
.
- Constraints: Allowable list items are:
- string
- Specifies the pagination cookie with which subsequent parts of the response can be fetched.
- Protection
Group []stringIds - Specifies a list of Protection Group ids to filter the objects. If specified, the objects protected by specified Protection Group ids will be returned.
- Protection
Types []string - Specifies the protection type to filter objects.
- Constraints: Allowable list items are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable list items are:
- Request
Initiator stringType - Specifies the type of request from UI, which is used for services like magneto to determine the priority of requests.
- Constraints: Allowable values are:
UIUser
,UIAuto
,Helios
.
- Constraints: Allowable values are:
- Search
String string - Specifies the search string to filter the objects. This search string will be applicable for objectnames. User can specify a wildcard character '' as a suffix to a string where all object names are matched with the prefix string. For example, if vm1 and vm2 are the names of objects, user can specify vm to list the objects. If not specified, then all the objects will be returned which will match other filtering criteria.
- Source
Ids []float64 - Specifies a list of Protection Source object ids to filter the objects. If specified, the object which are present in those Sources will be returned.
- Source
Uuids []string - Specifies a list of Protection Source object uuids to filter the objects. If specified, the object which are present in those Sources will be returned.
- Tag
Categories []string - Specifies the tag category to filter the objects and snapshots.
- Constraints: Allowable list items are:
Security
.
- Constraints: Allowable list items are:
- Tag
Names []string - Specifies the tag names to filter the tagged objects and snapshots.
- string
- Specifies the tag name to filter the tagged objects and snapshots. User can specify a wildcard character '*' as a suffix to a string where all object's tag names are matched with the prefix string.
- []string
- Specifies the tag subcategory to filter the objects and snapshots.
- Constraints: Allowable list items are:
Classification
,Threats
,Anomalies
,Dspm
.
- Constraints: Allowable list items are:
- Tag
Types []string - Specifies the tag names to filter the tagged objects and snapshots.
- Constraints: Allowable list items are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable list items are:
- x
Ibm StringTenant Id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- cluster
Identifiers List<String> - Specifies the list of cluster identifiers. Format is clusterId:clusterIncarnationId. Only records from clusters having these identifiers will be returned.
- environments List<String>
- Specifies the environment type to filter objects.
- Constraints: Allowable list items are:
kPhysical
,kSQL
.
- Constraints: Allowable list items are:
- external
Filters List<String> - Specifies the key-value pairs to filtering the results for the search. Each filter is of the form 'key:value'. The filter 'externalFilters:k1:v1&externalFilters:k2:v2&externalFilters:k2:v3' returns the documents where each document will match the query (k1=v1) AND (k2=v2 OR k2 = v3). Allowed keys: - vmBiosUuid - graphUuid - arn - instanceId - bucketName - azureId.
- id String
- (String) The tenant id.
- include
Deleted BooleanObjects - Specifies whether to include deleted objects in response. These objects can't be protected but can be recovered. This field is deprecated.
- include
Helios BooleanTag Info For Objects - pecifies whether to include helios tags information for objects in response. Default value is false.
- is
Deleted Boolean - If set to true, then objects which are deleted on atleast one cluster will be returned. If not set or set to false then objects which are registered on atleast one cluster are returned.
- is
Protected Boolean - Specifies the protection status of objects. If set to true, only protected objects will be returned. If set to false, only unprotected objects will be returned. If not specified, all objects will be returned.
- last
Run List<String>Status Lists - Specifies a list of status of the object's last protection run. Only objects with last run status of these will be returned.
- Constraints: Allowable list items are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable list items are:
- might
Have List<String>Snapshot Tag Ids - Specifies list of snapshot tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- might
Have List<String>Tag Ids - Specifies list of tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- must
Have List<String>Snapshot Tag Ids - Specifies snapshot tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- must
Have List<String>Tag Ids - Specifies tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- object
Count Double - object
Ids List<Double> - Specifies a list of Object ids to filter.
- os
Types List<String> - Specifies the operating system types to filter objects on.
- Constraints: Allowable list items are:
kLinux
,kWindows
.
- Constraints: Allowable list items are:
- String
- Specifies the pagination cookie with which subsequent parts of the response can be fetched.
- protection
Group List<String>Ids - Specifies a list of Protection Group ids to filter the objects. If specified, the objects protected by specified Protection Group ids will be returned.
- protection
Types List<String> - Specifies the protection type to filter objects.
- Constraints: Allowable list items are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable list items are:
- request
Initiator StringType - Specifies the type of request from UI, which is used for services like magneto to determine the priority of requests.
- Constraints: Allowable values are:
UIUser
,UIAuto
,Helios
.
- Constraints: Allowable values are:
- search
String String - Specifies the search string to filter the objects. This search string will be applicable for objectnames. User can specify a wildcard character '' as a suffix to a string where all object names are matched with the prefix string. For example, if vm1 and vm2 are the names of objects, user can specify vm to list the objects. If not specified, then all the objects will be returned which will match other filtering criteria.
- source
Ids List<Double> - Specifies a list of Protection Source object ids to filter the objects. If specified, the object which are present in those Sources will be returned.
- source
Uuids List<String> - Specifies a list of Protection Source object uuids to filter the objects. If specified, the object which are present in those Sources will be returned.
- tag
Categories List<String> - Specifies the tag category to filter the objects and snapshots.
- Constraints: Allowable list items are:
Security
.
- Constraints: Allowable list items are:
- tag
Names List<String> - Specifies the tag names to filter the tagged objects and snapshots.
- String
- Specifies the tag name to filter the tagged objects and snapshots. User can specify a wildcard character '*' as a suffix to a string where all object's tag names are matched with the prefix string.
- List<String>
- Specifies the tag subcategory to filter the objects and snapshots.
- Constraints: Allowable list items are:
Classification
,Threats
,Anomalies
,Dspm
.
- Constraints: Allowable list items are:
- tag
Types List<String> - Specifies the tag names to filter the tagged objects and snapshots.
- Constraints: Allowable list items are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable list items are:
- x
Ibm stringTenant Id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- cluster
Identifiers string[] - Specifies the list of cluster identifiers. Format is clusterId:clusterIncarnationId. Only records from clusters having these identifiers will be returned.
- environments string[]
- Specifies the environment type to filter objects.
- Constraints: Allowable list items are:
kPhysical
,kSQL
.
- Constraints: Allowable list items are:
- external
Filters string[] - Specifies the key-value pairs to filtering the results for the search. Each filter is of the form 'key:value'. The filter 'externalFilters:k1:v1&externalFilters:k2:v2&externalFilters:k2:v3' returns the documents where each document will match the query (k1=v1) AND (k2=v2 OR k2 = v3). Allowed keys: - vmBiosUuid - graphUuid - arn - instanceId - bucketName - azureId.
- id string
- (String) The tenant id.
- include
Deleted booleanObjects - Specifies whether to include deleted objects in response. These objects can't be protected but can be recovered. This field is deprecated.
- include
Helios booleanTag Info For Objects - pecifies whether to include helios tags information for objects in response. Default value is false.
- is
Deleted boolean - If set to true, then objects which are deleted on atleast one cluster will be returned. If not set or set to false then objects which are registered on atleast one cluster are returned.
- is
Protected boolean - Specifies the protection status of objects. If set to true, only protected objects will be returned. If set to false, only unprotected objects will be returned. If not specified, all objects will be returned.
- last
Run string[]Status Lists - Specifies a list of status of the object's last protection run. Only objects with last run status of these will be returned.
- Constraints: Allowable list items are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable list items are:
- might
Have string[]Snapshot Tag Ids - Specifies list of snapshot tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- might
Have string[]Tag Ids - Specifies list of tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- must
Have string[]Snapshot Tag Ids - Specifies snapshot tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- must
Have string[]Tag Ids - Specifies tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- object
Count number - object
Ids number[] - Specifies a list of Object ids to filter.
- os
Types string[] - Specifies the operating system types to filter objects on.
- Constraints: Allowable list items are:
kLinux
,kWindows
.
- Constraints: Allowable list items are:
- string
- Specifies the pagination cookie with which subsequent parts of the response can be fetched.
- protection
Group string[]Ids - Specifies a list of Protection Group ids to filter the objects. If specified, the objects protected by specified Protection Group ids will be returned.
- protection
Types string[] - Specifies the protection type to filter objects.
- Constraints: Allowable list items are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable list items are:
- request
Initiator stringType - Specifies the type of request from UI, which is used for services like magneto to determine the priority of requests.
- Constraints: Allowable values are:
UIUser
,UIAuto
,Helios
.
- Constraints: Allowable values are:
- search
String string - Specifies the search string to filter the objects. This search string will be applicable for objectnames. User can specify a wildcard character '' as a suffix to a string where all object names are matched with the prefix string. For example, if vm1 and vm2 are the names of objects, user can specify vm to list the objects. If not specified, then all the objects will be returned which will match other filtering criteria.
- source
Ids number[] - Specifies a list of Protection Source object ids to filter the objects. If specified, the object which are present in those Sources will be returned.
- source
Uuids string[] - Specifies a list of Protection Source object uuids to filter the objects. If specified, the object which are present in those Sources will be returned.
- tag
Categories string[] - Specifies the tag category to filter the objects and snapshots.
- Constraints: Allowable list items are:
Security
.
- Constraints: Allowable list items are:
- tag
Names string[] - Specifies the tag names to filter the tagged objects and snapshots.
- string
- Specifies the tag name to filter the tagged objects and snapshots. User can specify a wildcard character '*' as a suffix to a string where all object's tag names are matched with the prefix string.
- string[]
- Specifies the tag subcategory to filter the objects and snapshots.
- Constraints: Allowable list items are:
Classification
,Threats
,Anomalies
,Dspm
.
- Constraints: Allowable list items are:
- tag
Types string[] - Specifies the tag names to filter the tagged objects and snapshots.
- Constraints: Allowable list items are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable list items are:
- x_
ibm_ strtenant_ id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- cluster_
identifiers Sequence[str] - Specifies the list of cluster identifiers. Format is clusterId:clusterIncarnationId. Only records from clusters having these identifiers will be returned.
- environments Sequence[str]
- Specifies the environment type to filter objects.
- Constraints: Allowable list items are:
kPhysical
,kSQL
.
- Constraints: Allowable list items are:
- external_
filters Sequence[str] - Specifies the key-value pairs to filtering the results for the search. Each filter is of the form 'key:value'. The filter 'externalFilters:k1:v1&externalFilters:k2:v2&externalFilters:k2:v3' returns the documents where each document will match the query (k1=v1) AND (k2=v2 OR k2 = v3). Allowed keys: - vmBiosUuid - graphUuid - arn - instanceId - bucketName - azureId.
- id str
- (String) The tenant id.
- include_
deleted_ boolobjects - Specifies whether to include deleted objects in response. These objects can't be protected but can be recovered. This field is deprecated.
- include_
helios_ booltag_ info_ for_ objects - pecifies whether to include helios tags information for objects in response. Default value is false.
- is_
deleted bool - If set to true, then objects which are deleted on atleast one cluster will be returned. If not set or set to false then objects which are registered on atleast one cluster are returned.
- is_
protected bool - Specifies the protection status of objects. If set to true, only protected objects will be returned. If set to false, only unprotected objects will be returned. If not specified, all objects will be returned.
- last_
run_ Sequence[str]status_ lists - Specifies a list of status of the object's last protection run. Only objects with last run status of these will be returned.
- Constraints: Allowable list items are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable list items are:
- might_
have_ Sequence[str]snapshot_ tag_ ids - Specifies list of snapshot tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- might_
have_ Sequence[str]tag_ ids - Specifies list of tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- must_
have_ Sequence[str]snapshot_ tag_ ids - Specifies snapshot tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- must_
have_ Sequence[str]tag_ ids - Specifies tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- object_
count float - object_
ids Sequence[float] - Specifies a list of Object ids to filter.
- os_
types Sequence[str] - Specifies the operating system types to filter objects on.
- Constraints: Allowable list items are:
kLinux
,kWindows
.
- Constraints: Allowable list items are:
- str
- Specifies the pagination cookie with which subsequent parts of the response can be fetched.
- protection_
group_ Sequence[str]ids - Specifies a list of Protection Group ids to filter the objects. If specified, the objects protected by specified Protection Group ids will be returned.
- protection_
types Sequence[str] - Specifies the protection type to filter objects.
- Constraints: Allowable list items are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable list items are:
- request_
initiator_ strtype - Specifies the type of request from UI, which is used for services like magneto to determine the priority of requests.
- Constraints: Allowable values are:
UIUser
,UIAuto
,Helios
.
- Constraints: Allowable values are:
- search_
string str - Specifies the search string to filter the objects. This search string will be applicable for objectnames. User can specify a wildcard character '' as a suffix to a string where all object names are matched with the prefix string. For example, if vm1 and vm2 are the names of objects, user can specify vm to list the objects. If not specified, then all the objects will be returned which will match other filtering criteria.
- source_
ids Sequence[float] - Specifies a list of Protection Source object ids to filter the objects. If specified, the object which are present in those Sources will be returned.
- source_
uuids Sequence[str] - Specifies a list of Protection Source object uuids to filter the objects. If specified, the object which are present in those Sources will be returned.
- tag_
categories Sequence[str] - Specifies the tag category to filter the objects and snapshots.
- Constraints: Allowable list items are:
Security
.
- Constraints: Allowable list items are:
- tag_
names Sequence[str] - Specifies the tag names to filter the tagged objects and snapshots.
- tag_
search_ strname - Specifies the tag name to filter the tagged objects and snapshots. User can specify a wildcard character '*' as a suffix to a string where all object's tag names are matched with the prefix string.
- tag_
sub_ Sequence[str]categories - Specifies the tag subcategory to filter the objects and snapshots.
- Constraints: Allowable list items are:
Classification
,Threats
,Anomalies
,Dspm
.
- Constraints: Allowable list items are:
- tag_
types Sequence[str] - Specifies the tag names to filter the tagged objects and snapshots.
- Constraints: Allowable list items are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable list items are:
- x
Ibm StringTenant Id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- cluster
Identifiers List<String> - Specifies the list of cluster identifiers. Format is clusterId:clusterIncarnationId. Only records from clusters having these identifiers will be returned.
- environments List<String>
- Specifies the environment type to filter objects.
- Constraints: Allowable list items are:
kPhysical
,kSQL
.
- Constraints: Allowable list items are:
- external
Filters List<String> - Specifies the key-value pairs to filtering the results for the search. Each filter is of the form 'key:value'. The filter 'externalFilters:k1:v1&externalFilters:k2:v2&externalFilters:k2:v3' returns the documents where each document will match the query (k1=v1) AND (k2=v2 OR k2 = v3). Allowed keys: - vmBiosUuid - graphUuid - arn - instanceId - bucketName - azureId.
- id String
- (String) The tenant id.
- include
Deleted BooleanObjects - Specifies whether to include deleted objects in response. These objects can't be protected but can be recovered. This field is deprecated.
- include
Helios BooleanTag Info For Objects - pecifies whether to include helios tags information for objects in response. Default value is false.
- is
Deleted Boolean - If set to true, then objects which are deleted on atleast one cluster will be returned. If not set or set to false then objects which are registered on atleast one cluster are returned.
- is
Protected Boolean - Specifies the protection status of objects. If set to true, only protected objects will be returned. If set to false, only unprotected objects will be returned. If not specified, all objects will be returned.
- last
Run List<String>Status Lists - Specifies a list of status of the object's last protection run. Only objects with last run status of these will be returned.
- Constraints: Allowable list items are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable list items are:
- might
Have List<String>Snapshot Tag Ids - Specifies list of snapshot tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- might
Have List<String>Tag Ids - Specifies list of tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- must
Have List<String>Snapshot Tag Ids - Specifies snapshot tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- must
Have List<String>Tag Ids - Specifies tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- object
Count Number - object
Ids List<Number> - Specifies a list of Object ids to filter.
- os
Types List<String> - Specifies the operating system types to filter objects on.
- Constraints: Allowable list items are:
kLinux
,kWindows
.
- Constraints: Allowable list items are:
- String
- Specifies the pagination cookie with which subsequent parts of the response can be fetched.
- protection
Group List<String>Ids - Specifies a list of Protection Group ids to filter the objects. If specified, the objects protected by specified Protection Group ids will be returned.
- protection
Types List<String> - Specifies the protection type to filter objects.
- Constraints: Allowable list items are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable list items are:
- request
Initiator StringType - Specifies the type of request from UI, which is used for services like magneto to determine the priority of requests.
- Constraints: Allowable values are:
UIUser
,UIAuto
,Helios
.
- Constraints: Allowable values are:
- search
String String - Specifies the search string to filter the objects. This search string will be applicable for objectnames. User can specify a wildcard character '' as a suffix to a string where all object names are matched with the prefix string. For example, if vm1 and vm2 are the names of objects, user can specify vm to list the objects. If not specified, then all the objects will be returned which will match other filtering criteria.
- source
Ids List<Number> - Specifies a list of Protection Source object ids to filter the objects. If specified, the object which are present in those Sources will be returned.
- source
Uuids List<String> - Specifies a list of Protection Source object uuids to filter the objects. If specified, the object which are present in those Sources will be returned.
- tag
Categories List<String> - Specifies the tag category to filter the objects and snapshots.
- Constraints: Allowable list items are:
Security
.
- Constraints: Allowable list items are:
- tag
Names List<String> - Specifies the tag names to filter the tagged objects and snapshots.
- String
- Specifies the tag name to filter the tagged objects and snapshots. User can specify a wildcard character '*' as a suffix to a string where all object's tag names are matched with the prefix string.
- List<String>
- Specifies the tag subcategory to filter the objects and snapshots.
- Constraints: Allowable list items are:
Classification
,Threats
,Anomalies
,Dspm
.
- Constraints: Allowable list items are:
- tag
Types List<String> - Specifies the tag names to filter the tagged objects and snapshots.
- Constraints: Allowable list items are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable list items are:
getBackupRecoverySearchObjects Result
The following output properties are available:
- Id string
- (String) The tenant id.
- Objects
List<Get
Backup Recovery Search Objects Object> - (List) Specifies the list of Objects. Nested schema for objects:
- XIbm
Tenant stringId - Cluster
Identifiers List<string> - Environments List<string>
- External
Filters List<string> - Include
Deleted boolObjects - Include
Helios boolTag Info For Objects - Is
Deleted bool - (Boolean) Specifies whether the object is deleted. Deleted objects can't be protected but can be recovered or unprotected.
- Is
Protected bool - Last
Run List<string>Status Lists - Might
Have List<string>Snapshot Tag Ids - Might
Have List<string>Tag Ids - Must
Have List<string>Snapshot Tag Ids - Must
Have List<string>Tag Ids - Object
Count double - Object
Ids List<double> - Os
Types List<string> - string
- Protection
Group List<string>Ids - Protection
Types List<string> - Request
Initiator stringType - Search
String string - Source
Ids List<double> - Source
Uuids List<string> - Tag
Categories List<string> - Tag
Names List<string> - string
- List<string>
- Tag
Types List<string>
- Id string
- (String) The tenant id.
- Objects
[]Get
Backup Recovery Search Objects Object - (List) Specifies the list of Objects. Nested schema for objects:
- XIbm
Tenant stringId - Cluster
Identifiers []string - Environments []string
- External
Filters []string - Include
Deleted boolObjects - Include
Helios boolTag Info For Objects - Is
Deleted bool - (Boolean) Specifies whether the object is deleted. Deleted objects can't be protected but can be recovered or unprotected.
- Is
Protected bool - Last
Run []stringStatus Lists - Might
Have []stringSnapshot Tag Ids - Might
Have []stringTag Ids - Must
Have []stringSnapshot Tag Ids - Must
Have []stringTag Ids - Object
Count float64 - Object
Ids []float64 - Os
Types []string - string
- Protection
Group []stringIds - Protection
Types []string - Request
Initiator stringType - Search
String string - Source
Ids []float64 - Source
Uuids []string - Tag
Categories []string - Tag
Names []string - string
- []string
- Tag
Types []string
- id String
- (String) The tenant id.
- objects
List<Get
Backup Recovery Search Objects Object> - (List) Specifies the list of Objects. Nested schema for objects:
- x
Ibm StringTenant Id - cluster
Identifiers List<String> - environments List<String>
- external
Filters List<String> - include
Deleted BooleanObjects - include
Helios BooleanTag Info For Objects - is
Deleted Boolean - (Boolean) Specifies whether the object is deleted. Deleted objects can't be protected but can be recovered or unprotected.
- is
Protected Boolean - last
Run List<String>Status Lists - might
Have List<String>Snapshot Tag Ids - might
Have List<String>Tag Ids - must
Have List<String>Snapshot Tag Ids - must
Have List<String>Tag Ids - object
Count Double - object
Ids List<Double> - os
Types List<String> - String
- protection
Group List<String>Ids - protection
Types List<String> - request
Initiator StringType - search
String String - source
Ids List<Double> - source
Uuids List<String> - tag
Categories List<String> - tag
Names List<String> - String
- List<String>
- tag
Types List<String>
- id string
- (String) The tenant id.
- objects
Get
Backup Recovery Search Objects Object[] - (List) Specifies the list of Objects. Nested schema for objects:
- x
Ibm stringTenant Id - cluster
Identifiers string[] - environments string[]
- external
Filters string[] - include
Deleted booleanObjects - include
Helios booleanTag Info For Objects - is
Deleted boolean - (Boolean) Specifies whether the object is deleted. Deleted objects can't be protected but can be recovered or unprotected.
- is
Protected boolean - last
Run string[]Status Lists - might
Have string[]Snapshot Tag Ids - might
Have string[]Tag Ids - must
Have string[]Snapshot Tag Ids - must
Have string[]Tag Ids - object
Count number - object
Ids number[] - os
Types string[] - string
- protection
Group string[]Ids - protection
Types string[] - request
Initiator stringType - search
String string - source
Ids number[] - source
Uuids string[] - tag
Categories string[] - tag
Names string[] - string
- string[]
- tag
Types string[]
- id str
- (String) The tenant id.
- objects
Sequence[Get
Backup Recovery Search Objects Object] - (List) Specifies the list of Objects. Nested schema for objects:
- x_
ibm_ strtenant_ id - cluster_
identifiers Sequence[str] - environments Sequence[str]
- external_
filters Sequence[str] - include_
deleted_ boolobjects - include_
helios_ booltag_ info_ for_ objects - is_
deleted bool - (Boolean) Specifies whether the object is deleted. Deleted objects can't be protected but can be recovered or unprotected.
- is_
protected bool - last_
run_ Sequence[str]status_ lists - might_
have_ Sequence[str]snapshot_ tag_ ids - might_
have_ Sequence[str]tag_ ids - must_
have_ Sequence[str]snapshot_ tag_ ids - must_
have_ Sequence[str]tag_ ids - object_
count float - object_
ids Sequence[float] - os_
types Sequence[str] - str
- protection_
group_ Sequence[str]ids - protection_
types Sequence[str] - request_
initiator_ strtype - search_
string str - source_
ids Sequence[float] - source_
uuids Sequence[str] - tag_
categories Sequence[str] - tag_
names Sequence[str] - tag_
search_ strname - tag_
sub_ Sequence[str]categories - tag_
types Sequence[str]
- id String
- (String) The tenant id.
- objects List<Property Map>
- (List) Specifies the list of Objects. Nested schema for objects:
- x
Ibm StringTenant Id - cluster
Identifiers List<String> - environments List<String>
- external
Filters List<String> - include
Deleted BooleanObjects - include
Helios BooleanTag Info For Objects - is
Deleted Boolean - (Boolean) Specifies whether the object is deleted. Deleted objects can't be protected but can be recovered or unprotected.
- is
Protected Boolean - last
Run List<String>Status Lists - might
Have List<String>Snapshot Tag Ids - might
Have List<String>Tag Ids - must
Have List<String>Snapshot Tag Ids - must
Have List<String>Tag Ids - object
Count Number - object
Ids List<Number> - os
Types List<String> - String
- protection
Group List<String>Ids - protection
Types List<String> - request
Initiator StringType - search
String String - source
Ids List<Number> - source
Uuids List<String> - tag
Categories List<String> - tag
Names List<String> - String
- List<String>
- tag
Types List<String>
Supporting Types
GetBackupRecoverySearchObjectsObject
- Child
Objects List<GetBackup Recovery Search Objects Object Child Object> - (List) Specifies child object details. Nested schema for child_objects:
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- Global
Id string - (String) Specifies the global id which is a unique identifier of the object.
- List<Get
Backup Recovery Search Objects Object Helios Tag> - (List) Specifies the helios tag information for the object. Nested schema for helios_tags:
- Id double
- (String) The tenant id.
- Logical
Size doubleBytes - (Integer) Specifies the logical size of object in bytes.
- Mssql
Params List<GetBackup Recovery Search Objects Object Mssql Param> - (List) Specifies the parameters for Msssql object. Nested schema for mssql_params:
- Name string
- (String) Specifies name of tag applied to the object.
- Object
Hash string - (String) Specifies the hash identifier of the object.
- Object
Protection List<GetInfos Backup Recovery Search Objects Object Object Protection Info> - (List) Specifies the object info on each cluster. Nested schema for object_protection_infos:
- Object
Type string - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- Os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- Permissions
List<Get
Backup Recovery Search Objects Object Permission> - (List) Specifies the list of users, groups and users that have permissions for a given object. Nested schema for permissions:
- Physical
Params List<GetBackup Recovery Search Objects Object Physical Param> - (List) Specifies the parameters for Physical object. Nested schema for physical_params:
- Protection
Stats List<GetBackup Recovery Search Objects Object Protection Stat> - (List) Specifies the count and size of protected and unprotected objects for the size. Nested schema for protection_stats:
- Protection
Type string - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- Secondary
Ids List<GetBackup Recovery Search Objects Object Secondary Id> - (List) Specifies secondary IDs associated to the object. Nested schema for secondary_ids:
- List<Get
Backup Recovery Search Objects Object Sharepoint Site Summary> - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- List<Get
Backup Recovery Search Objects Object Snapshot Tag> - (List) Specifies snapshot tags applied to the object. Nested schema for snapshot_tags:
- Source
Id double - (Integer) Specifies registered source id to which object belongs.
- Source
Infos List<GetBackup Recovery Search Objects Object Source Info> - (List) Specifies the Source Object information. Nested schema for source_info:
- Source
Name string - (String) Specifies registered source name to which object belongs.
- Tagged
Snapshots List<GetBackup Recovery Search Objects Object Tagged Snapshot> - (List) Specifies the helios tagged snapshots (snapshots which are tagged by user or thirdparty in control plane) for the object. Nested schema for tagged_snapshots:
- List<Get
Backup Recovery Search Objects Object Tag> - (List) Specifies tag applied to the object. Nested schema for tags:
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- VCenter
Summaries List<GetBackup Recovery Search Objects Object VCenter Summary> - (List) Nested schema for v_center_summary:
- Windows
Cluster List<GetSummaries Backup Recovery Search Objects Object Windows Cluster Summary> - (List) Nested schema for windows_cluster_summary:
- Child
Objects []GetBackup Recovery Search Objects Object Child Object - (List) Specifies child object details. Nested schema for child_objects:
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- Global
Id string - (String) Specifies the global id which is a unique identifier of the object.
- []Get
Backup Recovery Search Objects Object Helios Tag - (List) Specifies the helios tag information for the object. Nested schema for helios_tags:
- Id float64
- (String) The tenant id.
- Logical
Size float64Bytes - (Integer) Specifies the logical size of object in bytes.
- Mssql
Params []GetBackup Recovery Search Objects Object Mssql Param - (List) Specifies the parameters for Msssql object. Nested schema for mssql_params:
- Name string
- (String) Specifies name of tag applied to the object.
- Object
Hash string - (String) Specifies the hash identifier of the object.
- Object
Protection []GetInfos Backup Recovery Search Objects Object Object Protection Info - (List) Specifies the object info on each cluster. Nested schema for object_protection_infos:
- Object
Type string - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- Os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- Permissions
[]Get
Backup Recovery Search Objects Object Permission - (List) Specifies the list of users, groups and users that have permissions for a given object. Nested schema for permissions:
- Physical
Params []GetBackup Recovery Search Objects Object Physical Param - (List) Specifies the parameters for Physical object. Nested schema for physical_params:
- Protection
Stats []GetBackup Recovery Search Objects Object Protection Stat - (List) Specifies the count and size of protected and unprotected objects for the size. Nested schema for protection_stats:
- Protection
Type string - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- Secondary
Ids []GetBackup Recovery Search Objects Object Secondary Id - (List) Specifies secondary IDs associated to the object. Nested schema for secondary_ids:
- []Get
Backup Recovery Search Objects Object Sharepoint Site Summary - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- []Get
Backup Recovery Search Objects Object Snapshot Tag - (List) Specifies snapshot tags applied to the object. Nested schema for snapshot_tags:
- Source
Id float64 - (Integer) Specifies registered source id to which object belongs.
- Source
Infos []GetBackup Recovery Search Objects Object Source Info - (List) Specifies the Source Object information. Nested schema for source_info:
- Source
Name string - (String) Specifies registered source name to which object belongs.
- Tagged
Snapshots []GetBackup Recovery Search Objects Object Tagged Snapshot - (List) Specifies the helios tagged snapshots (snapshots which are tagged by user or thirdparty in control plane) for the object. Nested schema for tagged_snapshots:
- []Get
Backup Recovery Search Objects Object Tag - (List) Specifies tag applied to the object. Nested schema for tags:
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- VCenter
Summaries []GetBackup Recovery Search Objects Object VCenter Summary - (List) Nested schema for v_center_summary:
- Windows
Cluster []GetSummaries Backup Recovery Search Objects Object Windows Cluster Summary - (List) Nested schema for windows_cluster_summary:
- child
Objects List<GetBackup Recovery Search Objects Object Child Object> - (List) Specifies child object details. Nested schema for child_objects:
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- global
Id String - (String) Specifies the global id which is a unique identifier of the object.
- List<Get
Backup Recovery Search Objects Object Helios Tag> - (List) Specifies the helios tag information for the object. Nested schema for helios_tags:
- id Double
- (String) The tenant id.
- logical
Size DoubleBytes - (Integer) Specifies the logical size of object in bytes.
- mssql
Params List<GetBackup Recovery Search Objects Object Mssql Param> - (List) Specifies the parameters for Msssql object. Nested schema for mssql_params:
- name String
- (String) Specifies name of tag applied to the object.
- object
Hash String - (String) Specifies the hash identifier of the object.
- object
Protection List<GetInfos Backup Recovery Search Objects Object Object Protection Info> - (List) Specifies the object info on each cluster. Nested schema for object_protection_infos:
- object
Type String - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- os
Type String - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- permissions
List<Get
Backup Recovery Search Objects Object Permission> - (List) Specifies the list of users, groups and users that have permissions for a given object. Nested schema for permissions:
- physical
Params List<GetBackup Recovery Search Objects Object Physical Param> - (List) Specifies the parameters for Physical object. Nested schema for physical_params:
- protection
Stats List<GetBackup Recovery Search Objects Object Protection Stat> - (List) Specifies the count and size of protected and unprotected objects for the size. Nested schema for protection_stats:
- protection
Type String - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- secondary
Ids List<GetBackup Recovery Search Objects Object Secondary Id> - (List) Specifies secondary IDs associated to the object. Nested schema for secondary_ids:
- List<Get
Backup Recovery Search Objects Object Sharepoint Site Summary> - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- List<Get
Backup Recovery Search Objects Object Snapshot Tag> - (List) Specifies snapshot tags applied to the object. Nested schema for snapshot_tags:
- source
Id Double - (Integer) Specifies registered source id to which object belongs.
- source
Infos List<GetBackup Recovery Search Objects Object Source Info> - (List) Specifies the Source Object information. Nested schema for source_info:
- source
Name String - (String) Specifies registered source name to which object belongs.
- tagged
Snapshots List<GetBackup Recovery Search Objects Object Tagged Snapshot> - (List) Specifies the helios tagged snapshots (snapshots which are tagged by user or thirdparty in control plane) for the object. Nested schema for tagged_snapshots:
- List<Get
Backup Recovery Search Objects Object Tag> - (List) Specifies tag applied to the object. Nested schema for tags:
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center List<GetSummaries Backup Recovery Search Objects Object VCenter Summary> - (List) Nested schema for v_center_summary:
- windows
Cluster List<GetSummaries Backup Recovery Search Objects Object Windows Cluster Summary> - (List) Nested schema for windows_cluster_summary:
- child
Objects GetBackup Recovery Search Objects Object Child Object[] - (List) Specifies child object details. Nested schema for child_objects:
- environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- global
Id string - (String) Specifies the global id which is a unique identifier of the object.
- Get
Backup Recovery Search Objects Object Helios Tag[] - (List) Specifies the helios tag information for the object. Nested schema for helios_tags:
- id number
- (String) The tenant id.
- logical
Size numberBytes - (Integer) Specifies the logical size of object in bytes.
- mssql
Params GetBackup Recovery Search Objects Object Mssql Param[] - (List) Specifies the parameters for Msssql object. Nested schema for mssql_params:
- name string
- (String) Specifies name of tag applied to the object.
- object
Hash string - (String) Specifies the hash identifier of the object.
- object
Protection GetInfos Backup Recovery Search Objects Object Object Protection Info[] - (List) Specifies the object info on each cluster. Nested schema for object_protection_infos:
- object
Type string - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- permissions
Get
Backup Recovery Search Objects Object Permission[] - (List) Specifies the list of users, groups and users that have permissions for a given object. Nested schema for permissions:
- physical
Params GetBackup Recovery Search Objects Object Physical Param[] - (List) Specifies the parameters for Physical object. Nested schema for physical_params:
- protection
Stats GetBackup Recovery Search Objects Object Protection Stat[] - (List) Specifies the count and size of protected and unprotected objects for the size. Nested schema for protection_stats:
- protection
Type string - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- secondary
Ids GetBackup Recovery Search Objects Object Secondary Id[] - (List) Specifies secondary IDs associated to the object. Nested schema for secondary_ids:
- Get
Backup Recovery Search Objects Object Sharepoint Site Summary[] - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- Get
Backup Recovery Search Objects Object Snapshot Tag[] - (List) Specifies snapshot tags applied to the object. Nested schema for snapshot_tags:
- source
Id number - (Integer) Specifies registered source id to which object belongs.
- source
Infos GetBackup Recovery Search Objects Object Source Info[] - (List) Specifies the Source Object information. Nested schema for source_info:
- source
Name string - (String) Specifies registered source name to which object belongs.
- tagged
Snapshots GetBackup Recovery Search Objects Object Tagged Snapshot[] - (List) Specifies the helios tagged snapshots (snapshots which are tagged by user or thirdparty in control plane) for the object. Nested schema for tagged_snapshots:
- Get
Backup Recovery Search Objects Object Tag[] - (List) Specifies tag applied to the object. Nested schema for tags:
- uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center GetSummaries Backup Recovery Search Objects Object VCenter Summary[] - (List) Nested schema for v_center_summary:
- windows
Cluster GetSummaries Backup Recovery Search Objects Object Windows Cluster Summary[] - (List) Nested schema for windows_cluster_summary:
- child_
objects Sequence[GetBackup Recovery Search Objects Object Child Object] - (List) Specifies child object details. Nested schema for child_objects:
- environment str
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- global_
id str - (String) Specifies the global id which is a unique identifier of the object.
- Sequence[Get
Backup Recovery Search Objects Object Helios Tag] - (List) Specifies the helios tag information for the object. Nested schema for helios_tags:
- id float
- (String) The tenant id.
- logical_
size_ floatbytes - (Integer) Specifies the logical size of object in bytes.
- mssql_
params Sequence[GetBackup Recovery Search Objects Object Mssql Param] - (List) Specifies the parameters for Msssql object. Nested schema for mssql_params:
- name str
- (String) Specifies name of tag applied to the object.
- object_
hash str - (String) Specifies the hash identifier of the object.
- object_
protection_ Sequence[Getinfos Backup Recovery Search Objects Object Object Protection Info] - (List) Specifies the object info on each cluster. Nested schema for object_protection_infos:
- object_
type str - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- os_
type str - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- permissions
Sequence[Get
Backup Recovery Search Objects Object Permission] - (List) Specifies the list of users, groups and users that have permissions for a given object. Nested schema for permissions:
- physical_
params Sequence[GetBackup Recovery Search Objects Object Physical Param] - (List) Specifies the parameters for Physical object. Nested schema for physical_params:
- protection_
stats Sequence[GetBackup Recovery Search Objects Object Protection Stat] - (List) Specifies the count and size of protected and unprotected objects for the size. Nested schema for protection_stats:
- protection_
type str - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- secondary_
ids Sequence[GetBackup Recovery Search Objects Object Secondary Id] - (List) Specifies secondary IDs associated to the object. Nested schema for secondary_ids:
- Sequence[Get
Backup Recovery Search Objects Object Sharepoint Site Summary] - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- Sequence[Get
Backup Recovery Search Objects Object Snapshot Tag] - (List) Specifies snapshot tags applied to the object. Nested schema for snapshot_tags:
- source_
id float - (Integer) Specifies registered source id to which object belongs.
- source_
infos Sequence[GetBackup Recovery Search Objects Object Source Info] - (List) Specifies the Source Object information. Nested schema for source_info:
- source_
name str - (String) Specifies registered source name to which object belongs.
- tagged_
snapshots Sequence[GetBackup Recovery Search Objects Object Tagged Snapshot] - (List) Specifies the helios tagged snapshots (snapshots which are tagged by user or thirdparty in control plane) for the object. Nested schema for tagged_snapshots:
- Sequence[Get
Backup Recovery Search Objects Object Tag] - (List) Specifies tag applied to the object. Nested schema for tags:
- uuid str
- (String) Specifies the uuid which is a unique identifier of the object.
- v_
center_ Sequence[Getsummaries Backup Recovery Search Objects Object VCenter Summary] - (List) Nested schema for v_center_summary:
- windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Objects Object Windows Cluster Summary] - (List) Nested schema for windows_cluster_summary:
- child
Objects List<Property Map> - (List) Specifies child object details. Nested schema for child_objects:
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- global
Id String - (String) Specifies the global id which is a unique identifier of the object.
- List<Property Map>
- (List) Specifies the helios tag information for the object. Nested schema for helios_tags:
- id Number
- (String) The tenant id.
- logical
Size NumberBytes - (Integer) Specifies the logical size of object in bytes.
- mssql
Params List<Property Map> - (List) Specifies the parameters for Msssql object. Nested schema for mssql_params:
- name String
- (String) Specifies name of tag applied to the object.
- object
Hash String - (String) Specifies the hash identifier of the object.
- object
Protection List<Property Map>Infos - (List) Specifies the object info on each cluster. Nested schema for object_protection_infos:
- object
Type String - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- os
Type String - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- permissions List<Property Map>
- (List) Specifies the list of users, groups and users that have permissions for a given object. Nested schema for permissions:
- physical
Params List<Property Map> - (List) Specifies the parameters for Physical object. Nested schema for physical_params:
- protection
Stats List<Property Map> - (List) Specifies the count and size of protected and unprotected objects for the size. Nested schema for protection_stats:
- protection
Type String - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- secondary
Ids List<Property Map> - (List) Specifies secondary IDs associated to the object. Nested schema for secondary_ids:
- List<Property Map>
- (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- List<Property Map>
- (List) Specifies snapshot tags applied to the object. Nested schema for snapshot_tags:
- source
Id Number - (Integer) Specifies registered source id to which object belongs.
- source
Infos List<Property Map> - (List) Specifies the Source Object information. Nested schema for source_info:
- source
Name String - (String) Specifies registered source name to which object belongs.
- tagged
Snapshots List<Property Map> - (List) Specifies the helios tagged snapshots (snapshots which are tagged by user or thirdparty in control plane) for the object. Nested schema for tagged_snapshots:
- List<Property Map>
- (List) Specifies tag applied to the object. Nested schema for tags:
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center List<Property Map>Summaries - (List) Nested schema for v_center_summary:
- windows
Cluster List<Property Map>Summaries - (List) Nested schema for windows_cluster_summary:
GetBackupRecoverySearchObjectsObjectChildObject
- Child
Objects List<GetBackup Recovery Search Objects Object Child Object Child Object> - (List) Specifies child object details. Nested schema for child_objects:
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- Global
Id string - (String) Specifies the global id which is a unique identifier of the object.
- Id double
- (String) The tenant id.
- Logical
Size doubleBytes - (Integer) Specifies the logical size of object in bytes.
- Name string
- (String) Specifies name of tag applied to the object.
- Object
Hash string - (String) Specifies the hash identifier of the object.
- Object
Type string - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- Os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- Protection
Type string - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- List<Get
Backup Recovery Search Objects Object Child Object Sharepoint Site Summary> - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- Source
Id double - (Integer) Specifies registered source id to which object belongs.
- Source
Name string - (String) Specifies registered source name to which object belongs.
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- VCenter
Summaries List<GetBackup Recovery Search Objects Object Child Object VCenter Summary> - (List) Nested schema for v_center_summary:
- Windows
Cluster List<GetSummaries Backup Recovery Search Objects Object Child Object Windows Cluster Summary> - (List) Nested schema for windows_cluster_summary:
- Child
Objects []GetBackup Recovery Search Objects Object Child Object Child Object - (List) Specifies child object details. Nested schema for child_objects:
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- Global
Id string - (String) Specifies the global id which is a unique identifier of the object.
- Id float64
- (String) The tenant id.
- Logical
Size float64Bytes - (Integer) Specifies the logical size of object in bytes.
- Name string
- (String) Specifies name of tag applied to the object.
- Object
Hash string - (String) Specifies the hash identifier of the object.
- Object
Type string - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- Os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- Protection
Type string - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- []Get
Backup Recovery Search Objects Object Child Object Sharepoint Site Summary - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- Source
Id float64 - (Integer) Specifies registered source id to which object belongs.
- Source
Name string - (String) Specifies registered source name to which object belongs.
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- VCenter
Summaries []GetBackup Recovery Search Objects Object Child Object VCenter Summary - (List) Nested schema for v_center_summary:
- Windows
Cluster []GetSummaries Backup Recovery Search Objects Object Child Object Windows Cluster Summary - (List) Nested schema for windows_cluster_summary:
- child
Objects List<GetBackup Recovery Search Objects Object Child Object Child Object> - (List) Specifies child object details. Nested schema for child_objects:
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- global
Id String - (String) Specifies the global id which is a unique identifier of the object.
- id Double
- (String) The tenant id.
- logical
Size DoubleBytes - (Integer) Specifies the logical size of object in bytes.
- name String
- (String) Specifies name of tag applied to the object.
- object
Hash String - (String) Specifies the hash identifier of the object.
- object
Type String - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- os
Type String - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection
Type String - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- List<Get
Backup Recovery Search Objects Object Child Object Sharepoint Site Summary> - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id Double - (Integer) Specifies registered source id to which object belongs.
- source
Name String - (String) Specifies registered source name to which object belongs.
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center List<GetSummaries Backup Recovery Search Objects Object Child Object VCenter Summary> - (List) Nested schema for v_center_summary:
- windows
Cluster List<GetSummaries Backup Recovery Search Objects Object Child Object Windows Cluster Summary> - (List) Nested schema for windows_cluster_summary:
- child
Objects GetBackup Recovery Search Objects Object Child Object Child Object[] - (List) Specifies child object details. Nested schema for child_objects:
- environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- global
Id string - (String) Specifies the global id which is a unique identifier of the object.
- id number
- (String) The tenant id.
- logical
Size numberBytes - (Integer) Specifies the logical size of object in bytes.
- name string
- (String) Specifies name of tag applied to the object.
- object
Hash string - (String) Specifies the hash identifier of the object.
- object
Type string - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection
Type string - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- Get
Backup Recovery Search Objects Object Child Object Sharepoint Site Summary[] - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id number - (Integer) Specifies registered source id to which object belongs.
- source
Name string - (String) Specifies registered source name to which object belongs.
- uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center GetSummaries Backup Recovery Search Objects Object Child Object VCenter Summary[] - (List) Nested schema for v_center_summary:
- windows
Cluster GetSummaries Backup Recovery Search Objects Object Child Object Windows Cluster Summary[] - (List) Nested schema for windows_cluster_summary:
- child_
objects Sequence[GetBackup Recovery Search Objects Object Child Object Child Object] - (List) Specifies child object details. Nested schema for child_objects:
- environment str
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- global_
id str - (String) Specifies the global id which is a unique identifier of the object.
- id float
- (String) The tenant id.
- logical_
size_ floatbytes - (Integer) Specifies the logical size of object in bytes.
- name str
- (String) Specifies name of tag applied to the object.
- object_
hash str - (String) Specifies the hash identifier of the object.
- object_
type str - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- os_
type str - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection_
type str - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- Sequence[Get
Backup Recovery Search Objects Object Child Object Sharepoint Site Summary] - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source_
id float - (Integer) Specifies registered source id to which object belongs.
- source_
name str - (String) Specifies registered source name to which object belongs.
- uuid str
- (String) Specifies the uuid which is a unique identifier of the object.
- v_
center_ Sequence[Getsummaries Backup Recovery Search Objects Object Child Object VCenter Summary] - (List) Nested schema for v_center_summary:
- windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Objects Object Child Object Windows Cluster Summary] - (List) Nested schema for windows_cluster_summary:
- child
Objects List<Property Map> - (List) Specifies child object details. Nested schema for child_objects:
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- global
Id String - (String) Specifies the global id which is a unique identifier of the object.
- id Number
- (String) The tenant id.
- logical
Size NumberBytes - (Integer) Specifies the logical size of object in bytes.
- name String
- (String) Specifies name of tag applied to the object.
- object
Hash String - (String) Specifies the hash identifier of the object.
- object
Type String - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- os
Type String - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection
Type String - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- List<Property Map>
- (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id Number - (Integer) Specifies registered source id to which object belongs.
- source
Name String - (String) Specifies registered source name to which object belongs.
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center List<Property Map>Summaries - (List) Nested schema for v_center_summary:
- windows
Cluster List<Property Map>Summaries - (List) Nested schema for windows_cluster_summary:
GetBackupRecoverySearchObjectsObjectChildObjectSharepointSiteSummary
- Site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- Site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- site
Web StringUrl - (String) Specifies the web url for the Sharepoint site.
- site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- site_
web_ strurl - (String) Specifies the web url for the Sharepoint site.
- site
Web StringUrl - (String) Specifies the web url for the Sharepoint site.
GetBackupRecoverySearchObjectsObjectChildObjectVCenterSummary
- Is
Cloud boolEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- Is
Cloud boolEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud BooleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud booleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is_
cloud_ boolenv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud BooleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
GetBackupRecoverySearchObjectsObjectChildObjectWindowsClusterSummary
- Cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- Cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- cluster
Source StringType - (String) Specifies the type of cluster resource this source represents.
- cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- cluster_
source_ strtype - (String) Specifies the type of cluster resource this source represents.
- cluster
Source StringType - (String) Specifies the type of cluster resource this source represents.
GetBackupRecoverySearchObjectsObjectHeliosTag
- Category string
- (String) Specifies category of tag applied to the object.
- Constraints: Allowable values are:
Security
.
- Constraints: Allowable values are:
- Name string
- (String) Specifies name of tag applied to the object.
- Sub
Category string - (String) Specifies subCategory of tag applied to the object.
- Constraints: Allowable values are:
Classification
,Threats
,Anomalies
,Dspm
.
- Constraints: Allowable values are:
- Third
Party stringName - (String) Specifies thirdPartyName of tag applied to the object.
- Type string
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- Ui
Color string - (String) Specifies the color of tag applied to the object.
- Updated
Time doubleUsecs - (Integer) Specifies update time of tag applied to the object.
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- Category string
- (String) Specifies category of tag applied to the object.
- Constraints: Allowable values are:
Security
.
- Constraints: Allowable values are:
- Name string
- (String) Specifies name of tag applied to the object.
- Sub
Category string - (String) Specifies subCategory of tag applied to the object.
- Constraints: Allowable values are:
Classification
,Threats
,Anomalies
,Dspm
.
- Constraints: Allowable values are:
- Third
Party stringName - (String) Specifies thirdPartyName of tag applied to the object.
- Type string
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- Ui
Color string - (String) Specifies the color of tag applied to the object.
- Updated
Time float64Usecs - (Integer) Specifies update time of tag applied to the object.
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- category String
- (String) Specifies category of tag applied to the object.
- Constraints: Allowable values are:
Security
.
- Constraints: Allowable values are:
- name String
- (String) Specifies name of tag applied to the object.
- sub
Category String - (String) Specifies subCategory of tag applied to the object.
- Constraints: Allowable values are:
Classification
,Threats
,Anomalies
,Dspm
.
- Constraints: Allowable values are:
- third
Party StringName - (String) Specifies thirdPartyName of tag applied to the object.
- type String
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- ui
Color String - (String) Specifies the color of tag applied to the object.
- updated
Time DoubleUsecs - (Integer) Specifies update time of tag applied to the object.
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
- category string
- (String) Specifies category of tag applied to the object.
- Constraints: Allowable values are:
Security
.
- Constraints: Allowable values are:
- name string
- (String) Specifies name of tag applied to the object.
- sub
Category string - (String) Specifies subCategory of tag applied to the object.
- Constraints: Allowable values are:
Classification
,Threats
,Anomalies
,Dspm
.
- Constraints: Allowable values are:
- third
Party stringName - (String) Specifies thirdPartyName of tag applied to the object.
- type string
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- ui
Color string - (String) Specifies the color of tag applied to the object.
- updated
Time numberUsecs - (Integer) Specifies update time of tag applied to the object.
- uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- category str
- (String) Specifies category of tag applied to the object.
- Constraints: Allowable values are:
Security
.
- Constraints: Allowable values are:
- name str
- (String) Specifies name of tag applied to the object.
- sub_
category str - (String) Specifies subCategory of tag applied to the object.
- Constraints: Allowable values are:
Classification
,Threats
,Anomalies
,Dspm
.
- Constraints: Allowable values are:
- third_
party_ strname - (String) Specifies thirdPartyName of tag applied to the object.
- type str
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- ui_
color str - (String) Specifies the color of tag applied to the object.
- updated_
time_ floatusecs - (Integer) Specifies update time of tag applied to the object.
- uuid str
- (String) Specifies the uuid which is a unique identifier of the object.
- category String
- (String) Specifies category of tag applied to the object.
- Constraints: Allowable values are:
Security
.
- Constraints: Allowable values are:
- name String
- (String) Specifies name of tag applied to the object.
- sub
Category String - (String) Specifies subCategory of tag applied to the object.
- Constraints: Allowable values are:
Classification
,Threats
,Anomalies
,Dspm
.
- Constraints: Allowable values are:
- third
Party StringName - (String) Specifies thirdPartyName of tag applied to the object.
- type String
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- ui
Color String - (String) Specifies the color of tag applied to the object.
- updated
Time NumberUsecs - (Integer) Specifies update time of tag applied to the object.
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
GetBackupRecoverySearchObjectsObjectMssqlParam
- Aag
Infos List<GetBackup Recovery Search Objects Object Mssql Param Aag Info> - (List) Object details for Mssql. Nested schema for aag_info:
- Host
Infos List<GetBackup Recovery Search Objects Object Mssql Param Host Info> - (List) Specifies the host information for a objects. This is mainly populated in case of App objects where app object is hosted by another object such as VM or physical server. Nested schema for host_info:
- Is
Encrypted bool - (Boolean) Specifies whether the database is TDE enabled.
- Aag
Infos []GetBackup Recovery Search Objects Object Mssql Param Aag Info - (List) Object details for Mssql. Nested schema for aag_info:
- Host
Infos []GetBackup Recovery Search Objects Object Mssql Param Host Info - (List) Specifies the host information for a objects. This is mainly populated in case of App objects where app object is hosted by another object such as VM or physical server. Nested schema for host_info:
- Is
Encrypted bool - (Boolean) Specifies whether the database is TDE enabled.
- aag
Infos List<GetBackup Recovery Search Objects Object Mssql Param Aag Info> - (List) Object details for Mssql. Nested schema for aag_info:
- host
Infos List<GetBackup Recovery Search Objects Object Mssql Param Host Info> - (List) Specifies the host information for a objects. This is mainly populated in case of App objects where app object is hosted by another object such as VM or physical server. Nested schema for host_info:
- is
Encrypted Boolean - (Boolean) Specifies whether the database is TDE enabled.
- aag
Infos GetBackup Recovery Search Objects Object Mssql Param Aag Info[] - (List) Object details for Mssql. Nested schema for aag_info:
- host
Infos GetBackup Recovery Search Objects Object Mssql Param Host Info[] - (List) Specifies the host information for a objects. This is mainly populated in case of App objects where app object is hosted by another object such as VM or physical server. Nested schema for host_info:
- is
Encrypted boolean - (Boolean) Specifies whether the database is TDE enabled.
- aag_
infos Sequence[GetBackup Recovery Search Objects Object Mssql Param Aag Info] - (List) Object details for Mssql. Nested schema for aag_info:
- host_
infos Sequence[GetBackup Recovery Search Objects Object Mssql Param Host Info] - (List) Specifies the host information for a objects. This is mainly populated in case of App objects where app object is hosted by another object such as VM or physical server. Nested schema for host_info:
- is_
encrypted bool - (Boolean) Specifies whether the database is TDE enabled.
- aag
Infos List<Property Map> - (List) Object details for Mssql. Nested schema for aag_info:
- host
Infos List<Property Map> - (List) Specifies the host information for a objects. This is mainly populated in case of App objects where app object is hosted by another object such as VM or physical server. Nested schema for host_info:
- is
Encrypted Boolean - (Boolean) Specifies whether the database is TDE enabled.
GetBackupRecoverySearchObjectsObjectMssqlParamAagInfo
GetBackupRecoverySearchObjectsObjectMssqlParamHostInfo
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- Id string
- (String) The tenant id.
- Name string
- (String) Specifies name of tag applied to the object.
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- Id string
- (String) The tenant id.
- Name string
- (String) Specifies name of tag applied to the object.
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- id String
- (String) The tenant id.
- name String
- (String) Specifies name of tag applied to the object.
- environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- id string
- (String) The tenant id.
- name string
- (String) Specifies name of tag applied to the object.
- environment str
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- id str
- (String) The tenant id.
- name str
- (String) Specifies name of tag applied to the object.
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- id String
- (String) The tenant id.
- name String
- (String) Specifies name of tag applied to the object.
GetBackupRecoverySearchObjectsObjectObjectProtectionInfo
- Cluster
Id double - (Integer) Specifies the cluster Id of the tagged snapshot.
- Cluster
Incarnation doubleId - (Integer) Specifies the clusterIncarnationId of the tagged snapshot.
- Is
Deleted bool - If set to true, then objects which are deleted on atleast one cluster will be returned. If not set or set to false then objects which are registered on atleast one cluster are returned.
- Last
Run stringStatus - (String) Specifies the status of the object's last protection run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
,Paused
.
- Constraints: Allowable values are:
- Object
Backup List<GetConfigurations Backup Recovery Search Objects Object Object Protection Info Object Backup Configuration> - (List) Specifies a list of object protections. Nested schema for object_backup_configuration:
- Object
Id double - (Integer) Specifies the id of the object.
- Protection
Groups List<GetBackup Recovery Search Objects Object Object Protection Info Protection Group> - (List) Specifies a list of protection groups protecting this object. Nested schema for protection_groups:
- Region
Id string - (String) Specifies the region id where this object belongs to.
- Source
Id double - (Integer) Specifies registered source id to which object belongs.
- Tenant
Ids List<string> - (List) List of Tenants the object belongs to.
- View
Id double - (Integer) Specifies the view id for the object.
- Cluster
Id float64 - (Integer) Specifies the cluster Id of the tagged snapshot.
- Cluster
Incarnation float64Id - (Integer) Specifies the clusterIncarnationId of the tagged snapshot.
- Is
Deleted bool - If set to true, then objects which are deleted on atleast one cluster will be returned. If not set or set to false then objects which are registered on atleast one cluster are returned.
- Last
Run stringStatus - (String) Specifies the status of the object's last protection run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
,Paused
.
- Constraints: Allowable values are:
- Object
Backup []GetConfigurations Backup Recovery Search Objects Object Object Protection Info Object Backup Configuration - (List) Specifies a list of object protections. Nested schema for object_backup_configuration:
- Object
Id float64 - (Integer) Specifies the id of the object.
- Protection
Groups []GetBackup Recovery Search Objects Object Object Protection Info Protection Group - (List) Specifies a list of protection groups protecting this object. Nested schema for protection_groups:
- Region
Id string - (String) Specifies the region id where this object belongs to.
- Source
Id float64 - (Integer) Specifies registered source id to which object belongs.
- Tenant
Ids []string - (List) List of Tenants the object belongs to.
- View
Id float64 - (Integer) Specifies the view id for the object.
- cluster
Id Double - (Integer) Specifies the cluster Id of the tagged snapshot.
- cluster
Incarnation DoubleId - (Integer) Specifies the clusterIncarnationId of the tagged snapshot.
- is
Deleted Boolean - If set to true, then objects which are deleted on atleast one cluster will be returned. If not set or set to false then objects which are registered on atleast one cluster are returned.
- last
Run StringStatus - (String) Specifies the status of the object's last protection run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
,Paused
.
- Constraints: Allowable values are:
- object
Backup List<GetConfigurations Backup Recovery Search Objects Object Object Protection Info Object Backup Configuration> - (List) Specifies a list of object protections. Nested schema for object_backup_configuration:
- object
Id Double - (Integer) Specifies the id of the object.
- protection
Groups List<GetBackup Recovery Search Objects Object Object Protection Info Protection Group> - (List) Specifies a list of protection groups protecting this object. Nested schema for protection_groups:
- region
Id String - (String) Specifies the region id where this object belongs to.
- source
Id Double - (Integer) Specifies registered source id to which object belongs.
- tenant
Ids List<String> - (List) List of Tenants the object belongs to.
- view
Id Double - (Integer) Specifies the view id for the object.
- cluster
Id number - (Integer) Specifies the cluster Id of the tagged snapshot.
- cluster
Incarnation numberId - (Integer) Specifies the clusterIncarnationId of the tagged snapshot.
- is
Deleted boolean - If set to true, then objects which are deleted on atleast one cluster will be returned. If not set or set to false then objects which are registered on atleast one cluster are returned.
- last
Run stringStatus - (String) Specifies the status of the object's last protection run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
,Paused
.
- Constraints: Allowable values are:
- object
Backup GetConfigurations Backup Recovery Search Objects Object Object Protection Info Object Backup Configuration[] - (List) Specifies a list of object protections. Nested schema for object_backup_configuration:
- object
Id number - (Integer) Specifies the id of the object.
- protection
Groups GetBackup Recovery Search Objects Object Object Protection Info Protection Group[] - (List) Specifies a list of protection groups protecting this object. Nested schema for protection_groups:
- region
Id string - (String) Specifies the region id where this object belongs to.
- source
Id number - (Integer) Specifies registered source id to which object belongs.
- tenant
Ids string[] - (List) List of Tenants the object belongs to.
- view
Id number - (Integer) Specifies the view id for the object.
- cluster_
id float - (Integer) Specifies the cluster Id of the tagged snapshot.
- cluster_
incarnation_ floatid - (Integer) Specifies the clusterIncarnationId of the tagged snapshot.
- is_
deleted bool - If set to true, then objects which are deleted on atleast one cluster will be returned. If not set or set to false then objects which are registered on atleast one cluster are returned.
- last_
run_ strstatus - (String) Specifies the status of the object's last protection run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
,Paused
.
- Constraints: Allowable values are:
- object_
backup_ Sequence[Getconfigurations Backup Recovery Search Objects Object Object Protection Info Object Backup Configuration] - (List) Specifies a list of object protections. Nested schema for object_backup_configuration:
- object_
id float - (Integer) Specifies the id of the object.
- protection_
groups Sequence[GetBackup Recovery Search Objects Object Object Protection Info Protection Group] - (List) Specifies a list of protection groups protecting this object. Nested schema for protection_groups:
- region_
id str - (String) Specifies the region id where this object belongs to.
- source_
id float - (Integer) Specifies registered source id to which object belongs.
- tenant_
ids Sequence[str] - (List) List of Tenants the object belongs to.
- view_
id float - (Integer) Specifies the view id for the object.
- cluster
Id Number - (Integer) Specifies the cluster Id of the tagged snapshot.
- cluster
Incarnation NumberId - (Integer) Specifies the clusterIncarnationId of the tagged snapshot.
- is
Deleted Boolean - If set to true, then objects which are deleted on atleast one cluster will be returned. If not set or set to false then objects which are registered on atleast one cluster are returned.
- last
Run StringStatus - (String) Specifies the status of the object's last protection run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
,Paused
.
- Constraints: Allowable values are:
- object
Backup List<Property Map>Configurations - (List) Specifies a list of object protections. Nested schema for object_backup_configuration:
- object
Id Number - (Integer) Specifies the id of the object.
- protection
Groups List<Property Map> - (List) Specifies a list of protection groups protecting this object. Nested schema for protection_groups:
- region
Id String - (String) Specifies the region id where this object belongs to.
- source
Id Number - (Integer) Specifies registered source id to which object belongs.
- tenant
Ids List<String> - (List) List of Tenants the object belongs to.
- view
Id Number - (Integer) Specifies the view id for the object.
GetBackupRecoverySearchObjectsObjectObjectProtectionInfoObjectBackupConfiguration
- Last
Archival stringRun Status - (String) Specifies the status of last archival run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- Last
Backup stringRun Status - (String) Specifies the status of last local back up run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- Last
Replication stringRun Status - (String) Specifies the status of last replication run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- Last
Run boolSla Violated - (Boolean) Specifies if the sla is violated in last run.
- Policy
Id string - (String) Specifies the policy id for this group.
- Policy
Name string - (String) Specifies the policy name for this group.
- Last
Archival stringRun Status - (String) Specifies the status of last archival run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- Last
Backup stringRun Status - (String) Specifies the status of last local back up run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- Last
Replication stringRun Status - (String) Specifies the status of last replication run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- Last
Run boolSla Violated - (Boolean) Specifies if the sla is violated in last run.
- Policy
Id string - (String) Specifies the policy id for this group.
- Policy
Name string - (String) Specifies the policy name for this group.
- last
Archival StringRun Status - (String) Specifies the status of last archival run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last
Backup StringRun Status - (String) Specifies the status of last local back up run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last
Replication StringRun Status - (String) Specifies the status of last replication run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last
Run BooleanSla Violated - (Boolean) Specifies if the sla is violated in last run.
- policy
Id String - (String) Specifies the policy id for this group.
- policy
Name String - (String) Specifies the policy name for this group.
- last
Archival stringRun Status - (String) Specifies the status of last archival run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last
Backup stringRun Status - (String) Specifies the status of last local back up run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last
Replication stringRun Status - (String) Specifies the status of last replication run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last
Run booleanSla Violated - (Boolean) Specifies if the sla is violated in last run.
- policy
Id string - (String) Specifies the policy id for this group.
- policy
Name string - (String) Specifies the policy name for this group.
- last_
archival_ strrun_ status - (String) Specifies the status of last archival run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last_
backup_ strrun_ status - (String) Specifies the status of last local back up run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last_
replication_ strrun_ status - (String) Specifies the status of last replication run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last_
run_ boolsla_ violated - (Boolean) Specifies if the sla is violated in last run.
- policy_
id str - (String) Specifies the policy id for this group.
- policy_
name str - (String) Specifies the policy name for this group.
- last
Archival StringRun Status - (String) Specifies the status of last archival run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last
Backup StringRun Status - (String) Specifies the status of last local back up run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last
Replication StringRun Status - (String) Specifies the status of last replication run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last
Run BooleanSla Violated - (Boolean) Specifies if the sla is violated in last run.
- policy
Id String - (String) Specifies the policy id for this group.
- policy
Name String - (String) Specifies the policy name for this group.
GetBackupRecoverySearchObjectsObjectObjectProtectionInfoProtectionGroup
- Id string
- (String) The tenant id.
- Last
Archival stringRun Status - (String) Specifies the status of last archival run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- Last
Backup stringRun Status - (String) Specifies the status of last local back up run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- Last
Replication stringRun Status - (String) Specifies the status of last replication run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- Last
Run boolSla Violated - (Boolean) Specifies if the sla is violated in last run.
- Name string
- (String) Specifies name of tag applied to the object.
- Policy
Id string - (String) Specifies the policy id for this group.
- Policy
Name string - (String) Specifies the policy name for this group.
- Protection
Env stringType - (String) Specifies the protection type of the job if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- Id string
- (String) The tenant id.
- Last
Archival stringRun Status - (String) Specifies the status of last archival run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- Last
Backup stringRun Status - (String) Specifies the status of last local back up run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- Last
Replication stringRun Status - (String) Specifies the status of last replication run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- Last
Run boolSla Violated - (Boolean) Specifies if the sla is violated in last run.
- Name string
- (String) Specifies name of tag applied to the object.
- Policy
Id string - (String) Specifies the policy id for this group.
- Policy
Name string - (String) Specifies the policy name for this group.
- Protection
Env stringType - (String) Specifies the protection type of the job if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- id String
- (String) The tenant id.
- last
Archival StringRun Status - (String) Specifies the status of last archival run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last
Backup StringRun Status - (String) Specifies the status of last local back up run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last
Replication StringRun Status - (String) Specifies the status of last replication run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last
Run BooleanSla Violated - (Boolean) Specifies if the sla is violated in last run.
- name String
- (String) Specifies name of tag applied to the object.
- policy
Id String - (String) Specifies the policy id for this group.
- policy
Name String - (String) Specifies the policy name for this group.
- protection
Env StringType - (String) Specifies the protection type of the job if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- id string
- (String) The tenant id.
- last
Archival stringRun Status - (String) Specifies the status of last archival run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last
Backup stringRun Status - (String) Specifies the status of last local back up run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last
Replication stringRun Status - (String) Specifies the status of last replication run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last
Run booleanSla Violated - (Boolean) Specifies if the sla is violated in last run.
- name string
- (String) Specifies name of tag applied to the object.
- policy
Id string - (String) Specifies the policy id for this group.
- policy
Name string - (String) Specifies the policy name for this group.
- protection
Env stringType - (String) Specifies the protection type of the job if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- id str
- (String) The tenant id.
- last_
archival_ strrun_ status - (String) Specifies the status of last archival run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last_
backup_ strrun_ status - (String) Specifies the status of last local back up run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last_
replication_ strrun_ status - (String) Specifies the status of last replication run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last_
run_ boolsla_ violated - (Boolean) Specifies if the sla is violated in last run.
- name str
- (String) Specifies name of tag applied to the object.
- policy_
id str - (String) Specifies the policy id for this group.
- policy_
name str - (String) Specifies the policy name for this group.
- protection_
env_ strtype - (String) Specifies the protection type of the job if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- id String
- (String) The tenant id.
- last
Archival StringRun Status - (String) Specifies the status of last archival run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last
Backup StringRun Status - (String) Specifies the status of last local back up run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last
Replication StringRun Status - (String) Specifies the status of last replication run.
- Constraints: Allowable values are:
Accepted
,Running
,Canceled
,Canceling
,Failed
,Missed
,Succeeded
,SucceededWithWarning
,OnHold
,Finalizing
,Skipped
,LegalHold
.
- Constraints: Allowable values are:
- last
Run BooleanSla Violated - (Boolean) Specifies if the sla is violated in last run.
- name String
- (String) Specifies name of tag applied to the object.
- policy
Id String - (String) Specifies the policy id for this group.
- policy
Name String - (String) Specifies the policy name for this group.
- protection
Env StringType - (String) Specifies the protection type of the job if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
GetBackupRecoverySearchObjectsObjectPermission
- Groups
List<Get
Backup Recovery Search Objects Object Permission Group> - (List) Specifies the list of user groups which has permissions to the object. Nested schema for groups:
- Object
Id double - (Integer) Specifies the id of the object.
- Tenants
List<Get
Backup Recovery Search Objects Object Permission Tenant> - (List) Specifies a tenant object. Nested schema for tenant:
- Users
List<Get
Backup Recovery Search Objects Object Permission User> - (List) Specifies the list of users which has the permissions to the object. Nested schema for users:
- Groups
[]Get
Backup Recovery Search Objects Object Permission Group - (List) Specifies the list of user groups which has permissions to the object. Nested schema for groups:
- Object
Id float64 - (Integer) Specifies the id of the object.
- Tenants
[]Get
Backup Recovery Search Objects Object Permission Tenant - (List) Specifies a tenant object. Nested schema for tenant:
- Users
[]Get
Backup Recovery Search Objects Object Permission User - (List) Specifies the list of users which has the permissions to the object. Nested schema for users:
- groups
List<Get
Backup Recovery Search Objects Object Permission Group> - (List) Specifies the list of user groups which has permissions to the object. Nested schema for groups:
- object
Id Double - (Integer) Specifies the id of the object.
- tenants
List<Get
Backup Recovery Search Objects Object Permission Tenant> - (List) Specifies a tenant object. Nested schema for tenant:
- users
List<Get
Backup Recovery Search Objects Object Permission User> - (List) Specifies the list of users which has the permissions to the object. Nested schema for users:
- groups
Get
Backup Recovery Search Objects Object Permission Group[] - (List) Specifies the list of user groups which has permissions to the object. Nested schema for groups:
- object
Id number - (Integer) Specifies the id of the object.
- tenants
Get
Backup Recovery Search Objects Object Permission Tenant[] - (List) Specifies a tenant object. Nested schema for tenant:
- users
Get
Backup Recovery Search Objects Object Permission User[] - (List) Specifies the list of users which has the permissions to the object. Nested schema for users:
- groups
Sequence[Get
Backup Recovery Search Objects Object Permission Group] - (List) Specifies the list of user groups which has permissions to the object. Nested schema for groups:
- object_
id float - (Integer) Specifies the id of the object.
- tenants
Sequence[Get
Backup Recovery Search Objects Object Permission Tenant] - (List) Specifies a tenant object. Nested schema for tenant:
- users
Sequence[Get
Backup Recovery Search Objects Object Permission User] - (List) Specifies the list of users which has the permissions to the object. Nested schema for users:
- groups List<Property Map>
- (List) Specifies the list of user groups which has permissions to the object. Nested schema for groups:
- object
Id Number - (Integer) Specifies the id of the object.
- tenants List<Property Map>
- (List) Specifies a tenant object. Nested schema for tenant:
- users List<Property Map>
- (List) Specifies the list of users which has the permissions to the object. Nested schema for users:
GetBackupRecoverySearchObjectsObjectPermissionGroup
GetBackupRecoverySearchObjectsObjectPermissionTenant
- Created
At doubleTime Msecs - (Integer) Epoch time when tenant was created.
- Deleted
At doubleTime Msecs - (Integer) Epoch time when tenant was last updated.
- Description string
- (String) Description about the tenant.
- External
Vendor List<GetMetadatas Backup Recovery Search Objects Object Permission Tenant External Vendor Metadata> - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- Id string
- (String) The tenant id.
- Is
Managed boolOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- Last
Updated doubleAt Time Msecs - (Integer) Epoch time when tenant was last updated.
- Name string
- (String) Specifies name of tag applied to the object.
- Networks
List<Get
Backup Recovery Search Objects Object Permission Tenant Network> - (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Created
At float64Time Msecs - (Integer) Epoch time when tenant was created.
- Deleted
At float64Time Msecs - (Integer) Epoch time when tenant was last updated.
- Description string
- (String) Description about the tenant.
- External
Vendor []GetMetadatas Backup Recovery Search Objects Object Permission Tenant External Vendor Metadata - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- Id string
- (String) The tenant id.
- Is
Managed boolOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- Last
Updated float64At Time Msecs - (Integer) Epoch time when tenant was last updated.
- Name string
- (String) Specifies name of tag applied to the object.
- Networks
[]Get
Backup Recovery Search Objects Object Permission Tenant Network - (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- created
At DoubleTime Msecs - (Integer) Epoch time when tenant was created.
- deleted
At DoubleTime Msecs - (Integer) Epoch time when tenant was last updated.
- description String
- (String) Description about the tenant.
- external
Vendor List<GetMetadatas Backup Recovery Search Objects Object Permission Tenant External Vendor Metadata> - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- id String
- (String) The tenant id.
- is
Managed BooleanOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- last
Updated DoubleAt Time Msecs - (Integer) Epoch time when tenant was last updated.
- name String
- (String) Specifies name of tag applied to the object.
- networks
List<Get
Backup Recovery Search Objects Object Permission Tenant Network> - (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- created
At numberTime Msecs - (Integer) Epoch time when tenant was created.
- deleted
At numberTime Msecs - (Integer) Epoch time when tenant was last updated.
- description string
- (String) Description about the tenant.
- external
Vendor GetMetadatas Backup Recovery Search Objects Object Permission Tenant External Vendor Metadata[] - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- id string
- (String) The tenant id.
- is
Managed booleanOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- last
Updated numberAt Time Msecs - (Integer) Epoch time when tenant was last updated.
- name string
- (String) Specifies name of tag applied to the object.
- networks
Get
Backup Recovery Search Objects Object Permission Tenant Network[] - (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- created_
at_ floattime_ msecs - (Integer) Epoch time when tenant was created.
- deleted_
at_ floattime_ msecs - (Integer) Epoch time when tenant was last updated.
- description str
- (String) Description about the tenant.
- external_
vendor_ Sequence[Getmetadatas Backup Recovery Search Objects Object Permission Tenant External Vendor Metadata] - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- id str
- (String) The tenant id.
- is_
managed_ boolon_ helios - (Boolean) Flag to indicate if tenant is managed on helios.
- last_
updated_ floatat_ time_ msecs - (Integer) Epoch time when tenant was last updated.
- name str
- (String) Specifies name of tag applied to the object.
- networks
Sequence[Get
Backup Recovery Search Objects Object Permission Tenant Network] - (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- status str
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- created
At NumberTime Msecs - (Integer) Epoch time when tenant was created.
- deleted
At NumberTime Msecs - (Integer) Epoch time when tenant was last updated.
- description String
- (String) Description about the tenant.
- external
Vendor List<Property Map>Metadatas - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- id String
- (String) The tenant id.
- is
Managed BooleanOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- last
Updated NumberAt Time Msecs - (Integer) Epoch time when tenant was last updated.
- name String
- (String) Specifies name of tag applied to the object.
- networks List<Property Map>
- (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
GetBackupRecoverySearchObjectsObjectPermissionTenantExternalVendorMetadata
- Ibm
Tenant List<GetMetadata Params Backup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param> - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- Type string
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- Ibm
Tenant []GetMetadata Params Backup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- Type string
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- ibm
Tenant List<GetMetadata Params Backup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param> - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- type String
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- ibm
Tenant GetMetadata Params Backup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param[] - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- type string
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- ibm_
tenant_ Sequence[Getmetadata_ params Backup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param] - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- type str
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- ibm
Tenant List<Property Map>Metadata Params - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- type String
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
GetBackupRecoverySearchObjectsObjectPermissionTenantExternalVendorMetadataIbmTenantMetadataParam
- Account
Id string - (String) Specifies the unique identifier of the IBM's account ID.
- Crn string
- (String) Specifies the unique CRN associated with the tenant.
- Custom
Properties List<GetBackup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Custom Property> - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- Liveness
Mode string - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- Metrics
Configs List<GetBackup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config> - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- Ownership
Mode string - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- Plan
Id string - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- Resource
Group stringId - (String) Specifies the Resource Group ID associated with the tenant.
- Resource
Instance stringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- Account
Id string - (String) Specifies the unique identifier of the IBM's account ID.
- Crn string
- (String) Specifies the unique CRN associated with the tenant.
- Custom
Properties []GetBackup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Custom Property - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- Liveness
Mode string - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- Metrics
Configs []GetBackup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- Ownership
Mode string - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- Plan
Id string - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- Resource
Group stringId - (String) Specifies the Resource Group ID associated with the tenant.
- Resource
Instance stringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- account
Id String - (String) Specifies the unique identifier of the IBM's account ID.
- crn String
- (String) Specifies the unique CRN associated with the tenant.
- custom
Properties List<GetBackup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Custom Property> - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- liveness
Mode String - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- metrics
Configs List<GetBackup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config> - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- ownership
Mode String - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- plan
Id String - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- resource
Group StringId - (String) Specifies the Resource Group ID associated with the tenant.
- resource
Instance StringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- account
Id string - (String) Specifies the unique identifier of the IBM's account ID.
- crn string
- (String) Specifies the unique CRN associated with the tenant.
- custom
Properties GetBackup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Custom Property[] - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- liveness
Mode string - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- metrics
Configs GetBackup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config[] - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- ownership
Mode string - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- plan
Id string - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- resource
Group stringId - (String) Specifies the Resource Group ID associated with the tenant.
- resource
Instance stringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- account_
id str - (String) Specifies the unique identifier of the IBM's account ID.
- crn str
- (String) Specifies the unique CRN associated with the tenant.
- custom_
properties Sequence[GetBackup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Custom Property] - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- liveness_
mode str - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- metrics_
configs Sequence[GetBackup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config] - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- ownership_
mode str - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- plan_
id str - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- resource_
group_ strid - (String) Specifies the Resource Group ID associated with the tenant.
- resource_
instance_ strid - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- account
Id String - (String) Specifies the unique identifier of the IBM's account ID.
- crn String
- (String) Specifies the unique CRN associated with the tenant.
- custom
Properties List<Property Map> - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- liveness
Mode String - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- metrics
Configs List<Property Map> - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- ownership
Mode String - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- plan
Id String - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- resource
Group StringId - (String) Specifies the Resource Group ID associated with the tenant.
- resource
Instance StringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
GetBackupRecoverySearchObjectsObjectPermissionTenantExternalVendorMetadataIbmTenantMetadataParamCustomProperty
GetBackupRecoverySearchObjectsObjectPermissionTenantExternalVendorMetadataIbmTenantMetadataParamMetricsConfig
- Cos
Resource List<GetConfigs Backup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config> - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- Iam
Metrics List<GetConfigs Backup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config> - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- Metering
Configs List<GetBackup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config> - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
- Cos
Resource []GetConfigs Backup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- Iam
Metrics []GetConfigs Backup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- Metering
Configs []GetBackup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
- cos
Resource List<GetConfigs Backup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config> - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- iam
Metrics List<GetConfigs Backup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config> - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- metering
Configs List<GetBackup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config> - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
- cos
Resource GetConfigs Backup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config[] - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- iam
Metrics GetConfigs Backup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config[] - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- metering
Configs GetBackup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config[] - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
- cos_
resource_ Sequence[Getconfigs Backup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config] - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- iam_
metrics_ Sequence[Getconfigs Backup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config] - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- metering_
configs Sequence[GetBackup Recovery Search Objects Object Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config] - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
- cos
Resource List<Property Map>Configs - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- iam
Metrics List<Property Map>Configs - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- metering
Configs List<Property Map> - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
GetBackupRecoverySearchObjectsObjectPermissionTenantExternalVendorMetadataIbmTenantMetadataParamMetricsConfigCosResourceConfig
- Resource
Url string - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- Resource
Url string - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- resource
Url String - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- resource
Url string - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- resource_
url str - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- resource
Url String - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
GetBackupRecoverySearchObjectsObjectPermissionTenantExternalVendorMetadataIbmTenantMetadataParamMetricsConfigIamMetricsConfig
- Billing
Api stringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- Iam
Url string - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
- Billing
Api stringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- Iam
Url string - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
- billing
Api StringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- iam
Url String - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
- billing
Api stringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- iam
Url string - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
- billing_
api_ strkey_ secret_ id - (String) Specifies Id of the secret that contains the API key.
- iam_
url str - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
- billing
Api StringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- iam
Url String - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
GetBackupRecoverySearchObjectsObjectPermissionTenantExternalVendorMetadataIbmTenantMetadataParamMetricsConfigMeteringConfig
- Part
Ids List<string> - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- Submission
Interval doubleIn Secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- Url string
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
- Part
Ids []string - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- Submission
Interval float64In Secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- Url string
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
- part
Ids List<String> - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- submission
Interval DoubleIn Secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- url String
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
- part
Ids string[] - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- submission
Interval numberIn Secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- url string
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
- part_
ids Sequence[str] - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- submission_
interval_ floatin_ secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- url str
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
- part
Ids List<String> - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- submission
Interval NumberIn Secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- url String
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
GetBackupRecoverySearchObjectsObjectPermissionTenantNetwork
- Cluster
Hostname string - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- Cluster
Ips List<string> - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- Connector
Enabled bool - (Boolean) Whether connector (hybrid extender) is enabled.
- Cluster
Hostname string - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- Cluster
Ips []string - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- Connector
Enabled bool - (Boolean) Whether connector (hybrid extender) is enabled.
- cluster
Hostname String - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- cluster
Ips List<String> - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- connector
Enabled Boolean - (Boolean) Whether connector (hybrid extender) is enabled.
- cluster
Hostname string - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- cluster
Ips string[] - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- connector
Enabled boolean - (Boolean) Whether connector (hybrid extender) is enabled.
- cluster_
hostname str - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- cluster_
ips Sequence[str] - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- connector_
enabled bool - (Boolean) Whether connector (hybrid extender) is enabled.
- cluster
Hostname String - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- cluster
Ips List<String> - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- connector
Enabled Boolean - (Boolean) Whether connector (hybrid extender) is enabled.
GetBackupRecoverySearchObjectsObjectPermissionUser
GetBackupRecoverySearchObjectsObjectPhysicalParam
- Enable
System boolBackup - (Boolean) Specifies if system backup was enabled for the source in a particular run.
- Enable
System boolBackup - (Boolean) Specifies if system backup was enabled for the source in a particular run.
- enable
System BooleanBackup - (Boolean) Specifies if system backup was enabled for the source in a particular run.
- enable
System booleanBackup - (Boolean) Specifies if system backup was enabled for the source in a particular run.
- enable_
system_ boolbackup - (Boolean) Specifies if system backup was enabled for the source in a particular run.
- enable
System BooleanBackup - (Boolean) Specifies if system backup was enabled for the source in a particular run.
GetBackupRecoverySearchObjectsObjectProtectionStat
- Deleted
Protected doubleCount - (Integer) Specifies the count of protected leaf objects which were deleted from the source after being protected.
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- Protected
Count double - (Integer) Specifies the count of the protected leaf objects.
- Protected
Size doubleBytes - (Integer) Specifies the protected logical size in bytes.
- Unprotected
Count double - (Integer) Specifies the count of the unprotected leaf objects.
- Unprotected
Size doubleBytes - (Integer) Specifies the unprotected logical size in bytes.
- Deleted
Protected float64Count - (Integer) Specifies the count of protected leaf objects which were deleted from the source after being protected.
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- Protected
Count float64 - (Integer) Specifies the count of the protected leaf objects.
- Protected
Size float64Bytes - (Integer) Specifies the protected logical size in bytes.
- Unprotected
Count float64 - (Integer) Specifies the count of the unprotected leaf objects.
- Unprotected
Size float64Bytes - (Integer) Specifies the unprotected logical size in bytes.
- deleted
Protected DoubleCount - (Integer) Specifies the count of protected leaf objects which were deleted from the source after being protected.
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- protected
Count Double - (Integer) Specifies the count of the protected leaf objects.
- protected
Size DoubleBytes - (Integer) Specifies the protected logical size in bytes.
- unprotected
Count Double - (Integer) Specifies the count of the unprotected leaf objects.
- unprotected
Size DoubleBytes - (Integer) Specifies the unprotected logical size in bytes.
- deleted
Protected numberCount - (Integer) Specifies the count of protected leaf objects which were deleted from the source after being protected.
- environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- protected
Count number - (Integer) Specifies the count of the protected leaf objects.
- protected
Size numberBytes - (Integer) Specifies the protected logical size in bytes.
- unprotected
Count number - (Integer) Specifies the count of the unprotected leaf objects.
- unprotected
Size numberBytes - (Integer) Specifies the unprotected logical size in bytes.
- deleted_
protected_ floatcount - (Integer) Specifies the count of protected leaf objects which were deleted from the source after being protected.
- environment str
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- protected_
count float - (Integer) Specifies the count of the protected leaf objects.
- protected_
size_ floatbytes - (Integer) Specifies the protected logical size in bytes.
- unprotected_
count float - (Integer) Specifies the count of the unprotected leaf objects.
- unprotected_
size_ floatbytes - (Integer) Specifies the unprotected logical size in bytes.
- deleted
Protected NumberCount - (Integer) Specifies the count of protected leaf objects which were deleted from the source after being protected.
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- protected
Count Number - (Integer) Specifies the count of the protected leaf objects.
- protected
Size NumberBytes - (Integer) Specifies the protected logical size in bytes.
- unprotected
Count Number - (Integer) Specifies the count of the unprotected leaf objects.
- unprotected
Size NumberBytes - (Integer) Specifies the unprotected logical size in bytes.
GetBackupRecoverySearchObjectsObjectSecondaryId
GetBackupRecoverySearchObjectsObjectSharepointSiteSummary
- Site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- Site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- site
Web StringUrl - (String) Specifies the web url for the Sharepoint site.
- site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- site_
web_ strurl - (String) Specifies the web url for the Sharepoint site.
- site
Web StringUrl - (String) Specifies the web url for the Sharepoint site.
GetBackupRecoverySearchObjectsObjectSnapshotTag
GetBackupRecoverySearchObjectsObjectSourceInfo
- Child
Objects List<GetBackup Recovery Search Objects Object Source Info Child Object> - (List) Specifies child object details. Nested schema for child_objects:
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- Global
Id string - (String) Specifies the global id which is a unique identifier of the object.
- Id double
- (String) The tenant id.
- Logical
Size doubleBytes - (Integer) Specifies the logical size of object in bytes.
- Mssql
Params List<GetBackup Recovery Search Objects Object Source Info Mssql Param> - (List) Specifies the parameters for Msssql object. Nested schema for mssql_params:
- Name string
- (String) Specifies name of tag applied to the object.
- Object
Hash string - (String) Specifies the hash identifier of the object.
- Object
Type string - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- Os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- Permissions
List<Get
Backup Recovery Search Objects Object Source Info Permission> - (List) Specifies the list of users, groups and users that have permissions for a given object. Nested schema for permissions:
- Physical
Params List<GetBackup Recovery Search Objects Object Source Info Physical Param> - (List) Specifies the parameters for Physical object. Nested schema for physical_params:
- Protection
Stats List<GetBackup Recovery Search Objects Object Source Info Protection Stat> - (List) Specifies the count and size of protected and unprotected objects for the size. Nested schema for protection_stats:
- Protection
Type string - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- List<Get
Backup Recovery Search Objects Object Source Info Sharepoint Site Summary> - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- Source
Id double - (Integer) Specifies registered source id to which object belongs.
- Source
Name string - (String) Specifies registered source name to which object belongs.
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- VCenter
Summaries List<GetBackup Recovery Search Objects Object Source Info VCenter Summary> - (List) Nested schema for v_center_summary:
- Windows
Cluster List<GetSummaries Backup Recovery Search Objects Object Source Info Windows Cluster Summary> - (List) Nested schema for windows_cluster_summary:
- Child
Objects []GetBackup Recovery Search Objects Object Source Info Child Object - (List) Specifies child object details. Nested schema for child_objects:
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- Global
Id string - (String) Specifies the global id which is a unique identifier of the object.
- Id float64
- (String) The tenant id.
- Logical
Size float64Bytes - (Integer) Specifies the logical size of object in bytes.
- Mssql
Params []GetBackup Recovery Search Objects Object Source Info Mssql Param - (List) Specifies the parameters for Msssql object. Nested schema for mssql_params:
- Name string
- (String) Specifies name of tag applied to the object.
- Object
Hash string - (String) Specifies the hash identifier of the object.
- Object
Type string - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- Os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- Permissions
[]Get
Backup Recovery Search Objects Object Source Info Permission - (List) Specifies the list of users, groups and users that have permissions for a given object. Nested schema for permissions:
- Physical
Params []GetBackup Recovery Search Objects Object Source Info Physical Param - (List) Specifies the parameters for Physical object. Nested schema for physical_params:
- Protection
Stats []GetBackup Recovery Search Objects Object Source Info Protection Stat - (List) Specifies the count and size of protected and unprotected objects for the size. Nested schema for protection_stats:
- Protection
Type string - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- []Get
Backup Recovery Search Objects Object Source Info Sharepoint Site Summary - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- Source
Id float64 - (Integer) Specifies registered source id to which object belongs.
- Source
Name string - (String) Specifies registered source name to which object belongs.
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- VCenter
Summaries []GetBackup Recovery Search Objects Object Source Info VCenter Summary - (List) Nested schema for v_center_summary:
- Windows
Cluster []GetSummaries Backup Recovery Search Objects Object Source Info Windows Cluster Summary - (List) Nested schema for windows_cluster_summary:
- child
Objects List<GetBackup Recovery Search Objects Object Source Info Child Object> - (List) Specifies child object details. Nested schema for child_objects:
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- global
Id String - (String) Specifies the global id which is a unique identifier of the object.
- id Double
- (String) The tenant id.
- logical
Size DoubleBytes - (Integer) Specifies the logical size of object in bytes.
- mssql
Params List<GetBackup Recovery Search Objects Object Source Info Mssql Param> - (List) Specifies the parameters for Msssql object. Nested schema for mssql_params:
- name String
- (String) Specifies name of tag applied to the object.
- object
Hash String - (String) Specifies the hash identifier of the object.
- object
Type String - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- os
Type String - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- permissions
List<Get
Backup Recovery Search Objects Object Source Info Permission> - (List) Specifies the list of users, groups and users that have permissions for a given object. Nested schema for permissions:
- physical
Params List<GetBackup Recovery Search Objects Object Source Info Physical Param> - (List) Specifies the parameters for Physical object. Nested schema for physical_params:
- protection
Stats List<GetBackup Recovery Search Objects Object Source Info Protection Stat> - (List) Specifies the count and size of protected and unprotected objects for the size. Nested schema for protection_stats:
- protection
Type String - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- List<Get
Backup Recovery Search Objects Object Source Info Sharepoint Site Summary> - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id Double - (Integer) Specifies registered source id to which object belongs.
- source
Name String - (String) Specifies registered source name to which object belongs.
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center List<GetSummaries Backup Recovery Search Objects Object Source Info VCenter Summary> - (List) Nested schema for v_center_summary:
- windows
Cluster List<GetSummaries Backup Recovery Search Objects Object Source Info Windows Cluster Summary> - (List) Nested schema for windows_cluster_summary:
- child
Objects GetBackup Recovery Search Objects Object Source Info Child Object[] - (List) Specifies child object details. Nested schema for child_objects:
- environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- global
Id string - (String) Specifies the global id which is a unique identifier of the object.
- id number
- (String) The tenant id.
- logical
Size numberBytes - (Integer) Specifies the logical size of object in bytes.
- mssql
Params GetBackup Recovery Search Objects Object Source Info Mssql Param[] - (List) Specifies the parameters for Msssql object. Nested schema for mssql_params:
- name string
- (String) Specifies name of tag applied to the object.
- object
Hash string - (String) Specifies the hash identifier of the object.
- object
Type string - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- permissions
Get
Backup Recovery Search Objects Object Source Info Permission[] - (List) Specifies the list of users, groups and users that have permissions for a given object. Nested schema for permissions:
- physical
Params GetBackup Recovery Search Objects Object Source Info Physical Param[] - (List) Specifies the parameters for Physical object. Nested schema for physical_params:
- protection
Stats GetBackup Recovery Search Objects Object Source Info Protection Stat[] - (List) Specifies the count and size of protected and unprotected objects for the size. Nested schema for protection_stats:
- protection
Type string - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- Get
Backup Recovery Search Objects Object Source Info Sharepoint Site Summary[] - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id number - (Integer) Specifies registered source id to which object belongs.
- source
Name string - (String) Specifies registered source name to which object belongs.
- uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center GetSummaries Backup Recovery Search Objects Object Source Info VCenter Summary[] - (List) Nested schema for v_center_summary:
- windows
Cluster GetSummaries Backup Recovery Search Objects Object Source Info Windows Cluster Summary[] - (List) Nested schema for windows_cluster_summary:
- child_
objects Sequence[GetBackup Recovery Search Objects Object Source Info Child Object] - (List) Specifies child object details. Nested schema for child_objects:
- environment str
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- global_
id str - (String) Specifies the global id which is a unique identifier of the object.
- id float
- (String) The tenant id.
- logical_
size_ floatbytes - (Integer) Specifies the logical size of object in bytes.
- mssql_
params Sequence[GetBackup Recovery Search Objects Object Source Info Mssql Param] - (List) Specifies the parameters for Msssql object. Nested schema for mssql_params:
- name str
- (String) Specifies name of tag applied to the object.
- object_
hash str - (String) Specifies the hash identifier of the object.
- object_
type str - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- os_
type str - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- permissions
Sequence[Get
Backup Recovery Search Objects Object Source Info Permission] - (List) Specifies the list of users, groups and users that have permissions for a given object. Nested schema for permissions:
- physical_
params Sequence[GetBackup Recovery Search Objects Object Source Info Physical Param] - (List) Specifies the parameters for Physical object. Nested schema for physical_params:
- protection_
stats Sequence[GetBackup Recovery Search Objects Object Source Info Protection Stat] - (List) Specifies the count and size of protected and unprotected objects for the size. Nested schema for protection_stats:
- protection_
type str - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- Sequence[Get
Backup Recovery Search Objects Object Source Info Sharepoint Site Summary] - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source_
id float - (Integer) Specifies registered source id to which object belongs.
- source_
name str - (String) Specifies registered source name to which object belongs.
- uuid str
- (String) Specifies the uuid which is a unique identifier of the object.
- v_
center_ Sequence[Getsummaries Backup Recovery Search Objects Object Source Info VCenter Summary] - (List) Nested schema for v_center_summary:
- windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Objects Object Source Info Windows Cluster Summary] - (List) Nested schema for windows_cluster_summary:
- child
Objects List<Property Map> - (List) Specifies child object details. Nested schema for child_objects:
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- global
Id String - (String) Specifies the global id which is a unique identifier of the object.
- id Number
- (String) The tenant id.
- logical
Size NumberBytes - (Integer) Specifies the logical size of object in bytes.
- mssql
Params List<Property Map> - (List) Specifies the parameters for Msssql object. Nested schema for mssql_params:
- name String
- (String) Specifies name of tag applied to the object.
- object
Hash String - (String) Specifies the hash identifier of the object.
- object
Type String - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- os
Type String - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- permissions List<Property Map>
- (List) Specifies the list of users, groups and users that have permissions for a given object. Nested schema for permissions:
- physical
Params List<Property Map> - (List) Specifies the parameters for Physical object. Nested schema for physical_params:
- protection
Stats List<Property Map> - (List) Specifies the count and size of protected and unprotected objects for the size. Nested schema for protection_stats:
- protection
Type String - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- List<Property Map>
- (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id Number - (Integer) Specifies registered source id to which object belongs.
- source
Name String - (String) Specifies registered source name to which object belongs.
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center List<Property Map>Summaries - (List) Nested schema for v_center_summary:
- windows
Cluster List<Property Map>Summaries - (List) Nested schema for windows_cluster_summary:
GetBackupRecoverySearchObjectsObjectSourceInfoChildObject
- Child
Objects List<GetBackup Recovery Search Objects Object Source Info Child Object Child Object> - (List) Specifies child object details. Nested schema for child_objects:
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- Global
Id string - (String) Specifies the global id which is a unique identifier of the object.
- Id double
- (String) The tenant id.
- Logical
Size doubleBytes - (Integer) Specifies the logical size of object in bytes.
- Name string
- (String) Specifies name of tag applied to the object.
- Object
Hash string - (String) Specifies the hash identifier of the object.
- Object
Type string - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- Os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- Protection
Type string - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- List<Get
Backup Recovery Search Objects Object Source Info Child Object Sharepoint Site Summary> - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- Source
Id double - (Integer) Specifies registered source id to which object belongs.
- Source
Name string - (String) Specifies registered source name to which object belongs.
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- VCenter
Summaries List<GetBackup Recovery Search Objects Object Source Info Child Object VCenter Summary> - (List) Nested schema for v_center_summary:
- Windows
Cluster List<GetSummaries Backup Recovery Search Objects Object Source Info Child Object Windows Cluster Summary> - (List) Nested schema for windows_cluster_summary:
- Child
Objects []GetBackup Recovery Search Objects Object Source Info Child Object Child Object - (List) Specifies child object details. Nested schema for child_objects:
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- Global
Id string - (String) Specifies the global id which is a unique identifier of the object.
- Id float64
- (String) The tenant id.
- Logical
Size float64Bytes - (Integer) Specifies the logical size of object in bytes.
- Name string
- (String) Specifies name of tag applied to the object.
- Object
Hash string - (String) Specifies the hash identifier of the object.
- Object
Type string - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- Os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- Protection
Type string - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- []Get
Backup Recovery Search Objects Object Source Info Child Object Sharepoint Site Summary - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- Source
Id float64 - (Integer) Specifies registered source id to which object belongs.
- Source
Name string - (String) Specifies registered source name to which object belongs.
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- VCenter
Summaries []GetBackup Recovery Search Objects Object Source Info Child Object VCenter Summary - (List) Nested schema for v_center_summary:
- Windows
Cluster []GetSummaries Backup Recovery Search Objects Object Source Info Child Object Windows Cluster Summary - (List) Nested schema for windows_cluster_summary:
- child
Objects List<GetBackup Recovery Search Objects Object Source Info Child Object Child Object> - (List) Specifies child object details. Nested schema for child_objects:
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- global
Id String - (String) Specifies the global id which is a unique identifier of the object.
- id Double
- (String) The tenant id.
- logical
Size DoubleBytes - (Integer) Specifies the logical size of object in bytes.
- name String
- (String) Specifies name of tag applied to the object.
- object
Hash String - (String) Specifies the hash identifier of the object.
- object
Type String - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- os
Type String - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection
Type String - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- List<Get
Backup Recovery Search Objects Object Source Info Child Object Sharepoint Site Summary> - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id Double - (Integer) Specifies registered source id to which object belongs.
- source
Name String - (String) Specifies registered source name to which object belongs.
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center List<GetSummaries Backup Recovery Search Objects Object Source Info Child Object VCenter Summary> - (List) Nested schema for v_center_summary:
- windows
Cluster List<GetSummaries Backup Recovery Search Objects Object Source Info Child Object Windows Cluster Summary> - (List) Nested schema for windows_cluster_summary:
- child
Objects GetBackup Recovery Search Objects Object Source Info Child Object Child Object[] - (List) Specifies child object details. Nested schema for child_objects:
- environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- global
Id string - (String) Specifies the global id which is a unique identifier of the object.
- id number
- (String) The tenant id.
- logical
Size numberBytes - (Integer) Specifies the logical size of object in bytes.
- name string
- (String) Specifies name of tag applied to the object.
- object
Hash string - (String) Specifies the hash identifier of the object.
- object
Type string - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- os
Type string - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection
Type string - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- Get
Backup Recovery Search Objects Object Source Info Child Object Sharepoint Site Summary[] - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id number - (Integer) Specifies registered source id to which object belongs.
- source
Name string - (String) Specifies registered source name to which object belongs.
- uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center GetSummaries Backup Recovery Search Objects Object Source Info Child Object VCenter Summary[] - (List) Nested schema for v_center_summary:
- windows
Cluster GetSummaries Backup Recovery Search Objects Object Source Info Child Object Windows Cluster Summary[] - (List) Nested schema for windows_cluster_summary:
- child_
objects Sequence[GetBackup Recovery Search Objects Object Source Info Child Object Child Object] - (List) Specifies child object details. Nested schema for child_objects:
- environment str
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- global_
id str - (String) Specifies the global id which is a unique identifier of the object.
- id float
- (String) The tenant id.
- logical_
size_ floatbytes - (Integer) Specifies the logical size of object in bytes.
- name str
- (String) Specifies name of tag applied to the object.
- object_
hash str - (String) Specifies the hash identifier of the object.
- object_
type str - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- os_
type str - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection_
type str - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- Sequence[Get
Backup Recovery Search Objects Object Source Info Child Object Sharepoint Site Summary] - (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source_
id float - (Integer) Specifies registered source id to which object belongs.
- source_
name str - (String) Specifies registered source name to which object belongs.
- uuid str
- (String) Specifies the uuid which is a unique identifier of the object.
- v_
center_ Sequence[Getsummaries Backup Recovery Search Objects Object Source Info Child Object VCenter Summary] - (List) Nested schema for v_center_summary:
- windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Objects Object Source Info Child Object Windows Cluster Summary] - (List) Nested schema for windows_cluster_summary:
- child
Objects List<Property Map> - (List) Specifies child object details. Nested schema for child_objects:
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- global
Id String - (String) Specifies the global id which is a unique identifier of the object.
- id Number
- (String) The tenant id.
- logical
Size NumberBytes - (Integer) Specifies the logical size of object in bytes.
- name String
- (String) Specifies name of tag applied to the object.
- object
Hash String - (String) Specifies the hash identifier of the object.
- object
Type String - (String) Specifies the type of the object.
- Constraints: Allowable values are:
kCluster
,kVserver
,kVolume
,kVCenter
,kStandaloneHost
,kvCloudDirector
,kFolder
,kDatacenter
,kComputeResource
,kClusterComputeResource
,kResourcePool
,kDatastore
,kHostSystem
,kVirtualMachine
,kVirtualApp
,kStoragePod
,kNetwork
,kDistributedVirtualPortgroup
,kTagCategory
,kTag
,kOpaqueNetwork
,kOrganization
,kVirtualDatacenter
,kCatalog
,kOrgMetadata
,kStoragePolicy
,kVirtualAppTemplate
,kDomain
,kOutlook
,kMailbox
,kUsers
,kGroups
,kSites
,kUser
,kGroup
,kSite
,kApplication
,kGraphUser
,kPublicFolders
,kPublicFolder
,kTeams
,kTeam
,kRootPublicFolder
,kO365Exchange
,kO365OneDrive
,kO365Sharepoint
,kKeyspace
,kTable
,kDatabase
,kCollection
,kBucket
,kNamespace
,kSCVMMServer
,kStandaloneCluster
,kHostGroup
,kHypervHost
,kHostCluster
,kCustomProperty
,kTenant
,kSubscription
,kResourceGroup
,kStorageAccount
,kStorageKey
,kStorageContainer
,kStorageBlob
,kNetworkSecurityGroup
,kVirtualNetwork
,kSubnet
,kComputeOptions
,kSnapshotManagerPermit
,kAvailabilitySet
,kOVirtManager
,kHost
,kStorageDomain
,kVNicProfile
,kIAMUser
,kRegion
,kAvailabilityZone
,kEC2Instance
,kVPC
,kInstanceType
,kKeyPair
,kRDSOptionGroup
,kRDSParameterGroup
,kRDSInstance
,kRDSSubnet
,kRDSTag
,kAuroraTag
,kAuroraCluster
,kAccount
,kSubTaskPermit
,kS3Bucket
,kS3Tag
,kKmsKey
,kProject
,kLabel
,kMetadata
,kVPCConnector
,kPrismCentral
,kOtherHypervisorCluster
,kZone
,kMountPoint
,kStorageArray
,kFileSystem
,kContainer
,kFilesystem
,kFileset
,kPureProtectionGroup
,kVolumeGroup
,kStoragePool
,kViewBox
,kView
,kWindowsCluster
,kOracleRACCluster
,kOracleAPCluster
,kService
,kPVC
,kPersistentVolumeClaim
,kPersistentVolume
,kRootContainer
,kDAGRootContainer
,kExchangeNode
,kExchangeDAGDatabaseCopy
,kExchangeStandaloneDatabase
,kExchangeDAG
,kExchangeDAGDatabase
,kDomainController
,kInstance
,kAAG
,kAAGRootContainer
,kAAGDatabase
,kRACRootContainer
,kTableSpace
,kPDB
,kObject
,kOrg
,kAppInstance
.
- Constraints: Allowable values are:
- os
Type String - (String) Specifies the operating system type of the object.
- Constraints: Allowable values are:
kLinux
,kWindows
.
- Constraints: Allowable values are:
- protection
Type String - (String) Specifies the protection type of the object if any.
- Constraints: Allowable values are:
kAgent
,kNative
,kSnapshotManager
,kRDSSnapshotManager
,kAuroraSnapshotManager
,kAwsS3
,kAwsRDSPostgresBackup
,kAwsAuroraPostgres
,kAwsRDSPostgres
,kAzureSQL
,kFile
,kVolume
.
- Constraints: Allowable values are:
- List<Property Map>
- (List) Specifies the common parameters for Sharepoint site objects. Nested schema for sharepoint_site_summary:
- source
Id Number - (Integer) Specifies registered source id to which object belongs.
- source
Name String - (String) Specifies registered source name to which object belongs.
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
- v
Center List<Property Map>Summaries - (List) Nested schema for v_center_summary:
- windows
Cluster List<Property Map>Summaries - (List) Nested schema for windows_cluster_summary:
GetBackupRecoverySearchObjectsObjectSourceInfoChildObjectSharepointSiteSummary
- Site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- Site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- site
Web StringUrl - (String) Specifies the web url for the Sharepoint site.
- site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- site_
web_ strurl - (String) Specifies the web url for the Sharepoint site.
- site
Web StringUrl - (String) Specifies the web url for the Sharepoint site.
GetBackupRecoverySearchObjectsObjectSourceInfoChildObjectVCenterSummary
- Is
Cloud boolEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- Is
Cloud boolEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud BooleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud booleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is_
cloud_ boolenv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud BooleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
GetBackupRecoverySearchObjectsObjectSourceInfoChildObjectWindowsClusterSummary
- Cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- Cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- cluster
Source StringType - (String) Specifies the type of cluster resource this source represents.
- cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- cluster_
source_ strtype - (String) Specifies the type of cluster resource this source represents.
- cluster
Source StringType - (String) Specifies the type of cluster resource this source represents.
GetBackupRecoverySearchObjectsObjectSourceInfoMssqlParam
- Aag
Infos List<GetBackup Recovery Search Objects Object Source Info Mssql Param Aag Info> - (List) Object details for Mssql. Nested schema for aag_info:
- Host
Infos List<GetBackup Recovery Search Objects Object Source Info Mssql Param Host Info> - (List) Specifies the host information for a objects. This is mainly populated in case of App objects where app object is hosted by another object such as VM or physical server. Nested schema for host_info:
- Is
Encrypted bool - (Boolean) Specifies whether the database is TDE enabled.
- Aag
Infos []GetBackup Recovery Search Objects Object Source Info Mssql Param Aag Info - (List) Object details for Mssql. Nested schema for aag_info:
- Host
Infos []GetBackup Recovery Search Objects Object Source Info Mssql Param Host Info - (List) Specifies the host information for a objects. This is mainly populated in case of App objects where app object is hosted by another object such as VM or physical server. Nested schema for host_info:
- Is
Encrypted bool - (Boolean) Specifies whether the database is TDE enabled.
- aag
Infos List<GetBackup Recovery Search Objects Object Source Info Mssql Param Aag Info> - (List) Object details for Mssql. Nested schema for aag_info:
- host
Infos List<GetBackup Recovery Search Objects Object Source Info Mssql Param Host Info> - (List) Specifies the host information for a objects. This is mainly populated in case of App objects where app object is hosted by another object such as VM or physical server. Nested schema for host_info:
- is
Encrypted Boolean - (Boolean) Specifies whether the database is TDE enabled.
- aag
Infos GetBackup Recovery Search Objects Object Source Info Mssql Param Aag Info[] - (List) Object details for Mssql. Nested schema for aag_info:
- host
Infos GetBackup Recovery Search Objects Object Source Info Mssql Param Host Info[] - (List) Specifies the host information for a objects. This is mainly populated in case of App objects where app object is hosted by another object such as VM or physical server. Nested schema for host_info:
- is
Encrypted boolean - (Boolean) Specifies whether the database is TDE enabled.
- aag_
infos Sequence[GetBackup Recovery Search Objects Object Source Info Mssql Param Aag Info] - (List) Object details for Mssql. Nested schema for aag_info:
- host_
infos Sequence[GetBackup Recovery Search Objects Object Source Info Mssql Param Host Info] - (List) Specifies the host information for a objects. This is mainly populated in case of App objects where app object is hosted by another object such as VM or physical server. Nested schema for host_info:
- is_
encrypted bool - (Boolean) Specifies whether the database is TDE enabled.
- aag
Infos List<Property Map> - (List) Object details for Mssql. Nested schema for aag_info:
- host
Infos List<Property Map> - (List) Specifies the host information for a objects. This is mainly populated in case of App objects where app object is hosted by another object such as VM or physical server. Nested schema for host_info:
- is
Encrypted Boolean - (Boolean) Specifies whether the database is TDE enabled.
GetBackupRecoverySearchObjectsObjectSourceInfoMssqlParamAagInfo
GetBackupRecoverySearchObjectsObjectSourceInfoMssqlParamHostInfo
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- Id string
- (String) The tenant id.
- Name string
- (String) Specifies name of tag applied to the object.
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- Id string
- (String) The tenant id.
- Name string
- (String) Specifies name of tag applied to the object.
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- id String
- (String) The tenant id.
- name String
- (String) Specifies name of tag applied to the object.
- environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- id string
- (String) The tenant id.
- name string
- (String) Specifies name of tag applied to the object.
- environment str
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- id str
- (String) The tenant id.
- name str
- (String) Specifies name of tag applied to the object.
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- id String
- (String) The tenant id.
- name String
- (String) Specifies name of tag applied to the object.
GetBackupRecoverySearchObjectsObjectSourceInfoPermission
- Groups
List<Get
Backup Recovery Search Objects Object Source Info Permission Group> - (List) Specifies the list of user groups which has permissions to the object. Nested schema for groups:
- Object
Id double - (Integer) Specifies the id of the object.
- Tenants
List<Get
Backup Recovery Search Objects Object Source Info Permission Tenant> - (List) Specifies a tenant object. Nested schema for tenant:
- Users
List<Get
Backup Recovery Search Objects Object Source Info Permission User> - (List) Specifies the list of users which has the permissions to the object. Nested schema for users:
- Groups
[]Get
Backup Recovery Search Objects Object Source Info Permission Group - (List) Specifies the list of user groups which has permissions to the object. Nested schema for groups:
- Object
Id float64 - (Integer) Specifies the id of the object.
- Tenants
[]Get
Backup Recovery Search Objects Object Source Info Permission Tenant - (List) Specifies a tenant object. Nested schema for tenant:
- Users
[]Get
Backup Recovery Search Objects Object Source Info Permission User - (List) Specifies the list of users which has the permissions to the object. Nested schema for users:
- groups
List<Get
Backup Recovery Search Objects Object Source Info Permission Group> - (List) Specifies the list of user groups which has permissions to the object. Nested schema for groups:
- object
Id Double - (Integer) Specifies the id of the object.
- tenants
List<Get
Backup Recovery Search Objects Object Source Info Permission Tenant> - (List) Specifies a tenant object. Nested schema for tenant:
- users
List<Get
Backup Recovery Search Objects Object Source Info Permission User> - (List) Specifies the list of users which has the permissions to the object. Nested schema for users:
- groups
Get
Backup Recovery Search Objects Object Source Info Permission Group[] - (List) Specifies the list of user groups which has permissions to the object. Nested schema for groups:
- object
Id number - (Integer) Specifies the id of the object.
- tenants
Get
Backup Recovery Search Objects Object Source Info Permission Tenant[] - (List) Specifies a tenant object. Nested schema for tenant:
- users
Get
Backup Recovery Search Objects Object Source Info Permission User[] - (List) Specifies the list of users which has the permissions to the object. Nested schema for users:
- groups
Sequence[Get
Backup Recovery Search Objects Object Source Info Permission Group] - (List) Specifies the list of user groups which has permissions to the object. Nested schema for groups:
- object_
id float - (Integer) Specifies the id of the object.
- tenants
Sequence[Get
Backup Recovery Search Objects Object Source Info Permission Tenant] - (List) Specifies a tenant object. Nested schema for tenant:
- users
Sequence[Get
Backup Recovery Search Objects Object Source Info Permission User] - (List) Specifies the list of users which has the permissions to the object. Nested schema for users:
- groups List<Property Map>
- (List) Specifies the list of user groups which has permissions to the object. Nested schema for groups:
- object
Id Number - (Integer) Specifies the id of the object.
- tenants List<Property Map>
- (List) Specifies a tenant object. Nested schema for tenant:
- users List<Property Map>
- (List) Specifies the list of users which has the permissions to the object. Nested schema for users:
GetBackupRecoverySearchObjectsObjectSourceInfoPermissionGroup
GetBackupRecoverySearchObjectsObjectSourceInfoPermissionTenant
- Created
At doubleTime Msecs - (Integer) Epoch time when tenant was created.
- Deleted
At doubleTime Msecs - (Integer) Epoch time when tenant was last updated.
- Description string
- (String) Description about the tenant.
- External
Vendor List<GetMetadatas Backup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata> - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- Id string
- (String) The tenant id.
- Is
Managed boolOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- Last
Updated doubleAt Time Msecs - (Integer) Epoch time when tenant was last updated.
- Name string
- (String) Specifies name of tag applied to the object.
- Networks
List<Get
Backup Recovery Search Objects Object Source Info Permission Tenant Network> - (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- Created
At float64Time Msecs - (Integer) Epoch time when tenant was created.
- Deleted
At float64Time Msecs - (Integer) Epoch time when tenant was last updated.
- Description string
- (String) Description about the tenant.
- External
Vendor []GetMetadatas Backup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- Id string
- (String) The tenant id.
- Is
Managed boolOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- Last
Updated float64At Time Msecs - (Integer) Epoch time when tenant was last updated.
- Name string
- (String) Specifies name of tag applied to the object.
- Networks
[]Get
Backup Recovery Search Objects Object Source Info Permission Tenant Network - (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- Status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- created
At DoubleTime Msecs - (Integer) Epoch time when tenant was created.
- deleted
At DoubleTime Msecs - (Integer) Epoch time when tenant was last updated.
- description String
- (String) Description about the tenant.
- external
Vendor List<GetMetadatas Backup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata> - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- id String
- (String) The tenant id.
- is
Managed BooleanOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- last
Updated DoubleAt Time Msecs - (Integer) Epoch time when tenant was last updated.
- name String
- (String) Specifies name of tag applied to the object.
- networks
List<Get
Backup Recovery Search Objects Object Source Info Permission Tenant Network> - (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- created
At numberTime Msecs - (Integer) Epoch time when tenant was created.
- deleted
At numberTime Msecs - (Integer) Epoch time when tenant was last updated.
- description string
- (String) Description about the tenant.
- external
Vendor GetMetadatas Backup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata[] - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- id string
- (String) The tenant id.
- is
Managed booleanOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- last
Updated numberAt Time Msecs - (Integer) Epoch time when tenant was last updated.
- name string
- (String) Specifies name of tag applied to the object.
- networks
Get
Backup Recovery Search Objects Object Source Info Permission Tenant Network[] - (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- status string
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- created_
at_ floattime_ msecs - (Integer) Epoch time when tenant was created.
- deleted_
at_ floattime_ msecs - (Integer) Epoch time when tenant was last updated.
- description str
- (String) Description about the tenant.
- external_
vendor_ Sequence[Getmetadatas Backup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata] - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- id str
- (String) The tenant id.
- is_
managed_ boolon_ helios - (Boolean) Flag to indicate if tenant is managed on helios.
- last_
updated_ floatat_ time_ msecs - (Integer) Epoch time when tenant was last updated.
- name str
- (String) Specifies name of tag applied to the object.
- networks
Sequence[Get
Backup Recovery Search Objects Object Source Info Permission Tenant Network] - (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- status str
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
- created
At NumberTime Msecs - (Integer) Epoch time when tenant was created.
- deleted
At NumberTime Msecs - (Integer) Epoch time when tenant was last updated.
- description String
- (String) Description about the tenant.
- external
Vendor List<Property Map>Metadatas - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendors who are responsible for managing tenants. This field will only applicable if tenant creation is happening for a specially provisioned clusters for external vendors. Nested schema for external_vendor_metadata:
- id String
- (String) The tenant id.
- is
Managed BooleanOn Helios - (Boolean) Flag to indicate if tenant is managed on helios.
- last
Updated NumberAt Time Msecs - (Integer) Epoch time when tenant was last updated.
- name String
- (String) Specifies name of tag applied to the object.
- networks List<Property Map>
- (List) Networking information about a Tenant on a Cluster. Nested schema for network:
- status String
- (String) Current Status of the Tenant.
- Constraints: Allowable values are:
Active
,Inactive
,MarkedForDeletion
,Deleted
.
- Constraints: Allowable values are:
GetBackupRecoverySearchObjectsObjectSourceInfoPermissionTenantExternalVendorMetadata
- Ibm
Tenant List<GetMetadata Params Backup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param> - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- Type string
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- Ibm
Tenant []GetMetadata Params Backup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- Type string
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- ibm
Tenant List<GetMetadata Params Backup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param> - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- type String
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- ibm
Tenant GetMetadata Params Backup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param[] - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- type string
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- ibm_
tenant_ Sequence[Getmetadata_ params Backup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param] - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- type str
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- ibm
Tenant List<Property Map>Metadata Params - (List) Specifies the additional metadata for the tenant that is specifically set by the external vendor of type 'IBM'. Nested schema for ibm_tenant_metadata_params:
- type String
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
GetBackupRecoverySearchObjectsObjectSourceInfoPermissionTenantExternalVendorMetadataIbmTenantMetadataParam
- Account
Id string - (String) Specifies the unique identifier of the IBM's account ID.
- Crn string
- (String) Specifies the unique CRN associated with the tenant.
- Custom
Properties List<GetBackup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Custom Property> - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- Liveness
Mode string - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- Metrics
Configs List<GetBackup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config> - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- Ownership
Mode string - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- Plan
Id string - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- Resource
Group stringId - (String) Specifies the Resource Group ID associated with the tenant.
- Resource
Instance stringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- Account
Id string - (String) Specifies the unique identifier of the IBM's account ID.
- Crn string
- (String) Specifies the unique CRN associated with the tenant.
- Custom
Properties []GetBackup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Custom Property - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- Liveness
Mode string - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- Metrics
Configs []GetBackup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- Ownership
Mode string - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- Plan
Id string - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- Resource
Group stringId - (String) Specifies the Resource Group ID associated with the tenant.
- Resource
Instance stringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- account
Id String - (String) Specifies the unique identifier of the IBM's account ID.
- crn String
- (String) Specifies the unique CRN associated with the tenant.
- custom
Properties List<GetBackup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Custom Property> - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- liveness
Mode String - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- metrics
Configs List<GetBackup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config> - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- ownership
Mode String - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- plan
Id String - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- resource
Group StringId - (String) Specifies the Resource Group ID associated with the tenant.
- resource
Instance StringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- account
Id string - (String) Specifies the unique identifier of the IBM's account ID.
- crn string
- (String) Specifies the unique CRN associated with the tenant.
- custom
Properties GetBackup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Custom Property[] - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- liveness
Mode string - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- metrics
Configs GetBackup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config[] - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- ownership
Mode string - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- plan
Id string - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- resource
Group stringId - (String) Specifies the Resource Group ID associated with the tenant.
- resource
Instance stringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- account_
id str - (String) Specifies the unique identifier of the IBM's account ID.
- crn str
- (String) Specifies the unique CRN associated with the tenant.
- custom_
properties Sequence[GetBackup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Custom Property] - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- liveness_
mode str - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- metrics_
configs Sequence[GetBackup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config] - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- ownership_
mode str - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- plan_
id str - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- resource_
group_ strid - (String) Specifies the Resource Group ID associated with the tenant.
- resource_
instance_ strid - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- account
Id String - (String) Specifies the unique identifier of the IBM's account ID.
- crn String
- (String) Specifies the unique CRN associated with the tenant.
- custom
Properties List<Property Map> - (List) Specifies the list of custom properties associated with the tenant. External vendors can choose to set any properties inside following list. Note that the fields set inside the following will not be available for direct filtering. API callers should make sure that no sensitive information such as passwords is sent in these fields. Nested schema for custom_properties:
- liveness
Mode String - (String) Specifies the current liveness mode of the tenant. This mode may change based on AZ failures when vendor chooses to failover or failback the tenants to other AZs.
- Constraints: Allowable values are:
Active
,Standby
.
- Constraints: Allowable values are:
- metrics
Configs List<Property Map> - (List) Specifies the metadata for metrics configuration. The metadata defined here will be used by cluster to send the usgae metrics to IBM cloud metering service for calculating the tenant billing. Nested schema for metrics_config:
- ownership
Mode String - (String) Specifies the current ownership mode for the tenant. The ownership of the tenant represents the active role for functioning of the tenant.
- Constraints: Allowable values are:
Primary
,Secondary
.
- Constraints: Allowable values are:
- plan
Id String - (String) Specifies the Plan Id associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
- resource
Group StringId - (String) Specifies the Resource Group ID associated with the tenant.
- resource
Instance StringId - (String) Specifies the Resource Instance ID associated with the tenant. This field is introduced for tracking purposes inside IBM enviournment.
GetBackupRecoverySearchObjectsObjectSourceInfoPermissionTenantExternalVendorMetadataIbmTenantMetadataParamCustomProperty
GetBackupRecoverySearchObjectsObjectSourceInfoPermissionTenantExternalVendorMetadataIbmTenantMetadataParamMetricsConfig
- Cos
Resource List<GetConfigs Backup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config> - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- Iam
Metrics List<GetConfigs Backup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config> - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- Metering
Configs List<GetBackup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config> - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
- Cos
Resource []GetConfigs Backup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- Iam
Metrics []GetConfigs Backup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- Metering
Configs []GetBackup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
- cos
Resource List<GetConfigs Backup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config> - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- iam
Metrics List<GetConfigs Backup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config> - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- metering
Configs List<GetBackup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config> - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
- cos
Resource GetConfigs Backup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config[] - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- iam
Metrics GetConfigs Backup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config[] - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- metering
Configs GetBackup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config[] - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
- cos_
resource_ Sequence[Getconfigs Backup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Cos Resource Config] - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- iam_
metrics_ Sequence[Getconfigs Backup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Iam Metrics Config] - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- metering_
configs Sequence[GetBackup Recovery Search Objects Object Source Info Permission Tenant External Vendor Metadata Ibm Tenant Metadata Param Metrics Config Metering Config] - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
- cos
Resource List<Property Map>Configs - (List) Specifies the details of COS resource configuration required for posting metrics and trackinb billing information for IBM tenants. Nested schema for cos_resource_config:
- iam
Metrics List<Property Map>Configs - (List) Specifies the IAM configuration that will be used for accessing the billing service in IBM cloud. Nested schema for iam_metrics_config:
- metering
Configs List<Property Map> - (List) Specifies the metering configuration that will be used for IBM cluster to send the billing details to IBM billing service. Nested schema for metering_config:
GetBackupRecoverySearchObjectsObjectSourceInfoPermissionTenantExternalVendorMetadataIbmTenantMetadataParamMetricsConfigCosResourceConfig
- Resource
Url string - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- Resource
Url string - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- resource
Url String - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- resource
Url string - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- resource_
url str - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
- resource
Url String - (String) Specifies the resource COS resource configuration endpoint that will be used for fetching bucket usage for a given tenant.
GetBackupRecoverySearchObjectsObjectSourceInfoPermissionTenantExternalVendorMetadataIbmTenantMetadataParamMetricsConfigIamMetricsConfig
- Billing
Api stringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- Iam
Url string - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
- Billing
Api stringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- Iam
Url string - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
- billing
Api StringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- iam
Url String - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
- billing
Api stringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- iam
Url string - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
- billing_
api_ strkey_ secret_ id - (String) Specifies Id of the secret that contains the API key.
- iam_
url str - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
- billing
Api StringKey Secret Id - (String) Specifies Id of the secret that contains the API key.
- iam
Url String - (String) Specifies the IAM URL needed to fetch the operator token from IBM. The operator token is needed to make service API calls to IBM billing service.
GetBackupRecoverySearchObjectsObjectSourceInfoPermissionTenantExternalVendorMetadataIbmTenantMetadataParamMetricsConfigMeteringConfig
- Part
Ids List<string> - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- Submission
Interval doubleIn Secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- Url string
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
- Part
Ids []string - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- Submission
Interval float64In Secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- Url string
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
- part
Ids List<String> - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- submission
Interval DoubleIn Secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- url String
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
- part
Ids string[] - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- submission
Interval numberIn Secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- url string
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
- part_
ids Sequence[str] - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- submission_
interval_ floatin_ secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- url str
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
- part
Ids List<String> - (List) Specifies the list of part identifiers used for metrics identification.
- Constraints: Allowable list items are:
USAGETERABYTE
. The minimum length is1
item.
- Constraints: Allowable list items are:
- submission
Interval NumberIn Secs - (Integer) Specifies the frequency in seconds at which the metrics will be pushed to IBM billing service from cluster.
- url String
- (String) Specifies the base metering URL that will be used by cluster to send the billing information.
GetBackupRecoverySearchObjectsObjectSourceInfoPermissionTenantNetwork
- Cluster
Hostname string - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- Cluster
Ips List<string> - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- Connector
Enabled bool - (Boolean) Whether connector (hybrid extender) is enabled.
- Cluster
Hostname string - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- Cluster
Ips []string - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- Connector
Enabled bool - (Boolean) Whether connector (hybrid extender) is enabled.
- cluster
Hostname String - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- cluster
Ips List<String> - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- connector
Enabled Boolean - (Boolean) Whether connector (hybrid extender) is enabled.
- cluster
Hostname string - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- cluster
Ips string[] - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- connector
Enabled boolean - (Boolean) Whether connector (hybrid extender) is enabled.
- cluster_
hostname str - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- cluster_
ips Sequence[str] - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- connector_
enabled bool - (Boolean) Whether connector (hybrid extender) is enabled.
- cluster
Hostname String - (String) The hostname for Cohesity cluster as seen by tenants and as is routable from the tenant's network. Tenant's VLAN's hostname, if available can be used instead but it is mandatory to provide this value if there's no VLAN hostname to use. Also, when set, this field would take precedence over VLAN hostname.
- cluster
Ips List<String> - (List) Set of IPs as seen from the tenant's network for the Cohesity cluster. Only one from 'clusterHostname' and 'clusterIps' is needed.
- connector
Enabled Boolean - (Boolean) Whether connector (hybrid extender) is enabled.
GetBackupRecoverySearchObjectsObjectSourceInfoPermissionUser
GetBackupRecoverySearchObjectsObjectSourceInfoPhysicalParam
- Enable
System boolBackup - (Boolean) Specifies if system backup was enabled for the source in a particular run.
- Enable
System boolBackup - (Boolean) Specifies if system backup was enabled for the source in a particular run.
- enable
System BooleanBackup - (Boolean) Specifies if system backup was enabled for the source in a particular run.
- enable
System booleanBackup - (Boolean) Specifies if system backup was enabled for the source in a particular run.
- enable_
system_ boolbackup - (Boolean) Specifies if system backup was enabled for the source in a particular run.
- enable
System BooleanBackup - (Boolean) Specifies if system backup was enabled for the source in a particular run.
GetBackupRecoverySearchObjectsObjectSourceInfoProtectionStat
- Deleted
Protected doubleCount - (Integer) Specifies the count of protected leaf objects which were deleted from the source after being protected.
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- Protected
Count double - (Integer) Specifies the count of the protected leaf objects.
- Protected
Size doubleBytes - (Integer) Specifies the protected logical size in bytes.
- Unprotected
Count double - (Integer) Specifies the count of the unprotected leaf objects.
- Unprotected
Size doubleBytes - (Integer) Specifies the unprotected logical size in bytes.
- Deleted
Protected float64Count - (Integer) Specifies the count of protected leaf objects which were deleted from the source after being protected.
- Environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- Protected
Count float64 - (Integer) Specifies the count of the protected leaf objects.
- Protected
Size float64Bytes - (Integer) Specifies the protected logical size in bytes.
- Unprotected
Count float64 - (Integer) Specifies the count of the unprotected leaf objects.
- Unprotected
Size float64Bytes - (Integer) Specifies the unprotected logical size in bytes.
- deleted
Protected DoubleCount - (Integer) Specifies the count of protected leaf objects which were deleted from the source after being protected.
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- protected
Count Double - (Integer) Specifies the count of the protected leaf objects.
- protected
Size DoubleBytes - (Integer) Specifies the protected logical size in bytes.
- unprotected
Count Double - (Integer) Specifies the count of the unprotected leaf objects.
- unprotected
Size DoubleBytes - (Integer) Specifies the unprotected logical size in bytes.
- deleted
Protected numberCount - (Integer) Specifies the count of protected leaf objects which were deleted from the source after being protected.
- environment string
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- protected
Count number - (Integer) Specifies the count of the protected leaf objects.
- protected
Size numberBytes - (Integer) Specifies the protected logical size in bytes.
- unprotected
Count number - (Integer) Specifies the count of the unprotected leaf objects.
- unprotected
Size numberBytes - (Integer) Specifies the unprotected logical size in bytes.
- deleted_
protected_ floatcount - (Integer) Specifies the count of protected leaf objects which were deleted from the source after being protected.
- environment str
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- protected_
count float - (Integer) Specifies the count of the protected leaf objects.
- protected_
size_ floatbytes - (Integer) Specifies the protected logical size in bytes.
- unprotected_
count float - (Integer) Specifies the count of the unprotected leaf objects.
- unprotected_
size_ floatbytes - (Integer) Specifies the unprotected logical size in bytes.
- deleted
Protected NumberCount - (Integer) Specifies the count of protected leaf objects which were deleted from the source after being protected.
- environment String
- (String) Specifies the environment of the object.
- Constraints: Allowable values are:
kPhysical
,kSQL
,kOracle
.
- Constraints: Allowable values are:
- protected
Count Number - (Integer) Specifies the count of the protected leaf objects.
- protected
Size NumberBytes - (Integer) Specifies the protected logical size in bytes.
- unprotected
Count Number - (Integer) Specifies the count of the unprotected leaf objects.
- unprotected
Size NumberBytes - (Integer) Specifies the unprotected logical size in bytes.
GetBackupRecoverySearchObjectsObjectSourceInfoSharepointSiteSummary
- Site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- Site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- site
Web StringUrl - (String) Specifies the web url for the Sharepoint site.
- site
Web stringUrl - (String) Specifies the web url for the Sharepoint site.
- site_
web_ strurl - (String) Specifies the web url for the Sharepoint site.
- site
Web StringUrl - (String) Specifies the web url for the Sharepoint site.
GetBackupRecoverySearchObjectsObjectSourceInfoVCenterSummary
- Is
Cloud boolEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- Is
Cloud boolEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud BooleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud booleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is_
cloud_ boolenv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud BooleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
GetBackupRecoverySearchObjectsObjectSourceInfoWindowsClusterSummary
- Cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- Cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- cluster
Source StringType - (String) Specifies the type of cluster resource this source represents.
- cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- cluster_
source_ strtype - (String) Specifies the type of cluster resource this source represents.
- cluster
Source StringType - (String) Specifies the type of cluster resource this source represents.
GetBackupRecoverySearchObjectsObjectTag
- Tag
Id string - (String) Specifies Id of tag applied to the object.
- Tag
Id string - (String) Specifies Id of tag applied to the object.
- tag
Id String - (String) Specifies Id of tag applied to the object.
- tag
Id string - (String) Specifies Id of tag applied to the object.
- tag_
id str - (String) Specifies Id of tag applied to the object.
- tag
Id String - (String) Specifies Id of tag applied to the object.
GetBackupRecoverySearchObjectsObjectTaggedSnapshot
- Cluster
Id double - (Integer) Specifies the cluster Id of the tagged snapshot.
- Cluster
Incarnation doubleId - (Integer) Specifies the clusterIncarnationId of the tagged snapshot.
- Job
Id double - (Integer) Specifies the jobId of the tagged snapshot.
- Object
Uuid string - (String) Specifies the object uuid of the tagged snapshot.
- Run
Start doubleTime Usecs - (Integer) Specifies the runStartTimeUsecs of the tagged snapshot.
- List<Get
Backup Recovery Search Objects Object Tagged Snapshot Tag> - (List) Specifies tag applied to the object. Nested schema for tags:
- Cluster
Id float64 - (Integer) Specifies the cluster Id of the tagged snapshot.
- Cluster
Incarnation float64Id - (Integer) Specifies the clusterIncarnationId of the tagged snapshot.
- Job
Id float64 - (Integer) Specifies the jobId of the tagged snapshot.
- Object
Uuid string - (String) Specifies the object uuid of the tagged snapshot.
- Run
Start float64Time Usecs - (Integer) Specifies the runStartTimeUsecs of the tagged snapshot.
- []Get
Backup Recovery Search Objects Object Tagged Snapshot Tag - (List) Specifies tag applied to the object. Nested schema for tags:
- cluster
Id Double - (Integer) Specifies the cluster Id of the tagged snapshot.
- cluster
Incarnation DoubleId - (Integer) Specifies the clusterIncarnationId of the tagged snapshot.
- job
Id Double - (Integer) Specifies the jobId of the tagged snapshot.
- object
Uuid String - (String) Specifies the object uuid of the tagged snapshot.
- run
Start DoubleTime Usecs - (Integer) Specifies the runStartTimeUsecs of the tagged snapshot.
- List<Get
Backup Recovery Search Objects Object Tagged Snapshot Tag> - (List) Specifies tag applied to the object. Nested schema for tags:
- cluster
Id number - (Integer) Specifies the cluster Id of the tagged snapshot.
- cluster
Incarnation numberId - (Integer) Specifies the clusterIncarnationId of the tagged snapshot.
- job
Id number - (Integer) Specifies the jobId of the tagged snapshot.
- object
Uuid string - (String) Specifies the object uuid of the tagged snapshot.
- run
Start numberTime Usecs - (Integer) Specifies the runStartTimeUsecs of the tagged snapshot.
- Get
Backup Recovery Search Objects Object Tagged Snapshot Tag[] - (List) Specifies tag applied to the object. Nested schema for tags:
- cluster_
id float - (Integer) Specifies the cluster Id of the tagged snapshot.
- cluster_
incarnation_ floatid - (Integer) Specifies the clusterIncarnationId of the tagged snapshot.
- job_
id float - (Integer) Specifies the jobId of the tagged snapshot.
- object_
uuid str - (String) Specifies the object uuid of the tagged snapshot.
- run_
start_ floattime_ usecs - (Integer) Specifies the runStartTimeUsecs of the tagged snapshot.
- Sequence[Get
Backup Recovery Search Objects Object Tagged Snapshot Tag] - (List) Specifies tag applied to the object. Nested schema for tags:
- cluster
Id Number - (Integer) Specifies the cluster Id of the tagged snapshot.
- cluster
Incarnation NumberId - (Integer) Specifies the clusterIncarnationId of the tagged snapshot.
- job
Id Number - (Integer) Specifies the jobId of the tagged snapshot.
- object
Uuid String - (String) Specifies the object uuid of the tagged snapshot.
- run
Start NumberTime Usecs - (Integer) Specifies the runStartTimeUsecs of the tagged snapshot.
- List<Property Map>
- (List) Specifies tag applied to the object. Nested schema for tags:
GetBackupRecoverySearchObjectsObjectTaggedSnapshotTag
- Category string
- (String) Specifies category of tag applied to the object.
- Constraints: Allowable values are:
Security
.
- Constraints: Allowable values are:
- Name string
- (String) Specifies name of tag applied to the object.
- Sub
Category string - (String) Specifies subCategory of tag applied to the object.
- Constraints: Allowable values are:
Classification
,Threats
,Anomalies
,Dspm
.
- Constraints: Allowable values are:
- Third
Party stringName - (String) Specifies thirdPartyName of tag applied to the object.
- Type string
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- Ui
Color string - (String) Specifies the color of tag applied to the object.
- Updated
Time doubleUsecs - (Integer) Specifies update time of tag applied to the object.
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- Category string
- (String) Specifies category of tag applied to the object.
- Constraints: Allowable values are:
Security
.
- Constraints: Allowable values are:
- Name string
- (String) Specifies name of tag applied to the object.
- Sub
Category string - (String) Specifies subCategory of tag applied to the object.
- Constraints: Allowable values are:
Classification
,Threats
,Anomalies
,Dspm
.
- Constraints: Allowable values are:
- Third
Party stringName - (String) Specifies thirdPartyName of tag applied to the object.
- Type string
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- Ui
Color string - (String) Specifies the color of tag applied to the object.
- Updated
Time float64Usecs - (Integer) Specifies update time of tag applied to the object.
- Uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- category String
- (String) Specifies category of tag applied to the object.
- Constraints: Allowable values are:
Security
.
- Constraints: Allowable values are:
- name String
- (String) Specifies name of tag applied to the object.
- sub
Category String - (String) Specifies subCategory of tag applied to the object.
- Constraints: Allowable values are:
Classification
,Threats
,Anomalies
,Dspm
.
- Constraints: Allowable values are:
- third
Party StringName - (String) Specifies thirdPartyName of tag applied to the object.
- type String
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- ui
Color String - (String) Specifies the color of tag applied to the object.
- updated
Time DoubleUsecs - (Integer) Specifies update time of tag applied to the object.
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
- category string
- (String) Specifies category of tag applied to the object.
- Constraints: Allowable values are:
Security
.
- Constraints: Allowable values are:
- name string
- (String) Specifies name of tag applied to the object.
- sub
Category string - (String) Specifies subCategory of tag applied to the object.
- Constraints: Allowable values are:
Classification
,Threats
,Anomalies
,Dspm
.
- Constraints: Allowable values are:
- third
Party stringName - (String) Specifies thirdPartyName of tag applied to the object.
- type string
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- ui
Color string - (String) Specifies the color of tag applied to the object.
- updated
Time numberUsecs - (Integer) Specifies update time of tag applied to the object.
- uuid string
- (String) Specifies the uuid which is a unique identifier of the object.
- category str
- (String) Specifies category of tag applied to the object.
- Constraints: Allowable values are:
Security
.
- Constraints: Allowable values are:
- name str
- (String) Specifies name of tag applied to the object.
- sub_
category str - (String) Specifies subCategory of tag applied to the object.
- Constraints: Allowable values are:
Classification
,Threats
,Anomalies
,Dspm
.
- Constraints: Allowable values are:
- third_
party_ strname - (String) Specifies thirdPartyName of tag applied to the object.
- type str
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- ui_
color str - (String) Specifies the color of tag applied to the object.
- updated_
time_ floatusecs - (Integer) Specifies update time of tag applied to the object.
- uuid str
- (String) Specifies the uuid which is a unique identifier of the object.
- category String
- (String) Specifies category of tag applied to the object.
- Constraints: Allowable values are:
Security
.
- Constraints: Allowable values are:
- name String
- (String) Specifies name of tag applied to the object.
- sub
Category String - (String) Specifies subCategory of tag applied to the object.
- Constraints: Allowable values are:
Classification
,Threats
,Anomalies
,Dspm
.
- Constraints: Allowable values are:
- third
Party StringName - (String) Specifies thirdPartyName of tag applied to the object.
- type String
- (String) Specifies the type (ex custom, thirdparty, system) of tag applied to the object.
- Constraints: Allowable values are:
System
,Custom
,ThirdParty
.
- Constraints: Allowable values are:
- ui
Color String - (String) Specifies the color of tag applied to the object.
- updated
Time NumberUsecs - (Integer) Specifies update time of tag applied to the object.
- uuid String
- (String) Specifies the uuid which is a unique identifier of the object.
GetBackupRecoverySearchObjectsObjectVCenterSummary
- Is
Cloud boolEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- Is
Cloud boolEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud BooleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud booleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is_
cloud_ boolenv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
- is
Cloud BooleanEnv - (Boolean) Specifies that registered vCenter source is a VMC (VMware Cloud) environment or not.
GetBackupRecoverySearchObjectsObjectWindowsClusterSummary
- Cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- Cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- cluster
Source StringType - (String) Specifies the type of cluster resource this source represents.
- cluster
Source stringType - (String) Specifies the type of cluster resource this source represents.
- cluster_
source_ strtype - (String) Specifies the type of cluster resource this source represents.
- cluster
Source StringType - (String) Specifies the type of cluster resource this source represents.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.