1. Registry
  2. Packages
  3. Intersight Provider
  4. API Docs
  5. MgmtConfigRestoreOperation
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet

    The ConfigRestoreOperation object represents an administrator-initiated configuration restore run. It tracks the end-to-end process of applying a previously captured backup to a target account, including progress, outcomes, and workflow coordination.

    Purpose

    ConfigRestoreOperation exists to orchestrate restoration of configuration from a chosen backup source, providing a top-level record that drives restore execution, tracks status, and reports import progress across account and organization scopes.

    Key Concepts

    • End-to-End Restore Orchestration: Coordinates staging, importing, and completion of a restore run, enabling customers to manage restoration as a single operation.
    • Source Flexibility: Designed to support restoring from different backup locations (e.g., local repository), depending on operational needs.
    • Controlled Restore Behavior: Supports configurable restore strategies and error-handling behavior so customers can align restores with change-management requirements.
    • Progress and Outcome Visibility: Aggregates import status reporting so customers can monitor completion and detect partial or incomplete outcomes.
    • Workflow Integration: Links to underlying workflow execution details to support operational auditability and troubleshooting.

    Create MgmtConfigRestoreOperation Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new MgmtConfigRestoreOperation(name: string, args?: MgmtConfigRestoreOperationArgs, opts?: CustomResourceOptions);
    @overload
    def MgmtConfigRestoreOperation(resource_name: str,
                                   args: Optional[MgmtConfigRestoreOperationArgs] = None,
                                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def MgmtConfigRestoreOperation(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   account_moid: Optional[str] = None,
                                   accounts: Optional[Sequence[MgmtConfigRestoreOperationAccountArgs]] = None,
                                   acct_category_import_datas: Optional[Sequence[MgmtConfigRestoreOperationAcctCategoryImportDataArgs]] = None,
                                   acct_import_jobs: Optional[Sequence[MgmtConfigRestoreOperationAcctImportJobArgs]] = None,
                                   additional_properties: Optional[str] = None,
                                   ancestors: Optional[Sequence[MgmtConfigRestoreOperationAncestorArgs]] = None,
                                   backup_account_moid: Optional[str] = None,
                                   backup_name: Optional[str] = None,
                                   backup_source: Optional[str] = None,
                                   class_id: Optional[str] = None,
                                   create_time: Optional[str] = None,
                                   domain_group_moid: Optional[str] = None,
                                   end_time: Optional[str] = None,
                                   ignore_secure_properties: Optional[bool] = None,
                                   is_aes_key_set: Optional[bool] = None,
                                   local_sources: Optional[Sequence[MgmtConfigRestoreOperationLocalSourceArgs]] = None,
                                   mgmt_config_restore_operation_id: Optional[str] = None,
                                   mod_time: Optional[str] = None,
                                   moid: Optional[str] = None,
                                   name: Optional[str] = None,
                                   nr_source: Optional[str] = None,
                                   object_type: Optional[str] = None,
                                   options: Optional[Sequence[MgmtConfigRestoreOperationOptionArgs]] = None,
                                   org_import_jobs: Optional[Sequence[MgmtConfigRestoreOperationOrgImportJobArgs]] = None,
                                   org_restores: Optional[Sequence[MgmtConfigRestoreOperationOrgRestoreArgs]] = None,
                                   owners: Optional[Sequence[str]] = None,
                                   parents: Optional[Sequence[MgmtConfigRestoreOperationParentArgs]] = None,
                                   permission_resources: Optional[Sequence[MgmtConfigRestoreOperationPermissionResourceArgs]] = None,
                                   shared_scope: Optional[str] = None,
                                   start_time: Optional[str] = None,
                                   status: Optional[str] = None,
                                   tags: Optional[Sequence[MgmtConfigRestoreOperationTagArgs]] = None,
                                   version_contexts: Optional[Sequence[MgmtConfigRestoreOperationVersionContextArgs]] = None,
                                   wait_for_completion: Optional[bool] = None,
                                   workflow_infos: Optional[Sequence[MgmtConfigRestoreOperationWorkflowInfoArgs]] = None)
    func NewMgmtConfigRestoreOperation(ctx *Context, name string, args *MgmtConfigRestoreOperationArgs, opts ...ResourceOption) (*MgmtConfigRestoreOperation, error)
    public MgmtConfigRestoreOperation(string name, MgmtConfigRestoreOperationArgs? args = null, CustomResourceOptions? opts = null)
    public MgmtConfigRestoreOperation(String name, MgmtConfigRestoreOperationArgs args)
    public MgmtConfigRestoreOperation(String name, MgmtConfigRestoreOperationArgs args, CustomResourceOptions options)
    
    type: intersight:MgmtConfigRestoreOperation
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "intersight_mgmt_config_restore_operation" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args MgmtConfigRestoreOperationArgs
    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 MgmtConfigRestoreOperationArgs
    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 MgmtConfigRestoreOperationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args MgmtConfigRestoreOperationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args MgmtConfigRestoreOperationArgs
    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 mgmtConfigRestoreOperationResource = new Intersight.MgmtConfigRestoreOperation("mgmtConfigRestoreOperationResource", new()
    {
        AccountMoid = "string",
        Accounts = new[]
        {
            new Intersight.Inputs.MgmtConfigRestoreOperationAccountArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        AcctCategoryImportDatas = new[]
        {
            new Intersight.Inputs.MgmtConfigRestoreOperationAcctCategoryImportDataArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                FileName = "string",
                Name = "string",
                ObjectType = "string",
                ProcessedTypes = new[]
                {
                    new Intersight.Inputs.MgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeArgs
                    {
                        AdditionalProperties = "string",
                        ChildTypes = new[]
                        {
                            new Intersight.Inputs.MgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeChildTypeArgs
                            {
                                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",
                    },
                },
                Status = "string",
            },
        },
        AcctImportJobs = new[]
        {
            new Intersight.Inputs.MgmtConfigRestoreOperationAcctImportJobArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        AdditionalProperties = "string",
        Ancestors = new[]
        {
            new Intersight.Inputs.MgmtConfigRestoreOperationAncestorArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        BackupAccountMoid = "string",
        BackupName = "string",
        BackupSource = "string",
        ClassId = "string",
        CreateTime = "string",
        DomainGroupMoid = "string",
        EndTime = "string",
        IgnoreSecureProperties = false,
        IsAesKeySet = false,
        LocalSources = new[]
        {
            new Intersight.Inputs.MgmtConfigRestoreOperationLocalSourceArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        MgmtConfigRestoreOperationId = "string",
        ModTime = "string",
        Moid = "string",
        Name = "string",
        NrSource = "string",
        ObjectType = "string",
        Options = new[]
        {
            new Intersight.Inputs.MgmtConfigRestoreOperationOptionArgs
            {
                ActionOnError = "string",
                AdditionalProperties = "string",
                ClassId = "string",
                ObjectType = "string",
                OrgsToRestores = new[]
                {
                    "string",
                },
                RestoreAction = "string",
            },
        },
        OrgImportJobs = new[]
        {
            new Intersight.Inputs.MgmtConfigRestoreOperationOrgImportJobArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        OrgRestores = new[]
        {
            new Intersight.Inputs.MgmtConfigRestoreOperationOrgRestoreArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        Owners = new[]
        {
            "string",
        },
        Parents = new[]
        {
            new Intersight.Inputs.MgmtConfigRestoreOperationParentArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        PermissionResources = new[]
        {
            new Intersight.Inputs.MgmtConfigRestoreOperationPermissionResourceArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        SharedScope = "string",
        StartTime = "string",
        Status = "string",
        Tags = new[]
        {
            new Intersight.Inputs.MgmtConfigRestoreOperationTagArgs
            {
                AdditionalProperties = "string",
                AncestorDefinitions = new[]
                {
                    new Intersight.Inputs.MgmtConfigRestoreOperationTagAncestorDefinitionArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Definitions = new[]
                {
                    new Intersight.Inputs.MgmtConfigRestoreOperationTagDefinitionArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Key = "string",
                Propagated = false,
                SysTag = false,
                Type = "string",
                Value = "string",
            },
        },
        VersionContexts = new[]
        {
            new Intersight.Inputs.MgmtConfigRestoreOperationVersionContextArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                InterestedMos = new[]
                {
                    new Intersight.Inputs.MgmtConfigRestoreOperationVersionContextInterestedMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                MarkedForDeletion = false,
                NrVersion = "string",
                ObjectType = "string",
                RefMos = new[]
                {
                    new Intersight.Inputs.MgmtConfigRestoreOperationVersionContextRefMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Timestamp = "string",
                VersionType = "string",
            },
        },
        WaitForCompletion = false,
        WorkflowInfos = new[]
        {
            new Intersight.Inputs.MgmtConfigRestoreOperationWorkflowInfoArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
    });
    
    example, err := intersight.NewMgmtConfigRestoreOperation(ctx, "mgmtConfigRestoreOperationResource", &intersight.MgmtConfigRestoreOperationArgs{
    	AccountMoid: pulumi.String("string"),
    	Accounts: intersight.MgmtConfigRestoreOperationAccountArray{
    		&intersight.MgmtConfigRestoreOperationAccountArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	AcctCategoryImportDatas: intersight.MgmtConfigRestoreOperationAcctCategoryImportDataArray{
    		&intersight.MgmtConfigRestoreOperationAcctCategoryImportDataArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			FileName:             pulumi.String("string"),
    			Name:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			ProcessedTypes: intersight.MgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeArray{
    				&intersight.MgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ChildTypes: intersight.MgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeChildTypeArray{
    						&intersight.MgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeChildTypeArgs{
    							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"),
    				},
    			},
    			Status: pulumi.String("string"),
    		},
    	},
    	AcctImportJobs: intersight.MgmtConfigRestoreOperationAcctImportJobArray{
    		&intersight.MgmtConfigRestoreOperationAcctImportJobArgs{
    			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.MgmtConfigRestoreOperationAncestorArray{
    		&intersight.MgmtConfigRestoreOperationAncestorArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	BackupAccountMoid:      pulumi.String("string"),
    	BackupName:             pulumi.String("string"),
    	BackupSource:           pulumi.String("string"),
    	ClassId:                pulumi.String("string"),
    	CreateTime:             pulumi.String("string"),
    	DomainGroupMoid:        pulumi.String("string"),
    	EndTime:                pulumi.String("string"),
    	IgnoreSecureProperties: pulumi.Bool(false),
    	IsAesKeySet:            pulumi.Bool(false),
    	LocalSources: intersight.MgmtConfigRestoreOperationLocalSourceArray{
    		&intersight.MgmtConfigRestoreOperationLocalSourceArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	MgmtConfigRestoreOperationId: pulumi.String("string"),
    	ModTime:                      pulumi.String("string"),
    	Moid:                         pulumi.String("string"),
    	Name:                         pulumi.String("string"),
    	NrSource:                     pulumi.String("string"),
    	ObjectType:                   pulumi.String("string"),
    	Options: intersight.MgmtConfigRestoreOperationOptionArray{
    		&intersight.MgmtConfigRestoreOperationOptionArgs{
    			ActionOnError:        pulumi.String("string"),
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			OrgsToRestores: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			RestoreAction: pulumi.String("string"),
    		},
    	},
    	OrgImportJobs: intersight.MgmtConfigRestoreOperationOrgImportJobArray{
    		&intersight.MgmtConfigRestoreOperationOrgImportJobArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	OrgRestores: intersight.MgmtConfigRestoreOperationOrgRestoreArray{
    		&intersight.MgmtConfigRestoreOperationOrgRestoreArgs{
    			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.MgmtConfigRestoreOperationParentArray{
    		&intersight.MgmtConfigRestoreOperationParentArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	PermissionResources: intersight.MgmtConfigRestoreOperationPermissionResourceArray{
    		&intersight.MgmtConfigRestoreOperationPermissionResourceArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	SharedScope: pulumi.String("string"),
    	StartTime:   pulumi.String("string"),
    	Status:      pulumi.String("string"),
    	Tags: intersight.MgmtConfigRestoreOperationTagArray{
    		&intersight.MgmtConfigRestoreOperationTagArgs{
    			AdditionalProperties: pulumi.String("string"),
    			AncestorDefinitions: intersight.MgmtConfigRestoreOperationTagAncestorDefinitionArray{
    				&intersight.MgmtConfigRestoreOperationTagAncestorDefinitionArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			Definitions: intersight.MgmtConfigRestoreOperationTagDefinitionArray{
    				&intersight.MgmtConfigRestoreOperationTagDefinitionArgs{
    					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"),
    		},
    	},
    	VersionContexts: intersight.MgmtConfigRestoreOperationVersionContextArray{
    		&intersight.MgmtConfigRestoreOperationVersionContextArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			InterestedMos: intersight.MgmtConfigRestoreOperationVersionContextInterestedMoArray{
    				&intersight.MgmtConfigRestoreOperationVersionContextInterestedMoArgs{
    					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.MgmtConfigRestoreOperationVersionContextRefMoArray{
    				&intersight.MgmtConfigRestoreOperationVersionContextRefMoArgs{
    					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.MgmtConfigRestoreOperationWorkflowInfoArray{
    		&intersight.MgmtConfigRestoreOperationWorkflowInfoArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    })
    
    resource "intersight_mgmt_config_restore_operation" "mgmtConfigRestoreOperationResource" {
      lifecycle {
        create_before_destroy = true
      }
      account_moid = "string"
      accounts {
        additional_properties = "string"
        class_id              = "string"
        moid                  = "string"
        object_type           = "string"
        selector              = "string"
      }
      acct_category_import_datas {
        additional_properties = "string"
        class_id              = "string"
        file_name             = "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"
        }
        status = "string"
      }
      acct_import_jobs {
        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_moid      = "string"
      backup_name              = "string"
      backup_source            = "string"
      class_id                 = "string"
      create_time              = "string"
      domain_group_moid        = "string"
      end_time                 = "string"
      ignore_secure_properties = false
      is_aes_key_set           = false
      local_sources {
        additional_properties = "string"
        class_id              = "string"
        moid                  = "string"
        object_type           = "string"
        selector              = "string"
      }
      mgmt_config_restore_operation_id = "string"
      mod_time                         = "string"
      moid                             = "string"
      name                             = "string"
      nr_source                        = "string"
      object_type                      = "string"
      options {
        action_on_error       = "string"
        additional_properties = "string"
        class_id              = "string"
        object_type           = "string"
        orgs_to_restores      = ["string"]
        restore_action        = "string"
      }
      org_import_jobs {
        additional_properties = "string"
        class_id              = "string"
        moid                  = "string"
        object_type           = "string"
        selector              = "string"
      }
      org_restores {
        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"
      }
      shared_scope = "string"
      start_time   = "string"
      status       = "string"
      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"
      }
      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 mgmtConfigRestoreOperationResource = new MgmtConfigRestoreOperation("mgmtConfigRestoreOperationResource", MgmtConfigRestoreOperationArgs.builder()
        .accountMoid("string")
        .accounts(MgmtConfigRestoreOperationAccountArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .acctCategoryImportDatas(MgmtConfigRestoreOperationAcctCategoryImportDataArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .fileName("string")
            .name("string")
            .objectType("string")
            .processedTypes(MgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeArgs.builder()
                .additionalProperties("string")
                .childTypes(MgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeChildTypeArgs.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())
            .status("string")
            .build())
        .acctImportJobs(MgmtConfigRestoreOperationAcctImportJobArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .additionalProperties("string")
        .ancestors(MgmtConfigRestoreOperationAncestorArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .backupAccountMoid("string")
        .backupName("string")
        .backupSource("string")
        .classId("string")
        .createTime("string")
        .domainGroupMoid("string")
        .endTime("string")
        .ignoreSecureProperties(false)
        .isAesKeySet(false)
        .localSources(MgmtConfigRestoreOperationLocalSourceArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .mgmtConfigRestoreOperationId("string")
        .modTime("string")
        .moid("string")
        .name("string")
        .nrSource("string")
        .objectType("string")
        .options(MgmtConfigRestoreOperationOptionArgs.builder()
            .actionOnError("string")
            .additionalProperties("string")
            .classId("string")
            .objectType("string")
            .orgsToRestores("string")
            .restoreAction("string")
            .build())
        .orgImportJobs(MgmtConfigRestoreOperationOrgImportJobArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .orgRestores(MgmtConfigRestoreOperationOrgRestoreArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .owners("string")
        .parents(MgmtConfigRestoreOperationParentArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .permissionResources(MgmtConfigRestoreOperationPermissionResourceArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .sharedScope("string")
        .startTime("string")
        .status("string")
        .tags(MgmtConfigRestoreOperationTagArgs.builder()
            .additionalProperties("string")
            .ancestorDefinitions(MgmtConfigRestoreOperationTagAncestorDefinitionArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .definitions(MgmtConfigRestoreOperationTagDefinitionArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .key("string")
            .propagated(false)
            .sysTag(false)
            .type("string")
            .value("string")
            .build())
        .versionContexts(MgmtConfigRestoreOperationVersionContextArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .interestedMos(MgmtConfigRestoreOperationVersionContextInterestedMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .markedForDeletion(false)
            .nrVersion("string")
            .objectType("string")
            .refMos(MgmtConfigRestoreOperationVersionContextRefMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .timestamp("string")
            .versionType("string")
            .build())
        .waitForCompletion(false)
        .workflowInfos(MgmtConfigRestoreOperationWorkflowInfoArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .build());
    
    mgmt_config_restore_operation_resource = intersight.MgmtConfigRestoreOperation("mgmtConfigRestoreOperationResource",
        account_moid="string",
        accounts=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        acct_category_import_datas=[{
            "additional_properties": "string",
            "class_id": "string",
            "file_name": "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",
            }],
            "status": "string",
        }],
        acct_import_jobs=[{
            "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_moid="string",
        backup_name="string",
        backup_source="string",
        class_id="string",
        create_time="string",
        domain_group_moid="string",
        end_time="string",
        ignore_secure_properties=False,
        is_aes_key_set=False,
        local_sources=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        mgmt_config_restore_operation_id="string",
        mod_time="string",
        moid="string",
        name="string",
        nr_source="string",
        object_type="string",
        options=[{
            "action_on_error": "string",
            "additional_properties": "string",
            "class_id": "string",
            "object_type": "string",
            "orgs_to_restores": ["string"],
            "restore_action": "string",
        }],
        org_import_jobs=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        org_restores=[{
            "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",
        }],
        shared_scope="string",
        start_time="string",
        status="string",
        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",
        }],
        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 mgmtConfigRestoreOperationResource = new intersight.MgmtConfigRestoreOperation("mgmtConfigRestoreOperationResource", {
        accountMoid: "string",
        accounts: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        acctCategoryImportDatas: [{
            additionalProperties: "string",
            classId: "string",
            fileName: "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",
            }],
            status: "string",
        }],
        acctImportJobs: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        additionalProperties: "string",
        ancestors: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        backupAccountMoid: "string",
        backupName: "string",
        backupSource: "string",
        classId: "string",
        createTime: "string",
        domainGroupMoid: "string",
        endTime: "string",
        ignoreSecureProperties: false,
        isAesKeySet: false,
        localSources: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        mgmtConfigRestoreOperationId: "string",
        modTime: "string",
        moid: "string",
        name: "string",
        nrSource: "string",
        objectType: "string",
        options: [{
            actionOnError: "string",
            additionalProperties: "string",
            classId: "string",
            objectType: "string",
            orgsToRestores: ["string"],
            restoreAction: "string",
        }],
        orgImportJobs: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        orgRestores: [{
            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",
        }],
        sharedScope: "string",
        startTime: "string",
        status: "string",
        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",
        }],
        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:MgmtConfigRestoreOperation
    properties:
        accountMoid: string
        accounts:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        acctCategoryImportDatas:
            - additionalProperties: string
              classId: string
              fileName: 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
              status: string
        acctImportJobs:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        additionalProperties: string
        ancestors:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        backupAccountMoid: string
        backupName: string
        backupSource: string
        classId: string
        createTime: string
        domainGroupMoid: string
        endTime: string
        ignoreSecureProperties: false
        isAesKeySet: false
        localSources:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        mgmtConfigRestoreOperationId: string
        modTime: string
        moid: string
        name: string
        nrSource: string
        objectType: string
        options:
            - actionOnError: string
              additionalProperties: string
              classId: string
              objectType: string
              orgsToRestores:
                - string
              restoreAction: string
        orgImportJobs:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        orgRestores:
            - 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
        sharedScope: string
        startTime: string
        status: string
        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
        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
    

    MgmtConfigRestoreOperation 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 MgmtConfigRestoreOperation resource accepts the following input properties:

    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts List<MgmtConfigRestoreOperationAccount>
    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:
    AcctCategoryImportDatas List<MgmtConfigRestoreOperationAcctCategoryImportData>
    This complex property has following sub-properties:
    AcctImportJobs List<MgmtConfigRestoreOperationAcctImportJob>
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    AdditionalProperties string
    Ancestors List<MgmtConfigRestoreOperationAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    BackupAccountMoid string
    (ReadOnly) The moid of the account from which the backup was taken.
    BackupName string
    (ReadOnly) Name of the backup that needs to be restored.
    BackupSource string
    (ReadOnly) 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.
    ClassId 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.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    EndTime string
    (ReadOnly) End date and time of the restore process.
    IgnoreSecureProperties bool
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    IsAesKeySet bool
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    LocalSources List<MgmtConfigRestoreOperationLocalSource>
    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:
    MgmtConfigRestoreOperationId string
    ModTime 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 restore operation.
    NrSource string
    The type of source from which the backup - local or remote - needs to be restored.* 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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Options List<MgmtConfigRestoreOperationOption>
    Options to control the behavior of the restore operation. This complex property has following sub-properties:
    OrgImportJobs List<MgmtConfigRestoreOperationOrgImportJob>
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    OrgRestores List<MgmtConfigRestoreOperationOrgRestore>
    (ReadOnly) An array of relationships to mgmtOrgRestoreOperation resources. This complex property has following sub-properties:
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<MgmtConfigRestoreOperationParent>
    (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:
    PermissionResources List<MgmtConfigRestoreOperationPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    SharedScope 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.
    StartTime string
    (ReadOnly) Start date and time of the restore process.
    Status string
    (ReadOnly) Status of the restore 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.
    Tags List<MgmtConfigRestoreOperationTag>
    This complex property has following sub-properties:
    VersionContexts List<MgmtConfigRestoreOperationVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WaitForCompletion bool
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    WorkflowInfos List<MgmtConfigRestoreOperationWorkflowInfo>
    (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:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts []MgmtConfigRestoreOperationAccountArgs
    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:
    AcctCategoryImportDatas []MgmtConfigRestoreOperationAcctCategoryImportDataArgs
    This complex property has following sub-properties:
    AcctImportJobs []MgmtConfigRestoreOperationAcctImportJobArgs
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    AdditionalProperties string
    Ancestors []MgmtConfigRestoreOperationAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    BackupAccountMoid string
    (ReadOnly) The moid of the account from which the backup was taken.
    BackupName string
    (ReadOnly) Name of the backup that needs to be restored.
    BackupSource string
    (ReadOnly) 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.
    ClassId 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.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    EndTime string
    (ReadOnly) End date and time of the restore process.
    IgnoreSecureProperties bool
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    IsAesKeySet bool
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    LocalSources []MgmtConfigRestoreOperationLocalSourceArgs
    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:
    MgmtConfigRestoreOperationId string
    ModTime 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 restore operation.
    NrSource string
    The type of source from which the backup - local or remote - needs to be restored.* 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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Options []MgmtConfigRestoreOperationOptionArgs
    Options to control the behavior of the restore operation. This complex property has following sub-properties:
    OrgImportJobs []MgmtConfigRestoreOperationOrgImportJobArgs
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    OrgRestores []MgmtConfigRestoreOperationOrgRestoreArgs
    (ReadOnly) An array of relationships to mgmtOrgRestoreOperation resources. This complex property has following sub-properties:
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []MgmtConfigRestoreOperationParentArgs
    (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:
    PermissionResources []MgmtConfigRestoreOperationPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    SharedScope 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.
    StartTime string
    (ReadOnly) Start date and time of the restore process.
    Status string
    (ReadOnly) Status of the restore 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.
    Tags []MgmtConfigRestoreOperationTagArgs
    This complex property has following sub-properties:
    VersionContexts []MgmtConfigRestoreOperationVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WaitForCompletion bool
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    WorkflowInfos []MgmtConfigRestoreOperationWorkflowInfoArgs
    (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:
    acct_category_import_datas list(object)
    This complex property has following sub-properties:
    acct_import_jobs list(object)
    (ReadOnly) An array of relationships to bulkRequest resources. 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_moid string
    (ReadOnly) The moid of the account from which the backup was taken.
    backup_name string
    (ReadOnly) Name of the backup that needs to be restored.
    backup_source string
    (ReadOnly) 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.
    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.
    domain_group_moid string
    (ReadOnly) The DomainGroup ID for this managed object.
    end_time string
    (ReadOnly) End date and time of the restore process.
    ignore_secure_properties bool
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    is_aes_key_set bool
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    local_sources list(object)
    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:
    mgmt_config_restore_operation_id string
    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 restore operation.
    nr_source string
    The type of source from which the backup - local or remote - needs to be restored.* 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.
    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 restore operation. This complex property has following sub-properties:
    org_import_jobs list(object)
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    org_restores list(object)
    (ReadOnly) An array of relationships to mgmtOrgRestoreOperation 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:
    shared_scope 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 restore process.
    status string
    (ReadOnly) Status of the restore 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.
    tags list(object)
    This complex property has following sub-properties:
    version_contexts list(object)
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    wait_for_completion bool
    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:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    accounts List<MgmtConfigRestoreOperationAccount>
    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:
    acctCategoryImportDatas List<MgmtConfigRestoreOperationAcctCategoryImportData>
    This complex property has following sub-properties:
    acctImportJobs List<MgmtConfigRestoreOperationAcctImportJob>
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    additionalProperties String
    ancestors List<MgmtConfigRestoreOperationAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    backupAccountMoid String
    (ReadOnly) The moid of the account from which the backup was taken.
    backupName String
    (ReadOnly) Name of the backup that needs to be restored.
    backupSource String
    (ReadOnly) 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.
    classId 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.
    createTime String
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    endTime String
    (ReadOnly) End date and time of the restore process.
    ignoreSecureProperties Boolean
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    isAesKeySet Boolean
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    localSources List<MgmtConfigRestoreOperationLocalSource>
    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:
    mgmtConfigRestoreOperationId String
    modTime 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 restore operation.
    nrSource String
    The type of source from which the backup - local or remote - needs to be restored.* 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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    options List<MgmtConfigRestoreOperationOption>
    Options to control the behavior of the restore operation. This complex property has following sub-properties:
    orgImportJobs List<MgmtConfigRestoreOperationOrgImportJob>
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    orgRestores List<MgmtConfigRestoreOperationOrgRestore>
    (ReadOnly) An array of relationships to mgmtOrgRestoreOperation resources. This complex property has following sub-properties:
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<MgmtConfigRestoreOperationParent>
    (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:
    permissionResources List<MgmtConfigRestoreOperationPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    sharedScope 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.
    startTime String
    (ReadOnly) Start date and time of the restore process.
    status String
    (ReadOnly) Status of the restore 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.
    tags List<MgmtConfigRestoreOperationTag>
    This complex property has following sub-properties:
    versionContexts List<MgmtConfigRestoreOperationVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    waitForCompletion Boolean
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflowInfos List<MgmtConfigRestoreOperationWorkflowInfo>
    (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:
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    accounts MgmtConfigRestoreOperationAccount[]
    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:
    acctCategoryImportDatas MgmtConfigRestoreOperationAcctCategoryImportData[]
    This complex property has following sub-properties:
    acctImportJobs MgmtConfigRestoreOperationAcctImportJob[]
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    additionalProperties string
    ancestors MgmtConfigRestoreOperationAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    backupAccountMoid string
    (ReadOnly) The moid of the account from which the backup was taken.
    backupName string
    (ReadOnly) Name of the backup that needs to be restored.
    backupSource string
    (ReadOnly) 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.
    classId 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.
    createTime string
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    endTime string
    (ReadOnly) End date and time of the restore process.
    ignoreSecureProperties boolean
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    isAesKeySet boolean
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    localSources MgmtConfigRestoreOperationLocalSource[]
    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:
    mgmtConfigRestoreOperationId string
    modTime 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 restore operation.
    nrSource string
    The type of source from which the backup - local or remote - needs to be restored.* 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.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    options MgmtConfigRestoreOperationOption[]
    Options to control the behavior of the restore operation. This complex property has following sub-properties:
    orgImportJobs MgmtConfigRestoreOperationOrgImportJob[]
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    orgRestores MgmtConfigRestoreOperationOrgRestore[]
    (ReadOnly) An array of relationships to mgmtOrgRestoreOperation resources. This complex property has following sub-properties:
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents MgmtConfigRestoreOperationParent[]
    (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:
    permissionResources MgmtConfigRestoreOperationPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    sharedScope 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.
    startTime string
    (ReadOnly) Start date and time of the restore process.
    status string
    (ReadOnly) Status of the restore 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.
    tags MgmtConfigRestoreOperationTag[]
    This complex property has following sub-properties:
    versionContexts MgmtConfigRestoreOperationVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    waitForCompletion boolean
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflowInfos MgmtConfigRestoreOperationWorkflowInfo[]
    (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[MgmtConfigRestoreOperationAccountArgs]
    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:
    acct_category_import_datas Sequence[MgmtConfigRestoreOperationAcctCategoryImportDataArgs]
    This complex property has following sub-properties:
    acct_import_jobs Sequence[MgmtConfigRestoreOperationAcctImportJobArgs]
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    additional_properties str
    ancestors Sequence[MgmtConfigRestoreOperationAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    backup_account_moid str
    (ReadOnly) The moid of the account from which the backup was taken.
    backup_name str
    (ReadOnly) Name of the backup that needs to be restored.
    backup_source str
    (ReadOnly) 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.
    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.
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    end_time str
    (ReadOnly) End date and time of the restore process.
    ignore_secure_properties bool
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    is_aes_key_set bool
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    local_sources Sequence[MgmtConfigRestoreOperationLocalSourceArgs]
    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:
    mgmt_config_restore_operation_id str
    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 restore operation.
    nr_source str
    The type of source from which the backup - local or remote - needs to be restored.* 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.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    options Sequence[MgmtConfigRestoreOperationOptionArgs]
    Options to control the behavior of the restore operation. This complex property has following sub-properties:
    org_import_jobs Sequence[MgmtConfigRestoreOperationOrgImportJobArgs]
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    org_restores Sequence[MgmtConfigRestoreOperationOrgRestoreArgs]
    (ReadOnly) An array of relationships to mgmtOrgRestoreOperation resources. This complex property has following sub-properties:
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[MgmtConfigRestoreOperationParentArgs]
    (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[MgmtConfigRestoreOperationPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    shared_scope 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 restore process.
    status str
    (ReadOnly) Status of the restore 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.
    tags Sequence[MgmtConfigRestoreOperationTagArgs]
    This complex property has following sub-properties:
    version_contexts Sequence[MgmtConfigRestoreOperationVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    wait_for_completion bool
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflow_infos Sequence[MgmtConfigRestoreOperationWorkflowInfoArgs]
    (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:
    accountMoid 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:
    acctCategoryImportDatas List<Property Map>
    This complex property has following sub-properties:
    acctImportJobs List<Property Map>
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    additionalProperties String
    ancestors List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    backupAccountMoid String
    (ReadOnly) The moid of the account from which the backup was taken.
    backupName String
    (ReadOnly) Name of the backup that needs to be restored.
    backupSource String
    (ReadOnly) 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.
    classId 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.
    createTime String
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    endTime String
    (ReadOnly) End date and time of the restore process.
    ignoreSecureProperties Boolean
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    isAesKeySet Boolean
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    localSources List<Property Map>
    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:
    mgmtConfigRestoreOperationId String
    modTime 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 restore operation.
    nrSource String
    The type of source from which the backup - local or remote - needs to be restored.* 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.
    objectType 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 restore operation. This complex property has following sub-properties:
    orgImportJobs List<Property Map>
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    orgRestores List<Property Map>
    (ReadOnly) An array of relationships to mgmtOrgRestoreOperation 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:
    permissionResources List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    sharedScope 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.
    startTime String
    (ReadOnly) Start date and time of the restore process.
    status String
    (ReadOnly) Status of the restore 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.
    tags List<Property Map>
    This complex property has following sub-properties:
    versionContexts List<Property Map>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    waitForCompletion Boolean
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflowInfos 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 MgmtConfigRestoreOperation 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 MgmtConfigRestoreOperation Resource

    Get an existing MgmtConfigRestoreOperation 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?: MgmtConfigRestoreOperationState, opts?: CustomResourceOptions): MgmtConfigRestoreOperation
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_moid: Optional[str] = None,
            accounts: Optional[Sequence[MgmtConfigRestoreOperationAccountArgs]] = None,
            acct_category_import_datas: Optional[Sequence[MgmtConfigRestoreOperationAcctCategoryImportDataArgs]] = None,
            acct_import_jobs: Optional[Sequence[MgmtConfigRestoreOperationAcctImportJobArgs]] = None,
            additional_properties: Optional[str] = None,
            ancestors: Optional[Sequence[MgmtConfigRestoreOperationAncestorArgs]] = None,
            backup_account_moid: Optional[str] = None,
            backup_name: Optional[str] = None,
            backup_source: Optional[str] = None,
            class_id: Optional[str] = None,
            create_time: Optional[str] = None,
            domain_group_moid: Optional[str] = None,
            end_time: Optional[str] = None,
            ignore_secure_properties: Optional[bool] = None,
            is_aes_key_set: Optional[bool] = None,
            local_sources: Optional[Sequence[MgmtConfigRestoreOperationLocalSourceArgs]] = None,
            mgmt_config_restore_operation_id: Optional[str] = None,
            mod_time: Optional[str] = None,
            moid: Optional[str] = None,
            name: Optional[str] = None,
            nr_source: Optional[str] = None,
            object_type: Optional[str] = None,
            options: Optional[Sequence[MgmtConfigRestoreOperationOptionArgs]] = None,
            org_import_jobs: Optional[Sequence[MgmtConfigRestoreOperationOrgImportJobArgs]] = None,
            org_restores: Optional[Sequence[MgmtConfigRestoreOperationOrgRestoreArgs]] = None,
            owners: Optional[Sequence[str]] = None,
            parents: Optional[Sequence[MgmtConfigRestoreOperationParentArgs]] = None,
            permission_resources: Optional[Sequence[MgmtConfigRestoreOperationPermissionResourceArgs]] = None,
            shared_scope: Optional[str] = None,
            start_time: Optional[str] = None,
            status: Optional[str] = None,
            tags: Optional[Sequence[MgmtConfigRestoreOperationTagArgs]] = None,
            version_contexts: Optional[Sequence[MgmtConfigRestoreOperationVersionContextArgs]] = None,
            wait_for_completion: Optional[bool] = None,
            workflow_infos: Optional[Sequence[MgmtConfigRestoreOperationWorkflowInfoArgs]] = None) -> MgmtConfigRestoreOperation
    func GetMgmtConfigRestoreOperation(ctx *Context, name string, id IDInput, state *MgmtConfigRestoreOperationState, opts ...ResourceOption) (*MgmtConfigRestoreOperation, error)
    public static MgmtConfigRestoreOperation Get(string name, Input<string> id, MgmtConfigRestoreOperationState? state, CustomResourceOptions? opts = null)
    public static MgmtConfigRestoreOperation get(String name, Output<String> id, MgmtConfigRestoreOperationState state, CustomResourceOptions options)
    resources:  _:    type: intersight:MgmtConfigRestoreOperation    get:      id: ${id}
    import {
      to = intersight_mgmt_config_restore_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.
    The following state arguments are supported:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts List<MgmtConfigRestoreOperationAccount>
    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:
    AcctCategoryImportDatas List<MgmtConfigRestoreOperationAcctCategoryImportData>
    This complex property has following sub-properties:
    AcctImportJobs List<MgmtConfigRestoreOperationAcctImportJob>
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    AdditionalProperties string
    Ancestors List<MgmtConfigRestoreOperationAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    BackupAccountMoid string
    (ReadOnly) The moid of the account from which the backup was taken.
    BackupName string
    (ReadOnly) Name of the backup that needs to be restored.
    BackupSource string
    (ReadOnly) 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.
    ClassId 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.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    EndTime string
    (ReadOnly) End date and time of the restore process.
    IgnoreSecureProperties bool
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    IsAesKeySet bool
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    LocalSources List<MgmtConfigRestoreOperationLocalSource>
    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:
    MgmtConfigRestoreOperationId string
    ModTime 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 restore operation.
    NrSource string
    The type of source from which the backup - local or remote - needs to be restored.* 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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Options List<MgmtConfigRestoreOperationOption>
    Options to control the behavior of the restore operation. This complex property has following sub-properties:
    OrgImportJobs List<MgmtConfigRestoreOperationOrgImportJob>
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    OrgRestores List<MgmtConfigRestoreOperationOrgRestore>
    (ReadOnly) An array of relationships to mgmtOrgRestoreOperation resources. This complex property has following sub-properties:
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<MgmtConfigRestoreOperationParent>
    (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:
    PermissionResources List<MgmtConfigRestoreOperationPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    SharedScope 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.
    StartTime string
    (ReadOnly) Start date and time of the restore process.
    Status string
    (ReadOnly) Status of the restore 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.
    Tags List<MgmtConfigRestoreOperationTag>
    This complex property has following sub-properties:
    VersionContexts List<MgmtConfigRestoreOperationVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WaitForCompletion bool
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    WorkflowInfos List<MgmtConfigRestoreOperationWorkflowInfo>
    (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:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts []MgmtConfigRestoreOperationAccountArgs
    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:
    AcctCategoryImportDatas []MgmtConfigRestoreOperationAcctCategoryImportDataArgs
    This complex property has following sub-properties:
    AcctImportJobs []MgmtConfigRestoreOperationAcctImportJobArgs
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    AdditionalProperties string
    Ancestors []MgmtConfigRestoreOperationAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    BackupAccountMoid string
    (ReadOnly) The moid of the account from which the backup was taken.
    BackupName string
    (ReadOnly) Name of the backup that needs to be restored.
    BackupSource string
    (ReadOnly) 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.
    ClassId 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.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    EndTime string
    (ReadOnly) End date and time of the restore process.
    IgnoreSecureProperties bool
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    IsAesKeySet bool
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    LocalSources []MgmtConfigRestoreOperationLocalSourceArgs
    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:
    MgmtConfigRestoreOperationId string
    ModTime 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 restore operation.
    NrSource string
    The type of source from which the backup - local or remote - needs to be restored.* 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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Options []MgmtConfigRestoreOperationOptionArgs
    Options to control the behavior of the restore operation. This complex property has following sub-properties:
    OrgImportJobs []MgmtConfigRestoreOperationOrgImportJobArgs
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    OrgRestores []MgmtConfigRestoreOperationOrgRestoreArgs
    (ReadOnly) An array of relationships to mgmtOrgRestoreOperation resources. This complex property has following sub-properties:
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []MgmtConfigRestoreOperationParentArgs
    (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:
    PermissionResources []MgmtConfigRestoreOperationPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    SharedScope 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.
    StartTime string
    (ReadOnly) Start date and time of the restore process.
    Status string
    (ReadOnly) Status of the restore 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.
    Tags []MgmtConfigRestoreOperationTagArgs
    This complex property has following sub-properties:
    VersionContexts []MgmtConfigRestoreOperationVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    WaitForCompletion bool
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    WorkflowInfos []MgmtConfigRestoreOperationWorkflowInfoArgs
    (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:
    acct_category_import_datas list(object)
    This complex property has following sub-properties:
    acct_import_jobs list(object)
    (ReadOnly) An array of relationships to bulkRequest resources. 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_moid string
    (ReadOnly) The moid of the account from which the backup was taken.
    backup_name string
    (ReadOnly) Name of the backup that needs to be restored.
    backup_source string
    (ReadOnly) 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.
    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.
    domain_group_moid string
    (ReadOnly) The DomainGroup ID for this managed object.
    end_time string
    (ReadOnly) End date and time of the restore process.
    ignore_secure_properties bool
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    is_aes_key_set bool
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    local_sources list(object)
    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:
    mgmt_config_restore_operation_id string
    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 restore operation.
    nr_source string
    The type of source from which the backup - local or remote - needs to be restored.* 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.
    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 restore operation. This complex property has following sub-properties:
    org_import_jobs list(object)
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    org_restores list(object)
    (ReadOnly) An array of relationships to mgmtOrgRestoreOperation 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:
    shared_scope 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 restore process.
    status string
    (ReadOnly) Status of the restore 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.
    tags list(object)
    This complex property has following sub-properties:
    version_contexts list(object)
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    wait_for_completion bool
    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:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    accounts List<MgmtConfigRestoreOperationAccount>
    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:
    acctCategoryImportDatas List<MgmtConfigRestoreOperationAcctCategoryImportData>
    This complex property has following sub-properties:
    acctImportJobs List<MgmtConfigRestoreOperationAcctImportJob>
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    additionalProperties String
    ancestors List<MgmtConfigRestoreOperationAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    backupAccountMoid String
    (ReadOnly) The moid of the account from which the backup was taken.
    backupName String
    (ReadOnly) Name of the backup that needs to be restored.
    backupSource String
    (ReadOnly) 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.
    classId 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.
    createTime String
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    endTime String
    (ReadOnly) End date and time of the restore process.
    ignoreSecureProperties Boolean
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    isAesKeySet Boolean
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    localSources List<MgmtConfigRestoreOperationLocalSource>
    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:
    mgmtConfigRestoreOperationId String
    modTime 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 restore operation.
    nrSource String
    The type of source from which the backup - local or remote - needs to be restored.* 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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    options List<MgmtConfigRestoreOperationOption>
    Options to control the behavior of the restore operation. This complex property has following sub-properties:
    orgImportJobs List<MgmtConfigRestoreOperationOrgImportJob>
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    orgRestores List<MgmtConfigRestoreOperationOrgRestore>
    (ReadOnly) An array of relationships to mgmtOrgRestoreOperation resources. This complex property has following sub-properties:
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<MgmtConfigRestoreOperationParent>
    (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:
    permissionResources List<MgmtConfigRestoreOperationPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    sharedScope 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.
    startTime String
    (ReadOnly) Start date and time of the restore process.
    status String
    (ReadOnly) Status of the restore 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.
    tags List<MgmtConfigRestoreOperationTag>
    This complex property has following sub-properties:
    versionContexts List<MgmtConfigRestoreOperationVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    waitForCompletion Boolean
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflowInfos List<MgmtConfigRestoreOperationWorkflowInfo>
    (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:
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    accounts MgmtConfigRestoreOperationAccount[]
    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:
    acctCategoryImportDatas MgmtConfigRestoreOperationAcctCategoryImportData[]
    This complex property has following sub-properties:
    acctImportJobs MgmtConfigRestoreOperationAcctImportJob[]
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    additionalProperties string
    ancestors MgmtConfigRestoreOperationAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    backupAccountMoid string
    (ReadOnly) The moid of the account from which the backup was taken.
    backupName string
    (ReadOnly) Name of the backup that needs to be restored.
    backupSource string
    (ReadOnly) 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.
    classId 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.
    createTime string
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    endTime string
    (ReadOnly) End date and time of the restore process.
    ignoreSecureProperties boolean
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    isAesKeySet boolean
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    localSources MgmtConfigRestoreOperationLocalSource[]
    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:
    mgmtConfigRestoreOperationId string
    modTime 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 restore operation.
    nrSource string
    The type of source from which the backup - local or remote - needs to be restored.* 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.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    options MgmtConfigRestoreOperationOption[]
    Options to control the behavior of the restore operation. This complex property has following sub-properties:
    orgImportJobs MgmtConfigRestoreOperationOrgImportJob[]
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    orgRestores MgmtConfigRestoreOperationOrgRestore[]
    (ReadOnly) An array of relationships to mgmtOrgRestoreOperation resources. This complex property has following sub-properties:
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents MgmtConfigRestoreOperationParent[]
    (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:
    permissionResources MgmtConfigRestoreOperationPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    sharedScope 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.
    startTime string
    (ReadOnly) Start date and time of the restore process.
    status string
    (ReadOnly) Status of the restore 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.
    tags MgmtConfigRestoreOperationTag[]
    This complex property has following sub-properties:
    versionContexts MgmtConfigRestoreOperationVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    waitForCompletion boolean
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflowInfos MgmtConfigRestoreOperationWorkflowInfo[]
    (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[MgmtConfigRestoreOperationAccountArgs]
    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:
    acct_category_import_datas Sequence[MgmtConfigRestoreOperationAcctCategoryImportDataArgs]
    This complex property has following sub-properties:
    acct_import_jobs Sequence[MgmtConfigRestoreOperationAcctImportJobArgs]
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    additional_properties str
    ancestors Sequence[MgmtConfigRestoreOperationAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    backup_account_moid str
    (ReadOnly) The moid of the account from which the backup was taken.
    backup_name str
    (ReadOnly) Name of the backup that needs to be restored.
    backup_source str
    (ReadOnly) 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.
    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.
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    end_time str
    (ReadOnly) End date and time of the restore process.
    ignore_secure_properties bool
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    is_aes_key_set bool
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    local_sources Sequence[MgmtConfigRestoreOperationLocalSourceArgs]
    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:
    mgmt_config_restore_operation_id str
    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 restore operation.
    nr_source str
    The type of source from which the backup - local or remote - needs to be restored.* 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.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    options Sequence[MgmtConfigRestoreOperationOptionArgs]
    Options to control the behavior of the restore operation. This complex property has following sub-properties:
    org_import_jobs Sequence[MgmtConfigRestoreOperationOrgImportJobArgs]
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    org_restores Sequence[MgmtConfigRestoreOperationOrgRestoreArgs]
    (ReadOnly) An array of relationships to mgmtOrgRestoreOperation resources. This complex property has following sub-properties:
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[MgmtConfigRestoreOperationParentArgs]
    (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[MgmtConfigRestoreOperationPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    shared_scope 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 restore process.
    status str
    (ReadOnly) Status of the restore 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.
    tags Sequence[MgmtConfigRestoreOperationTagArgs]
    This complex property has following sub-properties:
    version_contexts Sequence[MgmtConfigRestoreOperationVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    wait_for_completion bool
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflow_infos Sequence[MgmtConfigRestoreOperationWorkflowInfoArgs]
    (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:
    accountMoid 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:
    acctCategoryImportDatas List<Property Map>
    This complex property has following sub-properties:
    acctImportJobs List<Property Map>
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    additionalProperties String
    ancestors List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    backupAccountMoid String
    (ReadOnly) The moid of the account from which the backup was taken.
    backupName String
    (ReadOnly) Name of the backup that needs to be restored.
    backupSource String
    (ReadOnly) 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.
    classId 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.
    createTime String
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    endTime String
    (ReadOnly) End date and time of the restore process.
    ignoreSecureProperties Boolean
    If set to true, secure properties will not be decrypted, and empty values will be used for these properties. As a result, if a secure property field is mandatory, the MO will be marked as incomplete.
    isAesKeySet Boolean
    (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
    localSources List<Property Map>
    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:
    mgmtConfigRestoreOperationId String
    modTime 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 restore operation.
    nrSource String
    The type of source from which the backup - local or remote - needs to be restored.* 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.
    objectType 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 restore operation. This complex property has following sub-properties:
    orgImportJobs List<Property Map>
    (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
    orgRestores List<Property Map>
    (ReadOnly) An array of relationships to mgmtOrgRestoreOperation 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:
    permissionResources List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    sharedScope 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.
    startTime String
    (ReadOnly) Start date and time of the restore process.
    status String
    (ReadOnly) Status of the restore 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.
    tags List<Property Map>
    This complex property has following sub-properties:
    versionContexts List<Property Map>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    waitForCompletion Boolean
    This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
    workflowInfos 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

    MgmtConfigRestoreOperationAccount, MgmtConfigRestoreOperationAccountArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.

    MgmtConfigRestoreOperationAcctCategoryImportData, MgmtConfigRestoreOperationAcctCategoryImportDataArgs

    AdditionalProperties string
    ClassId string
    FileName string
    (ReadOnly) Name of the file that contains configurations for this category.
    Name string
    (ReadOnly) The type of the managed object.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    ProcessedTypes List<MgmtConfigRestoreOperationAcctCategoryImportDataProcessedType>
    This complex property has following sub-properties:
    Status string
    (ReadOnly) Import status for this category of objects.* 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.
    AdditionalProperties string
    ClassId string
    FileName string
    (ReadOnly) Name of the file that contains configurations for this category.
    Name string
    (ReadOnly) The type of the managed object.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    ProcessedTypes []MgmtConfigRestoreOperationAcctCategoryImportDataProcessedType
    This complex property has following sub-properties:
    Status string
    (ReadOnly) Import status for this category of objects.* 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.
    additional_properties string
    class_id string
    file_name string
    (ReadOnly) Name of the file that contains configurations for this category.
    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:
    status string
    (ReadOnly) Import status for this category of objects.* 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.
    additionalProperties String
    classId String
    fileName String
    (ReadOnly) Name of the file that contains configurations for this category.
    name String
    (ReadOnly) The type of the managed object.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    processedTypes List<MgmtConfigRestoreOperationAcctCategoryImportDataProcessedType>
    This complex property has following sub-properties:
    status String
    (ReadOnly) Import status for this category of objects.* 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.
    additionalProperties string
    classId string
    fileName string
    (ReadOnly) Name of the file that contains configurations for this category.
    name string
    (ReadOnly) The type of the managed object.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    processedTypes MgmtConfigRestoreOperationAcctCategoryImportDataProcessedType[]
    This complex property has following sub-properties:
    status string
    (ReadOnly) Import status for this category of objects.* 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.
    additional_properties str
    class_id str
    file_name str
    (ReadOnly) Name of the file that contains configurations for this category.
    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[MgmtConfigRestoreOperationAcctCategoryImportDataProcessedType]
    This complex property has following sub-properties:
    status str
    (ReadOnly) Import status for this category of objects.* 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.
    additionalProperties String
    classId String
    fileName String
    (ReadOnly) Name of the file that contains configurations for this category.
    name String
    (ReadOnly) The type of the managed object.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    processedTypes List<Property Map>
    This complex property has following sub-properties:
    status String
    (ReadOnly) Import status for this category of objects.* 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.

    MgmtConfigRestoreOperationAcctCategoryImportDataProcessedType, MgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeArgs

    AdditionalProperties string
    ChildTypes List<MgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeChildType>
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    ClassId string
    Filter string
    (ReadOnly) Filter used to obtain a list of objects of the given object type.
    Name string
    User provided identifier for the restore operation.
    ObjectType string
    RestPath string
    (ReadOnly) The rest path for the MO type.
    AdditionalProperties string
    ChildTypes []MgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeChildType
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    ClassId string
    Filter string
    (ReadOnly) Filter used to obtain a list of objects of the given object type.
    Name string
    User provided identifier for the restore operation.
    ObjectType string
    RestPath 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 restore operation.
    object_type string
    rest_path string
    (ReadOnly) The rest path for the MO type.
    additionalProperties String
    childTypes List<MgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeChildType>
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    classId String
    filter String
    (ReadOnly) Filter used to obtain a list of objects of the given object type.
    name String
    User provided identifier for the restore operation.
    objectType String
    restPath String
    (ReadOnly) The rest path for the MO type.
    additionalProperties string
    childTypes MgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeChildType[]
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    classId string
    filter string
    (ReadOnly) Filter used to obtain a list of objects of the given object type.
    name string
    User provided identifier for the restore operation.
    objectType string
    restPath string
    (ReadOnly) The rest path for the MO type.
    additional_properties str
    child_types Sequence[MgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeChildType]
    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 restore operation.
    object_type str
    rest_path str
    (ReadOnly) The rest path for the MO type.
    additionalProperties String
    childTypes List<Property Map>
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    classId String
    filter String
    (ReadOnly) Filter used to obtain a list of objects of the given object type.
    name String
    User provided identifier for the restore operation.
    objectType String
    restPath String
    (ReadOnly) The rest path for the MO type.

    MgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeChildType, MgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeChildTypeArgs

    AdditionalProperties string
    ChildTypes List<string>
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    ClassId string
    Name string
    User provided identifier for the restore operation.
    ObjectType string
    ParentRelationName string
    RestPath string
    (ReadOnly) The rest path for the MO type.
    AdditionalProperties string
    ChildTypes []string
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    ClassId string
    Name string
    User provided identifier for the restore operation.
    ObjectType string
    ParentRelationName string
    RestPath 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 restore operation.
    object_type string
    parent_relation_name string
    rest_path string
    (ReadOnly) The rest path for the MO type.
    additionalProperties String
    childTypes List<String>
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    classId String
    name String
    User provided identifier for the restore operation.
    objectType String
    parentRelationName String
    restPath String
    (ReadOnly) The rest path for the MO type.
    additionalProperties string
    childTypes string[]
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    classId string
    name string
    User provided identifier for the restore operation.
    objectType string
    parentRelationName string
    restPath 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 restore operation.
    object_type str
    parent_relation_name str
    rest_path str
    (ReadOnly) The rest path for the MO type.
    additionalProperties String
    childTypes List<String>
    This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
    classId String
    name String
    User provided identifier for the restore operation.
    objectType String
    parentRelationName String
    restPath String
    (ReadOnly) The rest path for the MO type.

    MgmtConfigRestoreOperationAcctImportJob, MgmtConfigRestoreOperationAcctImportJobArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.

    MgmtConfigRestoreOperationAncestor, MgmtConfigRestoreOperationAncestorArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.

    MgmtConfigRestoreOperationLocalSource, MgmtConfigRestoreOperationLocalSourceArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.

    MgmtConfigRestoreOperationOption, MgmtConfigRestoreOperationOptionArgs

    ActionOnError string
    The action to be taken if an error is encountered during the restore operation.* Continue - The restore operation will continue on encountering an error.Any failure will be tagged as incomplete and the operation will continue importing other configurations.User shall review the partially imported configuration and fix later.* Stop - The restore operation will stop on encountering an error.Configurations that were changed as part of the restore operation till the error was encountered will remain in the system.* Rollback - Configurations that were changed as part of the restore operation till the error was encountered will be rolled back.
    AdditionalProperties string
    ClassId string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    OrgsToRestores List<string>
    (Array of schema.TypeString) -
    RestoreAction string
    Mechanism to be used for updating configurations as part of a restore operation.* Merge - Configurations in the backup will be merged with existing configurations in the target system.* Replace - Configurations in the target system will be replaced with the configurations in the backup.Configurations that are present only in the target system and not in the backup will be removed.
    ActionOnError string
    The action to be taken if an error is encountered during the restore operation.* Continue - The restore operation will continue on encountering an error.Any failure will be tagged as incomplete and the operation will continue importing other configurations.User shall review the partially imported configuration and fix later.* Stop - The restore operation will stop on encountering an error.Configurations that were changed as part of the restore operation till the error was encountered will remain in the system.* Rollback - Configurations that were changed as part of the restore operation till the error was encountered will be rolled back.
    AdditionalProperties string
    ClassId string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    OrgsToRestores []string
    (Array of schema.TypeString) -
    RestoreAction string
    Mechanism to be used for updating configurations as part of a restore operation.* Merge - Configurations in the backup will be merged with existing configurations in the target system.* Replace - Configurations in the target system will be replaced with the configurations in the backup.Configurations that are present only in the target system and not in the backup will be removed.
    action_on_error string
    The action to be taken if an error is encountered during the restore operation.* Continue - The restore operation will continue on encountering an error.Any failure will be tagged as incomplete and the operation will continue importing other configurations.User shall review the partially imported configuration and fix later.* Stop - The restore operation will stop on encountering an error.Configurations that were changed as part of the restore operation till the error was encountered will remain in the system.* Rollback - Configurations that were changed as part of the restore operation till the error was encountered will be rolled back.
    additional_properties string
    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.
    orgs_to_restores list(string)
    (Array of schema.TypeString) -
    restore_action string
    Mechanism to be used for updating configurations as part of a restore operation.* Merge - Configurations in the backup will be merged with existing configurations in the target system.* Replace - Configurations in the target system will be replaced with the configurations in the backup.Configurations that are present only in the target system and not in the backup will be removed.
    actionOnError String
    The action to be taken if an error is encountered during the restore operation.* Continue - The restore operation will continue on encountering an error.Any failure will be tagged as incomplete and the operation will continue importing other configurations.User shall review the partially imported configuration and fix later.* Stop - The restore operation will stop on encountering an error.Configurations that were changed as part of the restore operation till the error was encountered will remain in the system.* Rollback - Configurations that were changed as part of the restore operation till the error was encountered will be rolled back.
    additionalProperties String
    classId String
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    orgsToRestores List<String>
    (Array of schema.TypeString) -
    restoreAction String
    Mechanism to be used for updating configurations as part of a restore operation.* Merge - Configurations in the backup will be merged with existing configurations in the target system.* Replace - Configurations in the target system will be replaced with the configurations in the backup.Configurations that are present only in the target system and not in the backup will be removed.
    actionOnError string
    The action to be taken if an error is encountered during the restore operation.* Continue - The restore operation will continue on encountering an error.Any failure will be tagged as incomplete and the operation will continue importing other configurations.User shall review the partially imported configuration and fix later.* Stop - The restore operation will stop on encountering an error.Configurations that were changed as part of the restore operation till the error was encountered will remain in the system.* Rollback - Configurations that were changed as part of the restore operation till the error was encountered will be rolled back.
    additionalProperties string
    classId string
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    orgsToRestores string[]
    (Array of schema.TypeString) -
    restoreAction string
    Mechanism to be used for updating configurations as part of a restore operation.* Merge - Configurations in the backup will be merged with existing configurations in the target system.* Replace - Configurations in the target system will be replaced with the configurations in the backup.Configurations that are present only in the target system and not in the backup will be removed.
    action_on_error str
    The action to be taken if an error is encountered during the restore operation.* Continue - The restore operation will continue on encountering an error.Any failure will be tagged as incomplete and the operation will continue importing other configurations.User shall review the partially imported configuration and fix later.* Stop - The restore operation will stop on encountering an error.Configurations that were changed as part of the restore operation till the error was encountered will remain in the system.* Rollback - Configurations that were changed as part of the restore operation till the error was encountered will be rolled back.
    additional_properties str
    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.
    orgs_to_restores Sequence[str]
    (Array of schema.TypeString) -
    restore_action str
    Mechanism to be used for updating configurations as part of a restore operation.* Merge - Configurations in the backup will be merged with existing configurations in the target system.* Replace - Configurations in the target system will be replaced with the configurations in the backup.Configurations that are present only in the target system and not in the backup will be removed.
    actionOnError String
    The action to be taken if an error is encountered during the restore operation.* Continue - The restore operation will continue on encountering an error.Any failure will be tagged as incomplete and the operation will continue importing other configurations.User shall review the partially imported configuration and fix later.* Stop - The restore operation will stop on encountering an error.Configurations that were changed as part of the restore operation till the error was encountered will remain in the system.* Rollback - Configurations that were changed as part of the restore operation till the error was encountered will be rolled back.
    additionalProperties String
    classId String
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    orgsToRestores List<String>
    (Array of schema.TypeString) -
    restoreAction String
    Mechanism to be used for updating configurations as part of a restore operation.* Merge - Configurations in the backup will be merged with existing configurations in the target system.* Replace - Configurations in the target system will be replaced with the configurations in the backup.Configurations that are present only in the target system and not in the backup will be removed.

    MgmtConfigRestoreOperationOrgImportJob, MgmtConfigRestoreOperationOrgImportJobArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.

    MgmtConfigRestoreOperationOrgRestore, MgmtConfigRestoreOperationOrgRestoreArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.

    MgmtConfigRestoreOperationParent, MgmtConfigRestoreOperationParentArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.

    MgmtConfigRestoreOperationPermissionResource, MgmtConfigRestoreOperationPermissionResourceArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.

    MgmtConfigRestoreOperationTag, MgmtConfigRestoreOperationTagArgs

    AdditionalProperties string
    AncestorDefinitions List<MgmtConfigRestoreOperationTagAncestorDefinition>
    This complex property has following sub-properties:
    Definitions List<MgmtConfigRestoreOperationTagDefinition>
    (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.
    SysTag 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.
    AdditionalProperties string
    AncestorDefinitions []MgmtConfigRestoreOperationTagAncestorDefinition
    This complex property has following sub-properties:
    Definitions []MgmtConfigRestoreOperationTagDefinition
    (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.
    SysTag 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.
    additionalProperties String
    ancestorDefinitions List<MgmtConfigRestoreOperationTagAncestorDefinition>
    This complex property has following sub-properties:
    definitions List<MgmtConfigRestoreOperationTagDefinition>
    (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.
    sysTag 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.
    additionalProperties string
    ancestorDefinitions MgmtConfigRestoreOperationTagAncestorDefinition[]
    This complex property has following sub-properties:
    definitions MgmtConfigRestoreOperationTagDefinition[]
    (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.
    sysTag 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[MgmtConfigRestoreOperationTagAncestorDefinition]
    This complex property has following sub-properties:
    definitions Sequence[MgmtConfigRestoreOperationTagDefinition]
    (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.
    additionalProperties String
    ancestorDefinitions 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.
    sysTag 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.

    MgmtConfigRestoreOperationTagAncestorDefinition, MgmtConfigRestoreOperationTagAncestorDefinitionArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.

    MgmtConfigRestoreOperationTagDefinition, MgmtConfigRestoreOperationTagDefinitionArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.

    MgmtConfigRestoreOperationVersionContext, MgmtConfigRestoreOperationVersionContextArgs

    AdditionalProperties string
    ClassId string
    InterestedMos List<MgmtConfigRestoreOperationVersionContextInterestedMo>
    This complex property has following sub-properties:
    MarkedForDeletion bool
    (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.
    NrVersion string
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    RefMos List<MgmtConfigRestoreOperationVersionContextRefMo>
    (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.
    VersionType 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.
    AdditionalProperties string
    ClassId string
    InterestedMos []MgmtConfigRestoreOperationVersionContextInterestedMo
    This complex property has following sub-properties:
    MarkedForDeletion bool
    (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.
    NrVersion string
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    RefMos []MgmtConfigRestoreOperationVersionContextRefMo
    (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.
    VersionType 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_deletion bool
    (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.
    additionalProperties String
    classId String
    interestedMos List<MgmtConfigRestoreOperationVersionContextInterestedMo>
    This complex property has following sub-properties:
    markedForDeletion Boolean
    (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.
    nrVersion String
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    refMos List<MgmtConfigRestoreOperationVersionContextRefMo>
    (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.
    versionType 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.
    additionalProperties string
    classId string
    interestedMos MgmtConfigRestoreOperationVersionContextInterestedMo[]
    This complex property has following sub-properties:
    markedForDeletion boolean
    (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.
    nrVersion string
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    refMos MgmtConfigRestoreOperationVersionContextRefMo[]
    (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.
    versionType 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[MgmtConfigRestoreOperationVersionContextInterestedMo]
    This complex property has following sub-properties:
    marked_for_deletion bool
    (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[MgmtConfigRestoreOperationVersionContextRefMo]
    (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.
    additionalProperties String
    classId String
    interestedMos List<Property Map>
    This complex property has following sub-properties:
    markedForDeletion Boolean
    (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.
    nrVersion String
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    refMos 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.
    versionType 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.

    MgmtConfigRestoreOperationVersionContextInterestedMo, MgmtConfigRestoreOperationVersionContextInterestedMoArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.

    MgmtConfigRestoreOperationVersionContextRefMo, MgmtConfigRestoreOperationVersionContextRefMoArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.

    MgmtConfigRestoreOperationWorkflowInfo, MgmtConfigRestoreOperationWorkflowInfoArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType 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'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType 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_restore_operation can be imported using the Moid of the object, e.g.

    $ pulumi import intersight:index/mgmtConfigRestoreOperation:MgmtConfigRestoreOperation 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 intersight Terraform Provider.
    Viewing docs for intersight 1.0.79
    published on Monday, Aug 24, 2026 by ciscodevnet

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial