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

intersight.HclCompatibilityStatus

Explore with Pulumi AI

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

    Check the compatibility status for the given hardware and software configurations.

    Create HclCompatibilityStatus Resource

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

    Constructor syntax

    new HclCompatibilityStatus(name: string, args?: HclCompatibilityStatusArgs, opts?: CustomResourceOptions);
    @overload
    def HclCompatibilityStatus(resource_name: str,
                               args: Optional[HclCompatibilityStatusArgs] = None,
                               opts: Optional[ResourceOptions] = None)
    
    @overload
    def HclCompatibilityStatus(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               account_moid: Optional[str] = None,
                               additional_properties: Optional[str] = None,
                               ancestors: Optional[Sequence[HclCompatibilityStatusAncestorArgs]] = None,
                               class_id: Optional[str] = None,
                               create_time: Optional[str] = None,
                               domain_group_moid: Optional[str] = None,
                               hcl_compatibility_status_id: Optional[str] = None,
                               mod_time: Optional[str] = None,
                               moid: Optional[str] = None,
                               object_type: Optional[str] = None,
                               owners: Optional[Sequence[str]] = None,
                               parents: Optional[Sequence[HclCompatibilityStatusParentArgs]] = None,
                               permission_resources: Optional[Sequence[HclCompatibilityStatusPermissionResourceArgs]] = None,
                               profile_lists: Optional[Sequence[HclCompatibilityStatusProfileListArgs]] = None,
                               request_type: Optional[str] = None,
                               shared_scope: Optional[str] = None,
                               tags: Optional[Sequence[HclCompatibilityStatusTagArgs]] = None,
                               version_contexts: Optional[Sequence[HclCompatibilityStatusVersionContextArgs]] = None)
    func NewHclCompatibilityStatus(ctx *Context, name string, args *HclCompatibilityStatusArgs, opts ...ResourceOption) (*HclCompatibilityStatus, error)
    public HclCompatibilityStatus(string name, HclCompatibilityStatusArgs? args = null, CustomResourceOptions? opts = null)
    public HclCompatibilityStatus(String name, HclCompatibilityStatusArgs args)
    public HclCompatibilityStatus(String name, HclCompatibilityStatusArgs args, CustomResourceOptions options)
    
    type: intersight:HclCompatibilityStatus
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args HclCompatibilityStatusArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args HclCompatibilityStatusArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args HclCompatibilityStatusArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args HclCompatibilityStatusArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args HclCompatibilityStatusArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var hclCompatibilityStatusResource = new Intersight.HclCompatibilityStatus("hclCompatibilityStatusResource", new()
    {
        AccountMoid = "string",
        AdditionalProperties = "string",
        Ancestors = new[]
        {
            new Intersight.Inputs.HclCompatibilityStatusAncestorArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        ClassId = "string",
        CreateTime = "string",
        DomainGroupMoid = "string",
        HclCompatibilityStatusId = "string",
        ModTime = "string",
        Moid = "string",
        ObjectType = "string",
        Owners = new[]
        {
            "string",
        },
        Parents = new[]
        {
            new Intersight.Inputs.HclCompatibilityStatusParentArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        PermissionResources = new[]
        {
            new Intersight.Inputs.HclCompatibilityStatusPermissionResourceArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        ProfileLists = new[]
        {
            new Intersight.Inputs.HclCompatibilityStatusProfileListArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                DriverIsoUrl = "string",
                ErrorCode = "string",
                Id = "string",
                ObjectType = "string",
                OsVendor = "string",
                OsVersion = "string",
                Personality = "string",
                ProcessorModel = "string",
                Products = new[]
                {
                    new Intersight.Inputs.HclCompatibilityStatusProfileListProductArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        DriverNames = new[]
                        {
                            "string",
                        },
                        ErrorCode = "string",
                        Firmwares = new[]
                        {
                            new Intersight.Inputs.HclCompatibilityStatusProfileListProductFirmwareArgs
                            {
                                AdditionalProperties = "string",
                                ClassId = "string",
                                DriverName = "string",
                                DriverVersion = "string",
                                ErrorCode = "string",
                                FirmwareVersion = "string",
                                Id = "string",
                                LatestDriver = false,
                                LatestFirmware = false,
                                ObjectType = "string",
                            },
                        },
                        Id = "string",
                        Model = "string",
                        ObjectType = "string",
                        Revision = "string",
                        Type = "string",
                        Vendor = "string",
                    },
                },
                ServerModel = "string",
                ServerRevision = "string",
                UcsVersion = "string",
                VersionType = "string",
            },
        },
        RequestType = "string",
        SharedScope = "string",
        Tags = new[]
        {
            new Intersight.Inputs.HclCompatibilityStatusTagArgs
            {
                AdditionalProperties = "string",
                Key = "string",
                Value = "string",
            },
        },
        VersionContexts = new[]
        {
            new Intersight.Inputs.HclCompatibilityStatusVersionContextArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                InterestedMos = new[]
                {
                    new Intersight.Inputs.HclCompatibilityStatusVersionContextInterestedMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                MarkedForDeletion = false,
                NrVersion = "string",
                ObjectType = "string",
                RefMos = new[]
                {
                    new Intersight.Inputs.HclCompatibilityStatusVersionContextRefMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Timestamp = "string",
                VersionType = "string",
            },
        },
    });
    
    example, err := intersight.NewHclCompatibilityStatus(ctx, "hclCompatibilityStatusResource", &intersight.HclCompatibilityStatusArgs{
    	AccountMoid:          pulumi.String("string"),
    	AdditionalProperties: pulumi.String("string"),
    	Ancestors: intersight.HclCompatibilityStatusAncestorArray{
    		&intersight.HclCompatibilityStatusAncestorArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	ClassId:                  pulumi.String("string"),
    	CreateTime:               pulumi.String("string"),
    	DomainGroupMoid:          pulumi.String("string"),
    	HclCompatibilityStatusId: pulumi.String("string"),
    	ModTime:                  pulumi.String("string"),
    	Moid:                     pulumi.String("string"),
    	ObjectType:               pulumi.String("string"),
    	Owners: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Parents: intersight.HclCompatibilityStatusParentArray{
    		&intersight.HclCompatibilityStatusParentArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	PermissionResources: intersight.HclCompatibilityStatusPermissionResourceArray{
    		&intersight.HclCompatibilityStatusPermissionResourceArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	ProfileLists: intersight.HclCompatibilityStatusProfileListArray{
    		&intersight.HclCompatibilityStatusProfileListArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			DriverIsoUrl:         pulumi.String("string"),
    			ErrorCode:            pulumi.String("string"),
    			Id:                   pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			OsVendor:             pulumi.String("string"),
    			OsVersion:            pulumi.String("string"),
    			Personality:          pulumi.String("string"),
    			ProcessorModel:       pulumi.String("string"),
    			Products: intersight.HclCompatibilityStatusProfileListProductArray{
    				&intersight.HclCompatibilityStatusProfileListProductArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					DriverNames: pulumi.StringArray{
    						pulumi.String("string"),
    					},
    					ErrorCode: pulumi.String("string"),
    					Firmwares: intersight.HclCompatibilityStatusProfileListProductFirmwareArray{
    						&intersight.HclCompatibilityStatusProfileListProductFirmwareArgs{
    							AdditionalProperties: pulumi.String("string"),
    							ClassId:              pulumi.String("string"),
    							DriverName:           pulumi.String("string"),
    							DriverVersion:        pulumi.String("string"),
    							ErrorCode:            pulumi.String("string"),
    							FirmwareVersion:      pulumi.String("string"),
    							Id:                   pulumi.String("string"),
    							LatestDriver:         pulumi.Bool(false),
    							LatestFirmware:       pulumi.Bool(false),
    							ObjectType:           pulumi.String("string"),
    						},
    					},
    					Id:         pulumi.String("string"),
    					Model:      pulumi.String("string"),
    					ObjectType: pulumi.String("string"),
    					Revision:   pulumi.String("string"),
    					Type:       pulumi.String("string"),
    					Vendor:     pulumi.String("string"),
    				},
    			},
    			ServerModel:    pulumi.String("string"),
    			ServerRevision: pulumi.String("string"),
    			UcsVersion:     pulumi.String("string"),
    			VersionType:    pulumi.String("string"),
    		},
    	},
    	RequestType: pulumi.String("string"),
    	SharedScope: pulumi.String("string"),
    	Tags: intersight.HclCompatibilityStatusTagArray{
    		&intersight.HclCompatibilityStatusTagArgs{
    			AdditionalProperties: pulumi.String("string"),
    			Key:                  pulumi.String("string"),
    			Value:                pulumi.String("string"),
    		},
    	},
    	VersionContexts: intersight.HclCompatibilityStatusVersionContextArray{
    		&intersight.HclCompatibilityStatusVersionContextArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			InterestedMos: intersight.HclCompatibilityStatusVersionContextInterestedMoArray{
    				&intersight.HclCompatibilityStatusVersionContextInterestedMoArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			MarkedForDeletion: pulumi.Bool(false),
    			NrVersion:         pulumi.String("string"),
    			ObjectType:        pulumi.String("string"),
    			RefMos: intersight.HclCompatibilityStatusVersionContextRefMoArray{
    				&intersight.HclCompatibilityStatusVersionContextRefMoArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			Timestamp:   pulumi.String("string"),
    			VersionType: pulumi.String("string"),
    		},
    	},
    })
    
    var hclCompatibilityStatusResource = new HclCompatibilityStatus("hclCompatibilityStatusResource", HclCompatibilityStatusArgs.builder()
        .accountMoid("string")
        .additionalProperties("string")
        .ancestors(HclCompatibilityStatusAncestorArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .classId("string")
        .createTime("string")
        .domainGroupMoid("string")
        .hclCompatibilityStatusId("string")
        .modTime("string")
        .moid("string")
        .objectType("string")
        .owners("string")
        .parents(HclCompatibilityStatusParentArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .permissionResources(HclCompatibilityStatusPermissionResourceArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .profileLists(HclCompatibilityStatusProfileListArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .driverIsoUrl("string")
            .errorCode("string")
            .id("string")
            .objectType("string")
            .osVendor("string")
            .osVersion("string")
            .personality("string")
            .processorModel("string")
            .products(HclCompatibilityStatusProfileListProductArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .driverNames("string")
                .errorCode("string")
                .firmwares(HclCompatibilityStatusProfileListProductFirmwareArgs.builder()
                    .additionalProperties("string")
                    .classId("string")
                    .driverName("string")
                    .driverVersion("string")
                    .errorCode("string")
                    .firmwareVersion("string")
                    .id("string")
                    .latestDriver(false)
                    .latestFirmware(false)
                    .objectType("string")
                    .build())
                .id("string")
                .model("string")
                .objectType("string")
                .revision("string")
                .type("string")
                .vendor("string")
                .build())
            .serverModel("string")
            .serverRevision("string")
            .ucsVersion("string")
            .versionType("string")
            .build())
        .requestType("string")
        .sharedScope("string")
        .tags(HclCompatibilityStatusTagArgs.builder()
            .additionalProperties("string")
            .key("string")
            .value("string")
            .build())
        .versionContexts(HclCompatibilityStatusVersionContextArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .interestedMos(HclCompatibilityStatusVersionContextInterestedMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .markedForDeletion(false)
            .nrVersion("string")
            .objectType("string")
            .refMos(HclCompatibilityStatusVersionContextRefMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .timestamp("string")
            .versionType("string")
            .build())
        .build());
    
    hcl_compatibility_status_resource = intersight.HclCompatibilityStatus("hclCompatibilityStatusResource",
        account_moid="string",
        additional_properties="string",
        ancestors=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        class_id="string",
        create_time="string",
        domain_group_moid="string",
        hcl_compatibility_status_id="string",
        mod_time="string",
        moid="string",
        object_type="string",
        owners=["string"],
        parents=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        permission_resources=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        profile_lists=[{
            "additional_properties": "string",
            "class_id": "string",
            "driver_iso_url": "string",
            "error_code": "string",
            "id": "string",
            "object_type": "string",
            "os_vendor": "string",
            "os_version": "string",
            "personality": "string",
            "processor_model": "string",
            "products": [{
                "additional_properties": "string",
                "class_id": "string",
                "driver_names": ["string"],
                "error_code": "string",
                "firmwares": [{
                    "additional_properties": "string",
                    "class_id": "string",
                    "driver_name": "string",
                    "driver_version": "string",
                    "error_code": "string",
                    "firmware_version": "string",
                    "id": "string",
                    "latest_driver": False,
                    "latest_firmware": False,
                    "object_type": "string",
                }],
                "id": "string",
                "model": "string",
                "object_type": "string",
                "revision": "string",
                "type": "string",
                "vendor": "string",
            }],
            "server_model": "string",
            "server_revision": "string",
            "ucs_version": "string",
            "version_type": "string",
        }],
        request_type="string",
        shared_scope="string",
        tags=[{
            "additional_properties": "string",
            "key": "string",
            "value": "string",
        }],
        version_contexts=[{
            "additional_properties": "string",
            "class_id": "string",
            "interested_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "marked_for_deletion": False,
            "nr_version": "string",
            "object_type": "string",
            "ref_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "timestamp": "string",
            "version_type": "string",
        }])
    
    const hclCompatibilityStatusResource = new intersight.HclCompatibilityStatus("hclCompatibilityStatusResource", {
        accountMoid: "string",
        additionalProperties: "string",
        ancestors: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        classId: "string",
        createTime: "string",
        domainGroupMoid: "string",
        hclCompatibilityStatusId: "string",
        modTime: "string",
        moid: "string",
        objectType: "string",
        owners: ["string"],
        parents: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        permissionResources: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        profileLists: [{
            additionalProperties: "string",
            classId: "string",
            driverIsoUrl: "string",
            errorCode: "string",
            id: "string",
            objectType: "string",
            osVendor: "string",
            osVersion: "string",
            personality: "string",
            processorModel: "string",
            products: [{
                additionalProperties: "string",
                classId: "string",
                driverNames: ["string"],
                errorCode: "string",
                firmwares: [{
                    additionalProperties: "string",
                    classId: "string",
                    driverName: "string",
                    driverVersion: "string",
                    errorCode: "string",
                    firmwareVersion: "string",
                    id: "string",
                    latestDriver: false,
                    latestFirmware: false,
                    objectType: "string",
                }],
                id: "string",
                model: "string",
                objectType: "string",
                revision: "string",
                type: "string",
                vendor: "string",
            }],
            serverModel: "string",
            serverRevision: "string",
            ucsVersion: "string",
            versionType: "string",
        }],
        requestType: "string",
        sharedScope: "string",
        tags: [{
            additionalProperties: "string",
            key: "string",
            value: "string",
        }],
        versionContexts: [{
            additionalProperties: "string",
            classId: "string",
            interestedMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            markedForDeletion: false,
            nrVersion: "string",
            objectType: "string",
            refMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            timestamp: "string",
            versionType: "string",
        }],
    });
    
    type: intersight:HclCompatibilityStatus
    properties:
        accountMoid: string
        additionalProperties: string
        ancestors:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        classId: string
        createTime: string
        domainGroupMoid: string
        hclCompatibilityStatusId: string
        modTime: string
        moid: string
        objectType: string
        owners:
            - string
        parents:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        permissionResources:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        profileLists:
            - additionalProperties: string
              classId: string
              driverIsoUrl: string
              errorCode: string
              id: string
              objectType: string
              osVendor: string
              osVersion: string
              personality: string
              processorModel: string
              products:
                - additionalProperties: string
                  classId: string
                  driverNames:
                    - string
                  errorCode: string
                  firmwares:
                    - additionalProperties: string
                      classId: string
                      driverName: string
                      driverVersion: string
                      errorCode: string
                      firmwareVersion: string
                      id: string
                      latestDriver: false
                      latestFirmware: false
                      objectType: string
                  id: string
                  model: string
                  objectType: string
                  revision: string
                  type: string
                  vendor: string
              serverModel: string
              serverRevision: string
              ucsVersion: string
              versionType: string
        requestType: string
        sharedScope: string
        tags:
            - additionalProperties: string
              key: string
              value: string
        versionContexts:
            - additionalProperties: string
              classId: string
              interestedMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              markedForDeletion: false
              nrVersion: string
              objectType: string
              refMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              timestamp: string
              versionType: string
    

    HclCompatibilityStatus Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The HclCompatibilityStatus resource accepts the following input properties:

    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<HclCompatibilityStatusAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    HclCompatibilityStatusId string
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<HclCompatibilityStatusParent>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    PermissionResources List<HclCompatibilityStatusPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ProfileLists List<HclCompatibilityStatusProfileList>
    This complex property has following sub-properties:
    RequestType string
    Type of the request to be served.* FillSupportedVersions - Responds with the supported firmware and driver versions. The API doesn't expect firmware and driver versions to be passed in the request and ignores if passed.* CheckCompatibility - Checks the compatibility for the given firmware and driver versions. This request type expects the firmware and driver versions to filled and the service validates the values and responds back with the error codes.* GetRecommendedDrivers - Responds with the supported drivers. The API expects firmware version to be filled. The API populates driver ISO url for the given server model. Today the link is same for all servers managed by UCSM whereas it depends on the model for Standalone servers.
    SharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<HclCompatibilityStatusTag>
    This complex property has following sub-properties:
    VersionContexts List<HclCompatibilityStatusVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []HclCompatibilityStatusAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    HclCompatibilityStatusId string
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []HclCompatibilityStatusParentArgs
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    PermissionResources []HclCompatibilityStatusPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ProfileLists []HclCompatibilityStatusProfileListArgs
    This complex property has following sub-properties:
    RequestType string
    Type of the request to be served.* FillSupportedVersions - Responds with the supported firmware and driver versions. The API doesn't expect firmware and driver versions to be passed in the request and ignores if passed.* CheckCompatibility - Checks the compatibility for the given firmware and driver versions. This request type expects the firmware and driver versions to filled and the service validates the values and responds back with the error codes.* GetRecommendedDrivers - Responds with the supported drivers. The API expects firmware version to be filled. The API populates driver ISO url for the given server model. Today the link is same for all servers managed by UCSM whereas it depends on the model for Standalone servers.
    SharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []HclCompatibilityStatusTagArgs
    This complex property has following sub-properties:
    VersionContexts []HclCompatibilityStatusVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    additionalProperties String
    ancestors List<HclCompatibilityStatusAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime String
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    hclCompatibilityStatusId String
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<HclCompatibilityStatusParent>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources List<HclCompatibilityStatusPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    profileLists List<HclCompatibilityStatusProfileList>
    This complex property has following sub-properties:
    requestType String
    Type of the request to be served.* FillSupportedVersions - Responds with the supported firmware and driver versions. The API doesn't expect firmware and driver versions to be passed in the request and ignores if passed.* CheckCompatibility - Checks the compatibility for the given firmware and driver versions. This request type expects the firmware and driver versions to filled and the service validates the values and responds back with the error codes.* GetRecommendedDrivers - Responds with the supported drivers. The API expects firmware version to be filled. The API populates driver ISO url for the given server model. Today the link is same for all servers managed by UCSM whereas it depends on the model for Standalone servers.
    sharedScope String
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<HclCompatibilityStatusTag>
    This complex property has following sub-properties:
    versionContexts List<HclCompatibilityStatusVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    additionalProperties string
    ancestors HclCompatibilityStatusAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime string
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    hclCompatibilityStatusId string
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents HclCompatibilityStatusParent[]
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources HclCompatibilityStatusPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    profileLists HclCompatibilityStatusProfileList[]
    This complex property has following sub-properties:
    requestType string
    Type of the request to be served.* FillSupportedVersions - Responds with the supported firmware and driver versions. The API doesn't expect firmware and driver versions to be passed in the request and ignores if passed.* CheckCompatibility - Checks the compatibility for the given firmware and driver versions. This request type expects the firmware and driver versions to filled and the service validates the values and responds back with the error codes.* GetRecommendedDrivers - Responds with the supported drivers. The API expects firmware version to be filled. The API populates driver ISO url for the given server model. Today the link is same for all servers managed by UCSM whereas it depends on the model for Standalone servers.
    sharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags HclCompatibilityStatusTag[]
    This complex property has following sub-properties:
    versionContexts HclCompatibilityStatusVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    account_moid str
    (ReadOnly) The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[HclCompatibilityStatusAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    create_time str
    (ReadOnly) The time when this managed object was created.
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    hcl_compatibility_status_id str
    mod_time str
    (ReadOnly) The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[HclCompatibilityStatusParentArgs]
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permission_resources Sequence[HclCompatibilityStatusPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    profile_lists Sequence[HclCompatibilityStatusProfileListArgs]
    This complex property has following sub-properties:
    request_type str
    Type of the request to be served.* FillSupportedVersions - Responds with the supported firmware and driver versions. The API doesn't expect firmware and driver versions to be passed in the request and ignores if passed.* CheckCompatibility - Checks the compatibility for the given firmware and driver versions. This request type expects the firmware and driver versions to filled and the service validates the values and responds back with the error codes.* GetRecommendedDrivers - Responds with the supported drivers. The API expects firmware version to be filled. The API populates driver ISO url for the given server model. Today the link is same for all servers managed by UCSM whereas it depends on the model for Standalone servers.
    shared_scope str
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[HclCompatibilityStatusTagArgs]
    This complex property has following sub-properties:
    version_contexts Sequence[HclCompatibilityStatusVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime String
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    hclCompatibilityStatusId String
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<Property Map>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    profileLists List<Property Map>
    This complex property has following sub-properties:
    requestType String
    Type of the request to be served.* FillSupportedVersions - Responds with the supported firmware and driver versions. The API doesn't expect firmware and driver versions to be passed in the request and ignores if passed.* CheckCompatibility - Checks the compatibility for the given firmware and driver versions. This request type expects the firmware and driver versions to filled and the service validates the values and responds back with the error codes.* GetRecommendedDrivers - Responds with the supported drivers. The API expects firmware version to be filled. The API populates driver ISO url for the given server model. Today the link is same for all servers managed by UCSM whereas it depends on the model for Standalone servers.
    sharedScope String
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    This complex property has following sub-properties:
    versionContexts List<Property Map>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the HclCompatibilityStatus resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing HclCompatibilityStatus Resource

    Get an existing HclCompatibilityStatus resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: HclCompatibilityStatusState, opts?: CustomResourceOptions): HclCompatibilityStatus
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_moid: Optional[str] = None,
            additional_properties: Optional[str] = None,
            ancestors: Optional[Sequence[HclCompatibilityStatusAncestorArgs]] = None,
            class_id: Optional[str] = None,
            create_time: Optional[str] = None,
            domain_group_moid: Optional[str] = None,
            hcl_compatibility_status_id: Optional[str] = None,
            mod_time: Optional[str] = None,
            moid: Optional[str] = None,
            object_type: Optional[str] = None,
            owners: Optional[Sequence[str]] = None,
            parents: Optional[Sequence[HclCompatibilityStatusParentArgs]] = None,
            permission_resources: Optional[Sequence[HclCompatibilityStatusPermissionResourceArgs]] = None,
            profile_lists: Optional[Sequence[HclCompatibilityStatusProfileListArgs]] = None,
            request_type: Optional[str] = None,
            shared_scope: Optional[str] = None,
            tags: Optional[Sequence[HclCompatibilityStatusTagArgs]] = None,
            version_contexts: Optional[Sequence[HclCompatibilityStatusVersionContextArgs]] = None) -> HclCompatibilityStatus
    func GetHclCompatibilityStatus(ctx *Context, name string, id IDInput, state *HclCompatibilityStatusState, opts ...ResourceOption) (*HclCompatibilityStatus, error)
    public static HclCompatibilityStatus Get(string name, Input<string> id, HclCompatibilityStatusState? state, CustomResourceOptions? opts = null)
    public static HclCompatibilityStatus get(String name, Output<String> id, HclCompatibilityStatusState state, CustomResourceOptions options)
    resources:  _:    type: intersight:HclCompatibilityStatus    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<HclCompatibilityStatusAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    HclCompatibilityStatusId string
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<HclCompatibilityStatusParent>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    PermissionResources List<HclCompatibilityStatusPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ProfileLists List<HclCompatibilityStatusProfileList>
    This complex property has following sub-properties:
    RequestType string
    Type of the request to be served.* FillSupportedVersions - Responds with the supported firmware and driver versions. The API doesn't expect firmware and driver versions to be passed in the request and ignores if passed.* CheckCompatibility - Checks the compatibility for the given firmware and driver versions. This request type expects the firmware and driver versions to filled and the service validates the values and responds back with the error codes.* GetRecommendedDrivers - Responds with the supported drivers. The API expects firmware version to be filled. The API populates driver ISO url for the given server model. Today the link is same for all servers managed by UCSM whereas it depends on the model for Standalone servers.
    SharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<HclCompatibilityStatusTag>
    This complex property has following sub-properties:
    VersionContexts List<HclCompatibilityStatusVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []HclCompatibilityStatusAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    HclCompatibilityStatusId string
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []HclCompatibilityStatusParentArgs
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    PermissionResources []HclCompatibilityStatusPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ProfileLists []HclCompatibilityStatusProfileListArgs
    This complex property has following sub-properties:
    RequestType string
    Type of the request to be served.* FillSupportedVersions - Responds with the supported firmware and driver versions. The API doesn't expect firmware and driver versions to be passed in the request and ignores if passed.* CheckCompatibility - Checks the compatibility for the given firmware and driver versions. This request type expects the firmware and driver versions to filled and the service validates the values and responds back with the error codes.* GetRecommendedDrivers - Responds with the supported drivers. The API expects firmware version to be filled. The API populates driver ISO url for the given server model. Today the link is same for all servers managed by UCSM whereas it depends on the model for Standalone servers.
    SharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []HclCompatibilityStatusTagArgs
    This complex property has following sub-properties:
    VersionContexts []HclCompatibilityStatusVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    additionalProperties String
    ancestors List<HclCompatibilityStatusAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime String
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    hclCompatibilityStatusId String
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<HclCompatibilityStatusParent>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources List<HclCompatibilityStatusPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    profileLists List<HclCompatibilityStatusProfileList>
    This complex property has following sub-properties:
    requestType String
    Type of the request to be served.* FillSupportedVersions - Responds with the supported firmware and driver versions. The API doesn't expect firmware and driver versions to be passed in the request and ignores if passed.* CheckCompatibility - Checks the compatibility for the given firmware and driver versions. This request type expects the firmware and driver versions to filled and the service validates the values and responds back with the error codes.* GetRecommendedDrivers - Responds with the supported drivers. The API expects firmware version to be filled. The API populates driver ISO url for the given server model. Today the link is same for all servers managed by UCSM whereas it depends on the model for Standalone servers.
    sharedScope String
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<HclCompatibilityStatusTag>
    This complex property has following sub-properties:
    versionContexts List<HclCompatibilityStatusVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    additionalProperties string
    ancestors HclCompatibilityStatusAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime string
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    hclCompatibilityStatusId string
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents HclCompatibilityStatusParent[]
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources HclCompatibilityStatusPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    profileLists HclCompatibilityStatusProfileList[]
    This complex property has following sub-properties:
    requestType string
    Type of the request to be served.* FillSupportedVersions - Responds with the supported firmware and driver versions. The API doesn't expect firmware and driver versions to be passed in the request and ignores if passed.* CheckCompatibility - Checks the compatibility for the given firmware and driver versions. This request type expects the firmware and driver versions to filled and the service validates the values and responds back with the error codes.* GetRecommendedDrivers - Responds with the supported drivers. The API expects firmware version to be filled. The API populates driver ISO url for the given server model. Today the link is same for all servers managed by UCSM whereas it depends on the model for Standalone servers.
    sharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags HclCompatibilityStatusTag[]
    This complex property has following sub-properties:
    versionContexts HclCompatibilityStatusVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    account_moid str
    (ReadOnly) The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[HclCompatibilityStatusAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    create_time str
    (ReadOnly) The time when this managed object was created.
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    hcl_compatibility_status_id str
    mod_time str
    (ReadOnly) The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[HclCompatibilityStatusParentArgs]
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permission_resources Sequence[HclCompatibilityStatusPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    profile_lists Sequence[HclCompatibilityStatusProfileListArgs]
    This complex property has following sub-properties:
    request_type str
    Type of the request to be served.* FillSupportedVersions - Responds with the supported firmware and driver versions. The API doesn't expect firmware and driver versions to be passed in the request and ignores if passed.* CheckCompatibility - Checks the compatibility for the given firmware and driver versions. This request type expects the firmware and driver versions to filled and the service validates the values and responds back with the error codes.* GetRecommendedDrivers - Responds with the supported drivers. The API expects firmware version to be filled. The API populates driver ISO url for the given server model. Today the link is same for all servers managed by UCSM whereas it depends on the model for Standalone servers.
    shared_scope str
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[HclCompatibilityStatusTagArgs]
    This complex property has following sub-properties:
    version_contexts Sequence[HclCompatibilityStatusVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    createTime String
    (ReadOnly) The time when this managed object was created.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    hclCompatibilityStatusId String
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<Property Map>
    (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    permissionResources List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    profileLists List<Property Map>
    This complex property has following sub-properties:
    requestType String
    Type of the request to be served.* FillSupportedVersions - Responds with the supported firmware and driver versions. The API doesn't expect firmware and driver versions to be passed in the request and ignores if passed.* CheckCompatibility - Checks the compatibility for the given firmware and driver versions. This request type expects the firmware and driver versions to filled and the service validates the values and responds back with the error codes.* GetRecommendedDrivers - Responds with the supported drivers. The API expects firmware version to be filled. The API populates driver ISO url for the given server model. Today the link is same for all servers managed by UCSM whereas it depends on the model for Standalone servers.
    sharedScope String
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    This complex property has following sub-properties:
    versionContexts List<Property Map>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:

    Supporting Types

    HclCompatibilityStatusAncestor, HclCompatibilityStatusAncestorArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    HclCompatibilityStatusParent, HclCompatibilityStatusParentArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    HclCompatibilityStatusPermissionResource, HclCompatibilityStatusPermissionResourceArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    HclCompatibilityStatusProfileList, HclCompatibilityStatusProfileListArgs

    AdditionalProperties string
    ClassId string
    DriverIsoUrl string
    Url for the ISO with the drivers supported for the server.
    ErrorCode string
    (ReadOnly) Error code indicating the compatibility status.* Success - The input combination is valid.* Unknown - Unknown API request to the service.* UnknownServer - An invalid server model is given API requests or the server model is not present in the HCL database.* InvalidUcsVersion - UCS Version is not in expected format.* ProcessorNotSupported - Processor is not supported with the given Server or the Processor does not exist in the HCL database.* OSNotSupported - OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.* OSUnknown - OS vendor or version is not known as per the HCL database.* UCSVersionNotSupported - UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.* UcsVersionServerOSCombinationNotSupported - Combination of UCS version, server (model and processor) and os version is not supported.* ProductUnknown - Product is not known as per the HCL database.* ProductNotSupported - Product is not supported in the given UCS version, server (model and processor) and operating system version.* DriverNameNotSupported - Driver protocol or name is not supported for the given product.* FirmwareVersionNotSupported - Firmware version not supported for the component and the server, operating system combination.* DriverVersionNotSupported - Driver version not supported for the component and the server, operating system combination.* FirmwareVersionDriverVersionCombinationNotSupported - Both Firmware and Driver versions are not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverVersionNotSupported - Firmware and Driver version combination not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverNameNotSupported - Firmware Version and Driver name or not supported with the component and the server, operating system combination.* InternalError - API requests to the service have either failed or timed out.* MarshallingError - Error in JSON marshalling.* Exempted - An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes.
    Id string
    Identifier of the product.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    OsVendor string
    Vendor of the Operating System running on the server.
    OsVersion string
    Version of the Operating System running on the server.
    Personality string
    Personality indicating the personality with the which the sever is used in a Hyperflex environment.
    ProcessorModel string
    Model of the processor present in the server.
    Products List<HclCompatibilityStatusProfileListProduct>
    This complex property has following sub-properties:
    ServerModel string
    Model of the server as returned by UCSM/CIMC XML API.
    ServerRevision string
    Revision of the server model.
    UcsVersion string
    Version of the UCS software.
    VersionType string
    Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.* UCSM - The server is managed by UCS Manager.* IMC - The server is standalone managed by CIMC.
    AdditionalProperties string
    ClassId string
    DriverIsoUrl string
    Url for the ISO with the drivers supported for the server.
    ErrorCode string
    (ReadOnly) Error code indicating the compatibility status.* Success - The input combination is valid.* Unknown - Unknown API request to the service.* UnknownServer - An invalid server model is given API requests or the server model is not present in the HCL database.* InvalidUcsVersion - UCS Version is not in expected format.* ProcessorNotSupported - Processor is not supported with the given Server or the Processor does not exist in the HCL database.* OSNotSupported - OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.* OSUnknown - OS vendor or version is not known as per the HCL database.* UCSVersionNotSupported - UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.* UcsVersionServerOSCombinationNotSupported - Combination of UCS version, server (model and processor) and os version is not supported.* ProductUnknown - Product is not known as per the HCL database.* ProductNotSupported - Product is not supported in the given UCS version, server (model and processor) and operating system version.* DriverNameNotSupported - Driver protocol or name is not supported for the given product.* FirmwareVersionNotSupported - Firmware version not supported for the component and the server, operating system combination.* DriverVersionNotSupported - Driver version not supported for the component and the server, operating system combination.* FirmwareVersionDriverVersionCombinationNotSupported - Both Firmware and Driver versions are not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverVersionNotSupported - Firmware and Driver version combination not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverNameNotSupported - Firmware Version and Driver name or not supported with the component and the server, operating system combination.* InternalError - API requests to the service have either failed or timed out.* MarshallingError - Error in JSON marshalling.* Exempted - An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes.
    Id string
    Identifier of the product.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    OsVendor string
    Vendor of the Operating System running on the server.
    OsVersion string
    Version of the Operating System running on the server.
    Personality string
    Personality indicating the personality with the which the sever is used in a Hyperflex environment.
    ProcessorModel string
    Model of the processor present in the server.
    Products []HclCompatibilityStatusProfileListProduct
    This complex property has following sub-properties:
    ServerModel string
    Model of the server as returned by UCSM/CIMC XML API.
    ServerRevision string
    Revision of the server model.
    UcsVersion string
    Version of the UCS software.
    VersionType string
    Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.* UCSM - The server is managed by UCS Manager.* IMC - The server is standalone managed by CIMC.
    additionalProperties String
    classId String
    driverIsoUrl String
    Url for the ISO with the drivers supported for the server.
    errorCode String
    (ReadOnly) Error code indicating the compatibility status.* Success - The input combination is valid.* Unknown - Unknown API request to the service.* UnknownServer - An invalid server model is given API requests or the server model is not present in the HCL database.* InvalidUcsVersion - UCS Version is not in expected format.* ProcessorNotSupported - Processor is not supported with the given Server or the Processor does not exist in the HCL database.* OSNotSupported - OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.* OSUnknown - OS vendor or version is not known as per the HCL database.* UCSVersionNotSupported - UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.* UcsVersionServerOSCombinationNotSupported - Combination of UCS version, server (model and processor) and os version is not supported.* ProductUnknown - Product is not known as per the HCL database.* ProductNotSupported - Product is not supported in the given UCS version, server (model and processor) and operating system version.* DriverNameNotSupported - Driver protocol or name is not supported for the given product.* FirmwareVersionNotSupported - Firmware version not supported for the component and the server, operating system combination.* DriverVersionNotSupported - Driver version not supported for the component and the server, operating system combination.* FirmwareVersionDriverVersionCombinationNotSupported - Both Firmware and Driver versions are not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverVersionNotSupported - Firmware and Driver version combination not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverNameNotSupported - Firmware Version and Driver name or not supported with the component and the server, operating system combination.* InternalError - API requests to the service have either failed or timed out.* MarshallingError - Error in JSON marshalling.* Exempted - An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes.
    id String
    Identifier of the product.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    osVendor String
    Vendor of the Operating System running on the server.
    osVersion String
    Version of the Operating System running on the server.
    personality String
    Personality indicating the personality with the which the sever is used in a Hyperflex environment.
    processorModel String
    Model of the processor present in the server.
    products List<HclCompatibilityStatusProfileListProduct>
    This complex property has following sub-properties:
    serverModel String
    Model of the server as returned by UCSM/CIMC XML API.
    serverRevision String
    Revision of the server model.
    ucsVersion String
    Version of the UCS software.
    versionType String
    Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.* UCSM - The server is managed by UCS Manager.* IMC - The server is standalone managed by CIMC.
    additionalProperties string
    classId string
    driverIsoUrl string
    Url for the ISO with the drivers supported for the server.
    errorCode string
    (ReadOnly) Error code indicating the compatibility status.* Success - The input combination is valid.* Unknown - Unknown API request to the service.* UnknownServer - An invalid server model is given API requests or the server model is not present in the HCL database.* InvalidUcsVersion - UCS Version is not in expected format.* ProcessorNotSupported - Processor is not supported with the given Server or the Processor does not exist in the HCL database.* OSNotSupported - OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.* OSUnknown - OS vendor or version is not known as per the HCL database.* UCSVersionNotSupported - UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.* UcsVersionServerOSCombinationNotSupported - Combination of UCS version, server (model and processor) and os version is not supported.* ProductUnknown - Product is not known as per the HCL database.* ProductNotSupported - Product is not supported in the given UCS version, server (model and processor) and operating system version.* DriverNameNotSupported - Driver protocol or name is not supported for the given product.* FirmwareVersionNotSupported - Firmware version not supported for the component and the server, operating system combination.* DriverVersionNotSupported - Driver version not supported for the component and the server, operating system combination.* FirmwareVersionDriverVersionCombinationNotSupported - Both Firmware and Driver versions are not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverVersionNotSupported - Firmware and Driver version combination not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverNameNotSupported - Firmware Version and Driver name or not supported with the component and the server, operating system combination.* InternalError - API requests to the service have either failed or timed out.* MarshallingError - Error in JSON marshalling.* Exempted - An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes.
    id string
    Identifier of the product.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    osVendor string
    Vendor of the Operating System running on the server.
    osVersion string
    Version of the Operating System running on the server.
    personality string
    Personality indicating the personality with the which the sever is used in a Hyperflex environment.
    processorModel string
    Model of the processor present in the server.
    products HclCompatibilityStatusProfileListProduct[]
    This complex property has following sub-properties:
    serverModel string
    Model of the server as returned by UCSM/CIMC XML API.
    serverRevision string
    Revision of the server model.
    ucsVersion string
    Version of the UCS software.
    versionType string
    Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.* UCSM - The server is managed by UCS Manager.* IMC - The server is standalone managed by CIMC.
    additional_properties str
    class_id str
    driver_iso_url str
    Url for the ISO with the drivers supported for the server.
    error_code str
    (ReadOnly) Error code indicating the compatibility status.* Success - The input combination is valid.* Unknown - Unknown API request to the service.* UnknownServer - An invalid server model is given API requests or the server model is not present in the HCL database.* InvalidUcsVersion - UCS Version is not in expected format.* ProcessorNotSupported - Processor is not supported with the given Server or the Processor does not exist in the HCL database.* OSNotSupported - OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.* OSUnknown - OS vendor or version is not known as per the HCL database.* UCSVersionNotSupported - UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.* UcsVersionServerOSCombinationNotSupported - Combination of UCS version, server (model and processor) and os version is not supported.* ProductUnknown - Product is not known as per the HCL database.* ProductNotSupported - Product is not supported in the given UCS version, server (model and processor) and operating system version.* DriverNameNotSupported - Driver protocol or name is not supported for the given product.* FirmwareVersionNotSupported - Firmware version not supported for the component and the server, operating system combination.* DriverVersionNotSupported - Driver version not supported for the component and the server, operating system combination.* FirmwareVersionDriverVersionCombinationNotSupported - Both Firmware and Driver versions are not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverVersionNotSupported - Firmware and Driver version combination not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverNameNotSupported - Firmware Version and Driver name or not supported with the component and the server, operating system combination.* InternalError - API requests to the service have either failed or timed out.* MarshallingError - Error in JSON marshalling.* Exempted - An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes.
    id str
    Identifier of the product.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    os_vendor str
    Vendor of the Operating System running on the server.
    os_version str
    Version of the Operating System running on the server.
    personality str
    Personality indicating the personality with the which the sever is used in a Hyperflex environment.
    processor_model str
    Model of the processor present in the server.
    products Sequence[HclCompatibilityStatusProfileListProduct]
    This complex property has following sub-properties:
    server_model str
    Model of the server as returned by UCSM/CIMC XML API.
    server_revision str
    Revision of the server model.
    ucs_version str
    Version of the UCS software.
    version_type str
    Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.* UCSM - The server is managed by UCS Manager.* IMC - The server is standalone managed by CIMC.
    additionalProperties String
    classId String
    driverIsoUrl String
    Url for the ISO with the drivers supported for the server.
    errorCode String
    (ReadOnly) Error code indicating the compatibility status.* Success - The input combination is valid.* Unknown - Unknown API request to the service.* UnknownServer - An invalid server model is given API requests or the server model is not present in the HCL database.* InvalidUcsVersion - UCS Version is not in expected format.* ProcessorNotSupported - Processor is not supported with the given Server or the Processor does not exist in the HCL database.* OSNotSupported - OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.* OSUnknown - OS vendor or version is not known as per the HCL database.* UCSVersionNotSupported - UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.* UcsVersionServerOSCombinationNotSupported - Combination of UCS version, server (model and processor) and os version is not supported.* ProductUnknown - Product is not known as per the HCL database.* ProductNotSupported - Product is not supported in the given UCS version, server (model and processor) and operating system version.* DriverNameNotSupported - Driver protocol or name is not supported for the given product.* FirmwareVersionNotSupported - Firmware version not supported for the component and the server, operating system combination.* DriverVersionNotSupported - Driver version not supported for the component and the server, operating system combination.* FirmwareVersionDriverVersionCombinationNotSupported - Both Firmware and Driver versions are not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverVersionNotSupported - Firmware and Driver version combination not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverNameNotSupported - Firmware Version and Driver name or not supported with the component and the server, operating system combination.* InternalError - API requests to the service have either failed or timed out.* MarshallingError - Error in JSON marshalling.* Exempted - An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes.
    id String
    Identifier of the product.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    osVendor String
    Vendor of the Operating System running on the server.
    osVersion String
    Version of the Operating System running on the server.
    personality String
    Personality indicating the personality with the which the sever is used in a Hyperflex environment.
    processorModel String
    Model of the processor present in the server.
    products List<Property Map>
    This complex property has following sub-properties:
    serverModel String
    Model of the server as returned by UCSM/CIMC XML API.
    serverRevision String
    Revision of the server model.
    ucsVersion String
    Version of the UCS software.
    versionType String
    Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release.* UCSM - The server is managed by UCS Manager.* IMC - The server is standalone managed by CIMC.

    HclCompatibilityStatusProfileListProduct, HclCompatibilityStatusProfileListProductArgs

    AdditionalProperties string
    ClassId string
    DriverNames List<string>
    (Array of schema.TypeString) -
    ErrorCode string
    (ReadOnly) Error code for the support status.* Success - The input combination is valid.* Unknown - Unknown API request to the service.* UnknownServer - An invalid server model is given API requests or the server model is not present in the HCL database.* InvalidUcsVersion - UCS Version is not in expected format.* ProcessorNotSupported - Processor is not supported with the given Server or the Processor does not exist in the HCL database.* OSNotSupported - OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.* OSUnknown - OS vendor or version is not known as per the HCL database.* UCSVersionNotSupported - UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.* UcsVersionServerOSCombinationNotSupported - Combination of UCS version, server (model and processor) and os version is not supported.* ProductUnknown - Product is not known as per the HCL database.* ProductNotSupported - Product is not supported in the given UCS version, server (model and processor) and operating system version.* DriverNameNotSupported - Driver protocol or name is not supported for the given product.* FirmwareVersionNotSupported - Firmware version not supported for the component and the server, operating system combination.* DriverVersionNotSupported - Driver version not supported for the component and the server, operating system combination.* FirmwareVersionDriverVersionCombinationNotSupported - Both Firmware and Driver versions are not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverVersionNotSupported - Firmware and Driver version combination not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverNameNotSupported - Firmware Version and Driver name or not supported with the component and the server, operating system combination.* InternalError - API requests to the service have either failed or timed out.* MarshallingError - Error in JSON marshalling.* Exempted - An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes.
    Firmwares List<HclCompatibilityStatusProfileListProductFirmware>
    This complex property has following sub-properties:
    Id string
    Identifier of the firmware.
    Model string
    Model/PID of the product/adapter.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    Revision string
    Revision of the adapter model.
    Type string
    Type of the product/adapter say OCP, PT, GPU.* `` - Default type of the Product.* Adapter - Represents network adapter cards.* StorageController - Represents storage controllers.* GPU - Represents graphics cards.
    Vendor string
    Vendor of the product or adapter.
    AdditionalProperties string
    ClassId string
    DriverNames []string
    (Array of schema.TypeString) -
    ErrorCode string
    (ReadOnly) Error code for the support status.* Success - The input combination is valid.* Unknown - Unknown API request to the service.* UnknownServer - An invalid server model is given API requests or the server model is not present in the HCL database.* InvalidUcsVersion - UCS Version is not in expected format.* ProcessorNotSupported - Processor is not supported with the given Server or the Processor does not exist in the HCL database.* OSNotSupported - OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.* OSUnknown - OS vendor or version is not known as per the HCL database.* UCSVersionNotSupported - UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.* UcsVersionServerOSCombinationNotSupported - Combination of UCS version, server (model and processor) and os version is not supported.* ProductUnknown - Product is not known as per the HCL database.* ProductNotSupported - Product is not supported in the given UCS version, server (model and processor) and operating system version.* DriverNameNotSupported - Driver protocol or name is not supported for the given product.* FirmwareVersionNotSupported - Firmware version not supported for the component and the server, operating system combination.* DriverVersionNotSupported - Driver version not supported for the component and the server, operating system combination.* FirmwareVersionDriverVersionCombinationNotSupported - Both Firmware and Driver versions are not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverVersionNotSupported - Firmware and Driver version combination not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverNameNotSupported - Firmware Version and Driver name or not supported with the component and the server, operating system combination.* InternalError - API requests to the service have either failed or timed out.* MarshallingError - Error in JSON marshalling.* Exempted - An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes.
    Firmwares []HclCompatibilityStatusProfileListProductFirmware
    This complex property has following sub-properties:
    Id string
    Identifier of the firmware.
    Model string
    Model/PID of the product/adapter.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    Revision string
    Revision of the adapter model.
    Type string
    Type of the product/adapter say OCP, PT, GPU.* `` - Default type of the Product.* Adapter - Represents network adapter cards.* StorageController - Represents storage controllers.* GPU - Represents graphics cards.
    Vendor string
    Vendor of the product or adapter.
    additionalProperties String
    classId String
    driverNames List<String>
    (Array of schema.TypeString) -
    errorCode String
    (ReadOnly) Error code for the support status.* Success - The input combination is valid.* Unknown - Unknown API request to the service.* UnknownServer - An invalid server model is given API requests or the server model is not present in the HCL database.* InvalidUcsVersion - UCS Version is not in expected format.* ProcessorNotSupported - Processor is not supported with the given Server or the Processor does not exist in the HCL database.* OSNotSupported - OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.* OSUnknown - OS vendor or version is not known as per the HCL database.* UCSVersionNotSupported - UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.* UcsVersionServerOSCombinationNotSupported - Combination of UCS version, server (model and processor) and os version is not supported.* ProductUnknown - Product is not known as per the HCL database.* ProductNotSupported - Product is not supported in the given UCS version, server (model and processor) and operating system version.* DriverNameNotSupported - Driver protocol or name is not supported for the given product.* FirmwareVersionNotSupported - Firmware version not supported for the component and the server, operating system combination.* DriverVersionNotSupported - Driver version not supported for the component and the server, operating system combination.* FirmwareVersionDriverVersionCombinationNotSupported - Both Firmware and Driver versions are not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverVersionNotSupported - Firmware and Driver version combination not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverNameNotSupported - Firmware Version and Driver name or not supported with the component and the server, operating system combination.* InternalError - API requests to the service have either failed or timed out.* MarshallingError - Error in JSON marshalling.* Exempted - An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes.
    firmwares List<HclCompatibilityStatusProfileListProductFirmware>
    This complex property has following sub-properties:
    id String
    Identifier of the firmware.
    model String
    Model/PID of the product/adapter.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    revision String
    Revision of the adapter model.
    type String
    Type of the product/adapter say OCP, PT, GPU.* `` - Default type of the Product.* Adapter - Represents network adapter cards.* StorageController - Represents storage controllers.* GPU - Represents graphics cards.
    vendor String
    Vendor of the product or adapter.
    additionalProperties string
    classId string
    driverNames string[]
    (Array of schema.TypeString) -
    errorCode string
    (ReadOnly) Error code for the support status.* Success - The input combination is valid.* Unknown - Unknown API request to the service.* UnknownServer - An invalid server model is given API requests or the server model is not present in the HCL database.* InvalidUcsVersion - UCS Version is not in expected format.* ProcessorNotSupported - Processor is not supported with the given Server or the Processor does not exist in the HCL database.* OSNotSupported - OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.* OSUnknown - OS vendor or version is not known as per the HCL database.* UCSVersionNotSupported - UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.* UcsVersionServerOSCombinationNotSupported - Combination of UCS version, server (model and processor) and os version is not supported.* ProductUnknown - Product is not known as per the HCL database.* ProductNotSupported - Product is not supported in the given UCS version, server (model and processor) and operating system version.* DriverNameNotSupported - Driver protocol or name is not supported for the given product.* FirmwareVersionNotSupported - Firmware version not supported for the component and the server, operating system combination.* DriverVersionNotSupported - Driver version not supported for the component and the server, operating system combination.* FirmwareVersionDriverVersionCombinationNotSupported - Both Firmware and Driver versions are not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverVersionNotSupported - Firmware and Driver version combination not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverNameNotSupported - Firmware Version and Driver name or not supported with the component and the server, operating system combination.* InternalError - API requests to the service have either failed or timed out.* MarshallingError - Error in JSON marshalling.* Exempted - An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes.
    firmwares HclCompatibilityStatusProfileListProductFirmware[]
    This complex property has following sub-properties:
    id string
    Identifier of the firmware.
    model string
    Model/PID of the product/adapter.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    revision string
    Revision of the adapter model.
    type string
    Type of the product/adapter say OCP, PT, GPU.* `` - Default type of the Product.* Adapter - Represents network adapter cards.* StorageController - Represents storage controllers.* GPU - Represents graphics cards.
    vendor string
    Vendor of the product or adapter.
    additional_properties str
    class_id str
    driver_names Sequence[str]
    (Array of schema.TypeString) -
    error_code str
    (ReadOnly) Error code for the support status.* Success - The input combination is valid.* Unknown - Unknown API request to the service.* UnknownServer - An invalid server model is given API requests or the server model is not present in the HCL database.* InvalidUcsVersion - UCS Version is not in expected format.* ProcessorNotSupported - Processor is not supported with the given Server or the Processor does not exist in the HCL database.* OSNotSupported - OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.* OSUnknown - OS vendor or version is not known as per the HCL database.* UCSVersionNotSupported - UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.* UcsVersionServerOSCombinationNotSupported - Combination of UCS version, server (model and processor) and os version is not supported.* ProductUnknown - Product is not known as per the HCL database.* ProductNotSupported - Product is not supported in the given UCS version, server (model and processor) and operating system version.* DriverNameNotSupported - Driver protocol or name is not supported for the given product.* FirmwareVersionNotSupported - Firmware version not supported for the component and the server, operating system combination.* DriverVersionNotSupported - Driver version not supported for the component and the server, operating system combination.* FirmwareVersionDriverVersionCombinationNotSupported - Both Firmware and Driver versions are not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverVersionNotSupported - Firmware and Driver version combination not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverNameNotSupported - Firmware Version and Driver name or not supported with the component and the server, operating system combination.* InternalError - API requests to the service have either failed or timed out.* MarshallingError - Error in JSON marshalling.* Exempted - An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes.
    firmwares Sequence[HclCompatibilityStatusProfileListProductFirmware]
    This complex property has following sub-properties:
    id str
    Identifier of the firmware.
    model str
    Model/PID of the product/adapter.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    revision str
    Revision of the adapter model.
    type str
    Type of the product/adapter say OCP, PT, GPU.* `` - Default type of the Product.* Adapter - Represents network adapter cards.* StorageController - Represents storage controllers.* GPU - Represents graphics cards.
    vendor str
    Vendor of the product or adapter.
    additionalProperties String
    classId String
    driverNames List<String>
    (Array of schema.TypeString) -
    errorCode String
    (ReadOnly) Error code for the support status.* Success - The input combination is valid.* Unknown - Unknown API request to the service.* UnknownServer - An invalid server model is given API requests or the server model is not present in the HCL database.* InvalidUcsVersion - UCS Version is not in expected format.* ProcessorNotSupported - Processor is not supported with the given Server or the Processor does not exist in the HCL database.* OSNotSupported - OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.* OSUnknown - OS vendor or version is not known as per the HCL database.* UCSVersionNotSupported - UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.* UcsVersionServerOSCombinationNotSupported - Combination of UCS version, server (model and processor) and os version is not supported.* ProductUnknown - Product is not known as per the HCL database.* ProductNotSupported - Product is not supported in the given UCS version, server (model and processor) and operating system version.* DriverNameNotSupported - Driver protocol or name is not supported for the given product.* FirmwareVersionNotSupported - Firmware version not supported for the component and the server, operating system combination.* DriverVersionNotSupported - Driver version not supported for the component and the server, operating system combination.* FirmwareVersionDriverVersionCombinationNotSupported - Both Firmware and Driver versions are not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverVersionNotSupported - Firmware and Driver version combination not supported for the component and the server, operating system combination.* FirmwareVersionAndDriverNameNotSupported - Firmware Version and Driver name or not supported with the component and the server, operating system combination.* InternalError - API requests to the service have either failed or timed out.* MarshallingError - Error in JSON marshalling.* Exempted - An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes.
    firmwares List<Property Map>
    This complex property has following sub-properties:
    id String
    Identifier of the firmware.
    model String
    Model/PID of the product/adapter.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    revision String
    Revision of the adapter model.
    type String
    Type of the product/adapter say OCP, PT, GPU.* `` - Default type of the Product.* Adapter - Represents network adapter cards.* StorageController - Represents storage controllers.* GPU - Represents graphics cards.
    vendor String
    Vendor of the product or adapter.

    HclCompatibilityStatusProfileListProductFirmware, HclCompatibilityStatusProfileListProductFirmwareArgs

    AdditionalProperties string
    ClassId string
    DriverName string
    Protocol for which the driver is provided. E.g. enic, fnic, lsi_mr3.
    DriverVersion string
    Version of the Driver supported.
    ErrorCode string
    FirmwareVersion string
    Firmware version of the product/adapter supported.
    Id string
    LatestDriver bool
    (ReadOnly) True if the driver is latest recommended driver.
    LatestFirmware bool
    (ReadOnly) True if the firmware is latest recommended firmware.
    ObjectType string
    AdditionalProperties string
    ClassId string
    DriverName string
    Protocol for which the driver is provided. E.g. enic, fnic, lsi_mr3.
    DriverVersion string
    Version of the Driver supported.
    ErrorCode string
    FirmwareVersion string
    Firmware version of the product/adapter supported.
    Id string
    LatestDriver bool
    (ReadOnly) True if the driver is latest recommended driver.
    LatestFirmware bool
    (ReadOnly) True if the firmware is latest recommended firmware.
    ObjectType string
    additionalProperties String
    classId String
    driverName String
    Protocol for which the driver is provided. E.g. enic, fnic, lsi_mr3.
    driverVersion String
    Version of the Driver supported.
    errorCode String
    firmwareVersion String
    Firmware version of the product/adapter supported.
    id String
    latestDriver Boolean
    (ReadOnly) True if the driver is latest recommended driver.
    latestFirmware Boolean
    (ReadOnly) True if the firmware is latest recommended firmware.
    objectType String
    additionalProperties string
    classId string
    driverName string
    Protocol for which the driver is provided. E.g. enic, fnic, lsi_mr3.
    driverVersion string
    Version of the Driver supported.
    errorCode string
    firmwareVersion string
    Firmware version of the product/adapter supported.
    id string
    latestDriver boolean
    (ReadOnly) True if the driver is latest recommended driver.
    latestFirmware boolean
    (ReadOnly) True if the firmware is latest recommended firmware.
    objectType string
    additional_properties str
    class_id str
    driver_name str
    Protocol for which the driver is provided. E.g. enic, fnic, lsi_mr3.
    driver_version str
    Version of the Driver supported.
    error_code str
    firmware_version str
    Firmware version of the product/adapter supported.
    id str
    latest_driver bool
    (ReadOnly) True if the driver is latest recommended driver.
    latest_firmware bool
    (ReadOnly) True if the firmware is latest recommended firmware.
    object_type str
    additionalProperties String
    classId String
    driverName String
    Protocol for which the driver is provided. E.g. enic, fnic, lsi_mr3.
    driverVersion String
    Version of the Driver supported.
    errorCode String
    firmwareVersion String
    Firmware version of the product/adapter supported.
    id String
    latestDriver Boolean
    (ReadOnly) True if the driver is latest recommended driver.
    latestFirmware Boolean
    (ReadOnly) True if the firmware is latest recommended firmware.
    objectType String

    HclCompatibilityStatusTag, HclCompatibilityStatusTagArgs

    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.

    HclCompatibilityStatusVersionContext, HclCompatibilityStatusVersionContextArgs

    AdditionalProperties string
    ClassId string
    InterestedMos List<HclCompatibilityStatusVersionContextInterestedMo>
    This complex property has following sub-properties:
    MarkedForDeletion bool
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    RefMos List<HclCompatibilityStatusVersionContextRefMo>
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    Timestamp string
    (ReadOnly) The time this versioned Managed Object was created.
    VersionType string
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    InterestedMos []HclCompatibilityStatusVersionContextInterestedMo
    This complex property has following sub-properties:
    MarkedForDeletion bool
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    RefMos []HclCompatibilityStatusVersionContextRefMo
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    Timestamp string
    (ReadOnly) The time this versioned Managed Object was created.
    VersionType string
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    interestedMos List<HclCompatibilityStatusVersionContextInterestedMo>
    This complex property has following sub-properties:
    markedForDeletion Boolean
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    refMos List<HclCompatibilityStatusVersionContextRefMo>
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    timestamp String
    (ReadOnly) The time this versioned Managed Object was created.
    versionType String
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    interestedMos HclCompatibilityStatusVersionContextInterestedMo[]
    This complex property has following sub-properties:
    markedForDeletion boolean
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    refMos HclCompatibilityStatusVersionContextRefMo[]
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    timestamp string
    (ReadOnly) The time this versioned Managed Object was created.
    versionType string
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    interested_mos Sequence[HclCompatibilityStatusVersionContextInterestedMo]
    This complex property has following sub-properties:
    marked_for_deletion bool
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    ref_mos Sequence[HclCompatibilityStatusVersionContextRefMo]
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    timestamp str
    (ReadOnly) The time this versioned Managed Object was created.
    version_type str
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    interestedMos List<Property Map>
    This complex property has following sub-properties:
    markedForDeletion Boolean
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    refMos List<Property Map>
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    timestamp String
    (ReadOnly) The time this versioned Managed Object was created.
    versionType String
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.

    HclCompatibilityStatusVersionContextInterestedMo, HclCompatibilityStatusVersionContextInterestedMoArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    HclCompatibilityStatusVersionContextRefMo, HclCompatibilityStatusVersionContextRefMoArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    Import

    intersight_hcl_compatibility_status can be imported using the Moid of the object, e.g.

    $ pulumi import intersight:index/hclCompatibilityStatus:HclCompatibilityStatus example 1234567890987654321abcde
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

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