The ProfileTemplate object for chassis profiles defines reusable templates for chassis configurations, supporting rapid deployment and consistent configuration across multiple chassis.
Purpose
Chassis ProfileTemplate streamlines the creation, management, and propagation of standardized chassis configurations within an organization.
Key Concepts
- Template-Based Deployment: Accelerates chassis onboarding and ensures consistent application of best practices.
- Centralized Management: Templates can be updated to affect all derived chassis profiles, simplifying large-scale configuration changes.
- Lifecycle Integration: Supports derivation and update workflows, integrating with bulk operations for efficient management.
Create ChassisProfileTemplate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ChassisProfileTemplate(name: string, args?: ChassisProfileTemplateArgs, opts?: CustomResourceOptions);@overload
def ChassisProfileTemplate(resource_name: str,
args: Optional[ChassisProfileTemplateArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ChassisProfileTemplate(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
action: Optional[str] = None,
action_params: Optional[Sequence[ChassisProfileTemplateActionParamArgs]] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[ChassisProfileTemplateAncestorArgs]] = None,
chassis_profile_template_id: Optional[str] = None,
class_id: Optional[str] = None,
config_contexts: Optional[Sequence[ChassisProfileTemplateConfigContextArgs]] = None,
config_results: Optional[Sequence[ChassisProfileTemplateConfigResultArgs]] = None,
create_time: Optional[str] = None,
deployed_policies: Optional[Sequence[str]] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
iom_profiles: Optional[Sequence[ChassisProfileTemplateIomProfileArgs]] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
organizations: Optional[Sequence[ChassisProfileTemplateOrganizationArgs]] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[ChassisProfileTemplateParentArgs]] = None,
partially_deployed_policies: Optional[Sequence[ChassisProfileTemplatePartiallyDeployedPolicyArgs]] = None,
permission_resources: Optional[Sequence[ChassisProfileTemplatePermissionResourceArgs]] = None,
policy_buckets: Optional[Sequence[ChassisProfileTemplatePolicyBucketArgs]] = None,
policy_change_details: Optional[Sequence[ChassisProfileTemplatePolicyChangeDetailArgs]] = None,
removed_policies: Optional[Sequence[str]] = None,
reported_policy_changes: Optional[Sequence[ChassisProfileTemplateReportedPolicyChangeArgs]] = None,
scheduled_actions: Optional[Sequence[ChassisProfileTemplateScheduledActionArgs]] = None,
shared_scope: Optional[str] = None,
src_templates: Optional[Sequence[ChassisProfileTemplateSrcTemplateArgs]] = None,
tags: Optional[Sequence[ChassisProfileTemplateTagArgs]] = None,
target_platform: Optional[str] = None,
type: Optional[str] = None,
usage: Optional[float] = None,
version_contexts: Optional[Sequence[ChassisProfileTemplateVersionContextArgs]] = None)func NewChassisProfileTemplate(ctx *Context, name string, args *ChassisProfileTemplateArgs, opts ...ResourceOption) (*ChassisProfileTemplate, error)public ChassisProfileTemplate(string name, ChassisProfileTemplateArgs? args = null, CustomResourceOptions? opts = null)
public ChassisProfileTemplate(String name, ChassisProfileTemplateArgs args)
public ChassisProfileTemplate(String name, ChassisProfileTemplateArgs args, CustomResourceOptions options)
type: intersight:ChassisProfileTemplate
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ChassisProfileTemplateArgs
- 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 ChassisProfileTemplateArgs
- 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 ChassisProfileTemplateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ChassisProfileTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ChassisProfileTemplateArgs
- 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 chassisProfileTemplateResource = new Intersight.ChassisProfileTemplate("chassisProfileTemplateResource", new()
{
AccountMoid = "string",
Action = "string",
ActionParams = new[]
{
new Intersight.Inputs.ChassisProfileTemplateActionParamArgs
{
AdditionalProperties = "string",
ClassId = "string",
Name = "string",
ObjectType = "string",
Value = "string",
},
},
AdditionalProperties = "string",
Ancestors = new[]
{
new Intersight.Inputs.ChassisProfileTemplateAncestorArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ChassisProfileTemplateId = "string",
ClassId = "string",
ConfigContexts = new[]
{
new Intersight.Inputs.ChassisProfileTemplateConfigContextArgs
{
AdditionalProperties = "string",
ClassId = "string",
ConfigState = "string",
ConfigStateSummary = "string",
ConfigType = "string",
ControlAction = "string",
ErrorState = "string",
InconsistencyReasons = new[]
{
"string",
},
ObjectType = "string",
OperState = "string",
},
},
ConfigResults = new[]
{
new Intersight.Inputs.ChassisProfileTemplateConfigResultArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
CreateTime = "string",
DeployedPolicies = new[]
{
"string",
},
Description = "string",
DomainGroupMoid = "string",
IomProfiles = new[]
{
new Intersight.Inputs.ChassisProfileTemplateIomProfileArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ModTime = "string",
Moid = "string",
Name = "string",
ObjectType = "string",
Organizations = new[]
{
new Intersight.Inputs.ChassisProfileTemplateOrganizationArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Owners = new[]
{
"string",
},
Parents = new[]
{
new Intersight.Inputs.ChassisProfileTemplateParentArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
PartiallyDeployedPolicies = new[]
{
new Intersight.Inputs.ChassisProfileTemplatePartiallyDeployedPolicyArgs
{
AdditionalProperties = "string",
ClassId = "string",
EndPointContext = "string",
ObjectType = "string",
Policy = "string",
},
},
PermissionResources = new[]
{
new Intersight.Inputs.ChassisProfileTemplatePermissionResourceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
PolicyBuckets = new[]
{
new Intersight.Inputs.ChassisProfileTemplatePolicyBucketArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
PolicyChangeDetails = new[]
{
new Intersight.Inputs.ChassisProfileTemplatePolicyChangeDetailArgs
{
AdditionalProperties = "string",
Changes = new[]
{
"string",
},
ClassId = "string",
ConfigChangeContexts = new[]
{
new Intersight.Inputs.ChassisProfileTemplatePolicyChangeDetailConfigChangeContextArgs
{
AdditionalProperties = "string",
ClassId = "string",
DependentPolicyLists = new[]
{
"string",
},
EntityData = "string",
EntityMoid = "string",
EntityName = "string",
EntityType = "string",
ObjectType = "string",
ParentMoid = "string",
ParentPolicyObjectType = "string",
ParentType = "string",
},
},
ConfigChangeFlag = "string",
Disruptions = new[]
{
"string",
},
Message = "string",
ModStatus = "string",
ObjectType = "string",
},
},
RemovedPolicies = new[]
{
"string",
},
ReportedPolicyChanges = new[]
{
new Intersight.Inputs.ChassisProfileTemplateReportedPolicyChangeArgs
{
AdditionalProperties = "string",
ChangeId = "string",
ChangeStatus = "string",
ClassId = "string",
ObjectType = "string",
PolicyType = "string",
},
},
ScheduledActions = new[]
{
new Intersight.Inputs.ChassisProfileTemplateScheduledActionArgs
{
Action = "string",
ActionQualifiers = new[]
{
new Intersight.Inputs.ChassisProfileTemplateScheduledActionActionQualifierArgs
{
AdditionalProperties = "string",
ClassId = "string",
ObjectType = "string",
},
},
AdditionalProperties = "string",
ClassId = "string",
ObjectType = "string",
ProceedOnReboot = false,
},
},
SharedScope = "string",
SrcTemplates = new[]
{
new Intersight.Inputs.ChassisProfileTemplateSrcTemplateArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Tags = new[]
{
new Intersight.Inputs.ChassisProfileTemplateTagArgs
{
AdditionalProperties = "string",
AncestorDefinitions = new[]
{
new Intersight.Inputs.ChassisProfileTemplateTagAncestorDefinitionArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Definitions = new[]
{
new Intersight.Inputs.ChassisProfileTemplateTagDefinitionArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Key = "string",
Propagated = false,
SysTag = false,
Type = "string",
Value = "string",
},
},
TargetPlatform = "string",
Type = "string",
Usage = 0,
VersionContexts = new[]
{
new Intersight.Inputs.ChassisProfileTemplateVersionContextArgs
{
AdditionalProperties = "string",
ClassId = "string",
InterestedMos = new[]
{
new Intersight.Inputs.ChassisProfileTemplateVersionContextInterestedMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
MarkedForDeletion = false,
NrVersion = "string",
ObjectType = "string",
RefMos = new[]
{
new Intersight.Inputs.ChassisProfileTemplateVersionContextRefMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Timestamp = "string",
VersionType = "string",
},
},
});
example, err := intersight.NewChassisProfileTemplate(ctx, "chassisProfileTemplateResource", &intersight.ChassisProfileTemplateArgs{
AccountMoid: pulumi.String("string"),
Action: pulumi.String("string"),
ActionParams: intersight.ChassisProfileTemplateActionParamArray{
&intersight.ChassisProfileTemplateActionParamArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
AdditionalProperties: pulumi.String("string"),
Ancestors: intersight.ChassisProfileTemplateAncestorArray{
&intersight.ChassisProfileTemplateAncestorArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ChassisProfileTemplateId: pulumi.String("string"),
ClassId: pulumi.String("string"),
ConfigContexts: intersight.ChassisProfileTemplateConfigContextArray{
&intersight.ChassisProfileTemplateConfigContextArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
ConfigState: pulumi.String("string"),
ConfigStateSummary: pulumi.String("string"),
ConfigType: pulumi.String("string"),
ControlAction: pulumi.String("string"),
ErrorState: pulumi.String("string"),
InconsistencyReasons: pulumi.StringArray{
pulumi.String("string"),
},
ObjectType: pulumi.String("string"),
OperState: pulumi.String("string"),
},
},
ConfigResults: intersight.ChassisProfileTemplateConfigResultArray{
&intersight.ChassisProfileTemplateConfigResultArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
CreateTime: pulumi.String("string"),
DeployedPolicies: pulumi.StringArray{
pulumi.String("string"),
},
Description: pulumi.String("string"),
DomainGroupMoid: pulumi.String("string"),
IomProfiles: intersight.ChassisProfileTemplateIomProfileArray{
&intersight.ChassisProfileTemplateIomProfileArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ModTime: pulumi.String("string"),
Moid: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Organizations: intersight.ChassisProfileTemplateOrganizationArray{
&intersight.ChassisProfileTemplateOrganizationArgs{
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.ChassisProfileTemplateParentArray{
&intersight.ChassisProfileTemplateParentArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
PartiallyDeployedPolicies: intersight.ChassisProfileTemplatePartiallyDeployedPolicyArray{
&intersight.ChassisProfileTemplatePartiallyDeployedPolicyArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
EndPointContext: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Policy: pulumi.String("string"),
},
},
PermissionResources: intersight.ChassisProfileTemplatePermissionResourceArray{
&intersight.ChassisProfileTemplatePermissionResourceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
PolicyBuckets: intersight.ChassisProfileTemplatePolicyBucketArray{
&intersight.ChassisProfileTemplatePolicyBucketArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
PolicyChangeDetails: intersight.ChassisProfileTemplatePolicyChangeDetailArray{
&intersight.ChassisProfileTemplatePolicyChangeDetailArgs{
AdditionalProperties: pulumi.String("string"),
Changes: pulumi.StringArray{
pulumi.String("string"),
},
ClassId: pulumi.String("string"),
ConfigChangeContexts: intersight.ChassisProfileTemplatePolicyChangeDetailConfigChangeContextArray{
&intersight.ChassisProfileTemplatePolicyChangeDetailConfigChangeContextArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
DependentPolicyLists: pulumi.StringArray{
pulumi.String("string"),
},
EntityData: pulumi.String("string"),
EntityMoid: pulumi.String("string"),
EntityName: pulumi.String("string"),
EntityType: pulumi.String("string"),
ObjectType: pulumi.String("string"),
ParentMoid: pulumi.String("string"),
ParentPolicyObjectType: pulumi.String("string"),
ParentType: pulumi.String("string"),
},
},
ConfigChangeFlag: pulumi.String("string"),
Disruptions: pulumi.StringArray{
pulumi.String("string"),
},
Message: pulumi.String("string"),
ModStatus: pulumi.String("string"),
ObjectType: pulumi.String("string"),
},
},
RemovedPolicies: pulumi.StringArray{
pulumi.String("string"),
},
ReportedPolicyChanges: intersight.ChassisProfileTemplateReportedPolicyChangeArray{
&intersight.ChassisProfileTemplateReportedPolicyChangeArgs{
AdditionalProperties: pulumi.String("string"),
ChangeId: pulumi.String("string"),
ChangeStatus: pulumi.String("string"),
ClassId: pulumi.String("string"),
ObjectType: pulumi.String("string"),
PolicyType: pulumi.String("string"),
},
},
ScheduledActions: intersight.ChassisProfileTemplateScheduledActionArray{
&intersight.ChassisProfileTemplateScheduledActionArgs{
Action: pulumi.String("string"),
ActionQualifiers: intersight.ChassisProfileTemplateScheduledActionActionQualifierArray{
&intersight.ChassisProfileTemplateScheduledActionActionQualifierArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
ObjectType: pulumi.String("string"),
},
},
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
ObjectType: pulumi.String("string"),
ProceedOnReboot: pulumi.Bool(false),
},
},
SharedScope: pulumi.String("string"),
SrcTemplates: intersight.ChassisProfileTemplateSrcTemplateArray{
&intersight.ChassisProfileTemplateSrcTemplateArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Tags: intersight.ChassisProfileTemplateTagArray{
&intersight.ChassisProfileTemplateTagArgs{
AdditionalProperties: pulumi.String("string"),
AncestorDefinitions: intersight.ChassisProfileTemplateTagAncestorDefinitionArray{
&intersight.ChassisProfileTemplateTagAncestorDefinitionArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Definitions: intersight.ChassisProfileTemplateTagDefinitionArray{
&intersight.ChassisProfileTemplateTagDefinitionArgs{
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"),
},
},
TargetPlatform: pulumi.String("string"),
Type: pulumi.String("string"),
Usage: pulumi.Float64(0),
VersionContexts: intersight.ChassisProfileTemplateVersionContextArray{
&intersight.ChassisProfileTemplateVersionContextArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
InterestedMos: intersight.ChassisProfileTemplateVersionContextInterestedMoArray{
&intersight.ChassisProfileTemplateVersionContextInterestedMoArgs{
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.ChassisProfileTemplateVersionContextRefMoArray{
&intersight.ChassisProfileTemplateVersionContextRefMoArgs{
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"),
},
},
})
var chassisProfileTemplateResource = new ChassisProfileTemplate("chassisProfileTemplateResource", ChassisProfileTemplateArgs.builder()
.accountMoid("string")
.action("string")
.actionParams(ChassisProfileTemplateActionParamArgs.builder()
.additionalProperties("string")
.classId("string")
.name("string")
.objectType("string")
.value("string")
.build())
.additionalProperties("string")
.ancestors(ChassisProfileTemplateAncestorArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.chassisProfileTemplateId("string")
.classId("string")
.configContexts(ChassisProfileTemplateConfigContextArgs.builder()
.additionalProperties("string")
.classId("string")
.configState("string")
.configStateSummary("string")
.configType("string")
.controlAction("string")
.errorState("string")
.inconsistencyReasons("string")
.objectType("string")
.operState("string")
.build())
.configResults(ChassisProfileTemplateConfigResultArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.createTime("string")
.deployedPolicies("string")
.description("string")
.domainGroupMoid("string")
.iomProfiles(ChassisProfileTemplateIomProfileArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.modTime("string")
.moid("string")
.name("string")
.objectType("string")
.organizations(ChassisProfileTemplateOrganizationArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.owners("string")
.parents(ChassisProfileTemplateParentArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.partiallyDeployedPolicies(ChassisProfileTemplatePartiallyDeployedPolicyArgs.builder()
.additionalProperties("string")
.classId("string")
.endPointContext("string")
.objectType("string")
.policy("string")
.build())
.permissionResources(ChassisProfileTemplatePermissionResourceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.policyBuckets(ChassisProfileTemplatePolicyBucketArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.policyChangeDetails(ChassisProfileTemplatePolicyChangeDetailArgs.builder()
.additionalProperties("string")
.changes("string")
.classId("string")
.configChangeContexts(ChassisProfileTemplatePolicyChangeDetailConfigChangeContextArgs.builder()
.additionalProperties("string")
.classId("string")
.dependentPolicyLists("string")
.entityData("string")
.entityMoid("string")
.entityName("string")
.entityType("string")
.objectType("string")
.parentMoid("string")
.parentPolicyObjectType("string")
.parentType("string")
.build())
.configChangeFlag("string")
.disruptions("string")
.message("string")
.modStatus("string")
.objectType("string")
.build())
.removedPolicies("string")
.reportedPolicyChanges(ChassisProfileTemplateReportedPolicyChangeArgs.builder()
.additionalProperties("string")
.changeId("string")
.changeStatus("string")
.classId("string")
.objectType("string")
.policyType("string")
.build())
.scheduledActions(ChassisProfileTemplateScheduledActionArgs.builder()
.action("string")
.actionQualifiers(ChassisProfileTemplateScheduledActionActionQualifierArgs.builder()
.additionalProperties("string")
.classId("string")
.objectType("string")
.build())
.additionalProperties("string")
.classId("string")
.objectType("string")
.proceedOnReboot(false)
.build())
.sharedScope("string")
.srcTemplates(ChassisProfileTemplateSrcTemplateArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.tags(ChassisProfileTemplateTagArgs.builder()
.additionalProperties("string")
.ancestorDefinitions(ChassisProfileTemplateTagAncestorDefinitionArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.definitions(ChassisProfileTemplateTagDefinitionArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.key("string")
.propagated(false)
.sysTag(false)
.type("string")
.value("string")
.build())
.targetPlatform("string")
.type("string")
.usage(0.0)
.versionContexts(ChassisProfileTemplateVersionContextArgs.builder()
.additionalProperties("string")
.classId("string")
.interestedMos(ChassisProfileTemplateVersionContextInterestedMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.markedForDeletion(false)
.nrVersion("string")
.objectType("string")
.refMos(ChassisProfileTemplateVersionContextRefMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.timestamp("string")
.versionType("string")
.build())
.build());
chassis_profile_template_resource = intersight.ChassisProfileTemplate("chassisProfileTemplateResource",
account_moid="string",
action="string",
action_params=[{
"additional_properties": "string",
"class_id": "string",
"name": "string",
"object_type": "string",
"value": "string",
}],
additional_properties="string",
ancestors=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
chassis_profile_template_id="string",
class_id="string",
config_contexts=[{
"additional_properties": "string",
"class_id": "string",
"config_state": "string",
"config_state_summary": "string",
"config_type": "string",
"control_action": "string",
"error_state": "string",
"inconsistency_reasons": ["string"],
"object_type": "string",
"oper_state": "string",
}],
config_results=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
create_time="string",
deployed_policies=["string"],
description="string",
domain_group_moid="string",
iom_profiles=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
mod_time="string",
moid="string",
name="string",
object_type="string",
organizations=[{
"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",
}],
partially_deployed_policies=[{
"additional_properties": "string",
"class_id": "string",
"end_point_context": "string",
"object_type": "string",
"policy": "string",
}],
permission_resources=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
policy_buckets=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
policy_change_details=[{
"additional_properties": "string",
"changes": ["string"],
"class_id": "string",
"config_change_contexts": [{
"additional_properties": "string",
"class_id": "string",
"dependent_policy_lists": ["string"],
"entity_data": "string",
"entity_moid": "string",
"entity_name": "string",
"entity_type": "string",
"object_type": "string",
"parent_moid": "string",
"parent_policy_object_type": "string",
"parent_type": "string",
}],
"config_change_flag": "string",
"disruptions": ["string"],
"message": "string",
"mod_status": "string",
"object_type": "string",
}],
removed_policies=["string"],
reported_policy_changes=[{
"additional_properties": "string",
"change_id": "string",
"change_status": "string",
"class_id": "string",
"object_type": "string",
"policy_type": "string",
}],
scheduled_actions=[{
"action": "string",
"action_qualifiers": [{
"additional_properties": "string",
"class_id": "string",
"object_type": "string",
}],
"additional_properties": "string",
"class_id": "string",
"object_type": "string",
"proceed_on_reboot": False,
}],
shared_scope="string",
src_templates=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "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",
}],
target_platform="string",
type="string",
usage=0,
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",
}])
const chassisProfileTemplateResource = new intersight.ChassisProfileTemplate("chassisProfileTemplateResource", {
accountMoid: "string",
action: "string",
actionParams: [{
additionalProperties: "string",
classId: "string",
name: "string",
objectType: "string",
value: "string",
}],
additionalProperties: "string",
ancestors: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
chassisProfileTemplateId: "string",
classId: "string",
configContexts: [{
additionalProperties: "string",
classId: "string",
configState: "string",
configStateSummary: "string",
configType: "string",
controlAction: "string",
errorState: "string",
inconsistencyReasons: ["string"],
objectType: "string",
operState: "string",
}],
configResults: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
createTime: "string",
deployedPolicies: ["string"],
description: "string",
domainGroupMoid: "string",
iomProfiles: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
modTime: "string",
moid: "string",
name: "string",
objectType: "string",
organizations: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
owners: ["string"],
parents: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
partiallyDeployedPolicies: [{
additionalProperties: "string",
classId: "string",
endPointContext: "string",
objectType: "string",
policy: "string",
}],
permissionResources: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
policyBuckets: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
policyChangeDetails: [{
additionalProperties: "string",
changes: ["string"],
classId: "string",
configChangeContexts: [{
additionalProperties: "string",
classId: "string",
dependentPolicyLists: ["string"],
entityData: "string",
entityMoid: "string",
entityName: "string",
entityType: "string",
objectType: "string",
parentMoid: "string",
parentPolicyObjectType: "string",
parentType: "string",
}],
configChangeFlag: "string",
disruptions: ["string"],
message: "string",
modStatus: "string",
objectType: "string",
}],
removedPolicies: ["string"],
reportedPolicyChanges: [{
additionalProperties: "string",
changeId: "string",
changeStatus: "string",
classId: "string",
objectType: "string",
policyType: "string",
}],
scheduledActions: [{
action: "string",
actionQualifiers: [{
additionalProperties: "string",
classId: "string",
objectType: "string",
}],
additionalProperties: "string",
classId: "string",
objectType: "string",
proceedOnReboot: false,
}],
sharedScope: "string",
srcTemplates: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "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",
}],
targetPlatform: "string",
type: "string",
usage: 0,
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",
}],
});
type: intersight:ChassisProfileTemplate
properties:
accountMoid: string
action: string
actionParams:
- additionalProperties: string
classId: string
name: string
objectType: string
value: string
additionalProperties: string
ancestors:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
chassisProfileTemplateId: string
classId: string
configContexts:
- additionalProperties: string
classId: string
configState: string
configStateSummary: string
configType: string
controlAction: string
errorState: string
inconsistencyReasons:
- string
objectType: string
operState: string
configResults:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
createTime: string
deployedPolicies:
- string
description: string
domainGroupMoid: string
iomProfiles:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
modTime: string
moid: string
name: string
objectType: string
organizations:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
owners:
- string
parents:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
partiallyDeployedPolicies:
- additionalProperties: string
classId: string
endPointContext: string
objectType: string
policy: string
permissionResources:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
policyBuckets:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
policyChangeDetails:
- additionalProperties: string
changes:
- string
classId: string
configChangeContexts:
- additionalProperties: string
classId: string
dependentPolicyLists:
- string
entityData: string
entityMoid: string
entityName: string
entityType: string
objectType: string
parentMoid: string
parentPolicyObjectType: string
parentType: string
configChangeFlag: string
disruptions:
- string
message: string
modStatus: string
objectType: string
removedPolicies:
- string
reportedPolicyChanges:
- additionalProperties: string
changeId: string
changeStatus: string
classId: string
objectType: string
policyType: string
scheduledActions:
- action: string
actionQualifiers:
- additionalProperties: string
classId: string
objectType: string
additionalProperties: string
classId: string
objectType: string
proceedOnReboot: false
sharedScope: string
srcTemplates:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: 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
targetPlatform: string
type: string
usage: 0
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
ChassisProfileTemplate 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 ChassisProfileTemplate resource accepts the following input properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- Action
Params List<ChassisProfile Template Action Param> - This complex property has following sub-properties:
- Additional
Properties string - Ancestors
List<Chassis
Profile Template Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Chassis
Profile stringTemplate Id - 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.
- Config
Contexts List<ChassisProfile Template Config Context> - The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- Config
Results List<ChassisProfile Template Config Result> - (ReadOnly) A reference to a chassisConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Deployed
Policies List<string> - (Array of schema.TypeString) -
- Description string
- Description of the profile.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Iom
Profiles List<ChassisProfile Template Iom Profile> - (ReadOnly) An array of relationships to chassisIomProfile resources. This complex property has following sub-properties:
- 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
- Name of the profile instance or profile template.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Organizations
List<Chassis
Profile Template Organization> - A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Chassis
Profile Template 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:
- Partially
Deployed List<ChassisPolicies Profile Template Partially Deployed Policy> - This complex property has following sub-properties:
- Permission
Resources List<ChassisProfile Template Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Policy
Buckets List<ChassisProfile Template Policy Bucket> - An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- Policy
Change List<ChassisDetails Profile Template Policy Change Detail> - This complex property has following sub-properties:
- Removed
Policies List<string> - (Array of schema.TypeString) -
- Reported
Policy List<ChassisChanges Profile Template Reported Policy Change> - This complex property has following sub-properties:
- Scheduled
Actions List<ChassisProfile Template Scheduled Action> - 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.
- Src
Templates List<ChassisProfile Template Src Template> - A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
-
List<Chassis
Profile Template Tag> - This complex property has following sub-properties:
- Target
Platform string - The platform for which the chassis profile is applicable. It can either be a chassis that is operating in standalone mode or which is attached to a Fabric Interconnect managed by Intersight.*
FIAttached- Chassis which are connected to a Fabric Interconnect that is managed by Intersight. - Type string
- Defines the type of the profile. Accepted values are instance or template.*
instance- The profile defines the configuration for a specific instance of a target. - Usage double
- (ReadOnly) The count of the chassis profiles derived from the template.
- Version
Contexts List<ChassisProfile Template Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- Action
Params []ChassisProfile Template Action Param Args - This complex property has following sub-properties:
- Additional
Properties string - Ancestors
[]Chassis
Profile Template Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Chassis
Profile stringTemplate Id - 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.
- Config
Contexts []ChassisProfile Template Config Context Args - The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- Config
Results []ChassisProfile Template Config Result Args - (ReadOnly) A reference to a chassisConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Deployed
Policies []string - (Array of schema.TypeString) -
- Description string
- Description of the profile.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Iom
Profiles []ChassisProfile Template Iom Profile Args - (ReadOnly) An array of relationships to chassisIomProfile resources. This complex property has following sub-properties:
- 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
- Name of the profile instance or profile template.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Organizations
[]Chassis
Profile Template Organization Args - A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Chassis
Profile Template 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:
- Partially
Deployed []ChassisPolicies Profile Template Partially Deployed Policy Args - This complex property has following sub-properties:
- Permission
Resources []ChassisProfile Template Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Policy
Buckets []ChassisProfile Template Policy Bucket Args - An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- Policy
Change []ChassisDetails Profile Template Policy Change Detail Args - This complex property has following sub-properties:
- Removed
Policies []string - (Array of schema.TypeString) -
- Reported
Policy []ChassisChanges Profile Template Reported Policy Change Args - This complex property has following sub-properties:
- Scheduled
Actions []ChassisProfile Template Scheduled Action Args - 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.
- Src
Templates []ChassisProfile Template Src Template Args - A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
-
[]Chassis
Profile Template Tag Args - This complex property has following sub-properties:
- Target
Platform string - The platform for which the chassis profile is applicable. It can either be a chassis that is operating in standalone mode or which is attached to a Fabric Interconnect managed by Intersight.*
FIAttached- Chassis which are connected to a Fabric Interconnect that is managed by Intersight. - Type string
- Defines the type of the profile. Accepted values are instance or template.*
instance- The profile defines the configuration for a specific instance of a target. - Usage float64
- (ReadOnly) The count of the chassis profiles derived from the template.
- Version
Contexts []ChassisProfile Template Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action
Params List<ChassisProfile Template Action Param> - This complex property has following sub-properties:
- additional
Properties String - ancestors
List<Chassis
Profile Template Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- chassis
Profile StringTemplate Id - 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.
- config
Contexts List<ChassisProfile Template Config Context> - The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- config
Results List<ChassisProfile Template Config Result> - (ReadOnly) A reference to a chassisConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- create
Time String - (ReadOnly) The time when this managed object was created.
- deployed
Policies List<String> - (Array of schema.TypeString) -
- description String
- Description of the profile.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- iom
Profiles List<ChassisProfile Template Iom Profile> - (ReadOnly) An array of relationships to chassisIomProfile resources. This complex property has following sub-properties:
- 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
- Name of the profile instance or profile template.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations
List<Chassis
Profile Template Organization> - A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Chassis
Profile Template 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:
- partially
Deployed List<ChassisPolicies Profile Template Partially Deployed Policy> - This complex property has following sub-properties:
- permission
Resources List<ChassisProfile Template Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- policy
Buckets List<ChassisProfile Template Policy Bucket> - An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- policy
Change List<ChassisDetails Profile Template Policy Change Detail> - This complex property has following sub-properties:
- removed
Policies List<String> - (Array of schema.TypeString) -
- reported
Policy List<ChassisChanges Profile Template Reported Policy Change> - This complex property has following sub-properties:
- scheduled
Actions List<ChassisProfile Template Scheduled Action> - 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.
- src
Templates List<ChassisProfile Template Src Template> - A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
-
List<Chassis
Profile Template Tag> - This complex property has following sub-properties:
- target
Platform String - The platform for which the chassis profile is applicable. It can either be a chassis that is operating in standalone mode or which is attached to a Fabric Interconnect managed by Intersight.*
FIAttached- Chassis which are connected to a Fabric Interconnect that is managed by Intersight. - type String
- Defines the type of the profile. Accepted values are instance or template.*
instance- The profile defines the configuration for a specific instance of a target. - usage Double
- (ReadOnly) The count of the chassis profiles derived from the template.
- version
Contexts List<ChassisProfile Template Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action
Params ChassisProfile Template Action Param[] - This complex property has following sub-properties:
- additional
Properties string - ancestors
Chassis
Profile Template Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- chassis
Profile stringTemplate Id - 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.
- config
Contexts ChassisProfile Template Config Context[] - The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- config
Results ChassisProfile Template Config Result[] - (ReadOnly) A reference to a chassisConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- create
Time string - (ReadOnly) The time when this managed object was created.
- deployed
Policies string[] - (Array of schema.TypeString) -
- description string
- Description of the profile.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- iom
Profiles ChassisProfile Template Iom Profile[] - (ReadOnly) An array of relationships to chassisIomProfile resources. This complex property has following sub-properties:
- 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
- Name of the profile instance or profile template.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations
Chassis
Profile Template Organization[] - A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Chassis
Profile Template 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:
- partially
Deployed ChassisPolicies Profile Template Partially Deployed Policy[] - This complex property has following sub-properties:
- permission
Resources ChassisProfile Template Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- policy
Buckets ChassisProfile Template Policy Bucket[] - An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- policy
Change ChassisDetails Profile Template Policy Change Detail[] - This complex property has following sub-properties:
- removed
Policies string[] - (Array of schema.TypeString) -
- reported
Policy ChassisChanges Profile Template Reported Policy Change[] - This complex property has following sub-properties:
- scheduled
Actions ChassisProfile Template Scheduled Action[] - 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.
- src
Templates ChassisProfile Template Src Template[] - A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
-
Chassis
Profile Template Tag[] - This complex property has following sub-properties:
- target
Platform string - The platform for which the chassis profile is applicable. It can either be a chassis that is operating in standalone mode or which is attached to a Fabric Interconnect managed by Intersight.*
FIAttached- Chassis which are connected to a Fabric Interconnect that is managed by Intersight. - type string
- Defines the type of the profile. Accepted values are instance or template.*
instance- The profile defines the configuration for a specific instance of a target. - usage number
- (ReadOnly) The count of the chassis profiles derived from the template.
- version
Contexts ChassisProfile Template Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- action str
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action_
params Sequence[ChassisProfile Template Action Param Args] - This complex property has following sub-properties:
- additional_
properties str - ancestors
Sequence[Chassis
Profile Template Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- chassis_
profile_ strtemplate_ id - 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.
- config_
contexts Sequence[ChassisProfile Template Config Context Args] - The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- config_
results Sequence[ChassisProfile Template Config Result Args] - (ReadOnly) A reference to a chassisConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- create_
time str - (ReadOnly) The time when this managed object was created.
- deployed_
policies Sequence[str] - (Array of schema.TypeString) -
- description str
- Description of the profile.
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- iom_
profiles Sequence[ChassisProfile Template Iom Profile Args] - (ReadOnly) An array of relationships to chassisIomProfile resources. This complex property has following sub-properties:
- 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
- Name of the profile instance or profile template.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations
Sequence[Chassis
Profile Template Organization Args] - A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Chassis
Profile Template 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:
- partially_
deployed_ Sequence[Chassispolicies Profile Template Partially Deployed Policy Args] - This complex property has following sub-properties:
- permission_
resources Sequence[ChassisProfile Template Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- policy_
buckets Sequence[ChassisProfile Template Policy Bucket Args] - An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- policy_
change_ Sequence[Chassisdetails Profile Template Policy Change Detail Args] - This complex property has following sub-properties:
- removed_
policies Sequence[str] - (Array of schema.TypeString) -
- reported_
policy_ Sequence[Chassischanges Profile Template Reported Policy Change Args] - This complex property has following sub-properties:
- scheduled_
actions Sequence[ChassisProfile Template Scheduled Action Args] - 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.
- src_
templates Sequence[ChassisProfile Template Src Template Args] - A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
-
Sequence[Chassis
Profile Template Tag Args] - This complex property has following sub-properties:
- target_
platform str - The platform for which the chassis profile is applicable. It can either be a chassis that is operating in standalone mode or which is attached to a Fabric Interconnect managed by Intersight.*
FIAttached- Chassis which are connected to a Fabric Interconnect that is managed by Intersight. - type str
- Defines the type of the profile. Accepted values are instance or template.*
instance- The profile defines the configuration for a specific instance of a target. - usage float
- (ReadOnly) The count of the chassis profiles derived from the template.
- version_
contexts Sequence[ChassisProfile Template Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action
Params List<Property Map> - 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:
- chassis
Profile StringTemplate Id - 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.
- config
Contexts List<Property Map> - The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- config
Results List<Property Map> - (ReadOnly) A reference to a chassisConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- create
Time String - (ReadOnly) The time when this managed object was created.
- deployed
Policies List<String> - (Array of schema.TypeString) -
- description String
- Description of the profile.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- iom
Profiles List<Property Map> - (ReadOnly) An array of relationships to chassisIomProfile resources. This complex property has following sub-properties:
- 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
- Name of the profile instance or profile template.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations List<Property Map>
- A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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:
- partially
Deployed List<Property Map>Policies - 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:
- policy
Buckets List<Property Map> - An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- policy
Change List<Property Map>Details - This complex property has following sub-properties:
- removed
Policies List<String> - (Array of schema.TypeString) -
- reported
Policy List<Property Map>Changes - This complex property has following sub-properties:
- scheduled
Actions List<Property Map> - 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.
- src
Templates List<Property Map> - A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- List<Property Map>
- This complex property has following sub-properties:
- target
Platform String - The platform for which the chassis profile is applicable. It can either be a chassis that is operating in standalone mode or which is attached to a Fabric Interconnect managed by Intersight.*
FIAttached- Chassis which are connected to a Fabric Interconnect that is managed by Intersight. - type String
- Defines the type of the profile. Accepted values are instance or template.*
instance- The profile defines the configuration for a specific instance of a target. - usage Number
- (ReadOnly) The count of the chassis profiles derived from the template.
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the ChassisProfileTemplate 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 str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing ChassisProfileTemplate Resource
Get an existing ChassisProfileTemplate 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?: ChassisProfileTemplateState, opts?: CustomResourceOptions): ChassisProfileTemplate@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
action: Optional[str] = None,
action_params: Optional[Sequence[ChassisProfileTemplateActionParamArgs]] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[ChassisProfileTemplateAncestorArgs]] = None,
chassis_profile_template_id: Optional[str] = None,
class_id: Optional[str] = None,
config_contexts: Optional[Sequence[ChassisProfileTemplateConfigContextArgs]] = None,
config_results: Optional[Sequence[ChassisProfileTemplateConfigResultArgs]] = None,
create_time: Optional[str] = None,
deployed_policies: Optional[Sequence[str]] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
iom_profiles: Optional[Sequence[ChassisProfileTemplateIomProfileArgs]] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
organizations: Optional[Sequence[ChassisProfileTemplateOrganizationArgs]] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[ChassisProfileTemplateParentArgs]] = None,
partially_deployed_policies: Optional[Sequence[ChassisProfileTemplatePartiallyDeployedPolicyArgs]] = None,
permission_resources: Optional[Sequence[ChassisProfileTemplatePermissionResourceArgs]] = None,
policy_buckets: Optional[Sequence[ChassisProfileTemplatePolicyBucketArgs]] = None,
policy_change_details: Optional[Sequence[ChassisProfileTemplatePolicyChangeDetailArgs]] = None,
removed_policies: Optional[Sequence[str]] = None,
reported_policy_changes: Optional[Sequence[ChassisProfileTemplateReportedPolicyChangeArgs]] = None,
scheduled_actions: Optional[Sequence[ChassisProfileTemplateScheduledActionArgs]] = None,
shared_scope: Optional[str] = None,
src_templates: Optional[Sequence[ChassisProfileTemplateSrcTemplateArgs]] = None,
tags: Optional[Sequence[ChassisProfileTemplateTagArgs]] = None,
target_platform: Optional[str] = None,
type: Optional[str] = None,
usage: Optional[float] = None,
version_contexts: Optional[Sequence[ChassisProfileTemplateVersionContextArgs]] = None) -> ChassisProfileTemplatefunc GetChassisProfileTemplate(ctx *Context, name string, id IDInput, state *ChassisProfileTemplateState, opts ...ResourceOption) (*ChassisProfileTemplate, error)public static ChassisProfileTemplate Get(string name, Input<string> id, ChassisProfileTemplateState? state, CustomResourceOptions? opts = null)public static ChassisProfileTemplate get(String name, Output<String> id, ChassisProfileTemplateState state, CustomResourceOptions options)resources: _: type: intersight:ChassisProfileTemplate get: 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.
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- Action
Params List<ChassisProfile Template Action Param> - This complex property has following sub-properties:
- Additional
Properties string - Ancestors
List<Chassis
Profile Template Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Chassis
Profile stringTemplate Id - 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.
- Config
Contexts List<ChassisProfile Template Config Context> - The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- Config
Results List<ChassisProfile Template Config Result> - (ReadOnly) A reference to a chassisConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Deployed
Policies List<string> - (Array of schema.TypeString) -
- Description string
- Description of the profile.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Iom
Profiles List<ChassisProfile Template Iom Profile> - (ReadOnly) An array of relationships to chassisIomProfile resources. This complex property has following sub-properties:
- 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
- Name of the profile instance or profile template.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Organizations
List<Chassis
Profile Template Organization> - A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Chassis
Profile Template 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:
- Partially
Deployed List<ChassisPolicies Profile Template Partially Deployed Policy> - This complex property has following sub-properties:
- Permission
Resources List<ChassisProfile Template Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Policy
Buckets List<ChassisProfile Template Policy Bucket> - An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- Policy
Change List<ChassisDetails Profile Template Policy Change Detail> - This complex property has following sub-properties:
- Removed
Policies List<string> - (Array of schema.TypeString) -
- Reported
Policy List<ChassisChanges Profile Template Reported Policy Change> - This complex property has following sub-properties:
- Scheduled
Actions List<ChassisProfile Template Scheduled Action> - 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.
- Src
Templates List<ChassisProfile Template Src Template> - A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
-
List<Chassis
Profile Template Tag> - This complex property has following sub-properties:
- Target
Platform string - The platform for which the chassis profile is applicable. It can either be a chassis that is operating in standalone mode or which is attached to a Fabric Interconnect managed by Intersight.*
FIAttached- Chassis which are connected to a Fabric Interconnect that is managed by Intersight. - Type string
- Defines the type of the profile. Accepted values are instance or template.*
instance- The profile defines the configuration for a specific instance of a target. - Usage double
- (ReadOnly) The count of the chassis profiles derived from the template.
- Version
Contexts List<ChassisProfile Template Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- Action
Params []ChassisProfile Template Action Param Args - This complex property has following sub-properties:
- Additional
Properties string - Ancestors
[]Chassis
Profile Template Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Chassis
Profile stringTemplate Id - 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.
- Config
Contexts []ChassisProfile Template Config Context Args - The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- Config
Results []ChassisProfile Template Config Result Args - (ReadOnly) A reference to a chassisConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Deployed
Policies []string - (Array of schema.TypeString) -
- Description string
- Description of the profile.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Iom
Profiles []ChassisProfile Template Iom Profile Args - (ReadOnly) An array of relationships to chassisIomProfile resources. This complex property has following sub-properties:
- 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
- Name of the profile instance or profile template.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Organizations
[]Chassis
Profile Template Organization Args - A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Chassis
Profile Template 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:
- Partially
Deployed []ChassisPolicies Profile Template Partially Deployed Policy Args - This complex property has following sub-properties:
- Permission
Resources []ChassisProfile Template Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Policy
Buckets []ChassisProfile Template Policy Bucket Args - An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- Policy
Change []ChassisDetails Profile Template Policy Change Detail Args - This complex property has following sub-properties:
- Removed
Policies []string - (Array of schema.TypeString) -
- Reported
Policy []ChassisChanges Profile Template Reported Policy Change Args - This complex property has following sub-properties:
- Scheduled
Actions []ChassisProfile Template Scheduled Action Args - 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.
- Src
Templates []ChassisProfile Template Src Template Args - A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
-
[]Chassis
Profile Template Tag Args - This complex property has following sub-properties:
- Target
Platform string - The platform for which the chassis profile is applicable. It can either be a chassis that is operating in standalone mode or which is attached to a Fabric Interconnect managed by Intersight.*
FIAttached- Chassis which are connected to a Fabric Interconnect that is managed by Intersight. - Type string
- Defines the type of the profile. Accepted values are instance or template.*
instance- The profile defines the configuration for a specific instance of a target. - Usage float64
- (ReadOnly) The count of the chassis profiles derived from the template.
- Version
Contexts []ChassisProfile Template Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action
Params List<ChassisProfile Template Action Param> - This complex property has following sub-properties:
- additional
Properties String - ancestors
List<Chassis
Profile Template Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- chassis
Profile StringTemplate Id - 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.
- config
Contexts List<ChassisProfile Template Config Context> - The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- config
Results List<ChassisProfile Template Config Result> - (ReadOnly) A reference to a chassisConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- create
Time String - (ReadOnly) The time when this managed object was created.
- deployed
Policies List<String> - (Array of schema.TypeString) -
- description String
- Description of the profile.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- iom
Profiles List<ChassisProfile Template Iom Profile> - (ReadOnly) An array of relationships to chassisIomProfile resources. This complex property has following sub-properties:
- 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
- Name of the profile instance or profile template.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations
List<Chassis
Profile Template Organization> - A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Chassis
Profile Template 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:
- partially
Deployed List<ChassisPolicies Profile Template Partially Deployed Policy> - This complex property has following sub-properties:
- permission
Resources List<ChassisProfile Template Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- policy
Buckets List<ChassisProfile Template Policy Bucket> - An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- policy
Change List<ChassisDetails Profile Template Policy Change Detail> - This complex property has following sub-properties:
- removed
Policies List<String> - (Array of schema.TypeString) -
- reported
Policy List<ChassisChanges Profile Template Reported Policy Change> - This complex property has following sub-properties:
- scheduled
Actions List<ChassisProfile Template Scheduled Action> - 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.
- src
Templates List<ChassisProfile Template Src Template> - A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
-
List<Chassis
Profile Template Tag> - This complex property has following sub-properties:
- target
Platform String - The platform for which the chassis profile is applicable. It can either be a chassis that is operating in standalone mode or which is attached to a Fabric Interconnect managed by Intersight.*
FIAttached- Chassis which are connected to a Fabric Interconnect that is managed by Intersight. - type String
- Defines the type of the profile. Accepted values are instance or template.*
instance- The profile defines the configuration for a specific instance of a target. - usage Double
- (ReadOnly) The count of the chassis profiles derived from the template.
- version
Contexts List<ChassisProfile Template Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action
Params ChassisProfile Template Action Param[] - This complex property has following sub-properties:
- additional
Properties string - ancestors
Chassis
Profile Template Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- chassis
Profile stringTemplate Id - 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.
- config
Contexts ChassisProfile Template Config Context[] - The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- config
Results ChassisProfile Template Config Result[] - (ReadOnly) A reference to a chassisConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- create
Time string - (ReadOnly) The time when this managed object was created.
- deployed
Policies string[] - (Array of schema.TypeString) -
- description string
- Description of the profile.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- iom
Profiles ChassisProfile Template Iom Profile[] - (ReadOnly) An array of relationships to chassisIomProfile resources. This complex property has following sub-properties:
- 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
- Name of the profile instance or profile template.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations
Chassis
Profile Template Organization[] - A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Chassis
Profile Template 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:
- partially
Deployed ChassisPolicies Profile Template Partially Deployed Policy[] - This complex property has following sub-properties:
- permission
Resources ChassisProfile Template Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- policy
Buckets ChassisProfile Template Policy Bucket[] - An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- policy
Change ChassisDetails Profile Template Policy Change Detail[] - This complex property has following sub-properties:
- removed
Policies string[] - (Array of schema.TypeString) -
- reported
Policy ChassisChanges Profile Template Reported Policy Change[] - This complex property has following sub-properties:
- scheduled
Actions ChassisProfile Template Scheduled Action[] - 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.
- src
Templates ChassisProfile Template Src Template[] - A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
-
Chassis
Profile Template Tag[] - This complex property has following sub-properties:
- target
Platform string - The platform for which the chassis profile is applicable. It can either be a chassis that is operating in standalone mode or which is attached to a Fabric Interconnect managed by Intersight.*
FIAttached- Chassis which are connected to a Fabric Interconnect that is managed by Intersight. - type string
- Defines the type of the profile. Accepted values are instance or template.*
instance- The profile defines the configuration for a specific instance of a target. - usage number
- (ReadOnly) The count of the chassis profiles derived from the template.
- version
Contexts ChassisProfile Template Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- action str
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action_
params Sequence[ChassisProfile Template Action Param Args] - This complex property has following sub-properties:
- additional_
properties str - ancestors
Sequence[Chassis
Profile Template Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- chassis_
profile_ strtemplate_ id - 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.
- config_
contexts Sequence[ChassisProfile Template Config Context Args] - The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- config_
results Sequence[ChassisProfile Template Config Result Args] - (ReadOnly) A reference to a chassisConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- create_
time str - (ReadOnly) The time when this managed object was created.
- deployed_
policies Sequence[str] - (Array of schema.TypeString) -
- description str
- Description of the profile.
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- iom_
profiles Sequence[ChassisProfile Template Iom Profile Args] - (ReadOnly) An array of relationships to chassisIomProfile resources. This complex property has following sub-properties:
- 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
- Name of the profile instance or profile template.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations
Sequence[Chassis
Profile Template Organization Args] - A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Chassis
Profile Template 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:
- partially_
deployed_ Sequence[Chassispolicies Profile Template Partially Deployed Policy Args] - This complex property has following sub-properties:
- permission_
resources Sequence[ChassisProfile Template Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- policy_
buckets Sequence[ChassisProfile Template Policy Bucket Args] - An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- policy_
change_ Sequence[Chassisdetails Profile Template Policy Change Detail Args] - This complex property has following sub-properties:
- removed_
policies Sequence[str] - (Array of schema.TypeString) -
- reported_
policy_ Sequence[Chassischanges Profile Template Reported Policy Change Args] - This complex property has following sub-properties:
- scheduled_
actions Sequence[ChassisProfile Template Scheduled Action Args] - 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.
- src_
templates Sequence[ChassisProfile Template Src Template Args] - A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
-
Sequence[Chassis
Profile Template Tag Args] - This complex property has following sub-properties:
- target_
platform str - The platform for which the chassis profile is applicable. It can either be a chassis that is operating in standalone mode or which is attached to a Fabric Interconnect managed by Intersight.*
FIAttached- Chassis which are connected to a Fabric Interconnect that is managed by Intersight. - type str
- Defines the type of the profile. Accepted values are instance or template.*
instance- The profile defines the configuration for a specific instance of a target. - usage float
- (ReadOnly) The count of the chassis profiles derived from the template.
- version_
contexts Sequence[ChassisProfile Template Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action
Params List<Property Map> - 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:
- chassis
Profile StringTemplate Id - 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.
- config
Contexts List<Property Map> - The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- config
Results List<Property Map> - (ReadOnly) A reference to a chassisConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- create
Time String - (ReadOnly) The time when this managed object was created.
- deployed
Policies List<String> - (Array of schema.TypeString) -
- description String
- Description of the profile.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- iom
Profiles List<Property Map> - (ReadOnly) An array of relationships to chassisIomProfile resources. This complex property has following sub-properties:
- 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
- Name of the profile instance or profile template.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations List<Property Map>
- A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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:
- partially
Deployed List<Property Map>Policies - 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:
- policy
Buckets List<Property Map> - An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- policy
Change List<Property Map>Details - This complex property has following sub-properties:
- removed
Policies List<String> - (Array of schema.TypeString) -
- reported
Policy List<Property Map>Changes - This complex property has following sub-properties:
- scheduled
Actions List<Property Map> - 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.
- src
Templates List<Property Map> - A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- List<Property Map>
- This complex property has following sub-properties:
- target
Platform String - The platform for which the chassis profile is applicable. It can either be a chassis that is operating in standalone mode or which is attached to a Fabric Interconnect managed by Intersight.*
FIAttached- Chassis which are connected to a Fabric Interconnect that is managed by Intersight. - type String
- Defines the type of the profile. Accepted values are instance or template.*
instance- The profile defines the configuration for a specific instance of a target. - usage Number
- (ReadOnly) The count of the chassis profiles derived from the template.
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
Supporting Types
ChassisProfileTemplateActionParam, ChassisProfileTemplateActionParamArgs
- Additional
Properties string - Class
Id string - Name string
- The action parameter identifier.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Value string
- The action parameter value.
- Additional
Properties string - Class
Id string - Name string
- The action parameter identifier.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Value string
- The action parameter value.
- additional
Properties String - class
Id String - name String
- The action parameter identifier.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- value String
- The action parameter value.
- additional
Properties string - class
Id string - name string
- The action parameter identifier.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- value string
- The action parameter value.
- additional_
properties str - class_
id str - name str
- The action parameter identifier.
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- value str
- The action parameter value.
- additional
Properties String - class
Id String - name String
- The action parameter identifier.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- value String
- The action parameter value.
ChassisProfileTemplateAncestor, ChassisProfileTemplateAncestorArgs
- 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'.
ChassisProfileTemplateConfigContext, ChassisProfileTemplateConfigContextArgs
- Additional
Properties string - Class
Id string - Config
State string - (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- Config
State stringSummary - (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.*
None- The default state is none.*Not-assigned- Server is not assigned to the profile.*Assigned- Server is assigned to the profile and the configurations are not yet deployed.*Preparing- Preparing to deploy the configuration.*Validating- Profile validation in progress.*Evaluating- Policy edit configuration change evaluation in progress.*Configuring- Profile deploy operation is in progress.*UnConfiguring- Server is unassigned and config cleanup is in progress.*Analyzing- Profile changes are being analyzed.*Activating- Configuration is being activated at the endpoint.*Inconsistent- Profile is inconsistent with the endpoint configuration.*Associated- The profile configuration has been applied to the endpoint and no inconsistencies have been detected.*Failed- The last action on the profile has failed.*Not-complete- Config import operation on the profile is not complete.*Waiting-for-resource- Waiting for the resource to be allocated for the profile.*Partially-deployed- The profile configuration has been applied on a subset of endpoints. - Config
Type string - (ReadOnly) The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
- Control
Action string - System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- Error
State string - Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
- Inconsistency
Reasons List<string> - (Array of schema.TypeString) -
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Oper
State string - (ReadOnly) Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
- Additional
Properties string - Class
Id string - Config
State string - (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- Config
State stringSummary - (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.*
None- The default state is none.*Not-assigned- Server is not assigned to the profile.*Assigned- Server is assigned to the profile and the configurations are not yet deployed.*Preparing- Preparing to deploy the configuration.*Validating- Profile validation in progress.*Evaluating- Policy edit configuration change evaluation in progress.*Configuring- Profile deploy operation is in progress.*UnConfiguring- Server is unassigned and config cleanup is in progress.*Analyzing- Profile changes are being analyzed.*Activating- Configuration is being activated at the endpoint.*Inconsistent- Profile is inconsistent with the endpoint configuration.*Associated- The profile configuration has been applied to the endpoint and no inconsistencies have been detected.*Failed- The last action on the profile has failed.*Not-complete- Config import operation on the profile is not complete.*Waiting-for-resource- Waiting for the resource to be allocated for the profile.*Partially-deployed- The profile configuration has been applied on a subset of endpoints. - Config
Type string - (ReadOnly) The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
- Control
Action string - System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- Error
State string - Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
- Inconsistency
Reasons []string - (Array of schema.TypeString) -
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Oper
State string - (ReadOnly) Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
- additional
Properties String - class
Id String - config
State String - (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- config
State StringSummary - (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.*
None- The default state is none.*Not-assigned- Server is not assigned to the profile.*Assigned- Server is assigned to the profile and the configurations are not yet deployed.*Preparing- Preparing to deploy the configuration.*Validating- Profile validation in progress.*Evaluating- Policy edit configuration change evaluation in progress.*Configuring- Profile deploy operation is in progress.*UnConfiguring- Server is unassigned and config cleanup is in progress.*Analyzing- Profile changes are being analyzed.*Activating- Configuration is being activated at the endpoint.*Inconsistent- Profile is inconsistent with the endpoint configuration.*Associated- The profile configuration has been applied to the endpoint and no inconsistencies have been detected.*Failed- The last action on the profile has failed.*Not-complete- Config import operation on the profile is not complete.*Waiting-for-resource- Waiting for the resource to be allocated for the profile.*Partially-deployed- The profile configuration has been applied on a subset of endpoints. - config
Type String - (ReadOnly) The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
- control
Action String - System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- error
State String - Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
- inconsistency
Reasons List<String> - (Array of schema.TypeString) -
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- oper
State String - (ReadOnly) Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
- additional
Properties string - class
Id string - config
State string - (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- config
State stringSummary - (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.*
None- The default state is none.*Not-assigned- Server is not assigned to the profile.*Assigned- Server is assigned to the profile and the configurations are not yet deployed.*Preparing- Preparing to deploy the configuration.*Validating- Profile validation in progress.*Evaluating- Policy edit configuration change evaluation in progress.*Configuring- Profile deploy operation is in progress.*UnConfiguring- Server is unassigned and config cleanup is in progress.*Analyzing- Profile changes are being analyzed.*Activating- Configuration is being activated at the endpoint.*Inconsistent- Profile is inconsistent with the endpoint configuration.*Associated- The profile configuration has been applied to the endpoint and no inconsistencies have been detected.*Failed- The last action on the profile has failed.*Not-complete- Config import operation on the profile is not complete.*Waiting-for-resource- Waiting for the resource to be allocated for the profile.*Partially-deployed- The profile configuration has been applied on a subset of endpoints. - config
Type string - (ReadOnly) The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
- control
Action string - System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- error
State string - Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
- inconsistency
Reasons string[] - (Array of schema.TypeString) -
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- oper
State string - (ReadOnly) Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
- additional_
properties str - class_
id str - config_
state str - (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- config_
state_ strsummary - (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.*
None- The default state is none.*Not-assigned- Server is not assigned to the profile.*Assigned- Server is assigned to the profile and the configurations are not yet deployed.*Preparing- Preparing to deploy the configuration.*Validating- Profile validation in progress.*Evaluating- Policy edit configuration change evaluation in progress.*Configuring- Profile deploy operation is in progress.*UnConfiguring- Server is unassigned and config cleanup is in progress.*Analyzing- Profile changes are being analyzed.*Activating- Configuration is being activated at the endpoint.*Inconsistent- Profile is inconsistent with the endpoint configuration.*Associated- The profile configuration has been applied to the endpoint and no inconsistencies have been detected.*Failed- The last action on the profile has failed.*Not-complete- Config import operation on the profile is not complete.*Waiting-for-resource- Waiting for the resource to be allocated for the profile.*Partially-deployed- The profile configuration has been applied on a subset of endpoints. - config_
type str - (ReadOnly) The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
- control_
action str - System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- error_
state str - Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
- inconsistency_
reasons Sequence[str] - (Array of schema.TypeString) -
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- oper_
state str - (ReadOnly) Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
- additional
Properties String - class
Id String - config
State String - (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- config
State StringSummary - (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.*
None- The default state is none.*Not-assigned- Server is not assigned to the profile.*Assigned- Server is assigned to the profile and the configurations are not yet deployed.*Preparing- Preparing to deploy the configuration.*Validating- Profile validation in progress.*Evaluating- Policy edit configuration change evaluation in progress.*Configuring- Profile deploy operation is in progress.*UnConfiguring- Server is unassigned and config cleanup is in progress.*Analyzing- Profile changes are being analyzed.*Activating- Configuration is being activated at the endpoint.*Inconsistent- Profile is inconsistent with the endpoint configuration.*Associated- The profile configuration has been applied to the endpoint and no inconsistencies have been detected.*Failed- The last action on the profile has failed.*Not-complete- Config import operation on the profile is not complete.*Waiting-for-resource- Waiting for the resource to be allocated for the profile.*Partially-deployed- The profile configuration has been applied on a subset of endpoints. - config
Type String - (ReadOnly) The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
- control
Action String - System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- error
State String - Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
- inconsistency
Reasons List<String> - (Array of schema.TypeString) -
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- oper
State String - (ReadOnly) Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
ChassisProfileTemplateConfigResult, ChassisProfileTemplateConfigResultArgs
- 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'.
ChassisProfileTemplateIomProfile, ChassisProfileTemplateIomProfileArgs
- 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'.
ChassisProfileTemplateOrganization, ChassisProfileTemplateOrganizationArgs
- 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'.
ChassisProfileTemplateParent, ChassisProfileTemplateParentArgs
- 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'.
ChassisProfileTemplatePartiallyDeployedPolicy, ChassisProfileTemplatePartiallyDeployedPolicyArgs
- Additional
Properties string - Class
Id string - End
Point stringContext - (ReadOnly) Information about the endpoint to which it is applied.*
Server- Configuration is applied to a server context.*FI- Configuration is applied to a Fabric Identifier (FI) context.*IOM- Configuration is applied to an Input/Output Module (IOM) context. - Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Policy string
- (ReadOnly) The name of the policy for which entry is created.
- Additional
Properties string - Class
Id string - End
Point stringContext - (ReadOnly) Information about the endpoint to which it is applied.*
Server- Configuration is applied to a server context.*FI- Configuration is applied to a Fabric Identifier (FI) context.*IOM- Configuration is applied to an Input/Output Module (IOM) context. - Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Policy string
- (ReadOnly) The name of the policy for which entry is created.
- additional
Properties String - class
Id String - end
Point StringContext - (ReadOnly) Information about the endpoint to which it is applied.*
Server- Configuration is applied to a server context.*FI- Configuration is applied to a Fabric Identifier (FI) context.*IOM- Configuration is applied to an Input/Output Module (IOM) context. - object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- policy String
- (ReadOnly) The name of the policy for which entry is created.
- additional
Properties string - class
Id string - end
Point stringContext - (ReadOnly) Information about the endpoint to which it is applied.*
Server- Configuration is applied to a server context.*FI- Configuration is applied to a Fabric Identifier (FI) context.*IOM- Configuration is applied to an Input/Output Module (IOM) context. - object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- policy string
- (ReadOnly) The name of the policy for which entry is created.
- additional_
properties str - class_
id str - end_
point_ strcontext - (ReadOnly) Information about the endpoint to which it is applied.*
Server- Configuration is applied to a server context.*FI- Configuration is applied to a Fabric Identifier (FI) context.*IOM- Configuration is applied to an Input/Output Module (IOM) context. - object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- policy str
- (ReadOnly) The name of the policy for which entry is created.
- additional
Properties String - class
Id String - end
Point StringContext - (ReadOnly) Information about the endpoint to which it is applied.*
Server- Configuration is applied to a server context.*FI- Configuration is applied to a Fabric Identifier (FI) context.*IOM- Configuration is applied to an Input/Output Module (IOM) context. - object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- policy String
- (ReadOnly) The name of the policy for which entry is created.
ChassisProfileTemplatePermissionResource, ChassisProfileTemplatePermissionResourceArgs
- 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'.
ChassisProfileTemplatePolicyBucket, ChassisProfileTemplatePolicyBucketArgs
- 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'.
ChassisProfileTemplatePolicyChangeDetail, ChassisProfileTemplatePolicyChangeDetailArgs
- Additional
Properties string - Changes List<string>
- (Array of schema.TypeString) -
- Class
Id string - Config
Change List<ChassisContexts Profile Template Policy Change Detail Config Change Context> - Context information on the change. This complex property has following sub-properties:
- Config
Change stringFlag - Config change flag to differentiate Pending-changes and Config-drift.*
Pending-changes- Config change flag represents changes are due to not deployed changes from Intersight.*Drift-changes- Config change flag represents changes are due to endpoint configuration changes. - Disruptions List<string>
- (Array of schema.TypeString) -
- Message string
- Detailed description of the config change.
- Mod
Status string - Modification status of the mo in this config change.*
None- The 'none' operation/state.Indicates a configuration profile has been deployed, and the desired configuration matches the actual device configuration.*Created- The 'create' operation/state.Indicates a configuration profile has been created and associated with a device, but the configuration specified in the profilehas not been applied yet. For example, this could happen when the user creates a server profile and has not deployed the profile yet.*Modified- The 'update' operation/state.Indicates some of the desired configuration changes specified in a profile have not been been applied to the associated device.This happens when the user has made changes to a profile and has not deployed the changes yet, or when the workflow to applythe configuration changes has not completed successfully.*Deleted- The 'delete' operation/state.Indicates a configuration profile has been been disassociated from a device and the user has not undeployed these changes yet. - Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Additional
Properties string - Changes []string
- (Array of schema.TypeString) -
- Class
Id string - Config
Change []ChassisContexts Profile Template Policy Change Detail Config Change Context - Context information on the change. This complex property has following sub-properties:
- Config
Change stringFlag - Config change flag to differentiate Pending-changes and Config-drift.*
Pending-changes- Config change flag represents changes are due to not deployed changes from Intersight.*Drift-changes- Config change flag represents changes are due to endpoint configuration changes. - Disruptions []string
- (Array of schema.TypeString) -
- Message string
- Detailed description of the config change.
- Mod
Status string - Modification status of the mo in this config change.*
None- The 'none' operation/state.Indicates a configuration profile has been deployed, and the desired configuration matches the actual device configuration.*Created- The 'create' operation/state.Indicates a configuration profile has been created and associated with a device, but the configuration specified in the profilehas not been applied yet. For example, this could happen when the user creates a server profile and has not deployed the profile yet.*Modified- The 'update' operation/state.Indicates some of the desired configuration changes specified in a profile have not been been applied to the associated device.This happens when the user has made changes to a profile and has not deployed the changes yet, or when the workflow to applythe configuration changes has not completed successfully.*Deleted- The 'delete' operation/state.Indicates a configuration profile has been been disassociated from a device and the user has not undeployed these changes yet. - Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additional
Properties String - changes List<String>
- (Array of schema.TypeString) -
- class
Id String - config
Change List<ChassisContexts Profile Template Policy Change Detail Config Change Context> - Context information on the change. This complex property has following sub-properties:
- config
Change StringFlag - Config change flag to differentiate Pending-changes and Config-drift.*
Pending-changes- Config change flag represents changes are due to not deployed changes from Intersight.*Drift-changes- Config change flag represents changes are due to endpoint configuration changes. - disruptions List<String>
- (Array of schema.TypeString) -
- message String
- Detailed description of the config change.
- mod
Status String - Modification status of the mo in this config change.*
None- The 'none' operation/state.Indicates a configuration profile has been deployed, and the desired configuration matches the actual device configuration.*Created- The 'create' operation/state.Indicates a configuration profile has been created and associated with a device, but the configuration specified in the profilehas not been applied yet. For example, this could happen when the user creates a server profile and has not deployed the profile yet.*Modified- The 'update' operation/state.Indicates some of the desired configuration changes specified in a profile have not been been applied to the associated device.This happens when the user has made changes to a profile and has not deployed the changes yet, or when the workflow to applythe configuration changes has not completed successfully.*Deleted- The 'delete' operation/state.Indicates a configuration profile has been been disassociated from a device and the user has not undeployed these changes yet. - object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additional
Properties string - changes string[]
- (Array of schema.TypeString) -
- class
Id string - config
Change ChassisContexts Profile Template Policy Change Detail Config Change Context[] - Context information on the change. This complex property has following sub-properties:
- config
Change stringFlag - Config change flag to differentiate Pending-changes and Config-drift.*
Pending-changes- Config change flag represents changes are due to not deployed changes from Intersight.*Drift-changes- Config change flag represents changes are due to endpoint configuration changes. - disruptions string[]
- (Array of schema.TypeString) -
- message string
- Detailed description of the config change.
- mod
Status string - Modification status of the mo in this config change.*
None- The 'none' operation/state.Indicates a configuration profile has been deployed, and the desired configuration matches the actual device configuration.*Created- The 'create' operation/state.Indicates a configuration profile has been created and associated with a device, but the configuration specified in the profilehas not been applied yet. For example, this could happen when the user creates a server profile and has not deployed the profile yet.*Modified- The 'update' operation/state.Indicates some of the desired configuration changes specified in a profile have not been been applied to the associated device.This happens when the user has made changes to a profile and has not deployed the changes yet, or when the workflow to applythe configuration changes has not completed successfully.*Deleted- The 'delete' operation/state.Indicates a configuration profile has been been disassociated from a device and the user has not undeployed these changes yet. - object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additional_
properties str - changes Sequence[str]
- (Array of schema.TypeString) -
- class_
id str - config_
change_ Sequence[Chassiscontexts Profile Template Policy Change Detail Config Change Context] - Context information on the change. This complex property has following sub-properties:
- config_
change_ strflag - Config change flag to differentiate Pending-changes and Config-drift.*
Pending-changes- Config change flag represents changes are due to not deployed changes from Intersight.*Drift-changes- Config change flag represents changes are due to endpoint configuration changes. - disruptions Sequence[str]
- (Array of schema.TypeString) -
- message str
- Detailed description of the config change.
- mod_
status str - Modification status of the mo in this config change.*
None- The 'none' operation/state.Indicates a configuration profile has been deployed, and the desired configuration matches the actual device configuration.*Created- The 'create' operation/state.Indicates a configuration profile has been created and associated with a device, but the configuration specified in the profilehas not been applied yet. For example, this could happen when the user creates a server profile and has not deployed the profile yet.*Modified- The 'update' operation/state.Indicates some of the desired configuration changes specified in a profile have not been been applied to the associated device.This happens when the user has made changes to a profile and has not deployed the changes yet, or when the workflow to applythe configuration changes has not completed successfully.*Deleted- The 'delete' operation/state.Indicates a configuration profile has been been disassociated from a device and the user has not undeployed these changes yet. - object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additional
Properties String - changes List<String>
- (Array of schema.TypeString) -
- class
Id String - config
Change List<Property Map>Contexts - Context information on the change. This complex property has following sub-properties:
- config
Change StringFlag - Config change flag to differentiate Pending-changes and Config-drift.*
Pending-changes- Config change flag represents changes are due to not deployed changes from Intersight.*Drift-changes- Config change flag represents changes are due to endpoint configuration changes. - disruptions List<String>
- (Array of schema.TypeString) -
- message String
- Detailed description of the config change.
- mod
Status String - Modification status of the mo in this config change.*
None- The 'none' operation/state.Indicates a configuration profile has been deployed, and the desired configuration matches the actual device configuration.*Created- The 'create' operation/state.Indicates a configuration profile has been created and associated with a device, but the configuration specified in the profilehas not been applied yet. For example, this could happen when the user creates a server profile and has not deployed the profile yet.*Modified- The 'update' operation/state.Indicates some of the desired configuration changes specified in a profile have not been been applied to the associated device.This happens when the user has made changes to a profile and has not deployed the changes yet, or when the workflow to applythe configuration changes has not completed successfully.*Deleted- The 'delete' operation/state.Indicates a configuration profile has been been disassociated from a device and the user has not undeployed these changes yet. - object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
ChassisProfileTemplatePolicyChangeDetailConfigChangeContext, ChassisProfileTemplatePolicyChangeDetailConfigChangeContextArgs
- Additional
Properties string - Class
Id string - Dependent
Policy List<string>Lists - (Array of schema.TypeString) -
- Entity
Data string - (ReadOnly) The data of the object present in config result context.
- Entity
Moid string - The Moid of the object present in config result context.
- Entity
Name string - The name of the object present in config result context.
- Entity
Type string - The type of the object present in config result context.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Parent
Moid string - The Moid of the parent object present in config result context.
- Parent
Policy stringObject Type - The type of the policy object associated with the profile.
- Parent
Type string - The type of the parent object present in config result context.
- Additional
Properties string - Class
Id string - Dependent
Policy []stringLists - (Array of schema.TypeString) -
- Entity
Data string - (ReadOnly) The data of the object present in config result context.
- Entity
Moid string - The Moid of the object present in config result context.
- Entity
Name string - The name of the object present in config result context.
- Entity
Type string - The type of the object present in config result context.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Parent
Moid string - The Moid of the parent object present in config result context.
- Parent
Policy stringObject Type - The type of the policy object associated with the profile.
- Parent
Type string - The type of the parent object present in config result context.
- additional
Properties String - class
Id String - dependent
Policy List<String>Lists - (Array of schema.TypeString) -
- entity
Data String - (ReadOnly) The data of the object present in config result context.
- entity
Moid String - The Moid of the object present in config result context.
- entity
Name String - The name of the object present in config result context.
- entity
Type String - The type of the object present in config result context.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- parent
Moid String - The Moid of the parent object present in config result context.
- parent
Policy StringObject Type - The type of the policy object associated with the profile.
- parent
Type String - The type of the parent object present in config result context.
- additional
Properties string - class
Id string - dependent
Policy string[]Lists - (Array of schema.TypeString) -
- entity
Data string - (ReadOnly) The data of the object present in config result context.
- entity
Moid string - The Moid of the object present in config result context.
- entity
Name string - The name of the object present in config result context.
- entity
Type string - The type of the object present in config result context.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- parent
Moid string - The Moid of the parent object present in config result context.
- parent
Policy stringObject Type - The type of the policy object associated with the profile.
- parent
Type string - The type of the parent object present in config result context.
- additional_
properties str - class_
id str - dependent_
policy_ Sequence[str]lists - (Array of schema.TypeString) -
- entity_
data str - (ReadOnly) The data of the object present in config result context.
- entity_
moid str - The Moid of the object present in config result context.
- entity_
name str - The name of the object present in config result context.
- entity_
type str - The type of the object present in config result context.
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- parent_
moid str - The Moid of the parent object present in config result context.
- parent_
policy_ strobject_ type - The type of the policy object associated with the profile.
- parent_
type str - The type of the parent object present in config result context.
- additional
Properties String - class
Id String - dependent
Policy List<String>Lists - (Array of schema.TypeString) -
- entity
Data String - (ReadOnly) The data of the object present in config result context.
- entity
Moid String - The Moid of the object present in config result context.
- entity
Name String - The name of the object present in config result context.
- entity
Type String - The type of the object present in config result context.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- parent
Moid String - The Moid of the parent object present in config result context.
- parent
Policy StringObject Type - The type of the policy object associated with the profile.
- parent
Type String - The type of the parent object present in config result context.
ChassisProfileTemplateReportedPolicyChange, ChassisProfileTemplateReportedPolicyChangeArgs
- Additional
Properties string - Change
Id string - (ReadOnly) The change evaluation identifier for which the change is reported.
- Change
Status string - (ReadOnly) The status of policy change evaluation which has been reported.*
Initiated- The status when policy change evaluation is triggered for a policy.*Reported- The status when policy change evaluation is reported for a policy. - 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.
- Policy
Type string - (ReadOnly) The type of policy for which the change has been reported.
- Additional
Properties string - Change
Id string - (ReadOnly) The change evaluation identifier for which the change is reported.
- Change
Status string - (ReadOnly) The status of policy change evaluation which has been reported.*
Initiated- The status when policy change evaluation is triggered for a policy.*Reported- The status when policy change evaluation is reported for a policy. - 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.
- Policy
Type string - (ReadOnly) The type of policy for which the change has been reported.
- additional
Properties String - change
Id String - (ReadOnly) The change evaluation identifier for which the change is reported.
- change
Status String - (ReadOnly) The status of policy change evaluation which has been reported.*
Initiated- The status when policy change evaluation is triggered for a policy.*Reported- The status when policy change evaluation is reported for a policy. - 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.
- policy
Type String - (ReadOnly) The type of policy for which the change has been reported.
- additional
Properties string - change
Id string - (ReadOnly) The change evaluation identifier for which the change is reported.
- change
Status string - (ReadOnly) The status of policy change evaluation which has been reported.*
Initiated- The status when policy change evaluation is triggered for a policy.*Reported- The status when policy change evaluation is reported for a policy. - 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.
- policy
Type string - (ReadOnly) The type of policy for which the change has been reported.
- additional_
properties str - change_
id str - (ReadOnly) The change evaluation identifier for which the change is reported.
- change_
status str - (ReadOnly) The status of policy change evaluation which has been reported.*
Initiated- The status when policy change evaluation is triggered for a policy.*Reported- The status when policy change evaluation is reported for a policy. - 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.
- policy_
type str - (ReadOnly) The type of policy for which the change has been reported.
- additional
Properties String - change
Id String - (ReadOnly) The change evaluation identifier for which the change is reported.
- change
Status String - (ReadOnly) The status of policy change evaluation which has been reported.*
Initiated- The status when policy change evaluation is triggered for a policy.*Reported- The status when policy change evaluation is reported for a policy. - 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.
- policy
Type String - (ReadOnly) The type of policy for which the change has been reported.
ChassisProfileTemplateScheduledAction, ChassisProfileTemplateScheduledActionArgs
- Action string
- Name of the action to be performed on the profile.
- Action
Qualifiers List<ChassisProfile Template Scheduled Action Action Qualifier> - Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane configurations. This complex property has following sub-properties:
- 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.
- Proceed
On boolReboot - ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
- Action string
- Name of the action to be performed on the profile.
- Action
Qualifiers []ChassisProfile Template Scheduled Action Action Qualifier - Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane configurations. This complex property has following sub-properties:
- 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.
- Proceed
On boolReboot - ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
- action String
- Name of the action to be performed on the profile.
- action
Qualifiers List<ChassisProfile Template Scheduled Action Action Qualifier> - Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane configurations. This complex property has following sub-properties:
- 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.
- proceed
On BooleanReboot - ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
- action string
- Name of the action to be performed on the profile.
- action
Qualifiers ChassisProfile Template Scheduled Action Action Qualifier[] - Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane configurations. This complex property has following sub-properties:
- 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.
- proceed
On booleanReboot - ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
- action str
- Name of the action to be performed on the profile.
- action_
qualifiers Sequence[ChassisProfile Template Scheduled Action Action Qualifier] - Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane configurations. This complex property has following sub-properties:
- 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.
- proceed_
on_ boolreboot - ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
- action String
- Name of the action to be performed on the profile.
- action
Qualifiers List<Property Map> - Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane configurations. This complex property has following sub-properties:
- 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.
- proceed
On BooleanReboot - ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
ChassisProfileTemplateScheduledActionActionQualifier, ChassisProfileTemplateScheduledActionActionQualifierArgs
- 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.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.The enum values provides the list of concrete types that can be instantiated from this abstract type.
ChassisProfileTemplateSrcTemplate, ChassisProfileTemplateSrcTemplateArgs
- 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'.
ChassisProfileTemplateTag, ChassisProfileTemplateTagArgs
- Additional
Properties string - Ancestor
Definitions List<ChassisProfile Template Tag Ancestor Definition> - This complex property has following sub-properties:
- Definitions
List<Chassis
Profile Template 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 []ChassisProfile Template Tag Ancestor Definition - This complex property has following sub-properties:
- Definitions
[]Chassis
Profile Template 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<ChassisProfile Template Tag Ancestor Definition> - This complex property has following sub-properties:
- definitions
List<Chassis
Profile Template 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 ChassisProfile Template Tag Ancestor Definition[] - This complex property has following sub-properties:
- definitions
Chassis
Profile Template 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[ChassisProfile Template Tag Ancestor Definition] - This complex property has following sub-properties:
- definitions
Sequence[Chassis
Profile Template 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.
ChassisProfileTemplateTagAncestorDefinition, ChassisProfileTemplateTagAncestorDefinitionArgs
- 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'.
ChassisProfileTemplateTagDefinition, ChassisProfileTemplateTagDefinitionArgs
- 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'.
ChassisProfileTemplateVersionContext, ChassisProfileTemplateVersionContextArgs
- Additional
Properties string - Class
Id string - Interested
Mos List<ChassisProfile Template 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<ChassisProfile Template 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 []ChassisProfile Template 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 []ChassisProfile Template 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<ChassisProfile Template 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<ChassisProfile Template 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 ChassisProfile Template 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 ChassisProfile Template 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[ChassisProfile Template 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[ChassisProfile Template 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.
ChassisProfileTemplateVersionContextInterestedMo, ChassisProfileTemplateVersionContextInterestedMoArgs
- 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'.
ChassisProfileTemplateVersionContextRefMo, ChassisProfileTemplateVersionContextRefMoArgs
- 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_chassis_profile_template can be imported using the Moid of the object, e.g.
$ pulumi import intersight:index/chassisProfileTemplate:ChassisProfileTemplate 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.
