published on Monday, Aug 24, 2026 by ciscodevnet
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:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Accounts
List<Mgmt
Config Restore Operation Account> - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Acct
Category List<MgmtImport Datas Config Restore Operation Acct Category Import Data> - This complex property has following sub-properties:
- Acct
Import List<MgmtJobs Config Restore Operation Acct Import Job> - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- Additional
Properties string - Ancestors
List<Mgmt
Config Restore Operation Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Backup
Account stringMoid - (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 stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- End
Time string - (ReadOnly) End date and time of the restore process.
- Ignore
Secure boolProperties - 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 boolKey Set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- Local
Sources List<MgmtConfig Restore Operation Local Source> - 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 stringRestore Operation Id - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- User provided identifier for the 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<Mgmt
Config Restore Operation Option> - Options to control the behavior of the restore operation. This complex property has following sub-properties:
- Org
Import List<MgmtJobs Config Restore Operation Org Import Job> - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- Org
Restores List<MgmtConfig Restore Operation Org Restore> - (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<Mgmt
Config Restore Operation Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources List<MgmtConfig Restore Operation Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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. -
List<Mgmt
Config Restore Operation Tag> - This complex property has following sub-properties:
- Version
Contexts List<MgmtConfig Restore Operation Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Wait
For boolCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- Workflow
Infos List<MgmtConfig Restore Operation Workflow Info> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Accounts
[]Mgmt
Config Restore Operation Account Args - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Acct
Category []MgmtImport Datas Config Restore Operation Acct Category Import Data Args - This complex property has following sub-properties:
- Acct
Import []MgmtJobs Config Restore Operation Acct Import Job Args - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- Additional
Properties string - Ancestors
[]Mgmt
Config Restore Operation Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Backup
Account stringMoid - (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 stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- End
Time string - (ReadOnly) End date and time of the restore process.
- Ignore
Secure boolProperties - 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 boolKey Set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- Local
Sources []MgmtConfig Restore Operation Local Source Args - 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 stringRestore Operation Id - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- User provided identifier for the 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
[]Mgmt
Config Restore Operation Option Args - Options to control the behavior of the restore operation. This complex property has following sub-properties:
- Org
Import []MgmtJobs Config Restore Operation Org Import Job Args - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- Org
Restores []MgmtConfig Restore Operation Org Restore Args - (ReadOnly) An array of relationships to mgmtOrgRestoreOperation resources. This complex property has following sub-properties:
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Mgmt
Config Restore Operation Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources []MgmtConfig Restore Operation Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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. -
[]Mgmt
Config Restore Operation Tag Args - This complex property has following sub-properties:
- Version
Contexts []MgmtConfig Restore Operation Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Wait
For boolCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- Workflow
Infos []MgmtConfig Restore Operation Workflow Info Args - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account_
moid string - (ReadOnly) The Account ID for this managed object.
- accounts list(object)
- A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- acct_
category_ list(object)import_ datas - This complex property has following sub-properties:
- acct_
import_ list(object)jobs - (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_ stringmoid - (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_ stringmoid - (ReadOnly) The DomainGroup ID for this managed object.
- end_
time string - (ReadOnly) End date and time of the restore process.
- ignore_
secure_ boolproperties - 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_ boolkey_ set - (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_ stringrestore_ operation_ id - mod_
time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- User provided identifier for the 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_ list(object)jobs - (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:
- 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. - 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_ boolcompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow_
infos list(object) - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- accounts
List<Mgmt
Config Restore Operation Account> - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- acct
Category List<MgmtImport Datas Config Restore Operation Acct Category Import Data> - This complex property has following sub-properties:
- acct
Import List<MgmtJobs Config Restore Operation Acct Import Job> - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- additional
Properties String - ancestors
List<Mgmt
Config Restore Operation Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- backup
Account StringMoid - (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 StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time String - (ReadOnly) End date and time of the restore process.
- ignore
Secure BooleanProperties - 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 BooleanKey Set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- local
Sources List<MgmtConfig Restore Operation Local Source> - 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 StringRestore Operation Id - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- User provided identifier for the 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<Mgmt
Config Restore Operation Option> - Options to control the behavior of the restore operation. This complex property has following sub-properties:
- org
Import List<MgmtJobs Config Restore Operation Org Import Job> - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- org
Restores List<MgmtConfig Restore Operation Org Restore> - (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<Mgmt
Config Restore Operation Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<MgmtConfig Restore Operation Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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. -
List<Mgmt
Config Restore Operation Tag> - This complex property has following sub-properties:
- version
Contexts List<MgmtConfig Restore Operation Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For BooleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos List<MgmtConfig Restore Operation Workflow Info> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- accounts
Mgmt
Config Restore Operation Account[] - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- acct
Category MgmtImport Datas Config Restore Operation Acct Category Import Data[] - This complex property has following sub-properties:
- acct
Import MgmtJobs Config Restore Operation Acct Import Job[] - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- additional
Properties string - ancestors
Mgmt
Config Restore Operation Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- backup
Account stringMoid - (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 stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time string - (ReadOnly) End date and time of the restore process.
- ignore
Secure booleanProperties - 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 booleanKey Set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- local
Sources MgmtConfig Restore Operation Local Source[] - 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 stringRestore Operation Id - mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- User provided identifier for the 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
Mgmt
Config Restore Operation Option[] - Options to control the behavior of the restore operation. This complex property has following sub-properties:
- org
Import MgmtJobs Config Restore Operation Org Import Job[] - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- org
Restores MgmtConfig Restore Operation Org Restore[] - (ReadOnly) An array of relationships to mgmtOrgRestoreOperation resources. This complex property has following sub-properties:
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Mgmt
Config Restore Operation Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources MgmtConfig Restore Operation Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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. -
Mgmt
Config Restore Operation Tag[] - This complex property has following sub-properties:
- version
Contexts MgmtConfig Restore Operation Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For booleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos MgmtConfig Restore Operation Workflow Info[] - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- accounts
Sequence[Mgmt
Config Restore Operation Account Args] - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- acct_
category_ Sequence[Mgmtimport_ datas Config Restore Operation Acct Category Import Data Args] - This complex property has following sub-properties:
- acct_
import_ Sequence[Mgmtjobs Config Restore Operation Acct Import Job Args] - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- additional_
properties str - ancestors
Sequence[Mgmt
Config Restore Operation Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- backup_
account_ strmoid - (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_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- end_
time str - (ReadOnly) End date and time of the restore process.
- ignore_
secure_ boolproperties - 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_ boolkey_ set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- local_
sources Sequence[MgmtConfig Restore Operation Local Source Args] - 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_ strrestore_ operation_ id - mod_
time str - (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- User provided identifier for the 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[Mgmt
Config Restore Operation Option Args] - Options to control the behavior of the restore operation. This complex property has following sub-properties:
- org_
import_ Sequence[Mgmtjobs Config Restore Operation Org Import Job Args] - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- org_
restores Sequence[MgmtConfig Restore Operation Org Restore Args] - (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[Mgmt
Config Restore Operation Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources Sequence[MgmtConfig Restore Operation Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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. -
Sequence[Mgmt
Config Restore Operation Tag Args] - This complex property has following sub-properties:
- version_
contexts Sequence[MgmtConfig Restore Operation Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait_
for_ boolcompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow_
infos Sequence[MgmtConfig Restore Operation Workflow Info Args] - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- accounts List<Property Map>
- A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- acct
Category List<Property Map>Import Datas - This complex property has following sub-properties:
- acct
Import List<Property Map>Jobs - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- backup
Account StringMoid - (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 StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time String - (ReadOnly) End date and time of the restore process.
- ignore
Secure BooleanProperties - 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 BooleanKey Set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- local
Sources 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:
- mgmt
Config StringRestore Operation Id - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- User provided identifier for the 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<Property Map>
- Options to control the behavior of the restore operation. This complex property has following sub-properties:
- org
Import List<Property Map>Jobs - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- org
Restores 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:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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. - List<Property Map>
- This complex property has following sub-properties:
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For BooleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos List<Property Map> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the 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) -> MgmtConfigRestoreOperationfunc 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.
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Accounts
List<Mgmt
Config Restore Operation Account> - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Acct
Category List<MgmtImport Datas Config Restore Operation Acct Category Import Data> - This complex property has following sub-properties:
- Acct
Import List<MgmtJobs Config Restore Operation Acct Import Job> - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- Additional
Properties string - Ancestors
List<Mgmt
Config Restore Operation Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Backup
Account stringMoid - (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 stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- End
Time string - (ReadOnly) End date and time of the restore process.
- Ignore
Secure boolProperties - 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 boolKey Set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- Local
Sources List<MgmtConfig Restore Operation Local Source> - 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 stringRestore Operation Id - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- User provided identifier for the 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<Mgmt
Config Restore Operation Option> - Options to control the behavior of the restore operation. This complex property has following sub-properties:
- Org
Import List<MgmtJobs Config Restore Operation Org Import Job> - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- Org
Restores List<MgmtConfig Restore Operation Org Restore> - (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<Mgmt
Config Restore Operation Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources List<MgmtConfig Restore Operation Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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. -
List<Mgmt
Config Restore Operation Tag> - This complex property has following sub-properties:
- Version
Contexts List<MgmtConfig Restore Operation Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Wait
For boolCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- Workflow
Infos List<MgmtConfig Restore Operation Workflow Info> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Accounts
[]Mgmt
Config Restore Operation Account Args - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Acct
Category []MgmtImport Datas Config Restore Operation Acct Category Import Data Args - This complex property has following sub-properties:
- Acct
Import []MgmtJobs Config Restore Operation Acct Import Job Args - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- Additional
Properties string - Ancestors
[]Mgmt
Config Restore Operation Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Backup
Account stringMoid - (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 stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- End
Time string - (ReadOnly) End date and time of the restore process.
- Ignore
Secure boolProperties - 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 boolKey Set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- Local
Sources []MgmtConfig Restore Operation Local Source Args - 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 stringRestore Operation Id - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- User provided identifier for the 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
[]Mgmt
Config Restore Operation Option Args - Options to control the behavior of the restore operation. This complex property has following sub-properties:
- Org
Import []MgmtJobs Config Restore Operation Org Import Job Args - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- Org
Restores []MgmtConfig Restore Operation Org Restore Args - (ReadOnly) An array of relationships to mgmtOrgRestoreOperation resources. This complex property has following sub-properties:
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Mgmt
Config Restore Operation Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources []MgmtConfig Restore Operation Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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. -
[]Mgmt
Config Restore Operation Tag Args - This complex property has following sub-properties:
- Version
Contexts []MgmtConfig Restore Operation Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Wait
For boolCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- Workflow
Infos []MgmtConfig Restore Operation Workflow Info Args - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account_
moid string - (ReadOnly) The Account ID for this managed object.
- accounts list(object)
- A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- acct_
category_ list(object)import_ datas - This complex property has following sub-properties:
- acct_
import_ list(object)jobs - (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_ stringmoid - (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_ stringmoid - (ReadOnly) The DomainGroup ID for this managed object.
- end_
time string - (ReadOnly) End date and time of the restore process.
- ignore_
secure_ boolproperties - 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_ boolkey_ set - (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_ stringrestore_ operation_ id - mod_
time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- User provided identifier for the 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_ list(object)jobs - (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:
- 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. - 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_ boolcompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow_
infos list(object) - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- accounts
List<Mgmt
Config Restore Operation Account> - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- acct
Category List<MgmtImport Datas Config Restore Operation Acct Category Import Data> - This complex property has following sub-properties:
- acct
Import List<MgmtJobs Config Restore Operation Acct Import Job> - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- additional
Properties String - ancestors
List<Mgmt
Config Restore Operation Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- backup
Account StringMoid - (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 StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time String - (ReadOnly) End date and time of the restore process.
- ignore
Secure BooleanProperties - 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 BooleanKey Set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- local
Sources List<MgmtConfig Restore Operation Local Source> - 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 StringRestore Operation Id - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- User provided identifier for the 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<Mgmt
Config Restore Operation Option> - Options to control the behavior of the restore operation. This complex property has following sub-properties:
- org
Import List<MgmtJobs Config Restore Operation Org Import Job> - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- org
Restores List<MgmtConfig Restore Operation Org Restore> - (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<Mgmt
Config Restore Operation Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<MgmtConfig Restore Operation Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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. -
List<Mgmt
Config Restore Operation Tag> - This complex property has following sub-properties:
- version
Contexts List<MgmtConfig Restore Operation Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For BooleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos List<MgmtConfig Restore Operation Workflow Info> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- accounts
Mgmt
Config Restore Operation Account[] - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- acct
Category MgmtImport Datas Config Restore Operation Acct Category Import Data[] - This complex property has following sub-properties:
- acct
Import MgmtJobs Config Restore Operation Acct Import Job[] - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- additional
Properties string - ancestors
Mgmt
Config Restore Operation Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- backup
Account stringMoid - (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 stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time string - (ReadOnly) End date and time of the restore process.
- ignore
Secure booleanProperties - 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 booleanKey Set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- local
Sources MgmtConfig Restore Operation Local Source[] - 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 stringRestore Operation Id - mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- User provided identifier for the 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
Mgmt
Config Restore Operation Option[] - Options to control the behavior of the restore operation. This complex property has following sub-properties:
- org
Import MgmtJobs Config Restore Operation Org Import Job[] - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- org
Restores MgmtConfig Restore Operation Org Restore[] - (ReadOnly) An array of relationships to mgmtOrgRestoreOperation resources. This complex property has following sub-properties:
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Mgmt
Config Restore Operation Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources MgmtConfig Restore Operation Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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. -
Mgmt
Config Restore Operation Tag[] - This complex property has following sub-properties:
- version
Contexts MgmtConfig Restore Operation Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For booleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos MgmtConfig Restore Operation Workflow Info[] - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- accounts
Sequence[Mgmt
Config Restore Operation Account Args] - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- acct_
category_ Sequence[Mgmtimport_ datas Config Restore Operation Acct Category Import Data Args] - This complex property has following sub-properties:
- acct_
import_ Sequence[Mgmtjobs Config Restore Operation Acct Import Job Args] - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- additional_
properties str - ancestors
Sequence[Mgmt
Config Restore Operation Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- backup_
account_ strmoid - (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_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- end_
time str - (ReadOnly) End date and time of the restore process.
- ignore_
secure_ boolproperties - 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_ boolkey_ set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- local_
sources Sequence[MgmtConfig Restore Operation Local Source Args] - 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_ strrestore_ operation_ id - mod_
time str - (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- User provided identifier for the 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[Mgmt
Config Restore Operation Option Args] - Options to control the behavior of the restore operation. This complex property has following sub-properties:
- org_
import_ Sequence[Mgmtjobs Config Restore Operation Org Import Job Args] - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- org_
restores Sequence[MgmtConfig Restore Operation Org Restore Args] - (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[Mgmt
Config Restore Operation Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources Sequence[MgmtConfig Restore Operation Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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. -
Sequence[Mgmt
Config Restore Operation Tag Args] - This complex property has following sub-properties:
- version_
contexts Sequence[MgmtConfig Restore Operation Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait_
for_ boolcompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow_
infos Sequence[MgmtConfig Restore Operation Workflow Info Args] - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- accounts List<Property Map>
- A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- acct
Category List<Property Map>Import Datas - This complex property has following sub-properties:
- acct
Import List<Property Map>Jobs - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- backup
Account StringMoid - (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 StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- end
Time String - (ReadOnly) End date and time of the restore process.
- ignore
Secure BooleanProperties - 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 BooleanKey Set - (ReadOnly) Indicates whether the value of the 'aesKey' property has been set.
- local
Sources 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:
- mgmt
Config StringRestore Operation Id - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- User provided identifier for the 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<Property Map>
- Options to control the behavior of the restore operation. This complex property has following sub-properties:
- org
Import List<Property Map>Jobs - (ReadOnly) An array of relationships to bulkRequest resources. This complex property has following sub-properties:
- org
Restores 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:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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. - List<Property Map>
- This complex property has following sub-properties:
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For BooleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos List<Property Map> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Supporting Types
MgmtConfigRestoreOperationAccount, MgmtConfigRestoreOperationAccountArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigRestoreOperationAcctCategoryImportData, MgmtConfigRestoreOperationAcctCategoryImportDataArgs
- 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<MgmtConfig Restore Operation Acct Category Import Data Processed Type> - 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 []MgmtConfig Restore Operation Acct Category Import Data Processed Type - 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.
- 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<MgmtConfig Restore Operation Acct Category Import Data Processed Type> - 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 MgmtConfig Restore Operation Acct Category Import Data Processed Type[] - 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[MgmtConfig Restore Operation Acct Category Import Data Processed Type] - 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.
- 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<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
- Additional
Properties string - Child
Types List<MgmtConfig Restore Operation Acct Category Import Data Processed Type Child Type> - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- Class
Id string - Filter string
- (ReadOnly) Filter used to obtain a list of objects of the given object type.
- Name string
- User provided identifier for the restore operation.
- Object
Type string - Rest
Path string - (ReadOnly) The rest path for the MO type.
- Additional
Properties string - Child
Types []MgmtConfig Restore Operation Acct Category Import Data Processed Type Child Type - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- Class
Id string - Filter string
- (ReadOnly) Filter used to obtain a list of objects of the given object type.
- Name string
- User provided identifier for the restore operation.
- Object
Type string - Rest
Path string - (ReadOnly) The rest path for the MO type.
- additional_
properties string - child_
types list(object) - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- class_
id string - filter string
- (ReadOnly) Filter used to obtain a list of objects of the given object type.
- name string
- User provided identifier for the restore operation.
- object_
type string - rest_
path string - (ReadOnly) The rest path for the MO type.
- additional
Properties String - child
Types List<MgmtConfig Restore Operation Acct Category Import Data Processed Type Child Type> - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- class
Id String - filter String
- (ReadOnly) Filter used to obtain a list of objects of the given object type.
- name String
- User provided identifier for the restore operation.
- object
Type String - rest
Path String - (ReadOnly) The rest path for the MO type.
- additional
Properties string - child
Types MgmtConfig Restore Operation Acct Category Import Data Processed Type Child Type[] - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- class
Id string - filter string
- (ReadOnly) Filter used to obtain a list of objects of the given object type.
- name string
- User provided identifier for the restore operation.
- object
Type string - rest
Path string - (ReadOnly) The rest path for the MO type.
- additional_
properties str - child_
types Sequence[MgmtConfig Restore Operation Acct Category Import Data Processed Type Child Type] - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- class_
id str - filter str
- (ReadOnly) Filter used to obtain a list of objects of the given object type.
- name str
- User provided identifier for the restore operation.
- object_
type str - rest_
path str - (ReadOnly) The rest path for the MO type.
- additional
Properties String - child
Types List<Property Map> - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- class
Id String - filter String
- (ReadOnly) Filter used to obtain a list of objects of the given object type.
- name String
- User provided identifier for the restore operation.
- object
Type String - rest
Path String - (ReadOnly) The rest path for the MO type.
MgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeChildType, MgmtConfigRestoreOperationAcctCategoryImportDataProcessedTypeChildTypeArgs
- 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 stringName - Rest
Path string - (ReadOnly) The rest path for the MO type.
- Additional
Properties string - Child
Types []string - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- Class
Id string - Name string
- User provided identifier for the restore operation.
- Object
Type string - Parent
Relation stringName - Rest
Path string - (ReadOnly) The rest path for the MO type.
- additional_
properties string - child_
types list(string) - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- class_
id string - name string
- User provided identifier for the restore operation.
- object_
type string - parent_
relation_ stringname - rest_
path string - (ReadOnly) The rest path for the MO type.
- additional
Properties String - child
Types List<String> - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- class
Id String - name String
- User provided identifier for the restore operation.
- object
Type String - parent
Relation StringName - rest
Path String - (ReadOnly) The rest path for the MO type.
- additional
Properties string - child
Types string[] - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- class
Id string - name string
- User provided identifier for the restore operation.
- object
Type string - parent
Relation stringName - rest
Path string - (ReadOnly) The rest path for the MO type.
- additional_
properties str - child_
types Sequence[str] - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- class_
id str - name str
- User provided identifier for the restore operation.
- object_
type str - parent_
relation_ strname - rest_
path str - (ReadOnly) The rest path for the MO type.
- additional
Properties String - child
Types List<String> - This complex property has following sub-properties: (Cyclic reference - this type contains a self-referencing property)
- class
Id String - name String
- User provided identifier for the restore operation.
- object
Type String - parent
Relation StringName - rest
Path String - (ReadOnly) The rest path for the MO type.
MgmtConfigRestoreOperationAcctImportJob, MgmtConfigRestoreOperationAcctImportJobArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigRestoreOperationAncestor, MgmtConfigRestoreOperationAncestorArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigRestoreOperationLocalSource, MgmtConfigRestoreOperationLocalSourceArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigRestoreOperationOption, MgmtConfigRestoreOperationOptionArgs
- Action
On stringError - 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 List<string>Restores - (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.
- Action
On stringError - 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 []stringRestores - (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.
- action_
on_ stringerror - 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_ list(string)restores - (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.
- action
On StringError - 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 List<String>Restores - (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.
- action
On stringError - 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 string[]Restores - (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.
- action_
on_ strerror - 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_ Sequence[str]restores - (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.
- action
On StringError - 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 List<String>Restores - (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.
MgmtConfigRestoreOperationOrgImportJob, MgmtConfigRestoreOperationOrgImportJobArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigRestoreOperationOrgRestore, MgmtConfigRestoreOperationOrgRestoreArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigRestoreOperationParent, MgmtConfigRestoreOperationParentArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigRestoreOperationPermissionResource, MgmtConfigRestoreOperationPermissionResourceArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigRestoreOperationTag, MgmtConfigRestoreOperationTagArgs
- Additional
Properties string - Ancestor
Definitions List<MgmtConfig Restore Operation Tag Ancestor Definition> - This complex property has following sub-properties:
- Definitions
List<Mgmt
Config Restore Operation Tag Definition> - (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
- Key string
- The string representation of a tag key.
- Propagated bool
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- Type string
- (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.*
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.*PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ . - Value string
- The string representation of a tag value.
- Additional
Properties string - Ancestor
Definitions []MgmtConfig Restore Operation Tag Ancestor Definition - This complex property has following sub-properties:
- Definitions
[]Mgmt
Config Restore Operation Tag Definition - (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
- Key string
- The string representation of a tag key.
- Propagated bool
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- Type string
- (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.*
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.*PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ . - Value string
- The string representation of a tag value.
- additional_
properties string - ancestor_
definitions list(object) - This complex property has following sub-properties:
- definitions list(object)
- (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
- key string
- The string representation of a tag key.
- propagated bool
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- type string
- (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.*
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.*PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ . - value string
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<MgmtConfig Restore Operation Tag Ancestor Definition> - This complex property has following sub-properties:
- definitions
List<Mgmt
Config Restore Operation Tag Definition> - (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
- key String
- The string representation of a tag key.
- propagated Boolean
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- type String
- (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.*
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.*PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ . - value String
- The string representation of a tag value.
- additional
Properties string - ancestor
Definitions MgmtConfig Restore Operation Tag Ancestor Definition[] - This complex property has following sub-properties:
- definitions
Mgmt
Config Restore Operation Tag Definition[] - (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
- key string
- The string representation of a tag key.
- propagated boolean
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag boolean - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- type string
- (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.*
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.*PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ . - value string
- The string representation of a tag value.
- additional_
properties str - ancestor_
definitions Sequence[MgmtConfig Restore Operation Tag Ancestor Definition] - This complex property has following sub-properties:
- definitions
Sequence[Mgmt
Config Restore Operation Tag Definition] - (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
- key str
- The string representation of a tag key.
- propagated bool
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- type str
- (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.*
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.*PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ . - value str
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<Property Map> - This complex property has following sub-properties:
- definitions List<Property Map>
- (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
- key String
- The string representation of a tag key.
- propagated Boolean
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- type String
- (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.*
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.*PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ . - value String
- The string representation of a tag value.
MgmtConfigRestoreOperationTagAncestorDefinition, MgmtConfigRestoreOperationTagAncestorDefinitionArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigRestoreOperationTagDefinition, MgmtConfigRestoreOperationTagDefinitionArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigRestoreOperationVersionContext, MgmtConfigRestoreOperationVersionContextArgs
- Additional
Properties string - Class
Id string - Interested
Mos List<MgmtConfig Restore Operation Version Context Interested Mo> - This complex property has following sub-properties:
- Marked
For boolDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos List<MgmtConfig Restore Operation Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type string - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - Interested
Mos []MgmtConfig Restore Operation Version Context Interested Mo - This complex property has following sub-properties:
- Marked
For boolDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos []MgmtConfig Restore Operation Version Context Ref Mo - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type string - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additional_
properties string - class_
id string - interested_
mos list(object) - This complex property has following sub-properties:
- marked_
for_ booldeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref_
mos list(object) - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- version_
type string - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - interested
Mos List<MgmtConfig Restore Operation Version Context Interested Mo> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<MgmtConfig Restore Operation Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type String - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - interested
Mos MgmtConfig Restore Operation Version Context Interested Mo[] - This complex property has following sub-properties:
- marked
For booleanDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos MgmtConfig Restore Operation Version Context Ref Mo[] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type string - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - interested_
mos Sequence[MgmtConfig Restore Operation Version Context Interested Mo] - This complex property has following sub-properties:
- marked_
for_ booldeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref_
mos Sequence[MgmtConfig Restore Operation Version Context Ref Mo] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp str
- (ReadOnly) The time this versioned Managed Object was created.
- version_
type str - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<Property Map> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type String - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
MgmtConfigRestoreOperationVersionContextInterestedMo, MgmtConfigRestoreOperationVersionContextInterestedMoArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigRestoreOperationVersionContextRefMo, MgmtConfigRestoreOperationVersionContextRefMoArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
MgmtConfigRestoreOperationWorkflowInfo, MgmtConfigRestoreOperationWorkflowInfoArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - moid string
- The Moid of the referenced REST resource.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
Import
intersight_mgmt_config_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
intersightTerraform Provider.
published on Monday, Aug 24, 2026 by ciscodevnet