1. Packages
  2. Intersight Provider
  3. API Docs
  4. getConvergedinfraSwitchComplianceDetails
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getConvergedinfraSwitchComplianceDetails

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    The compliance details for a switch (Fabric Interconnect/Nexus/MDS) which is part of a converged infrastructure pod.

    Using getConvergedinfraSwitchComplianceDetails

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getConvergedinfraSwitchComplianceDetails(args: GetConvergedinfraSwitchComplianceDetailsArgs, opts?: InvokeOptions): Promise<GetConvergedinfraSwitchComplianceDetailsResult>
    function getConvergedinfraSwitchComplianceDetailsOutput(args: GetConvergedinfraSwitchComplianceDetailsOutputArgs, opts?: InvokeOptions): Output<GetConvergedinfraSwitchComplianceDetailsResult>
    def get_convergedinfra_switch_compliance_details(account_moid: Optional[str] = None,
                                                     additional_properties: Optional[str] = None,
                                                     ancestors: Optional[Sequence[GetConvergedinfraSwitchComplianceDetailsAncestor]] = None,
                                                     class_id: Optional[str] = None,
                                                     create_time: Optional[str] = None,
                                                     domain_group_moid: Optional[str] = None,
                                                     firmware: Optional[str] = None,
                                                     id: Optional[str] = None,
                                                     mod_time: Optional[str] = None,
                                                     model: Optional[str] = None,
                                                     moid: Optional[str] = None,
                                                     name: Optional[str] = None,
                                                     object_type: Optional[str] = None,
                                                     owners: Optional[Sequence[str]] = None,
                                                     parent: Optional[GetConvergedinfraSwitchComplianceDetailsParent] = None,
                                                     permission_resources: Optional[Sequence[GetConvergedinfraSwitchComplianceDetailsPermissionResource]] = None,
                                                     pod_compliance: Optional[GetConvergedinfraSwitchComplianceDetailsPodCompliance] = None,
                                                     reason: Optional[str] = None,
                                                     shared_scope: Optional[str] = None,
                                                     status: Optional[str] = None,
                                                     storage_compliances: Optional[Sequence[GetConvergedinfraSwitchComplianceDetailsStorageCompliance]] = None,
                                                     switch: Optional[GetConvergedinfraSwitchComplianceDetailsSwitch] = None,
                                                     tags: Optional[Sequence[GetConvergedinfraSwitchComplianceDetailsTag]] = None,
                                                     type: Optional[str] = None,
                                                     version_context: Optional[GetConvergedinfraSwitchComplianceDetailsVersionContext] = None,
                                                     opts: Optional[InvokeOptions] = None) -> GetConvergedinfraSwitchComplianceDetailsResult
    def get_convergedinfra_switch_compliance_details_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                     additional_properties: Optional[pulumi.Input[str]] = None,
                                                     ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetConvergedinfraSwitchComplianceDetailsAncestorArgs]]]] = None,
                                                     class_id: Optional[pulumi.Input[str]] = None,
                                                     create_time: Optional[pulumi.Input[str]] = None,
                                                     domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                     firmware: Optional[pulumi.Input[str]] = None,
                                                     id: Optional[pulumi.Input[str]] = None,
                                                     mod_time: Optional[pulumi.Input[str]] = None,
                                                     model: Optional[pulumi.Input[str]] = None,
                                                     moid: Optional[pulumi.Input[str]] = None,
                                                     name: Optional[pulumi.Input[str]] = None,
                                                     object_type: Optional[pulumi.Input[str]] = None,
                                                     owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                     parent: Optional[pulumi.Input[GetConvergedinfraSwitchComplianceDetailsParentArgs]] = None,
                                                     permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetConvergedinfraSwitchComplianceDetailsPermissionResourceArgs]]]] = None,
                                                     pod_compliance: Optional[pulumi.Input[GetConvergedinfraSwitchComplianceDetailsPodComplianceArgs]] = None,
                                                     reason: Optional[pulumi.Input[str]] = None,
                                                     shared_scope: Optional[pulumi.Input[str]] = None,
                                                     status: Optional[pulumi.Input[str]] = None,
                                                     storage_compliances: Optional[pulumi.Input[Sequence[pulumi.Input[GetConvergedinfraSwitchComplianceDetailsStorageComplianceArgs]]]] = None,
                                                     switch: Optional[pulumi.Input[GetConvergedinfraSwitchComplianceDetailsSwitchArgs]] = None,
                                                     tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetConvergedinfraSwitchComplianceDetailsTagArgs]]]] = None,
                                                     type: Optional[pulumi.Input[str]] = None,
                                                     version_context: Optional[pulumi.Input[GetConvergedinfraSwitchComplianceDetailsVersionContextArgs]] = None,
                                                     opts: Optional[InvokeOptions] = None) -> Output[GetConvergedinfraSwitchComplianceDetailsResult]
    func LookupConvergedinfraSwitchComplianceDetails(ctx *Context, args *LookupConvergedinfraSwitchComplianceDetailsArgs, opts ...InvokeOption) (*LookupConvergedinfraSwitchComplianceDetailsResult, error)
    func LookupConvergedinfraSwitchComplianceDetailsOutput(ctx *Context, args *LookupConvergedinfraSwitchComplianceDetailsOutputArgs, opts ...InvokeOption) LookupConvergedinfraSwitchComplianceDetailsResultOutput

    > Note: This function is named LookupConvergedinfraSwitchComplianceDetails in the Go SDK.

    public static class GetConvergedinfraSwitchComplianceDetails 
    {
        public static Task<GetConvergedinfraSwitchComplianceDetailsResult> InvokeAsync(GetConvergedinfraSwitchComplianceDetailsArgs args, InvokeOptions? opts = null)
        public static Output<GetConvergedinfraSwitchComplianceDetailsResult> Invoke(GetConvergedinfraSwitchComplianceDetailsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetConvergedinfraSwitchComplianceDetailsResult> getConvergedinfraSwitchComplianceDetails(GetConvergedinfraSwitchComplianceDetailsArgs args, InvokeOptions options)
    public static Output<GetConvergedinfraSwitchComplianceDetailsResult> getConvergedinfraSwitchComplianceDetails(GetConvergedinfraSwitchComplianceDetailsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getConvergedinfraSwitchComplianceDetails:getConvergedinfraSwitchComplianceDetails
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetConvergedinfraSwitchComplianceDetailsAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Firmware string
    The firmware of the switch as received from inventory.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Model string
    The model information of the switch.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the component for which the compliance is evaluated.
    ObjectType string
    Owners List<string>
    Parent GetConvergedinfraSwitchComplianceDetailsParent
    PermissionResources List<GetConvergedinfraSwitchComplianceDetailsPermissionResource>
    PodCompliance GetConvergedinfraSwitchComplianceDetailsPodCompliance
    Reason string
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    SharedScope string
    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.
    Status string
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    StorageCompliances List<GetConvergedinfraSwitchComplianceDetailsStorageCompliance>
    Switch GetConvergedinfraSwitchComplianceDetailsSwitch
    Tags List<GetConvergedinfraSwitchComplianceDetailsTag>
    Type string
    The type of switch component. It must be set to either Fabric Interconnect, Nexus or MDS.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.
    VersionContext GetConvergedinfraSwitchComplianceDetailsVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetConvergedinfraSwitchComplianceDetailsAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Firmware string
    The firmware of the switch as received from inventory.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Model string
    The model information of the switch.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the component for which the compliance is evaluated.
    ObjectType string
    Owners []string
    Parent GetConvergedinfraSwitchComplianceDetailsParent
    PermissionResources []GetConvergedinfraSwitchComplianceDetailsPermissionResource
    PodCompliance GetConvergedinfraSwitchComplianceDetailsPodCompliance
    Reason string
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    SharedScope string
    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.
    Status string
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    StorageCompliances []GetConvergedinfraSwitchComplianceDetailsStorageCompliance
    Switch GetConvergedinfraSwitchComplianceDetailsSwitch
    Tags []GetConvergedinfraSwitchComplianceDetailsTag
    Type string
    The type of switch component. It must be set to either Fabric Interconnect, Nexus or MDS.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.
    VersionContext GetConvergedinfraSwitchComplianceDetailsVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetConvergedinfraSwitchComplianceDetailsAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firmware String
    The firmware of the switch as received from inventory.
    id String
    modTime String
    The time when this managed object was last modified.
    model String
    The model information of the switch.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the component for which the compliance is evaluated.
    objectType String
    owners List<String>
    parent GetConvergedinfraSwitchComplianceDetailsParent
    permissionResources List<GetConvergedinfraSwitchComplianceDetailsPermissionResource>
    podCompliance GetConvergedinfraSwitchComplianceDetailsPodCompliance
    reason String
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    sharedScope String
    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.
    status String
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    storageCompliances List<GetConvergedinfraSwitchComplianceDetailsStorageCompliance>
    switch_ GetConvergedinfraSwitchComplianceDetailsSwitch
    tags List<GetConvergedinfraSwitchComplianceDetailsTag>
    type String
    The type of switch component. It must be set to either Fabric Interconnect, Nexus or MDS.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.
    versionContext GetConvergedinfraSwitchComplianceDetailsVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetConvergedinfraSwitchComplianceDetailsAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    firmware string
    The firmware of the switch as received from inventory.
    id string
    modTime string
    The time when this managed object was last modified.
    model string
    The model information of the switch.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the component for which the compliance is evaluated.
    objectType string
    owners string[]
    parent GetConvergedinfraSwitchComplianceDetailsParent
    permissionResources GetConvergedinfraSwitchComplianceDetailsPermissionResource[]
    podCompliance GetConvergedinfraSwitchComplianceDetailsPodCompliance
    reason string
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    sharedScope string
    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.
    status string
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    storageCompliances GetConvergedinfraSwitchComplianceDetailsStorageCompliance[]
    switch GetConvergedinfraSwitchComplianceDetailsSwitch
    tags GetConvergedinfraSwitchComplianceDetailsTag[]
    type string
    The type of switch component. It must be set to either Fabric Interconnect, Nexus or MDS.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.
    versionContext GetConvergedinfraSwitchComplianceDetailsVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetConvergedinfraSwitchComplianceDetailsAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    firmware str
    The firmware of the switch as received from inventory.
    id str
    mod_time str
    The time when this managed object was last modified.
    model str
    The model information of the switch.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the component for which the compliance is evaluated.
    object_type str
    owners Sequence[str]
    parent GetConvergedinfraSwitchComplianceDetailsParent
    permission_resources Sequence[GetConvergedinfraSwitchComplianceDetailsPermissionResource]
    pod_compliance GetConvergedinfraSwitchComplianceDetailsPodCompliance
    reason str
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    shared_scope str
    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.
    status str
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    storage_compliances Sequence[GetConvergedinfraSwitchComplianceDetailsStorageCompliance]
    switch GetConvergedinfraSwitchComplianceDetailsSwitch
    tags Sequence[GetConvergedinfraSwitchComplianceDetailsTag]
    type str
    The type of switch component. It must be set to either Fabric Interconnect, Nexus or MDS.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.
    version_context GetConvergedinfraSwitchComplianceDetailsVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firmware String
    The firmware of the switch as received from inventory.
    id String
    modTime String
    The time when this managed object was last modified.
    model String
    The model information of the switch.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the component for which the compliance is evaluated.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    podCompliance Property Map
    reason String
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    sharedScope String
    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.
    status String
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    storageCompliances List<Property Map>
    switch Property Map
    tags List<Property Map>
    type String
    The type of switch component. It must be set to either Fabric Interconnect, Nexus or MDS.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.
    versionContext Property Map

    getConvergedinfraSwitchComplianceDetails Result

    The following output properties are available:

    Id string
    Results List<GetConvergedinfraSwitchComplianceDetailsResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetConvergedinfraSwitchComplianceDetailsAncestor>
    ClassId string
    CreateTime string
    DomainGroupMoid string
    Firmware string
    ModTime string
    Model string
    Moid string
    Name string
    ObjectType string
    Owners List<string>
    Parent GetConvergedinfraSwitchComplianceDetailsParent
    PermissionResources List<GetConvergedinfraSwitchComplianceDetailsPermissionResource>
    PodCompliance GetConvergedinfraSwitchComplianceDetailsPodCompliance
    Reason string
    SharedScope string
    Status string
    StorageCompliances List<GetConvergedinfraSwitchComplianceDetailsStorageCompliance>
    Switch GetConvergedinfraSwitchComplianceDetailsSwitch
    Tags List<GetConvergedinfraSwitchComplianceDetailsTag>
    Type string
    VersionContext GetConvergedinfraSwitchComplianceDetailsVersionContext
    Id string
    Results []GetConvergedinfraSwitchComplianceDetailsResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetConvergedinfraSwitchComplianceDetailsAncestor
    ClassId string
    CreateTime string
    DomainGroupMoid string
    Firmware string
    ModTime string
    Model string
    Moid string
    Name string
    ObjectType string
    Owners []string
    Parent GetConvergedinfraSwitchComplianceDetailsParent
    PermissionResources []GetConvergedinfraSwitchComplianceDetailsPermissionResource
    PodCompliance GetConvergedinfraSwitchComplianceDetailsPodCompliance
    Reason string
    SharedScope string
    Status string
    StorageCompliances []GetConvergedinfraSwitchComplianceDetailsStorageCompliance
    Switch GetConvergedinfraSwitchComplianceDetailsSwitch
    Tags []GetConvergedinfraSwitchComplianceDetailsTag
    Type string
    VersionContext GetConvergedinfraSwitchComplianceDetailsVersionContext
    id String
    results List<GetConvergedinfraSwitchComplianceDetailsResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetConvergedinfraSwitchComplianceDetailsAncestor>
    classId String
    createTime String
    domainGroupMoid String
    firmware String
    modTime String
    model String
    moid String
    name String
    objectType String
    owners List<String>
    parent GetConvergedinfraSwitchComplianceDetailsParent
    permissionResources List<GetConvergedinfraSwitchComplianceDetailsPermissionResource>
    podCompliance GetConvergedinfraSwitchComplianceDetailsPodCompliance
    reason String
    sharedScope String
    status String
    storageCompliances List<GetConvergedinfraSwitchComplianceDetailsStorageCompliance>
    switch_ GetConvergedinfraSwitchComplianceDetailsSwitch
    tags List<GetConvergedinfraSwitchComplianceDetailsTag>
    type String
    versionContext GetConvergedinfraSwitchComplianceDetailsVersionContext
    id string
    results GetConvergedinfraSwitchComplianceDetailsResult[]
    accountMoid string
    additionalProperties string
    ancestors GetConvergedinfraSwitchComplianceDetailsAncestor[]
    classId string
    createTime string
    domainGroupMoid string
    firmware string
    modTime string
    model string
    moid string
    name string
    objectType string
    owners string[]
    parent GetConvergedinfraSwitchComplianceDetailsParent
    permissionResources GetConvergedinfraSwitchComplianceDetailsPermissionResource[]
    podCompliance GetConvergedinfraSwitchComplianceDetailsPodCompliance
    reason string
    sharedScope string
    status string
    storageCompliances GetConvergedinfraSwitchComplianceDetailsStorageCompliance[]
    switch GetConvergedinfraSwitchComplianceDetailsSwitch
    tags GetConvergedinfraSwitchComplianceDetailsTag[]
    type string
    versionContext GetConvergedinfraSwitchComplianceDetailsVersionContext
    id str
    results Sequence[GetConvergedinfraSwitchComplianceDetailsResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetConvergedinfraSwitchComplianceDetailsAncestor]
    class_id str
    create_time str
    domain_group_moid str
    firmware str
    mod_time str
    model str
    moid str
    name str
    object_type str
    owners Sequence[str]
    parent GetConvergedinfraSwitchComplianceDetailsParent
    permission_resources Sequence[GetConvergedinfraSwitchComplianceDetailsPermissionResource]
    pod_compliance GetConvergedinfraSwitchComplianceDetailsPodCompliance
    reason str
    shared_scope str
    status str
    storage_compliances Sequence[GetConvergedinfraSwitchComplianceDetailsStorageCompliance]
    switch GetConvergedinfraSwitchComplianceDetailsSwitch
    tags Sequence[GetConvergedinfraSwitchComplianceDetailsTag]
    type str
    version_context GetConvergedinfraSwitchComplianceDetailsVersionContext

    Supporting Types

    GetConvergedinfraSwitchComplianceDetailsAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetConvergedinfraSwitchComplianceDetailsParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetConvergedinfraSwitchComplianceDetailsPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetConvergedinfraSwitchComplianceDetailsPodCompliance

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetConvergedinfraSwitchComplianceDetailsResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetConvergedinfraSwitchComplianceDetailsResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Firmware string
    The firmware of the switch as received from inventory.
    ModTime string
    The time when this managed object was last modified.
    Model string
    The model information of the switch.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the component for which the compliance is evaluated.
    ObjectType string
    Owners List<string>
    Parents List<GetConvergedinfraSwitchComplianceDetailsResultParent>
    PermissionResources List<GetConvergedinfraSwitchComplianceDetailsResultPermissionResource>
    PodCompliances List<GetConvergedinfraSwitchComplianceDetailsResultPodCompliance>
    Reason string
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    SharedScope string
    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.
    Status string
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    StorageCompliances List<GetConvergedinfraSwitchComplianceDetailsResultStorageCompliance>
    Switches List<GetConvergedinfraSwitchComplianceDetailsResultSwitch>
    Tags List<GetConvergedinfraSwitchComplianceDetailsResultTag>
    Type string
    The type of switch component. It must be set to either Fabric Interconnect, Nexus or MDS.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.
    VersionContexts List<GetConvergedinfraSwitchComplianceDetailsResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetConvergedinfraSwitchComplianceDetailsResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Firmware string
    The firmware of the switch as received from inventory.
    ModTime string
    The time when this managed object was last modified.
    Model string
    The model information of the switch.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the component for which the compliance is evaluated.
    ObjectType string
    Owners []string
    Parents []GetConvergedinfraSwitchComplianceDetailsResultParent
    PermissionResources []GetConvergedinfraSwitchComplianceDetailsResultPermissionResource
    PodCompliances []GetConvergedinfraSwitchComplianceDetailsResultPodCompliance
    Reason string
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    SharedScope string
    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.
    Status string
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    StorageCompliances []GetConvergedinfraSwitchComplianceDetailsResultStorageCompliance
    Switches []GetConvergedinfraSwitchComplianceDetailsResultSwitch
    Tags []GetConvergedinfraSwitchComplianceDetailsResultTag
    Type string
    The type of switch component. It must be set to either Fabric Interconnect, Nexus or MDS.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.
    VersionContexts []GetConvergedinfraSwitchComplianceDetailsResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetConvergedinfraSwitchComplianceDetailsResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firmware String
    The firmware of the switch as received from inventory.
    modTime String
    The time when this managed object was last modified.
    model String
    The model information of the switch.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the component for which the compliance is evaluated.
    objectType String
    owners List<String>
    parents List<GetConvergedinfraSwitchComplianceDetailsResultParent>
    permissionResources List<GetConvergedinfraSwitchComplianceDetailsResultPermissionResource>
    podCompliances List<GetConvergedinfraSwitchComplianceDetailsResultPodCompliance>
    reason String
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    sharedScope String
    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.
    status String
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    storageCompliances List<GetConvergedinfraSwitchComplianceDetailsResultStorageCompliance>
    switches List<GetConvergedinfraSwitchComplianceDetailsResultSwitch>
    tags List<GetConvergedinfraSwitchComplianceDetailsResultTag>
    type String
    The type of switch component. It must be set to either Fabric Interconnect, Nexus or MDS.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.
    versionContexts List<GetConvergedinfraSwitchComplianceDetailsResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetConvergedinfraSwitchComplianceDetailsResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    firmware string
    The firmware of the switch as received from inventory.
    modTime string
    The time when this managed object was last modified.
    model string
    The model information of the switch.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the component for which the compliance is evaluated.
    objectType string
    owners string[]
    parents GetConvergedinfraSwitchComplianceDetailsResultParent[]
    permissionResources GetConvergedinfraSwitchComplianceDetailsResultPermissionResource[]
    podCompliances GetConvergedinfraSwitchComplianceDetailsResultPodCompliance[]
    reason string
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    sharedScope string
    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.
    status string
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    storageCompliances GetConvergedinfraSwitchComplianceDetailsResultStorageCompliance[]
    switches GetConvergedinfraSwitchComplianceDetailsResultSwitch[]
    tags GetConvergedinfraSwitchComplianceDetailsResultTag[]
    type string
    The type of switch component. It must be set to either Fabric Interconnect, Nexus or MDS.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.
    versionContexts GetConvergedinfraSwitchComplianceDetailsResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetConvergedinfraSwitchComplianceDetailsResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    firmware str
    The firmware of the switch as received from inventory.
    mod_time str
    The time when this managed object was last modified.
    model str
    The model information of the switch.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the component for which the compliance is evaluated.
    object_type str
    owners Sequence[str]
    parents Sequence[GetConvergedinfraSwitchComplianceDetailsResultParent]
    permission_resources Sequence[GetConvergedinfraSwitchComplianceDetailsResultPermissionResource]
    pod_compliances Sequence[GetConvergedinfraSwitchComplianceDetailsResultPodCompliance]
    reason str
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    shared_scope str
    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.
    status str
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    storage_compliances Sequence[GetConvergedinfraSwitchComplianceDetailsResultStorageCompliance]
    switches Sequence[GetConvergedinfraSwitchComplianceDetailsResultSwitch]
    tags Sequence[GetConvergedinfraSwitchComplianceDetailsResultTag]
    type str
    The type of switch component. It must be set to either Fabric Interconnect, Nexus or MDS.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.
    version_contexts Sequence[GetConvergedinfraSwitchComplianceDetailsResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firmware String
    The firmware of the switch as received from inventory.
    modTime String
    The time when this managed object was last modified.
    model String
    The model information of the switch.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the component for which the compliance is evaluated.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    podCompliances List<Property Map>
    reason String
    Reason for the status, when the status is Incomplete or NotApproved. Reason should help to identify the component that is not compliant.* NotEvaluated - The validation for the HCL or Interop status is yet to be performed.* Missing-Os-Info - This means the Interop status for the sever cannot be computed because we have missing OS information. Either install ucstools vib or use power shell scripts to tag proper OS information.* Incompatible-Storage-Os - The validation failed because the given storage name and version combination is not found in Interop matrix.* Incompatible-Os-Info - The validation failed because the given OS name and version combination is not found in HCL.* Incompatible-Processor - The validation failed because the given processor is not found for the given server PID in HCL.* Incompatible-Server-Platform - The validation failed because the given server platform is not found in the Interop matrix.* Incompatible-Server-Model - The validation failed because the given server model is not found in the Interop matrix.* Incompatible-Adapter-Model - The validation failed because the given adapter model is not found in the Interop matrix.* Incompatible-Switch-Model - The validation failed because the given switch model is not found in the Interop matrix.* Incompatible-Server-Firmware - The validation failed because the given server firmware version is not found in HCL.* Incompatible-Switch-Firmware - The validation failed because the given switch firmware version is not found in Interop matrix.* Incompatible-Firmware - The validation failed because the given adapter firmware version is not found in either HCL or Interop matrix.* Incompatible-Driver - The validation failed because the given driver version is not found in either HCL or Interop matrix.* Incompatible-Firmware-Driver - The validation failed because the given adapter firmware and driver version is not found in either HCL or Interop matrix.* Missing-Os-Driver-Info - The validation failed because the given server has no OS driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper OS information.* Missing-Os-Or-Driver-Info - This means the Interop status for the switch or storage array cannot be computed because we have either missing Host OS information or missing required driver information. Either install ucstools vib or use power shell scripts to tag proper OS information or install required drivers.* Incompatible-Components - The validation failed for the given server because one or more of its components failed validation.* Compatible - This means the HCL status and Interop status for the component have passed all validations for all of its related components.
    sharedScope String
    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.
    status String
    Compliance status for the component.* NotEvaluated - The interoperability compliance for the component has not be checked.* Approved - The component is valid as per the interoperability compliance check.* NotApproved - The component is not valid as per the interoperability compliance check.* Incomplete - The interoperability compliance check could not be completed for the component due to incomplete data.
    storageCompliances List<Property Map>
    switches List<Property Map>
    tags List<Property Map>
    type String
    The type of switch component. It must be set to either Fabric Interconnect, Nexus or MDS.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.
    versionContexts List<Property Map>

    GetConvergedinfraSwitchComplianceDetailsResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetConvergedinfraSwitchComplianceDetailsResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetConvergedinfraSwitchComplianceDetailsResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetConvergedinfraSwitchComplianceDetailsResultPodCompliance

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetConvergedinfraSwitchComplianceDetailsResultStorageCompliance

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetConvergedinfraSwitchComplianceDetailsResultSwitch

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetConvergedinfraSwitchComplianceDetailsResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetConvergedinfraSwitchComplianceDetailsResultVersionContext

    GetConvergedinfraSwitchComplianceDetailsResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetConvergedinfraSwitchComplianceDetailsResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetConvergedinfraSwitchComplianceDetailsStorageCompliance

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetConvergedinfraSwitchComplianceDetailsSwitch

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetConvergedinfraSwitchComplianceDetailsTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetConvergedinfraSwitchComplianceDetailsVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetConvergedinfraSwitchComplianceDetailsVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetConvergedinfraSwitchComplianceDetailsVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    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 intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    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.
    InterestedMos []GetConvergedinfraSwitchComplianceDetailsVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetConvergedinfraSwitchComplianceDetailsVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    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 intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    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.
    interestedMos List<GetConvergedinfraSwitchComplianceDetailsVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetConvergedinfraSwitchComplianceDetailsVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    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 intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    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.
    interestedMos GetConvergedinfraSwitchComplianceDetailsVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetConvergedinfraSwitchComplianceDetailsVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    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 intended to 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
    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.
    interested_mos Sequence[GetConvergedinfraSwitchComplianceDetailsVersionContextInterestedMo]
    marked_for_deletion bool
    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
    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_mo GetConvergedinfraSwitchComplianceDetailsVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    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 intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    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.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    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 intended to 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.

    GetConvergedinfraSwitchComplianceDetailsVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetConvergedinfraSwitchComplianceDetailsVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
    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.
    moid str
    The unique identifier of this Managed Object instance.
    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 may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet