published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet
The ConfigBackupOperation object represents an administrator-initiated configuration backup run. This provides a single, traceable record for when a backup was requested, how it was executed, and how its progress and completion are tracked end-to-end.
Purpose
ConfigBackupOperation exists to orchestrate and audit the lifecycle of creating a configuration backup for an account. It acts as the top-level container that coordinates organization-level and account-level export activities and ties them to a resulting backup artifact.
Key Concepts
- Lifecycle Tracking: Captures the operational state of a backup from initiation through completion, enabling status-based monitoring and user visibility.
- Account-Scoped Execution: Runs within a specific account context, ensuring backups align with tenant boundaries and permissions.
- Coordinated Export Workflow: Aggregates export activity metadata so customers can understand what was included and which export jobs were triggered.
- Retention and Rollover Awareness: Supports controlled space management via rollover behavior and retention protection, enabling predictable backup management at scale.
- Artifact Association: Links the operation to the backup instance produced (the durable item used for download and restore workflows).
Create MgmtConfigBackupOperation Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new MgmtConfigBackupOperation(name: string, args?: MgmtConfigBackupOperationArgs, opts?: CustomResourceOptions);@overload
def MgmtConfigBackupOperation(resource_name: str,
args: Optional[MgmtConfigBackupOperationArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def MgmtConfigBackupOperation(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
accounts: Optional[Sequence[MgmtConfigBackupOperationAccountArgs]] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[MgmtConfigBackupOperationAncestorArgs]] = None,
backup_account: Optional[str] = None,
backup_account_domain_group_moid: Optional[str] = None,
backup_instances: Optional[Sequence[MgmtConfigBackupOperationBackupInstanceArgs]] = None,
category_export_datas: Optional[Sequence[MgmtConfigBackupOperationCategoryExportDataArgs]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
destination: Optional[str] = None,
domain_group_moid: Optional[str] = None,
end_time: Optional[str] = None,
is_aes_key_set: Optional[bool] = None,
mgmt_config_backup_operation_id: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
options: Optional[Sequence[MgmtConfigBackupOperationOptionArgs]] = None,
org_backups: Optional[Sequence[MgmtConfigBackupOperationOrgBackupArgs]] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[MgmtConfigBackupOperationParentArgs]] = None,
permission_resources: Optional[Sequence[MgmtConfigBackupOperationPermissionResourceArgs]] = None,
retention_lock: Optional[bool] = None,
rollover_initiated: Optional[bool] = None,
shared_scope: Optional[str] = None,
start_time: Optional[str] = None,
status: Optional[str] = None,
system_admin_triggered: Optional[bool] = None,
tags: Optional[Sequence[MgmtConfigBackupOperationTagArgs]] = None,
user_backup_files: Optional[Sequence[MgmtConfigBackupOperationUserBackupFileArgs]] = None,
user_password: Optional[str] = None,
version_contexts: Optional[Sequence[MgmtConfigBackupOperationVersionContextArgs]] = None,
wait_for_completion: Optional[bool] = None,
workflow_infos: Optional[Sequence[MgmtConfigBackupOperationWorkflowInfoArgs]] = None)func NewMgmtConfigBackupOperation(ctx *Context, name string, args *MgmtConfigBackupOperationArgs, opts ...ResourceOption) (*MgmtConfigBackupOperation, error)public MgmtConfigBackupOperation(string name, MgmtConfigBackupOperationArgs? args = null, CustomResourceOptions? opts = null)
public MgmtConfigBackupOperation(String name, MgmtConfigBackupOperationArgs args)
public MgmtConfigBackupOperation(String name, MgmtConfigBackupOperationArgs args, CustomResourceOptions options)
type: intersight:MgmtConfigBackupOperation
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "intersight_mgmt_config_backup_operation" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args MgmtConfigBackupOperationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args MgmtConfigBackupOperationArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args MgmtConfigBackupOperationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MgmtConfigBackupOperationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MgmtConfigBackupOperationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var mgmtConfigBackupOperationResource = new Intersight.MgmtConfigBackupOperation("mgmtConfigBackupOperationResource", new()
{
AccountMoid = "string",
Accounts = new[]
{
new Intersight.Inputs.MgmtConfigBackupOperationAccountArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
AdditionalProperties = "string",
Ancestors = new[]
{
new Intersight.Inputs.MgmtConfigBackupOperationAncestorArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
BackupAccount = "string",
BackupAccountDomainGroupMoid = "string",
BackupInstances = new[]
{
new Intersight.Inputs.MgmtConfigBackupOperationBackupInstanceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
CategoryExportDatas = new[]
{
new Intersight.Inputs.MgmtConfigBackupOperationCategoryExportDataArgs
{
AdditionalProperties = "string",
ClassId = "string",
ExportJobs = new[]
{
new Intersight.Inputs.MgmtConfigBackupOperationCategoryExportDataExportJobArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Name = "string",
ObjectType = "string",
ProcessedTypes = new[]
{
new Intersight.Inputs.MgmtConfigBackupOperationCategoryExportDataProcessedTypeArgs
{
AdditionalProperties = "string",
ChildTypes = new[]
{
new Intersight.Inputs.MgmtConfigBackupOperationCategoryExportDataProcessedTypeChildTypeArgs
{
AdditionalProperties = "string",
ChildTypes = new[]
{
"string",
},
ClassId = "string",
Name = "string",
ObjectType = "string",
ParentRelationName = "string",
RestPath = "string",
},
},
ClassId = "string",
Filter = "string",
Name = "string",
ObjectType = "string",
RestPath = "string",
},
},
},
},
ClassId = "string",
CreateTime = "string",
Description = "string",
Destination = "string",
DomainGroupMoid = "string",
EndTime = "string",
IsAesKeySet = false,
MgmtConfigBackupOperationId = "string",
ModTime = "string",
Moid = "string",
Name = "string",
ObjectType = "string",
Options = new[]
{
new Intersight.Inputs.MgmtConfigBackupOperationOptionArgs
{
AdditionalProperties = "string",
AutoRollover = false,
ClassId = "string",
ObjectType = "string",
PreserveIdentities = false,
},
},
OrgBackups = new[]
{
new Intersight.Inputs.MgmtConfigBackupOperationOrgBackupArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Owners = new[]
{
"string",
},
Parents = new[]
{
new Intersight.Inputs.MgmtConfigBackupOperationParentArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
PermissionResources = new[]
{
new Intersight.Inputs.MgmtConfigBackupOperationPermissionResourceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
RetentionLock = false,
RolloverInitiated = false,
SharedScope = "string",
StartTime = "string",
Status = "string",
SystemAdminTriggered = false,
Tags = new[]
{
new Intersight.Inputs.MgmtConfigBackupOperationTagArgs
{
AdditionalProperties = "string",
AncestorDefinitions = new[]
{
new Intersight.Inputs.MgmtConfigBackupOperationTagAncestorDefinitionArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Definitions = new[]
{
new Intersight.Inputs.MgmtConfigBackupOperationTagDefinitionArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Key = "string",
Propagated = false,
SysTag = false,
Type = "string",
Value = "string",
},
},
UserBackupFiles = new[]
{
new Intersight.Inputs.MgmtConfigBackupOperationUserBackupFileArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
UserPassword = "string",
VersionContexts = new[]
{
new Intersight.Inputs.MgmtConfigBackupOperationVersionContextArgs
{
AdditionalProperties = "string",
ClassId = "string",
InterestedMos = new[]
{
new Intersight.Inputs.MgmtConfigBackupOperationVersionContextInterestedMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
MarkedForDeletion = false,
NrVersion = "string",
ObjectType = "string",
RefMos = new[]
{
new Intersight.Inputs.MgmtConfigBackupOperationVersionContextRefMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Timestamp = "string",
VersionType = "string",
},
},
WaitForCompletion = false,
WorkflowInfos = new[]
{
new Intersight.Inputs.MgmtConfigBackupOperationWorkflowInfoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
});
example, err := intersight.NewMgmtConfigBackupOperation(ctx, "mgmtConfigBackupOperationResource", &intersight.MgmtConfigBackupOperationArgs{
AccountMoid: pulumi.String("string"),
Accounts: intersight.MgmtConfigBackupOperationAccountArray{
&intersight.MgmtConfigBackupOperationAccountArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
AdditionalProperties: pulumi.String("string"),
Ancestors: intersight.MgmtConfigBackupOperationAncestorArray{
&intersight.MgmtConfigBackupOperationAncestorArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
BackupAccount: pulumi.String("string"),
BackupAccountDomainGroupMoid: pulumi.String("string"),
BackupInstances: intersight.MgmtConfigBackupOperationBackupInstanceArray{
&intersight.MgmtConfigBackupOperationBackupInstanceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
CategoryExportDatas: intersight.MgmtConfigBackupOperationCategoryExportDataArray{
&intersight.MgmtConfigBackupOperationCategoryExportDataArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
ExportJobs: intersight.MgmtConfigBackupOperationCategoryExportDataExportJobArray{
&intersight.MgmtConfigBackupOperationCategoryExportDataExportJobArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Name: pulumi.String("string"),
ObjectType: pulumi.String("string"),
ProcessedTypes: intersight.MgmtConfigBackupOperationCategoryExportDataProcessedTypeArray{
&intersight.MgmtConfigBackupOperationCategoryExportDataProcessedTypeArgs{
AdditionalProperties: pulumi.String("string"),
ChildTypes: intersight.MgmtConfigBackupOperationCategoryExportDataProcessedTypeChildTypeArray{
&intersight.MgmtConfigBackupOperationCategoryExportDataProcessedTypeChildTypeArgs{
AdditionalProperties: pulumi.String("string"),
ChildTypes: pulumi.StringArray{
pulumi.String("string"),
},
ClassId: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectType: pulumi.String("string"),
ParentRelationName: pulumi.String("string"),
RestPath: pulumi.String("string"),
},
},
ClassId: pulumi.String("string"),
Filter: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectType: pulumi.String("string"),
RestPath: pulumi.String("string"),
},
},
},
},
ClassId: pulumi.String("string"),
CreateTime: pulumi.String("string"),
Description: pulumi.String("string"),
Destination: pulumi.String("string"),
DomainGroupMoid: pulumi.String("string"),
EndTime: pulumi.String("string"),
IsAesKeySet: pulumi.Bool(false),
MgmtConfigBackupOperationId: pulumi.String("string"),
ModTime: pulumi.String("string"),
Moid: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Options: intersight.MgmtConfigBackupOperationOptionArray{
&intersight.MgmtConfigBackupOperationOptionArgs{
AdditionalProperties: pulumi.String("string"),
AutoRollover: pulumi.Bool(false),
ClassId: pulumi.String("string"),
ObjectType: pulumi.String("string"),
PreserveIdentities: pulumi.Bool(false),
},
},
OrgBackups: intersight.MgmtConfigBackupOperationOrgBackupArray{
&intersight.MgmtConfigBackupOperationOrgBackupArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Owners: pulumi.StringArray{
pulumi.String("string"),
},
Parents: intersight.MgmtConfigBackupOperationParentArray{
&intersight.MgmtConfigBackupOperationParentArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
PermissionResources: intersight.MgmtConfigBackupOperationPermissionResourceArray{
&intersight.MgmtConfigBackupOperationPermissionResourceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
RetentionLock: pulumi.Bool(false),
RolloverInitiated: pulumi.Bool(false),
SharedScope: pulumi.String("string"),
StartTime: pulumi.String("string"),
Status: pulumi.String("string"),
SystemAdminTriggered: pulumi.Bool(false),
Tags: intersight.MgmtConfigBackupOperationTagArray{
&intersight.MgmtConfigBackupOperationTagArgs{
AdditionalProperties: pulumi.String("string"),
AncestorDefinitions: intersight.MgmtConfigBackupOperationTagAncestorDefinitionArray{
&intersight.MgmtConfigBackupOperationTagAncestorDefinitionArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Definitions: intersight.MgmtConfigBackupOperationTagDefinitionArray{
&intersight.MgmtConfigBackupOperationTagDefinitionArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Key: pulumi.String("string"),
Propagated: pulumi.Bool(false),
SysTag: pulumi.Bool(false),
Type: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
UserBackupFiles: intersight.MgmtConfigBackupOperationUserBackupFileArray{
&intersight.MgmtConfigBackupOperationUserBackupFileArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
UserPassword: pulumi.String("string"),
VersionContexts: intersight.MgmtConfigBackupOperationVersionContextArray{
&intersight.MgmtConfigBackupOperationVersionContextArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
InterestedMos: intersight.MgmtConfigBackupOperationVersionContextInterestedMoArray{
&intersight.MgmtConfigBackupOperationVersionContextInterestedMoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
MarkedForDeletion: pulumi.Bool(false),
NrVersion: pulumi.String("string"),
ObjectType: pulumi.String("string"),
RefMos: intersight.MgmtConfigBackupOperationVersionContextRefMoArray{
&intersight.MgmtConfigBackupOperationVersionContextRefMoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Timestamp: pulumi.String("string"),
VersionType: pulumi.String("string"),
},
},
WaitForCompletion: pulumi.Bool(false),
WorkflowInfos: intersight.MgmtConfigBackupOperationWorkflowInfoArray{
&intersight.MgmtConfigBackupOperationWorkflowInfoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
})
resource "intersight_mgmt_config_backup_operation" "mgmtConfigBackupOperationResource" {
lifecycle {
create_before_destroy = true
}
account_moid = "string"
accounts {
additional_properties = "string"
class_id = "string"
moid = "string"
object_type = "string"
selector = "string"
}
additional_properties = "string"
ancestors {
additional_properties = "string"
class_id = "string"
moid = "string"
object_type = "string"
selector = "string"
}
backup_account = "string"
backup_account_domain_group_moid = "string"
backup_instances {
additional_properties = "string"
class_id = "string"
moid = "string"
object_type = "string"
selector = "string"
}
category_export_datas {
additional_properties = "string"
class_id = "string"
export_jobs {
additional_properties = "string"
class_id = "string"
moid = "string"
object_type = "string"
selector = "string"
}
name = "string"
object_type = "string"
processed_types {
additional_properties = "string"
child_types {
additional_properties = "string"
child_types = ["string"]
class_id = "string"
name = "string"
object_type = "string"
parent_relation_name = "string"
rest_path = "string"
}
class_id = "string"
filter = "string"
name = "string"
object_type = "string"
rest_path = "string"
}
}
class_id = "string"
create_time = "string"
description = "string"
destination = "string"
domain_group_moid = "string"
end_time = "string"
is_aes_key_set = false
mgmt_config_backup_operation_id = "string"
mod_time = "string"
moid = "string"
name = "string"
object_type = "string"
options {
additional_properties = "string"
auto_rollover = false
class_id = "string"
object_type = "string"
preserve_identities = false
}
org_backups {
additional_properties = "string"
class_id = "string"
moid = "string"
object_type = "string"
selector = "string"
}
owners = ["string"]
parents {
additional_properties = "string"
class_id = "string"
moid = "string"
object_type = "string"
selector = "string"
}
permission_resources {
additional_properties = "string"
class_id = "string"
moid = "string"
object_type = "string"
selector = "string"
}
retention_lock = false
rollover_initiated = false
shared_scope = "string"
start_time = "string"
status = "string"
system_admin_triggered = false
tags {
additional_properties = "string"
ancestor_definitions {
additional_properties = "string"
class_id = "string"
moid = "string"
object_type = "string"
selector = "string"
}
definitions {
additional_properties = "string"
class_id = "string"
moid = "string"
object_type = "string"
selector = "string"
}
key = "string"
propagated = false
sys_tag = false
type = "string"
value = "string"
}
user_backup_files {
additional_properties = "string"
class_id = "string"
moid = "string"
object_type = "string"
selector = "string"
}
user_password = "string"
version_contexts {
additional_properties = "string"
class_id = "string"
interested_mos {
additional_properties = "string"
class_id = "string"
moid = "string"
object_type = "string"
selector = "string"
}
marked_for_deletion = false
nr_version = "string"
object_type = "string"
ref_mos {
additional_properties = "string"
class_id = "string"
moid = "string"
object_type = "string"
selector = "string"
}
timestamp = "string"
version_type = "string"
}
wait_for_completion = false
workflow_infos {
additional_properties = "string"
class_id = "string"
moid = "string"
object_type = "string"
selector = "string"
}
}
var mgmtConfigBackupOperationResource = new MgmtConfigBackupOperation("mgmtConfigBackupOperationResource", MgmtConfigBackupOperationArgs.builder()
.accountMoid("string")
.accounts(MgmtConfigBackupOperationAccountArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.additionalProperties("string")
.ancestors(MgmtConfigBackupOperationAncestorArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.backupAccount("string")
.backupAccountDomainGroupMoid("string")
.backupInstances(MgmtConfigBackupOperationBackupInstanceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.categoryExportDatas(MgmtConfigBackupOperationCategoryExportDataArgs.builder()
.additionalProperties("string")
.classId("string")
.exportJobs(MgmtConfigBackupOperationCategoryExportDataExportJobArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.name("string")
.objectType("string")
.processedTypes(MgmtConfigBackupOperationCategoryExportDataProcessedTypeArgs.builder()
.additionalProperties("string")
.childTypes(MgmtConfigBackupOperationCategoryExportDataProcessedTypeChildTypeArgs.builder()
.additionalProperties("string")
.childTypes("string")
.classId("string")
.name("string")
.objectType("string")
.parentRelationName("string")
.restPath("string")
.build())
.classId("string")
.filter("string")
.name("string")
.objectType("string")
.restPath("string")
.build())
.build())
.classId("string")
.createTime("string")
.description("string")
.destination("string")
.domainGroupMoid("string")
.endTime("string")
.isAesKeySet(false)
.mgmtConfigBackupOperationId("string")
.modTime("string")
.moid("string")
.name("string")
.objectType("string")
.options(MgmtConfigBackupOperationOptionArgs.builder()
.additionalProperties("string")
.autoRollover(false)
.classId("string")
.objectType("string")
.preserveIdentities(false)
.build())
.orgBackups(MgmtConfigBackupOperationOrgBackupArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.owners("string")
.parents(MgmtConfigBackupOperationParentArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.permissionResources(MgmtConfigBackupOperationPermissionResourceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.retentionLock(false)
.rolloverInitiated(false)
.sharedScope("string")
.startTime("string")
.status("string")
.systemAdminTriggered(false)
.tags(MgmtConfigBackupOperationTagArgs.builder()
.additionalProperties("string")
.ancestorDefinitions(MgmtConfigBackupOperationTagAncestorDefinitionArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.definitions(MgmtConfigBackupOperationTagDefinitionArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.key("string")
.propagated(false)
.sysTag(false)
.type("string")
.value("string")
.build())
.userBackupFiles(MgmtConfigBackupOperationUserBackupFileArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.userPassword("string")
.versionContexts(MgmtConfigBackupOperationVersionContextArgs.builder()
.additionalProperties("string")
.classId("string")
.interestedMos(MgmtConfigBackupOperationVersionContextInterestedMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.markedForDeletion(false)
.nrVersion("string")
.objectType("string")
.refMos(MgmtConfigBackupOperationVersionContextRefMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.timestamp("string")
.versionType("string")
.build())
.waitForCompletion(false)
.workflowInfos(MgmtConfigBackupOperationWorkflowInfoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.build());
mgmt_config_backup_operation_resource = intersight.MgmtConfigBackupOperation("mgmtConfigBackupOperationResource",
account_moid="string",
accounts=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
additional_properties="string",
ancestors=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
backup_account="string",
backup_account_domain_group_moid="string",
backup_instances=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
category_export_datas=[{
"additional_properties": "string",
"class_id": "string",
"export_jobs": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"name": "string",
"object_type": "string",
"processed_types": [{
"additional_properties": "string",
"child_types": [{
"additional_properties": "string",
"child_types": ["string"],
"class_id": "string",
"name": "string",
"object_type": "string",
"parent_relation_name": "string",
"rest_path": "string",
}],
"class_id": "string",
"filter": "string",
"name": "string",
"object_type": "string",
"rest_path": "string",
}],
}],
class_id="string",
create_time="string",
description="string",
destination="string",
domain_group_moid="string",
end_time="string",
is_aes_key_set=False,
mgmt_config_backup_operation_id="string",
mod_time="string",
moid="string",
name="string",
object_type="string",
options=[{
"additional_properties": "string",
"auto_rollover": False,
"class_id": "string",
"object_type": "string",
"preserve_identities": False,
}],
org_backups=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
owners=["string"],
parents=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
permission_resources=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
retention_lock=False,
rollover_initiated=False,
shared_scope="string",
start_time="string",
status="string",
system_admin_triggered=False,
tags=[{
"additional_properties": "string",
"ancestor_definitions": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"definitions": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"key": "string",
"propagated": False,
"sys_tag": False,
"type": "string",
"value": "string",
}],
user_backup_files=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
user_password="string",
version_contexts=[{
"additional_properties": "string",
"class_id": "string",
"interested_mos": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"marked_for_deletion": False,
"nr_version": "string",
"object_type": "string",
"ref_mos": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"timestamp": "string",
"version_type": "string",
}],
wait_for_completion=False,
workflow_infos=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}])
const mgmtConfigBackupOperationResource = new intersight.MgmtConfigBackupOperation("mgmtConfigBackupOperationResource", {
accountMoid: "string",
accounts: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
additionalProperties: "string",
ancestors: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
backupAccount: "string",
backupAccountDomainGroupMoid: "string",
backupInstances: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
categoryExportDatas: [{
additionalProperties: "string",
classId: "string",
exportJobs: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
name: "string",
objectType: "string",
processedTypes: [{
additionalProperties: "string",
childTypes: [{
additionalProperties: "string",
childTypes: ["string"],
classId: "string",
name: "string",
objectType: "string",
parentRelationName: "string",
restPath: "string",
}],
classId: "string",
filter: "string",
name: "string",
objectType: "string",
restPath: "string",
}],
}],
classId: "string",
createTime: "string",
description: "string",
destination: "string",
domainGroupMoid: "string",
endTime: "string",
isAesKeySet: false,
mgmtConfigBackupOperationId: "string",
modTime: "string",
moid: "string",
name: "string",
objectType: "string",
options: [{
additionalProperties: "string",
autoRollover: false,
classId: "string",
objectType: "string",
preserveIdentities: false,
}],
orgBackups: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
owners: ["string"],
parents: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
permissionResources: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
retentionLock: false,
rolloverInitiated: false,
sharedScope: "string",
startTime: "string",
status: "string",
systemAdminTriggered: false,
tags: [{
additionalProperties: "string",
ancestorDefinitions: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
definitions: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
key: "string",
propagated: false,
sysTag: false,
type: "string",
value: "string",
}],
userBackupFiles: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
userPassword: "string",
versionContexts: [{
additionalProperties: "string",
classId: "string",
interestedMos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
markedForDeletion: false,
nrVersion: "string",
objectType: "string",
refMos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
timestamp: "string",
versionType: "string",
}],
waitForCompletion: false,
workflowInfos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
});
type: intersight:MgmtConfigBackupOperation
properties:
accountMoid: string
accounts:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
additionalProperties: string
ancestors:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
backupAccount: string
backupAccountDomainGroupMoid: string
backupInstances:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
categoryExportDatas:
- additionalProperties: string
classId: string
exportJobs:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
name: string
objectType: string
processedTypes:
- additionalProperties: string
childTypes:
- additionalProperties: string
childTypes:
- string
classId: string
name: string
objectType: string
parentRelationName: string
restPath: string
classId: string
filter: string
name: string
objectType: string
restPath: string
classId: string
createTime: string
description: string
destination: string
domainGroupMoid: string
endTime: string
isAesKeySet: false
mgmtConfigBackupOperationId: string
modTime: string
moid: string
name: string
objectType: string
options:
- additionalProperties: string
autoRollover: false
classId: string
objectType: string
preserveIdentities: false
orgBackups:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
owners:
- string
parents:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
permissionResources:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
retentionLock: false
rolloverInitiated: false
sharedScope: string
startTime: string
status: string
systemAdminTriggered: false
tags:
- additionalProperties: string
ancestorDefinitions:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
definitions:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
key: string
propagated: false
sysTag: false
type: string
value: string
userBackupFiles:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
userPassword: string
versionContexts:
- additionalProperties: string
classId: string
interestedMos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
markedForDeletion: false
nrVersion: string
objectType: string
refMos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
timestamp: string
versionType: string
waitForCompletion: false
workflowInfos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
MgmtConfigBackupOperation Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The MgmtConfigBackupOperation resource accepts the following input properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Accounts
List<Mgmt
Config Backup Operation Account> - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Additional
Properties string - Ancestors
List<Mgmt
Config Backup Operation Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Backup
Account string - (ReadOnly) The moid of the account from which the backup was taken.
- Backup
Account stringDomain Group Moid - (ReadOnly) The domain group moid of the account from which the backup was taken.
- Backup
Instances List<MgmtConfig Backup Operation Backup Instance> - (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Category
Export List<MgmtDatas Config Backup Operation Category Export Data> - This complex property has following sub-properties:
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Description string
- Description of the backup operation.
- Destination string
- Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- End
Time string - (ReadOnly) End date and time of the backup operation.
- Is
Aes boolKey Set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- Mgmt
Config stringBackup Operation Id - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- User provided identifier for the backup operation.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Options
List<Mgmt
Config Backup Operation Option> - Options to control the behavior of the backup operation. This complex property has following sub-properties:
- Org
Backups List<MgmtConfig Backup Operation Org Backup> - (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Mgmt
Config Backup Operation Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources List<MgmtConfig Backup Operation Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Retention
Lock bool - (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
- Rollover
Initiated bool - (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Start
Time string - (ReadOnly) Start date and time of the backup operation.
- Status string
- (ReadOnly) The current status of the backup operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. - System
Admin boolTriggered - (ReadOnly) Set when a system administrator initiated the backup operation.
-
List<Mgmt
Config Backup Operation Tag> - This complex property has following sub-properties:
- User
Backup List<MgmtFiles Config Backup Operation User Backup File> - A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- User
Password string - The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
- Version
Contexts List<MgmtConfig Backup Operation Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Wait
For boolCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- Workflow
Infos List<MgmtConfig Backup Operation Workflow Info> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Accounts
[]Mgmt
Config Backup Operation Account Args - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Additional
Properties string - Ancestors
[]Mgmt
Config Backup Operation Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Backup
Account string - (ReadOnly) The moid of the account from which the backup was taken.
- Backup
Account stringDomain Group Moid - (ReadOnly) The domain group moid of the account from which the backup was taken.
- Backup
Instances []MgmtConfig Backup Operation Backup Instance Args - (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Category
Export []MgmtDatas Config Backup Operation Category Export Data Args - This complex property has following sub-properties:
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Description string
- Description of the backup operation.
- Destination string
- Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- End
Time string - (ReadOnly) End date and time of the backup operation.
- Is
Aes boolKey Set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- Mgmt
Config stringBackup Operation Id - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- User provided identifier for the backup operation.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Options
[]Mgmt
Config Backup Operation Option Args - Options to control the behavior of the backup operation. This complex property has following sub-properties:
- Org
Backups []MgmtConfig Backup Operation Org Backup Args - (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Mgmt
Config Backup Operation Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources []MgmtConfig Backup Operation Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Retention
Lock bool - (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
- Rollover
Initiated bool - (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Start
Time string - (ReadOnly) Start date and time of the backup operation.
- Status string
- (ReadOnly) The current status of the backup operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. - System
Admin boolTriggered - (ReadOnly) Set when a system administrator initiated the backup operation.
-
[]Mgmt
Config Backup Operation Tag Args - This complex property has following sub-properties:
- User
Backup []MgmtFiles Config Backup Operation User Backup File Args - A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- User
Password string - The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
- Version
Contexts []MgmtConfig Backup Operation Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Wait
For boolCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- Workflow
Infos []MgmtConfig Backup Operation Workflow Info Args - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account_
moid string - (ReadOnly) The Account ID for this managed object.
- accounts list(object)
- A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional_
properties string - ancestors list(object)
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- backup_
account string - (ReadOnly) The moid of the account from which the backup was taken.
- backup_
account_ stringdomain_ group_ moid - (ReadOnly) The domain group moid of the account from which the backup was taken.
- backup_
instances list(object) - (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- category_
export_ list(object)datas - This complex property has following sub-properties:
- class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create_
time string - (ReadOnly) The time when this managed object was created.
- description string
- Description of the backup operation.
- destination string
- Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - domain_
group_ stringmoid - (ReadOnly) The DomainGroup ID for this managed object.
- end_
time string - (ReadOnly) End date and time of the backup operation.
- is_
aes_ boolkey_ set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- mgmt_
config_ stringbackup_ operation_ id - mod_
time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- User provided identifier for the backup operation.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- options list(object)
- Options to control the behavior of the backup operation. This complex property has following sub-properties:
- org_
backups list(object) - (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
- owners list(string)
- (Array of schema.TypeString) -(ReadOnly)
- parents list(object)
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources list(object) - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- retention_
lock bool - (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
- rollover_
initiated bool - (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start_
time string - (ReadOnly) Start date and time of the backup operation.
- status string
- (ReadOnly) The current status of the backup operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. - system_
admin_ booltriggered - (ReadOnly) Set when a system administrator initiated the backup operation.
- list(object)
- This complex property has following sub-properties:
- user_
backup_ list(object)files - A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- user_
password string - The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
- version_
contexts list(object) - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait_
for_ boolcompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow_
infos list(object) - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- accounts
List<Mgmt
Config Backup Operation Account> - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional
Properties String - ancestors
List<Mgmt
Config Backup Operation Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- backup
Account String - (ReadOnly) The moid of the account from which the backup was taken.
- backup
Account StringDomain Group Moid - (ReadOnly) The domain group moid of the account from which the backup was taken.
- backup
Instances List<MgmtConfig Backup Operation Backup Instance> - (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- category
Export List<MgmtDatas Config Backup Operation Category Export Data> - This complex property has following sub-properties:
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time String - (ReadOnly) The time when this managed object was created.
- description String
- Description of the backup operation.
- destination String
- Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time String - (ReadOnly) End date and time of the backup operation.
- is
Aes BooleanKey Set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- mgmt
Config StringBackup Operation Id - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- User provided identifier for the backup operation.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- options
List<Mgmt
Config Backup Operation Option> - Options to control the behavior of the backup operation. This complex property has following sub-properties:
- org
Backups List<MgmtConfig Backup Operation Org Backup> - (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Mgmt
Config Backup Operation Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<MgmtConfig Backup Operation Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- retention
Lock Boolean - (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
- rollover
Initiated Boolean - (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start
Time String - (ReadOnly) Start date and time of the backup operation.
- status String
- (ReadOnly) The current status of the backup operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. - system
Admin BooleanTriggered - (ReadOnly) Set when a system administrator initiated the backup operation.
-
List<Mgmt
Config Backup Operation Tag> - This complex property has following sub-properties:
- user
Backup List<MgmtFiles Config Backup Operation User Backup File> - A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- user
Password String - The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
- version
Contexts List<MgmtConfig Backup Operation Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For BooleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos List<MgmtConfig Backup Operation Workflow Info> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- accounts
Mgmt
Config Backup Operation Account[] - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional
Properties string - ancestors
Mgmt
Config Backup Operation Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- backup
Account string - (ReadOnly) The moid of the account from which the backup was taken.
- backup
Account stringDomain Group Moid - (ReadOnly) The domain group moid of the account from which the backup was taken.
- backup
Instances MgmtConfig Backup Operation Backup Instance[] - (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- category
Export MgmtDatas Config Backup Operation Category Export Data[] - This complex property has following sub-properties:
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time string - (ReadOnly) The time when this managed object was created.
- description string
- Description of the backup operation.
- destination string
- Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time string - (ReadOnly) End date and time of the backup operation.
- is
Aes booleanKey Set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- mgmt
Config stringBackup Operation Id - mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- User provided identifier for the backup operation.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- options
Mgmt
Config Backup Operation Option[] - Options to control the behavior of the backup operation. This complex property has following sub-properties:
- org
Backups MgmtConfig Backup Operation Org Backup[] - (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Mgmt
Config Backup Operation Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources MgmtConfig Backup Operation Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- retention
Lock boolean - (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
- rollover
Initiated boolean - (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start
Time string - (ReadOnly) Start date and time of the backup operation.
- status string
- (ReadOnly) The current status of the backup operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. - system
Admin booleanTriggered - (ReadOnly) Set when a system administrator initiated the backup operation.
-
Mgmt
Config Backup Operation Tag[] - This complex property has following sub-properties:
- user
Backup MgmtFiles Config Backup Operation User Backup File[] - A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- user
Password string - The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
- version
Contexts MgmtConfig Backup Operation Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For booleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos MgmtConfig Backup Operation Workflow Info[] - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- accounts
Sequence[Mgmt
Config Backup Operation Account Args] - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional_
properties str - ancestors
Sequence[Mgmt
Config Backup Operation Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- backup_
account str - (ReadOnly) The moid of the account from which the backup was taken.
- backup_
account_ strdomain_ group_ moid - (ReadOnly) The domain group moid of the account from which the backup was taken.
- backup_
instances Sequence[MgmtConfig Backup Operation Backup Instance Args] - (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- category_
export_ Sequence[Mgmtdatas Config Backup Operation Category Export Data Args] - This complex property has following sub-properties:
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create_
time str - (ReadOnly) The time when this managed object was created.
- description str
- Description of the backup operation.
- destination str
- Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- end_
time str - (ReadOnly) End date and time of the backup operation.
- is_
aes_ boolkey_ set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- mgmt_
config_ strbackup_ operation_ id - mod_
time str - (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- User provided identifier for the backup operation.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- options
Sequence[Mgmt
Config Backup Operation Option Args] - Options to control the behavior of the backup operation. This complex property has following sub-properties:
- org_
backups Sequence[MgmtConfig Backup Operation Org Backup Args] - (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Mgmt
Config Backup Operation Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources Sequence[MgmtConfig Backup Operation Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- retention_
lock bool - (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
- rollover_
initiated bool - (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
- str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start_
time str - (ReadOnly) Start date and time of the backup operation.
- status str
- (ReadOnly) The current status of the backup operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. - system_
admin_ booltriggered - (ReadOnly) Set when a system administrator initiated the backup operation.
-
Sequence[Mgmt
Config Backup Operation Tag Args] - This complex property has following sub-properties:
- user_
backup_ Sequence[Mgmtfiles Config Backup Operation User Backup File Args] - A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- user_
password str - The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
- version_
contexts Sequence[MgmtConfig Backup Operation Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait_
for_ boolcompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow_
infos Sequence[MgmtConfig Backup Operation Workflow Info Args] - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- accounts List<Property Map>
- A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- backup
Account String - (ReadOnly) The moid of the account from which the backup was taken.
- backup
Account StringDomain Group Moid - (ReadOnly) The domain group moid of the account from which the backup was taken.
- backup
Instances List<Property Map> - (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- category
Export List<Property Map>Datas - This complex property has following sub-properties:
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time String - (ReadOnly) The time when this managed object was created.
- description String
- Description of the backup operation.
- destination String
- Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time String - (ReadOnly) End date and time of the backup operation.
- is
Aes BooleanKey Set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- mgmt
Config StringBackup Operation Id - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- User provided identifier for the backup operation.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- options List<Property Map>
- Options to control the behavior of the backup operation. This complex property has following sub-properties:
- org
Backups List<Property Map> - (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- retention
Lock Boolean - (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
- rollover
Initiated Boolean - (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start
Time String - (ReadOnly) Start date and time of the backup operation.
- status String
- (ReadOnly) The current status of the backup operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. - system
Admin BooleanTriggered - (ReadOnly) Set when a system administrator initiated the backup operation.
- List<Property Map>
- This complex property has following sub-properties:
- user
Backup List<Property Map>Files - A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- user
Password String - The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For BooleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos List<Property Map> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the MgmtConfigBackupOperation resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing MgmtConfigBackupOperation Resource
Get an existing MgmtConfigBackupOperation resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: MgmtConfigBackupOperationState, opts?: CustomResourceOptions): MgmtConfigBackupOperation@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
accounts: Optional[Sequence[MgmtConfigBackupOperationAccountArgs]] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[MgmtConfigBackupOperationAncestorArgs]] = None,
backup_account: Optional[str] = None,
backup_account_domain_group_moid: Optional[str] = None,
backup_instances: Optional[Sequence[MgmtConfigBackupOperationBackupInstanceArgs]] = None,
category_export_datas: Optional[Sequence[MgmtConfigBackupOperationCategoryExportDataArgs]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
destination: Optional[str] = None,
domain_group_moid: Optional[str] = None,
end_time: Optional[str] = None,
is_aes_key_set: Optional[bool] = None,
mgmt_config_backup_operation_id: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
options: Optional[Sequence[MgmtConfigBackupOperationOptionArgs]] = None,
org_backups: Optional[Sequence[MgmtConfigBackupOperationOrgBackupArgs]] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[MgmtConfigBackupOperationParentArgs]] = None,
permission_resources: Optional[Sequence[MgmtConfigBackupOperationPermissionResourceArgs]] = None,
retention_lock: Optional[bool] = None,
rollover_initiated: Optional[bool] = None,
shared_scope: Optional[str] = None,
start_time: Optional[str] = None,
status: Optional[str] = None,
system_admin_triggered: Optional[bool] = None,
tags: Optional[Sequence[MgmtConfigBackupOperationTagArgs]] = None,
user_backup_files: Optional[Sequence[MgmtConfigBackupOperationUserBackupFileArgs]] = None,
user_password: Optional[str] = None,
version_contexts: Optional[Sequence[MgmtConfigBackupOperationVersionContextArgs]] = None,
wait_for_completion: Optional[bool] = None,
workflow_infos: Optional[Sequence[MgmtConfigBackupOperationWorkflowInfoArgs]] = None) -> MgmtConfigBackupOperationfunc GetMgmtConfigBackupOperation(ctx *Context, name string, id IDInput, state *MgmtConfigBackupOperationState, opts ...ResourceOption) (*MgmtConfigBackupOperation, error)public static MgmtConfigBackupOperation Get(string name, Input<string> id, MgmtConfigBackupOperationState? state, CustomResourceOptions? opts = null)public static MgmtConfigBackupOperation get(String name, Output<String> id, MgmtConfigBackupOperationState state, CustomResourceOptions options)resources: _: type: intersight:MgmtConfigBackupOperation get: id: ${id}import {
to = intersight_mgmt_config_backup_operation.example
id = "${id}"
}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Accounts
List<Mgmt
Config Backup Operation Account> - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Additional
Properties string - Ancestors
List<Mgmt
Config Backup Operation Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Backup
Account string - (ReadOnly) The moid of the account from which the backup was taken.
- Backup
Account stringDomain Group Moid - (ReadOnly) The domain group moid of the account from which the backup was taken.
- Backup
Instances List<MgmtConfig Backup Operation Backup Instance> - (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Category
Export List<MgmtDatas Config Backup Operation Category Export Data> - This complex property has following sub-properties:
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Description string
- Description of the backup operation.
- Destination string
- Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- End
Time string - (ReadOnly) End date and time of the backup operation.
- Is
Aes boolKey Set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- Mgmt
Config stringBackup Operation Id - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- User provided identifier for the backup operation.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Options
List<Mgmt
Config Backup Operation Option> - Options to control the behavior of the backup operation. This complex property has following sub-properties:
- Org
Backups List<MgmtConfig Backup Operation Org Backup> - (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Mgmt
Config Backup Operation Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources List<MgmtConfig Backup Operation Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Retention
Lock bool - (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
- Rollover
Initiated bool - (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Start
Time string - (ReadOnly) Start date and time of the backup operation.
- Status string
- (ReadOnly) The current status of the backup operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. - System
Admin boolTriggered - (ReadOnly) Set when a system administrator initiated the backup operation.
-
List<Mgmt
Config Backup Operation Tag> - This complex property has following sub-properties:
- User
Backup List<MgmtFiles Config Backup Operation User Backup File> - A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- User
Password string - The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
- Version
Contexts List<MgmtConfig Backup Operation Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Wait
For boolCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- Workflow
Infos List<MgmtConfig Backup Operation Workflow Info> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Accounts
[]Mgmt
Config Backup Operation Account Args - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Additional
Properties string - Ancestors
[]Mgmt
Config Backup Operation Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Backup
Account string - (ReadOnly) The moid of the account from which the backup was taken.
- Backup
Account stringDomain Group Moid - (ReadOnly) The domain group moid of the account from which the backup was taken.
- Backup
Instances []MgmtConfig Backup Operation Backup Instance Args - (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Category
Export []MgmtDatas Config Backup Operation Category Export Data Args - This complex property has following sub-properties:
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Description string
- Description of the backup operation.
- Destination string
- Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- End
Time string - (ReadOnly) End date and time of the backup operation.
- Is
Aes boolKey Set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- Mgmt
Config stringBackup Operation Id - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- User provided identifier for the backup operation.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Options
[]Mgmt
Config Backup Operation Option Args - Options to control the behavior of the backup operation. This complex property has following sub-properties:
- Org
Backups []MgmtConfig Backup Operation Org Backup Args - (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Mgmt
Config Backup Operation Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources []MgmtConfig Backup Operation Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Retention
Lock bool - (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
- Rollover
Initiated bool - (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Start
Time string - (ReadOnly) Start date and time of the backup operation.
- Status string
- (ReadOnly) The current status of the backup operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. - System
Admin boolTriggered - (ReadOnly) Set when a system administrator initiated the backup operation.
-
[]Mgmt
Config Backup Operation Tag Args - This complex property has following sub-properties:
- User
Backup []MgmtFiles Config Backup Operation User Backup File Args - A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- User
Password string - The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
- Version
Contexts []MgmtConfig Backup Operation Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Wait
For boolCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- Workflow
Infos []MgmtConfig Backup Operation Workflow Info Args - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account_
moid string - (ReadOnly) The Account ID for this managed object.
- accounts list(object)
- A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional_
properties string - ancestors list(object)
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- backup_
account string - (ReadOnly) The moid of the account from which the backup was taken.
- backup_
account_ stringdomain_ group_ moid - (ReadOnly) The domain group moid of the account from which the backup was taken.
- backup_
instances list(object) - (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- category_
export_ list(object)datas - This complex property has following sub-properties:
- class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create_
time string - (ReadOnly) The time when this managed object was created.
- description string
- Description of the backup operation.
- destination string
- Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - domain_
group_ stringmoid - (ReadOnly) The DomainGroup ID for this managed object.
- end_
time string - (ReadOnly) End date and time of the backup operation.
- is_
aes_ boolkey_ set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- mgmt_
config_ stringbackup_ operation_ id - mod_
time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- User provided identifier for the backup operation.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- options list(object)
- Options to control the behavior of the backup operation. This complex property has following sub-properties:
- org_
backups list(object) - (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
- owners list(string)
- (Array of schema.TypeString) -(ReadOnly)
- parents list(object)
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources list(object) - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- retention_
lock bool - (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
- rollover_
initiated bool - (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start_
time string - (ReadOnly) Start date and time of the backup operation.
- status string
- (ReadOnly) The current status of the backup operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. - system_
admin_ booltriggered - (ReadOnly) Set when a system administrator initiated the backup operation.
- list(object)
- This complex property has following sub-properties:
- user_
backup_ list(object)files - A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- user_
password string - The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
- version_
contexts list(object) - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait_
for_ boolcompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow_
infos list(object) - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- accounts
List<Mgmt
Config Backup Operation Account> - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional
Properties String - ancestors
List<Mgmt
Config Backup Operation Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- backup
Account String - (ReadOnly) The moid of the account from which the backup was taken.
- backup
Account StringDomain Group Moid - (ReadOnly) The domain group moid of the account from which the backup was taken.
- backup
Instances List<MgmtConfig Backup Operation Backup Instance> - (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- category
Export List<MgmtDatas Config Backup Operation Category Export Data> - This complex property has following sub-properties:
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time String - (ReadOnly) The time when this managed object was created.
- description String
- Description of the backup operation.
- destination String
- Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time String - (ReadOnly) End date and time of the backup operation.
- is
Aes BooleanKey Set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- mgmt
Config StringBackup Operation Id - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- User provided identifier for the backup operation.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- options
List<Mgmt
Config Backup Operation Option> - Options to control the behavior of the backup operation. This complex property has following sub-properties:
- org
Backups List<MgmtConfig Backup Operation Org Backup> - (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Mgmt
Config Backup Operation Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<MgmtConfig Backup Operation Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- retention
Lock Boolean - (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
- rollover
Initiated Boolean - (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start
Time String - (ReadOnly) Start date and time of the backup operation.
- status String
- (ReadOnly) The current status of the backup operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. - system
Admin BooleanTriggered - (ReadOnly) Set when a system administrator initiated the backup operation.
-
List<Mgmt
Config Backup Operation Tag> - This complex property has following sub-properties:
- user
Backup List<MgmtFiles Config Backup Operation User Backup File> - A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- user
Password String - The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
- version
Contexts List<MgmtConfig Backup Operation Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For BooleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos List<MgmtConfig Backup Operation Workflow Info> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- accounts
Mgmt
Config Backup Operation Account[] - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional
Properties string - ancestors
Mgmt
Config Backup Operation Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- backup
Account string - (ReadOnly) The moid of the account from which the backup was taken.
- backup
Account stringDomain Group Moid - (ReadOnly) The domain group moid of the account from which the backup was taken.
- backup
Instances MgmtConfig Backup Operation Backup Instance[] - (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- category
Export MgmtDatas Config Backup Operation Category Export Data[] - This complex property has following sub-properties:
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time string - (ReadOnly) The time when this managed object was created.
- description string
- Description of the backup operation.
- destination string
- Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time string - (ReadOnly) End date and time of the backup operation.
- is
Aes booleanKey Set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- mgmt
Config stringBackup Operation Id - mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- User provided identifier for the backup operation.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- options
Mgmt
Config Backup Operation Option[] - Options to control the behavior of the backup operation. This complex property has following sub-properties:
- org
Backups MgmtConfig Backup Operation Org Backup[] - (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Mgmt
Config Backup Operation Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources MgmtConfig Backup Operation Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- retention
Lock boolean - (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
- rollover
Initiated boolean - (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start
Time string - (ReadOnly) Start date and time of the backup operation.
- status string
- (ReadOnly) The current status of the backup operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. - system
Admin booleanTriggered - (ReadOnly) Set when a system administrator initiated the backup operation.
-
Mgmt
Config Backup Operation Tag[] - This complex property has following sub-properties:
- user
Backup MgmtFiles Config Backup Operation User Backup File[] - A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- user
Password string - The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
- version
Contexts MgmtConfig Backup Operation Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For booleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos MgmtConfig Backup Operation Workflow Info[] - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- accounts
Sequence[Mgmt
Config Backup Operation Account Args] - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional_
properties str - ancestors
Sequence[Mgmt
Config Backup Operation Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- backup_
account str - (ReadOnly) The moid of the account from which the backup was taken.
- backup_
account_ strdomain_ group_ moid - (ReadOnly) The domain group moid of the account from which the backup was taken.
- backup_
instances Sequence[MgmtConfig Backup Operation Backup Instance Args] - (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- category_
export_ Sequence[Mgmtdatas Config Backup Operation Category Export Data Args] - This complex property has following sub-properties:
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create_
time str - (ReadOnly) The time when this managed object was created.
- description str
- Description of the backup operation.
- destination str
- Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- end_
time str - (ReadOnly) End date and time of the backup operation.
- is_
aes_ boolkey_ set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- mgmt_
config_ strbackup_ operation_ id - mod_
time str - (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- User provided identifier for the backup operation.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- options
Sequence[Mgmt
Config Backup Operation Option Args] - Options to control the behavior of the backup operation. This complex property has following sub-properties:
- org_
backups Sequence[MgmtConfig Backup Operation Org Backup Args] - (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Mgmt
Config Backup Operation Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources Sequence[MgmtConfig Backup Operation Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- retention_
lock bool - (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
- rollover_
initiated bool - (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
- str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start_
time str - (ReadOnly) Start date and time of the backup operation.
- status str
- (ReadOnly) The current status of the backup operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. - system_
admin_ booltriggered - (ReadOnly) Set when a system administrator initiated the backup operation.
-
Sequence[Mgmt
Config Backup Operation Tag Args] - This complex property has following sub-properties:
- user_
backup_ Sequence[Mgmtfiles Config Backup Operation User Backup File Args] - A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- user_
password str - The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
- version_
contexts Sequence[MgmtConfig Backup Operation Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait_
for_ boolcompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow_
infos Sequence[MgmtConfig Backup Operation Workflow Info Args] - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- accounts List<Property Map>
- A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- backup
Account String - (ReadOnly) The moid of the account from which the backup was taken.
- backup
Account StringDomain Group Moid - (ReadOnly) The domain group moid of the account from which the backup was taken.
- backup
Instances List<Property Map> - (ReadOnly) A reference to a mgmtConfigBackupInstance resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- category
Export List<Property Map>Datas - This complex property has following sub-properties:
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time String - (ReadOnly) The time when this managed object was created.
- description String
- Description of the backup operation.
- destination String
- Indicates whether the backup was created locally or imported.*
Local- A local Intersight location.*Uploaded- A local location where the backup file is uploaded as mgmt.ConfigBackupFile MO. Intersight creates the backup from the uploaded location when this location type is set.*Remote- A remote location hosted in the user's datacenter. - domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time String - (ReadOnly) End date and time of the backup operation.
- is
Aes BooleanKey Set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- mgmt
Config StringBackup Operation Id - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- User provided identifier for the backup operation.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- options List<Property Map>
- Options to control the behavior of the backup operation. This complex property has following sub-properties:
- org
Backups List<Property Map> - (ReadOnly) An array of relationships to mgmtOrgBackupOperation resources. This complex property has following sub-properties:
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- retention
Lock Boolean - (ReadOnly) When set, ensures that the backup archive is protected from deletion and rollover operations. The value for retention lock is in sync with the backup instance created as part of this operation.
- rollover
Initiated Boolean - (ReadOnly) Internal property used to indicate that a rollover has been initiated as part of this operation.
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start
Time String - (ReadOnly) Start date and time of the backup operation.
- status String
- (ReadOnly) The current status of the backup operation.*
Scheduled- Backup or restore process has been scheduled.*NotInitiated- Backup or restore process has not been initiated.*InProgress- Backup or restore process is in progress.*Failed- Backup or restore process has failed.*Completed- Backup or restore process has completed.*NotComplete- Backup or restore process has partially imported configuration. - system
Admin BooleanTriggered - (ReadOnly) Set when a system administrator initiated the backup operation.
- List<Property Map>
- This complex property has following sub-properties:
- user
Backup List<Property Map>Files - A reference to a mgmtConfigBackupFile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- user
Password String - The password provided by the user to decrypt a password encrypted backup file during import operation. This password is used to decrypt the backup archive before validation when importing a password encrypted backup.This field is optional and only required when importing a password encrypted backup file.
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For BooleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos List<Property Map> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Supporting Types
MgmtConfigBackupOperationAccount, MgmtConfigBackupOperationAccountArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigBackupOperationAncestor, MgmtConfigBackupOperationAncestorArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigBackupOperationBackupInstance, MgmtConfigBackupOperationBackupInstanceArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigBackupOperationCategoryExportData, MgmtConfigBackupOperationCategoryExportDataArgs
- Additional
Properties string - Class
Id string - Export
Jobs List<MgmtConfig Backup Operation Category Export Data Export Job> - This complex property has following sub-properties:
- Name string
- (ReadOnly) The type of the managed object.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Processed
Types List<MgmtConfig Backup Operation Category Export Data Processed Type> - This complex property has following sub-properties:
- Additional
Properties string - Class
Id string - Export
Jobs []MgmtConfig Backup Operation Category Export Data Export Job - This complex property has following sub-properties:
- Name string
- (ReadOnly) The type of the managed object.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Processed
Types []MgmtConfig Backup Operation Category Export Data Processed Type - This complex property has following sub-properties:
- additional_
properties string - class_
id string - export_
jobs list(object) - This complex property has following sub-properties:
- name string
- (ReadOnly) The type of the managed object.
- object_
type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- processed_
types list(object) - This complex property has following sub-properties:
- additional
Properties String - class
Id String - export
Jobs List<MgmtConfig Backup Operation Category Export Data Export Job> - This complex property has following sub-properties:
- name String
- (ReadOnly) The type of the managed object.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- processed
Types List<MgmtConfig Backup Operation Category Export Data Processed Type> - This complex property has following sub-properties:
- additional
Properties string - class
Id string - export
Jobs MgmtConfig Backup Operation Category Export Data Export Job[] - This complex property has following sub-properties:
- name string
- (ReadOnly) The type of the managed object.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- processed
Types MgmtConfig Backup Operation Category Export Data Processed Type[] - This complex property has following sub-properties:
- additional_
properties str - class_
id str - export_
jobs Sequence[MgmtConfig Backup Operation Category Export Data Export Job] - This complex property has following sub-properties:
- name str
- (ReadOnly) The type of the managed object.
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- processed_
types Sequence[MgmtConfig Backup Operation Category Export Data Processed Type] - This complex property has following sub-properties:
- additional
Properties String - class
Id String - export
Jobs List<Property Map> - This complex property has following sub-properties:
- name String
- (ReadOnly) The type of the managed object.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- processed
Types List<Property Map> - This complex property has following sub-properties:
MgmtConfigBackupOperationCategoryExportDataExportJob, MgmtConfigBackupOperationCategoryExportDataExportJobArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigBackupOperationCategoryExportDataProcessedType, MgmtConfigBackupOperationCategoryExportDataProcessedTypeArgs
- Additional
Properties string - Child
Types List<MgmtConfig Backup Operation Category Export Data Processed Type Child Type> - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- Class
Id string - Filter string
- (ReadOnly) Filter used to obtain a list of objects of the given object type.
- Name string
- User provided identifier for the backup operation.
- Object
Type string - Rest
Path string - (ReadOnly) The rest path for the MO type.
- Additional
Properties string - Child
Types []MgmtConfig Backup Operation Category Export Data Processed Type Child Type - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- Class
Id string - Filter string
- (ReadOnly) Filter used to obtain a list of objects of the given object type.
- Name string
- User provided identifier for the backup operation.
- Object
Type string - Rest
Path string - (ReadOnly) The rest path for the MO type.
- additional_
properties string - child_
types list(object) - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- class_
id string - filter string
- (ReadOnly) Filter used to obtain a list of objects of the given object type.
- name string
- User provided identifier for the backup operation.
- object_
type string - rest_
path string - (ReadOnly) The rest path for the MO type.
- additional
Properties String - child
Types List<MgmtConfig Backup Operation Category Export Data Processed Type Child Type> - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- class
Id String - filter String
- (ReadOnly) Filter used to obtain a list of objects of the given object type.
- name String
- User provided identifier for the backup operation.
- object
Type String - rest
Path String - (ReadOnly) The rest path for the MO type.
- additional
Properties string - child
Types MgmtConfig Backup Operation Category Export Data Processed Type Child Type[] - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- class
Id string - filter string
- (ReadOnly) Filter used to obtain a list of objects of the given object type.
- name string
- User provided identifier for the backup operation.
- object
Type string - rest
Path string - (ReadOnly) The rest path for the MO type.
- additional_
properties str - child_
types Sequence[MgmtConfig Backup Operation Category Export Data Processed Type Child Type] - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- class_
id str - filter str
- (ReadOnly) Filter used to obtain a list of objects of the given object type.
- name str
- User provided identifier for the backup operation.
- object_
type str - rest_
path str - (ReadOnly) The rest path for the MO type.
- additional
Properties String - child
Types List<Property Map> - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- class
Id String - filter String
- (ReadOnly) Filter used to obtain a list of objects of the given object type.
- name String
- User provided identifier for the backup operation.
- object
Type String - rest
Path String - (ReadOnly) The rest path for the MO type.
MgmtConfigBackupOperationCategoryExportDataProcessedTypeChildType, MgmtConfigBackupOperationCategoryExportDataProcessedTypeChildTypeArgs
- Additional
Properties string - Child
Types List<string> - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- Class
Id string - Name string
- User provided identifier for the backup operation.
- Object
Type string - Parent
Relation stringName - Rest
Path string - (ReadOnly) The rest path for the MO type.
- Additional
Properties string - Child
Types []string - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- Class
Id string - Name string
- User provided identifier for the backup operation.
- Object
Type string - Parent
Relation stringName - Rest
Path string - (ReadOnly) The rest path for the MO type.
- additional_
properties string - child_
types list(string) - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- class_
id string - name string
- User provided identifier for the backup operation.
- object_
type string - parent_
relation_ stringname - rest_
path string - (ReadOnly) The rest path for the MO type.
- additional
Properties String - child
Types List<String> - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- class
Id String - name String
- User provided identifier for the backup operation.
- object
Type String - parent
Relation StringName - rest
Path String - (ReadOnly) The rest path for the MO type.
- additional
Properties string - child
Types string[] - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- class
Id string - name string
- User provided identifier for the backup operation.
- object
Type string - parent
Relation stringName - rest
Path string - (ReadOnly) The rest path for the MO type.
- additional_
properties str - child_
types Sequence[str] - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- class_
id str - name str
- User provided identifier for the backup operation.
- object_
type str - parent_
relation_ strname - rest_
path str - (ReadOnly) The rest path for the MO type.
- additional
Properties String - child
Types List<String> - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- class
Id String - name String
- User provided identifier for the backup operation.
- object
Type String - parent
Relation StringName - rest
Path String - (ReadOnly) The rest path for the MO type.
MgmtConfigBackupOperationOption, MgmtConfigBackupOperationOptionArgs
- Additional
Properties string - Auto
Rollover bool - If enabled and the limit on the number of backups per account has been reached, the system would attempt to clear space by removing the oldest backup instance as part of the backup operation.If disabled and the limit has been reached, the request to create a backup operation would fail.
- Class
Id string - Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Preserve
Identities bool - Backup all identities derived from pools.
- Additional
Properties string - Auto
Rollover bool - If enabled and the limit on the number of backups per account has been reached, the system would attempt to clear space by removing the oldest backup instance as part of the backup operation.If disabled and the limit has been reached, the request to create a backup operation would fail.
- Class
Id string - Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Preserve
Identities bool - Backup all identities derived from pools.
- additional_
properties string - auto_
rollover bool - If enabled and the limit on the number of backups per account has been reached, the system would attempt to clear space by removing the oldest backup instance as part of the backup operation.If disabled and the limit has been reached, the request to create a backup operation would fail.
- class_
id string - object_
type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- preserve_
identities bool - Backup all identities derived from pools.
- additional
Properties String - auto
Rollover Boolean - If enabled and the limit on the number of backups per account has been reached, the system would attempt to clear space by removing the oldest backup instance as part of the backup operation.If disabled and the limit has been reached, the request to create a backup operation would fail.
- class
Id String - object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- preserve
Identities Boolean - Backup all identities derived from pools.
- additional
Properties string - auto
Rollover boolean - If enabled and the limit on the number of backups per account has been reached, the system would attempt to clear space by removing the oldest backup instance as part of the backup operation.If disabled and the limit has been reached, the request to create a backup operation would fail.
- class
Id string - object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- preserve
Identities boolean - Backup all identities derived from pools.
- additional_
properties str - auto_
rollover bool - If enabled and the limit on the number of backups per account has been reached, the system would attempt to clear space by removing the oldest backup instance as part of the backup operation.If disabled and the limit has been reached, the request to create a backup operation would fail.
- class_
id str - object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- preserve_
identities bool - Backup all identities derived from pools.
- additional
Properties String - auto
Rollover Boolean - If enabled and the limit on the number of backups per account has been reached, the system would attempt to clear space by removing the oldest backup instance as part of the backup operation.If disabled and the limit has been reached, the request to create a backup operation would fail.
- class
Id String - object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- preserve
Identities Boolean - Backup all identities derived from pools.
MgmtConfigBackupOperationOrgBackup, MgmtConfigBackupOperationOrgBackupArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigBackupOperationParent, MgmtConfigBackupOperationParentArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigBackupOperationPermissionResource, MgmtConfigBackupOperationPermissionResourceArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigBackupOperationTag, MgmtConfigBackupOperationTagArgs
- Additional
Properties string - Ancestor
Definitions List<MgmtConfig Backup Operation Tag Ancestor Definition> - This complex property has following sub-properties:
- Definitions
List<Mgmt
Config Backup Operation Tag Definition> - (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
- Key string
- The string representation of a tag key.
- Propagated bool
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- Type string
- (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.*
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.*PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ . - Value string
- The string representation of a tag value.
- Additional
Properties string - Ancestor
Definitions []MgmtConfig Backup Operation Tag Ancestor Definition - This complex property has following sub-properties:
- Definitions
[]Mgmt
Config Backup Operation Tag Definition - (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
- Key string
- The string representation of a tag key.
- Propagated bool
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- Type string
- (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.*
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.*PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ . - Value string
- The string representation of a tag value.
- additional_
properties string - ancestor_
definitions list(object) - This complex property has following sub-properties:
- definitions list(object)
- (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
- key string
- The string representation of a tag key.
- propagated bool
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- type string
- (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.*
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.*PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ . - value string
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<MgmtConfig Backup Operation Tag Ancestor Definition> - This complex property has following sub-properties:
- definitions
List<Mgmt
Config Backup Operation Tag Definition> - (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
- key String
- The string representation of a tag key.
- propagated Boolean
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- type String
- (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.*
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.*PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ . - value String
- The string representation of a tag value.
- additional
Properties string - ancestor
Definitions MgmtConfig Backup Operation Tag Ancestor Definition[] - This complex property has following sub-properties:
- definitions
Mgmt
Config Backup Operation Tag Definition[] - (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
- key string
- The string representation of a tag key.
- propagated boolean
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag boolean - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- type string
- (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.*
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.*PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ . - value string
- The string representation of a tag value.
- additional_
properties str - ancestor_
definitions Sequence[MgmtConfig Backup Operation Tag Ancestor Definition] - This complex property has following sub-properties:
- definitions
Sequence[Mgmt
Config Backup Operation Tag Definition] - (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
- key str
- The string representation of a tag key.
- propagated bool
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- type str
- (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.*
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.*PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ . - value str
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<Property Map> - This complex property has following sub-properties:
- definitions List<Property Map>
- (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
- key String
- The string representation of a tag key.
- propagated Boolean
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- type String
- (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.*
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.*PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ . - value String
- The string representation of a tag value.
MgmtConfigBackupOperationTagAncestorDefinition, MgmtConfigBackupOperationTagAncestorDefinitionArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigBackupOperationTagDefinition, MgmtConfigBackupOperationTagDefinitionArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigBackupOperationUserBackupFile, MgmtConfigBackupOperationUserBackupFileArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigBackupOperationVersionContext, MgmtConfigBackupOperationVersionContextArgs
- Additional
Properties string - Class
Id string - Interested
Mos List<MgmtConfig Backup Operation Version Context Interested Mo> - This complex property has following sub-properties:
- Marked
For boolDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos List<MgmtConfig Backup Operation Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type string - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - Interested
Mos []MgmtConfig Backup Operation Version Context Interested Mo - This complex property has following sub-properties:
- Marked
For boolDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos []MgmtConfig Backup Operation Version Context Ref Mo - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type string - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additional_
properties string - class_
id string - interested_
mos list(object) - This complex property has following sub-properties:
- marked_
for_ booldeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref_
mos list(object) - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- version_
type string - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - interested
Mos List<MgmtConfig Backup Operation Version Context Interested Mo> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<MgmtConfig Backup Operation Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type String - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - interested
Mos MgmtConfig Backup Operation Version Context Interested Mo[] - This complex property has following sub-properties:
- marked
For booleanDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos MgmtConfig Backup Operation Version Context Ref Mo[] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type string - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - interested_
mos Sequence[MgmtConfig Backup Operation Version Context Interested Mo] - This complex property has following sub-properties:
- marked_
for_ booldeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref_
mos Sequence[MgmtConfig Backup Operation Version Context Ref Mo] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp str
- (ReadOnly) The time this versioned Managed Object was created.
- version_
type str - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<Property Map> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type String - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
MgmtConfigBackupOperationVersionContextInterestedMo, MgmtConfigBackupOperationVersionContextInterestedMoArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigBackupOperationVersionContextRefMo, MgmtConfigBackupOperationVersionContextRefMoArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigBackupOperationWorkflowInfo, MgmtConfigBackupOperationWorkflowInfoArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
Import
intersight_mgmt_config_backup_operation can be imported using the Moid of the object, e.g.
$ pulumi import intersight:index/mgmtConfigBackupOperation:MgmtConfigBackupOperation example 1234567890987654321abcde
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersightTerraform Provider.
published on Monday, Aug 24, 2026 by ciscodevnet