1. Packages
  2. Intersight Provider
  3. API Docs
  4. CondCustomHclStatus
Viewing docs for intersight 1.0.77
published on Wednesday, Feb 18, 2026 by ciscodevnet
intersight logo
Viewing docs for intersight 1.0.77
published on Wednesday, Feb 18, 2026 by ciscodevnet

    The CustomHclStatus object represents the compliance status of a Cisco server against defined Custom Hcl baseline within an organization. It contains detailed insights into whether a server meets the specified hardware and software criteria set forth in the baseline.

    Purpose

    CustomHclStatus is crucial for monitoring and managing server compliance with organizational standards. It helps administrators identify non-compliant servers, understand the reasons for non-compliance, and take corrective actions to ensure that all servers adhere to the established custom Hcl baselines.

    Key Concepts

    • Compliance Status: Indicates whether a server is compliant or non-compliant with defined custom Hcl baselines.
    • Detailed Properties: Includes various properties such as server model, generation, firmware, operating system details, and more for comprehensive status reporting.
    • Relationships: Links to managed objects and custom Hcl baselines to provide context for compliance evaluations.

    Create CondCustomHclStatus Resource

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

    Constructor syntax

    new CondCustomHclStatus(name: string, args?: CondCustomHclStatusArgs, opts?: CustomResourceOptions);
    @overload
    def CondCustomHclStatus(resource_name: str,
                            args: Optional[CondCustomHclStatusArgs] = None,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def CondCustomHclStatus(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            account_moid: Optional[str] = None,
                            adapters: Optional[Sequence[CondCustomHclStatusAdapterArgs]] = None,
                            additional_properties: Optional[str] = None,
                            ancestors: Optional[Sequence[CondCustomHclStatusAncestorArgs]] = None,
                            baseline_status_details: Optional[Sequence[CondCustomHclStatusBaselineStatusDetailArgs]] = None,
                            cisco_hcl_status: Optional[str] = None,
                            class_id: Optional[str] = None,
                            compliant_baselines: Optional[Sequence[CondCustomHclStatusCompliantBaselineArgs]] = None,
                            cond_custom_hcl_status_id: Optional[str] = None,
                            create_time: Optional[str] = None,
                            custom_hcl_status: Optional[str] = None,
                            domain_group_moid: Optional[str] = None,
                            firmware: Optional[str] = None,
                            generation: Optional[str] = None,
                            managed_objects: Optional[Sequence[CondCustomHclStatusManagedObjectArgs]] = None,
                            management_mode: Optional[str] = None,
                            mod_time: Optional[str] = None,
                            moid: Optional[str] = None,
                            name: Optional[str] = None,
                            non_compliant_baselines: Optional[Sequence[CondCustomHclStatusNonCompliantBaselineArgs]] = None,
                            object_type: Optional[str] = None,
                            organizations: Optional[Sequence[CondCustomHclStatusOrganizationArgs]] = None,
                            os_vendor: Optional[str] = None,
                            os_version: Optional[str] = None,
                            owners: Optional[Sequence[str]] = None,
                            parents: Optional[Sequence[CondCustomHclStatusParentArgs]] = None,
                            permission_resources: Optional[Sequence[CondCustomHclStatusPermissionResourceArgs]] = None,
                            personality: Optional[str] = None,
                            processor_family: Optional[str] = None,
                            processor_model: Optional[str] = None,
                            server_model: Optional[str] = None,
                            shared_scope: Optional[str] = None,
                            tags: Optional[Sequence[CondCustomHclStatusTagArgs]] = None,
                            version_contexts: Optional[Sequence[CondCustomHclStatusVersionContextArgs]] = None)
    func NewCondCustomHclStatus(ctx *Context, name string, args *CondCustomHclStatusArgs, opts ...ResourceOption) (*CondCustomHclStatus, error)
    public CondCustomHclStatus(string name, CondCustomHclStatusArgs? args = null, CustomResourceOptions? opts = null)
    public CondCustomHclStatus(String name, CondCustomHclStatusArgs args)
    public CondCustomHclStatus(String name, CondCustomHclStatusArgs args, CustomResourceOptions options)
    
    type: intersight:CondCustomHclStatus
    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 CondCustomHclStatusArgs
    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 CondCustomHclStatusArgs
    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 CondCustomHclStatusArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CondCustomHclStatusArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CondCustomHclStatusArgs
    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 condCustomHclStatusResource = new Intersight.CondCustomHclStatus("condCustomHclStatusResource", new()
    {
        AccountMoid = "string",
        Adapters = new[]
        {
            new Intersight.Inputs.CondCustomHclStatusAdapterArgs
            {
                Adapters = new[]
                {
                    new Intersight.Inputs.CondCustomHclStatusAdapterAdapterArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                AdditionalProperties = "string",
                ClassId = "string",
                DriverName = "string",
                DriverVersion = "string",
                Firmware = "string",
                HclReason = "string",
                HclStatus = "string",
                Model = "string",
                ObjectType = "string",
                Type = "string",
                Vendor = "string",
            },
        },
        AdditionalProperties = "string",
        Ancestors = new[]
        {
            new Intersight.Inputs.CondCustomHclStatusAncestorArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        BaselineStatusDetails = new[]
        {
            new Intersight.Inputs.CondCustomHclStatusBaselineStatusDetailArgs
            {
                AdapterCompliance = "string",
                AdapterReason = "string",
                AdaptersStatuses = new[]
                {
                    new Intersight.Inputs.CondCustomHclStatusBaselineStatusDetailAdaptersStatusArgs
                    {
                        Adapters = new[]
                        {
                            new Intersight.Inputs.CondCustomHclStatusBaselineStatusDetailAdaptersStatusAdapterArgs
                            {
                                AdditionalProperties = "string",
                                ClassId = "string",
                                Moid = "string",
                                ObjectType = "string",
                                Selector = "string",
                            },
                        },
                        AdditionalProperties = "string",
                        ClassId = "string",
                        ObjectType = "string",
                        Reason = "string",
                        Status = "string",
                    },
                },
                AdditionalProperties = "string",
                ClassId = "string",
                CustomHclBaselines = new[]
                {
                    new Intersight.Inputs.CondCustomHclStatusBaselineStatusDetailCustomHclBaselineArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                HardwareCompliance = "string",
                HardwareReason = "string",
                ObjectType = "string",
                Reason = "string",
                SoftwareCompliance = "string",
                SoftwareReason = "string",
                Status = "string",
                ValidationTime = "string",
            },
        },
        CiscoHclStatus = "string",
        ClassId = "string",
        CompliantBaselines = new[]
        {
            new Intersight.Inputs.CondCustomHclStatusCompliantBaselineArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        CondCustomHclStatusId = "string",
        CreateTime = "string",
        CustomHclStatus = "string",
        DomainGroupMoid = "string",
        Firmware = "string",
        Generation = "string",
        ManagedObjects = new[]
        {
            new Intersight.Inputs.CondCustomHclStatusManagedObjectArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        ManagementMode = "string",
        ModTime = "string",
        Moid = "string",
        Name = "string",
        NonCompliantBaselines = new[]
        {
            new Intersight.Inputs.CondCustomHclStatusNonCompliantBaselineArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        ObjectType = "string",
        Organizations = new[]
        {
            new Intersight.Inputs.CondCustomHclStatusOrganizationArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        OsVendor = "string",
        OsVersion = "string",
        Owners = new[]
        {
            "string",
        },
        Parents = new[]
        {
            new Intersight.Inputs.CondCustomHclStatusParentArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        PermissionResources = new[]
        {
            new Intersight.Inputs.CondCustomHclStatusPermissionResourceArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        Personality = "string",
        ProcessorFamily = "string",
        ProcessorModel = "string",
        ServerModel = "string",
        SharedScope = "string",
        Tags = new[]
        {
            new Intersight.Inputs.CondCustomHclStatusTagArgs
            {
                AdditionalProperties = "string",
                AncestorDefinitions = new[]
                {
                    new Intersight.Inputs.CondCustomHclStatusTagAncestorDefinitionArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Definitions = new[]
                {
                    new Intersight.Inputs.CondCustomHclStatusTagDefinitionArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Key = "string",
                Propagated = false,
                SysTag = false,
                Type = "string",
                Value = "string",
            },
        },
        VersionContexts = new[]
        {
            new Intersight.Inputs.CondCustomHclStatusVersionContextArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                InterestedMos = new[]
                {
                    new Intersight.Inputs.CondCustomHclStatusVersionContextInterestedMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                MarkedForDeletion = false,
                NrVersion = "string",
                ObjectType = "string",
                RefMos = new[]
                {
                    new Intersight.Inputs.CondCustomHclStatusVersionContextRefMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Timestamp = "string",
                VersionType = "string",
            },
        },
    });
    
    example, err := intersight.NewCondCustomHclStatus(ctx, "condCustomHclStatusResource", &intersight.CondCustomHclStatusArgs{
    	AccountMoid: pulumi.String("string"),
    	Adapters: intersight.CondCustomHclStatusAdapterArray{
    		&intersight.CondCustomHclStatusAdapterArgs{
    			Adapters: intersight.CondCustomHclStatusAdapterAdapterArray{
    				&intersight.CondCustomHclStatusAdapterAdapterArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			DriverName:           pulumi.String("string"),
    			DriverVersion:        pulumi.String("string"),
    			Firmware:             pulumi.String("string"),
    			HclReason:            pulumi.String("string"),
    			HclStatus:            pulumi.String("string"),
    			Model:                pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Type:                 pulumi.String("string"),
    			Vendor:               pulumi.String("string"),
    		},
    	},
    	AdditionalProperties: pulumi.String("string"),
    	Ancestors: intersight.CondCustomHclStatusAncestorArray{
    		&intersight.CondCustomHclStatusAncestorArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	BaselineStatusDetails: intersight.CondCustomHclStatusBaselineStatusDetailArray{
    		&intersight.CondCustomHclStatusBaselineStatusDetailArgs{
    			AdapterCompliance: pulumi.String("string"),
    			AdapterReason:     pulumi.String("string"),
    			AdaptersStatuses: intersight.CondCustomHclStatusBaselineStatusDetailAdaptersStatusArray{
    				&intersight.CondCustomHclStatusBaselineStatusDetailAdaptersStatusArgs{
    					Adapters: intersight.CondCustomHclStatusBaselineStatusDetailAdaptersStatusAdapterArray{
    						&intersight.CondCustomHclStatusBaselineStatusDetailAdaptersStatusAdapterArgs{
    							AdditionalProperties: pulumi.String("string"),
    							ClassId:              pulumi.String("string"),
    							Moid:                 pulumi.String("string"),
    							ObjectType:           pulumi.String("string"),
    							Selector:             pulumi.String("string"),
    						},
    					},
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Reason:               pulumi.String("string"),
    					Status:               pulumi.String("string"),
    				},
    			},
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			CustomHclBaselines: intersight.CondCustomHclStatusBaselineStatusDetailCustomHclBaselineArray{
    				&intersight.CondCustomHclStatusBaselineStatusDetailCustomHclBaselineArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			HardwareCompliance: pulumi.String("string"),
    			HardwareReason:     pulumi.String("string"),
    			ObjectType:         pulumi.String("string"),
    			Reason:             pulumi.String("string"),
    			SoftwareCompliance: pulumi.String("string"),
    			SoftwareReason:     pulumi.String("string"),
    			Status:             pulumi.String("string"),
    			ValidationTime:     pulumi.String("string"),
    		},
    	},
    	CiscoHclStatus: pulumi.String("string"),
    	ClassId:        pulumi.String("string"),
    	CompliantBaselines: intersight.CondCustomHclStatusCompliantBaselineArray{
    		&intersight.CondCustomHclStatusCompliantBaselineArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	CondCustomHclStatusId: pulumi.String("string"),
    	CreateTime:            pulumi.String("string"),
    	CustomHclStatus:       pulumi.String("string"),
    	DomainGroupMoid:       pulumi.String("string"),
    	Firmware:              pulumi.String("string"),
    	Generation:            pulumi.String("string"),
    	ManagedObjects: intersight.CondCustomHclStatusManagedObjectArray{
    		&intersight.CondCustomHclStatusManagedObjectArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	ManagementMode: pulumi.String("string"),
    	ModTime:        pulumi.String("string"),
    	Moid:           pulumi.String("string"),
    	Name:           pulumi.String("string"),
    	NonCompliantBaselines: intersight.CondCustomHclStatusNonCompliantBaselineArray{
    		&intersight.CondCustomHclStatusNonCompliantBaselineArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	ObjectType: pulumi.String("string"),
    	Organizations: intersight.CondCustomHclStatusOrganizationArray{
    		&intersight.CondCustomHclStatusOrganizationArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	OsVendor:  pulumi.String("string"),
    	OsVersion: pulumi.String("string"),
    	Owners: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Parents: intersight.CondCustomHclStatusParentArray{
    		&intersight.CondCustomHclStatusParentArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	PermissionResources: intersight.CondCustomHclStatusPermissionResourceArray{
    		&intersight.CondCustomHclStatusPermissionResourceArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	Personality:     pulumi.String("string"),
    	ProcessorFamily: pulumi.String("string"),
    	ProcessorModel:  pulumi.String("string"),
    	ServerModel:     pulumi.String("string"),
    	SharedScope:     pulumi.String("string"),
    	Tags: intersight.CondCustomHclStatusTagArray{
    		&intersight.CondCustomHclStatusTagArgs{
    			AdditionalProperties: pulumi.String("string"),
    			AncestorDefinitions: intersight.CondCustomHclStatusTagAncestorDefinitionArray{
    				&intersight.CondCustomHclStatusTagAncestorDefinitionArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			Definitions: intersight.CondCustomHclStatusTagDefinitionArray{
    				&intersight.CondCustomHclStatusTagDefinitionArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			Key:        pulumi.String("string"),
    			Propagated: pulumi.Bool(false),
    			SysTag:     pulumi.Bool(false),
    			Type:       pulumi.String("string"),
    			Value:      pulumi.String("string"),
    		},
    	},
    	VersionContexts: intersight.CondCustomHclStatusVersionContextArray{
    		&intersight.CondCustomHclStatusVersionContextArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			InterestedMos: intersight.CondCustomHclStatusVersionContextInterestedMoArray{
    				&intersight.CondCustomHclStatusVersionContextInterestedMoArgs{
    					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.CondCustomHclStatusVersionContextRefMoArray{
    				&intersight.CondCustomHclStatusVersionContextRefMoArgs{
    					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 condCustomHclStatusResource = new CondCustomHclStatus("condCustomHclStatusResource", CondCustomHclStatusArgs.builder()
        .accountMoid("string")
        .adapters(CondCustomHclStatusAdapterArgs.builder()
            .adapters(CondCustomHclStatusAdapterAdapterArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .additionalProperties("string")
            .classId("string")
            .driverName("string")
            .driverVersion("string")
            .firmware("string")
            .hclReason("string")
            .hclStatus("string")
            .model("string")
            .objectType("string")
            .type("string")
            .vendor("string")
            .build())
        .additionalProperties("string")
        .ancestors(CondCustomHclStatusAncestorArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .baselineStatusDetails(CondCustomHclStatusBaselineStatusDetailArgs.builder()
            .adapterCompliance("string")
            .adapterReason("string")
            .adaptersStatuses(CondCustomHclStatusBaselineStatusDetailAdaptersStatusArgs.builder()
                .adapters(CondCustomHclStatusBaselineStatusDetailAdaptersStatusAdapterArgs.builder()
                    .additionalProperties("string")
                    .classId("string")
                    .moid("string")
                    .objectType("string")
                    .selector("string")
                    .build())
                .additionalProperties("string")
                .classId("string")
                .objectType("string")
                .reason("string")
                .status("string")
                .build())
            .additionalProperties("string")
            .classId("string")
            .customHclBaselines(CondCustomHclStatusBaselineStatusDetailCustomHclBaselineArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .hardwareCompliance("string")
            .hardwareReason("string")
            .objectType("string")
            .reason("string")
            .softwareCompliance("string")
            .softwareReason("string")
            .status("string")
            .validationTime("string")
            .build())
        .ciscoHclStatus("string")
        .classId("string")
        .compliantBaselines(CondCustomHclStatusCompliantBaselineArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .condCustomHclStatusId("string")
        .createTime("string")
        .customHclStatus("string")
        .domainGroupMoid("string")
        .firmware("string")
        .generation("string")
        .managedObjects(CondCustomHclStatusManagedObjectArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .managementMode("string")
        .modTime("string")
        .moid("string")
        .name("string")
        .nonCompliantBaselines(CondCustomHclStatusNonCompliantBaselineArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .objectType("string")
        .organizations(CondCustomHclStatusOrganizationArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .osVendor("string")
        .osVersion("string")
        .owners("string")
        .parents(CondCustomHclStatusParentArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .permissionResources(CondCustomHclStatusPermissionResourceArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .personality("string")
        .processorFamily("string")
        .processorModel("string")
        .serverModel("string")
        .sharedScope("string")
        .tags(CondCustomHclStatusTagArgs.builder()
            .additionalProperties("string")
            .ancestorDefinitions(CondCustomHclStatusTagAncestorDefinitionArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .definitions(CondCustomHclStatusTagDefinitionArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .key("string")
            .propagated(false)
            .sysTag(false)
            .type("string")
            .value("string")
            .build())
        .versionContexts(CondCustomHclStatusVersionContextArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .interestedMos(CondCustomHclStatusVersionContextInterestedMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .markedForDeletion(false)
            .nrVersion("string")
            .objectType("string")
            .refMos(CondCustomHclStatusVersionContextRefMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .timestamp("string")
            .versionType("string")
            .build())
        .build());
    
    cond_custom_hcl_status_resource = intersight.CondCustomHclStatus("condCustomHclStatusResource",
        account_moid="string",
        adapters=[{
            "adapters": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "additional_properties": "string",
            "class_id": "string",
            "driver_name": "string",
            "driver_version": "string",
            "firmware": "string",
            "hcl_reason": "string",
            "hcl_status": "string",
            "model": "string",
            "object_type": "string",
            "type": "string",
            "vendor": "string",
        }],
        additional_properties="string",
        ancestors=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        baseline_status_details=[{
            "adapter_compliance": "string",
            "adapter_reason": "string",
            "adapters_statuses": [{
                "adapters": [{
                    "additional_properties": "string",
                    "class_id": "string",
                    "moid": "string",
                    "object_type": "string",
                    "selector": "string",
                }],
                "additional_properties": "string",
                "class_id": "string",
                "object_type": "string",
                "reason": "string",
                "status": "string",
            }],
            "additional_properties": "string",
            "class_id": "string",
            "custom_hcl_baselines": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "hardware_compliance": "string",
            "hardware_reason": "string",
            "object_type": "string",
            "reason": "string",
            "software_compliance": "string",
            "software_reason": "string",
            "status": "string",
            "validation_time": "string",
        }],
        cisco_hcl_status="string",
        class_id="string",
        compliant_baselines=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        cond_custom_hcl_status_id="string",
        create_time="string",
        custom_hcl_status="string",
        domain_group_moid="string",
        firmware="string",
        generation="string",
        managed_objects=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        management_mode="string",
        mod_time="string",
        moid="string",
        name="string",
        non_compliant_baselines=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        object_type="string",
        organizations=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        os_vendor="string",
        os_version="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",
        }],
        personality="string",
        processor_family="string",
        processor_model="string",
        server_model="string",
        shared_scope="string",
        tags=[{
            "additional_properties": "string",
            "ancestor_definitions": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "definitions": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "key": "string",
            "propagated": False,
            "sys_tag": False,
            "type": "string",
            "value": "string",
        }],
        version_contexts=[{
            "additional_properties": "string",
            "class_id": "string",
            "interested_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "marked_for_deletion": False,
            "nr_version": "string",
            "object_type": "string",
            "ref_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "timestamp": "string",
            "version_type": "string",
        }])
    
    const condCustomHclStatusResource = new intersight.CondCustomHclStatus("condCustomHclStatusResource", {
        accountMoid: "string",
        adapters: [{
            adapters: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            additionalProperties: "string",
            classId: "string",
            driverName: "string",
            driverVersion: "string",
            firmware: "string",
            hclReason: "string",
            hclStatus: "string",
            model: "string",
            objectType: "string",
            type: "string",
            vendor: "string",
        }],
        additionalProperties: "string",
        ancestors: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        baselineStatusDetails: [{
            adapterCompliance: "string",
            adapterReason: "string",
            adaptersStatuses: [{
                adapters: [{
                    additionalProperties: "string",
                    classId: "string",
                    moid: "string",
                    objectType: "string",
                    selector: "string",
                }],
                additionalProperties: "string",
                classId: "string",
                objectType: "string",
                reason: "string",
                status: "string",
            }],
            additionalProperties: "string",
            classId: "string",
            customHclBaselines: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            hardwareCompliance: "string",
            hardwareReason: "string",
            objectType: "string",
            reason: "string",
            softwareCompliance: "string",
            softwareReason: "string",
            status: "string",
            validationTime: "string",
        }],
        ciscoHclStatus: "string",
        classId: "string",
        compliantBaselines: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        condCustomHclStatusId: "string",
        createTime: "string",
        customHclStatus: "string",
        domainGroupMoid: "string",
        firmware: "string",
        generation: "string",
        managedObjects: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        managementMode: "string",
        modTime: "string",
        moid: "string",
        name: "string",
        nonCompliantBaselines: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        objectType: "string",
        organizations: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        osVendor: "string",
        osVersion: "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",
        }],
        personality: "string",
        processorFamily: "string",
        processorModel: "string",
        serverModel: "string",
        sharedScope: "string",
        tags: [{
            additionalProperties: "string",
            ancestorDefinitions: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            definitions: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            key: "string",
            propagated: false,
            sysTag: false,
            type: "string",
            value: "string",
        }],
        versionContexts: [{
            additionalProperties: "string",
            classId: "string",
            interestedMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            markedForDeletion: false,
            nrVersion: "string",
            objectType: "string",
            refMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            timestamp: "string",
            versionType: "string",
        }],
    });
    
    type: intersight:CondCustomHclStatus
    properties:
        accountMoid: string
        adapters:
            - adapters:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              additionalProperties: string
              classId: string
              driverName: string
              driverVersion: string
              firmware: string
              hclReason: string
              hclStatus: string
              model: string
              objectType: string
              type: string
              vendor: string
        additionalProperties: string
        ancestors:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        baselineStatusDetails:
            - adapterCompliance: string
              adapterReason: string
              adaptersStatuses:
                - adapters:
                    - additionalProperties: string
                      classId: string
                      moid: string
                      objectType: string
                      selector: string
                  additionalProperties: string
                  classId: string
                  objectType: string
                  reason: string
                  status: string
              additionalProperties: string
              classId: string
              customHclBaselines:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              hardwareCompliance: string
              hardwareReason: string
              objectType: string
              reason: string
              softwareCompliance: string
              softwareReason: string
              status: string
              validationTime: string
        ciscoHclStatus: string
        classId: string
        compliantBaselines:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        condCustomHclStatusId: string
        createTime: string
        customHclStatus: string
        domainGroupMoid: string
        firmware: string
        generation: string
        managedObjects:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        managementMode: string
        modTime: string
        moid: string
        name: string
        nonCompliantBaselines:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        objectType: string
        organizations:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        osVendor: string
        osVersion: 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
        personality: string
        processorFamily: string
        processorModel: string
        serverModel: string
        sharedScope: string
        tags:
            - additionalProperties: string
              ancestorDefinitions:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              definitions:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              key: string
              propagated: false
              sysTag: false
              type: string
              value: string
        versionContexts:
            - additionalProperties: string
              classId: string
              interestedMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              markedForDeletion: false
              nrVersion: string
              objectType: string
              refMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              timestamp: string
              versionType: string
    

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

    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Adapters List<CondCustomHclStatusAdapter>
    This complex property has following sub-properties:
    AdditionalProperties string
    Ancestors List<CondCustomHclStatusAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    BaselineStatusDetails List<CondCustomHclStatusBaselineStatusDetail>
    This complex property has following sub-properties:
    CiscoHclStatus string
    (ReadOnly) The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    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.
    CompliantBaselines List<CondCustomHclStatusCompliantBaseline>
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    CondCustomHclStatusId string
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    CustomHclStatus string
    (ReadOnly) The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    Firmware string
    (ReadOnly) The firmware version currently running on the server.
    Generation string
    (ReadOnly) It specifies the generation of the server like M6, M7, M8 etc.
    ManagedObjects List<CondCustomHclStatusManagedObject>
    A reference to a inventoryBase resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    ManagementMode string
    (ReadOnly) The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    (ReadOnly) It specifies the server name or model.
    NonCompliantBaselines List<CondCustomHclStatusNonCompliantBaseline>
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Organizations List<CondCustomHclStatusOrganization>
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    OsVendor string
    (ReadOnly) The operating System vendor of the server.
    OsVersion string
    (ReadOnly) The operating System version of the server.
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<CondCustomHclStatusParent>
    (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<CondCustomHclStatusPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    Personality string
    (ReadOnly) Unique identity of added software personality.
    ProcessorFamily string
    (ReadOnly) The processor family of the specified processor model associated with the server.
    ProcessorModel string
    (ReadOnly) The processor model associated with the server.
    ServerModel string
    (ReadOnly) It specifies the server model or Product ID (PID).
    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<CondCustomHclStatusTag>
    This complex property has following sub-properties:
    VersionContexts List<CondCustomHclStatusVersionContext>
    (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.
    Adapters []CondCustomHclStatusAdapterArgs
    This complex property has following sub-properties:
    AdditionalProperties string
    Ancestors []CondCustomHclStatusAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    BaselineStatusDetails []CondCustomHclStatusBaselineStatusDetailArgs
    This complex property has following sub-properties:
    CiscoHclStatus string
    (ReadOnly) The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    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.
    CompliantBaselines []CondCustomHclStatusCompliantBaselineArgs
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    CondCustomHclStatusId string
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    CustomHclStatus string
    (ReadOnly) The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    Firmware string
    (ReadOnly) The firmware version currently running on the server.
    Generation string
    (ReadOnly) It specifies the generation of the server like M6, M7, M8 etc.
    ManagedObjects []CondCustomHclStatusManagedObjectArgs
    A reference to a inventoryBase resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    ManagementMode string
    (ReadOnly) The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    (ReadOnly) It specifies the server name or model.
    NonCompliantBaselines []CondCustomHclStatusNonCompliantBaselineArgs
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Organizations []CondCustomHclStatusOrganizationArgs
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    OsVendor string
    (ReadOnly) The operating System vendor of the server.
    OsVersion string
    (ReadOnly) The operating System version of the server.
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []CondCustomHclStatusParentArgs
    (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 []CondCustomHclStatusPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    Personality string
    (ReadOnly) Unique identity of added software personality.
    ProcessorFamily string
    (ReadOnly) The processor family of the specified processor model associated with the server.
    ProcessorModel string
    (ReadOnly) The processor model associated with the server.
    ServerModel string
    (ReadOnly) It specifies the server model or Product ID (PID).
    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 []CondCustomHclStatusTagArgs
    This complex property has following sub-properties:
    VersionContexts []CondCustomHclStatusVersionContextArgs
    (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.
    adapters List<CondCustomHclStatusAdapter>
    This complex property has following sub-properties:
    additionalProperties String
    ancestors List<CondCustomHclStatusAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    baselineStatusDetails List<CondCustomHclStatusBaselineStatusDetail>
    This complex property has following sub-properties:
    ciscoHclStatus String
    (ReadOnly) The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    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.
    compliantBaselines List<CondCustomHclStatusCompliantBaseline>
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    condCustomHclStatusId String
    createTime String
    (ReadOnly) The time when this managed object was created.
    customHclStatus String
    (ReadOnly) The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    firmware String
    (ReadOnly) The firmware version currently running on the server.
    generation String
    (ReadOnly) It specifies the generation of the server like M6, M7, M8 etc.
    managedObjects List<CondCustomHclStatusManagedObject>
    A reference to a inventoryBase resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    managementMode String
    (ReadOnly) The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    (ReadOnly) It specifies the server name or model.
    nonCompliantBaselines List<CondCustomHclStatusNonCompliantBaseline>
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizations List<CondCustomHclStatusOrganization>
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    osVendor String
    (ReadOnly) The operating System vendor of the server.
    osVersion String
    (ReadOnly) The operating System version of the server.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<CondCustomHclStatusParent>
    (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<CondCustomHclStatusPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    personality String
    (ReadOnly) Unique identity of added software personality.
    processorFamily String
    (ReadOnly) The processor family of the specified processor model associated with the server.
    processorModel String
    (ReadOnly) The processor model associated with the server.
    serverModel String
    (ReadOnly) It specifies the server model or Product ID (PID).
    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<CondCustomHclStatusTag>
    This complex property has following sub-properties:
    versionContexts List<CondCustomHclStatusVersionContext>
    (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.
    adapters CondCustomHclStatusAdapter[]
    This complex property has following sub-properties:
    additionalProperties string
    ancestors CondCustomHclStatusAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    baselineStatusDetails CondCustomHclStatusBaselineStatusDetail[]
    This complex property has following sub-properties:
    ciscoHclStatus string
    (ReadOnly) The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    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.
    compliantBaselines CondCustomHclStatusCompliantBaseline[]
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    condCustomHclStatusId string
    createTime string
    (ReadOnly) The time when this managed object was created.
    customHclStatus string
    (ReadOnly) The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    firmware string
    (ReadOnly) The firmware version currently running on the server.
    generation string
    (ReadOnly) It specifies the generation of the server like M6, M7, M8 etc.
    managedObjects CondCustomHclStatusManagedObject[]
    A reference to a inventoryBase resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    managementMode string
    (ReadOnly) The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    (ReadOnly) It specifies the server name or model.
    nonCompliantBaselines CondCustomHclStatusNonCompliantBaseline[]
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizations CondCustomHclStatusOrganization[]
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    osVendor string
    (ReadOnly) The operating System vendor of the server.
    osVersion string
    (ReadOnly) The operating System version of the server.
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents CondCustomHclStatusParent[]
    (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 CondCustomHclStatusPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    personality string
    (ReadOnly) Unique identity of added software personality.
    processorFamily string
    (ReadOnly) The processor family of the specified processor model associated with the server.
    processorModel string
    (ReadOnly) The processor model associated with the server.
    serverModel string
    (ReadOnly) It specifies the server model or Product ID (PID).
    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 CondCustomHclStatusTag[]
    This complex property has following sub-properties:
    versionContexts CondCustomHclStatusVersionContext[]
    (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.
    adapters Sequence[CondCustomHclStatusAdapterArgs]
    This complex property has following sub-properties:
    additional_properties str
    ancestors Sequence[CondCustomHclStatusAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    baseline_status_details Sequence[CondCustomHclStatusBaselineStatusDetailArgs]
    This complex property has following sub-properties:
    cisco_hcl_status str
    (ReadOnly) The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    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.
    compliant_baselines Sequence[CondCustomHclStatusCompliantBaselineArgs]
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    cond_custom_hcl_status_id str
    create_time str
    (ReadOnly) The time when this managed object was created.
    custom_hcl_status str
    (ReadOnly) The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    firmware str
    (ReadOnly) The firmware version currently running on the server.
    generation str
    (ReadOnly) It specifies the generation of the server like M6, M7, M8 etc.
    managed_objects Sequence[CondCustomHclStatusManagedObjectArgs]
    A reference to a inventoryBase resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    management_mode str
    (ReadOnly) The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    mod_time str
    (ReadOnly) The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    (ReadOnly) It specifies the server name or model.
    non_compliant_baselines Sequence[CondCustomHclStatusNonCompliantBaselineArgs]
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizations Sequence[CondCustomHclStatusOrganizationArgs]
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    os_vendor str
    (ReadOnly) The operating System vendor of the server.
    os_version str
    (ReadOnly) The operating System version of the server.
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[CondCustomHclStatusParentArgs]
    (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[CondCustomHclStatusPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    personality str
    (ReadOnly) Unique identity of added software personality.
    processor_family str
    (ReadOnly) The processor family of the specified processor model associated with the server.
    processor_model str
    (ReadOnly) The processor model associated with the server.
    server_model str
    (ReadOnly) It specifies the server model or Product ID (PID).
    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[CondCustomHclStatusTagArgs]
    This complex property has following sub-properties:
    version_contexts Sequence[CondCustomHclStatusVersionContextArgs]
    (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.
    adapters List<Property Map>
    This complex property has following sub-properties:
    additionalProperties String
    ancestors List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    baselineStatusDetails List<Property Map>
    This complex property has following sub-properties:
    ciscoHclStatus String
    (ReadOnly) The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    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.
    compliantBaselines List<Property Map>
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    condCustomHclStatusId String
    createTime String
    (ReadOnly) The time when this managed object was created.
    customHclStatus String
    (ReadOnly) The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    firmware String
    (ReadOnly) The firmware version currently running on the server.
    generation String
    (ReadOnly) It specifies the generation of the server like M6, M7, M8 etc.
    managedObjects List<Property Map>
    A reference to a inventoryBase resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    managementMode String
    (ReadOnly) The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    (ReadOnly) It specifies the server name or model.
    nonCompliantBaselines List<Property Map>
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizations List<Property Map>
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    osVendor String
    (ReadOnly) The operating System vendor of the server.
    osVersion String
    (ReadOnly) The operating System version of the server.
    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:
    personality String
    (ReadOnly) Unique identity of added software personality.
    processorFamily String
    (ReadOnly) The processor family of the specified processor model associated with the server.
    processorModel String
    (ReadOnly) The processor model associated with the server.
    serverModel String
    (ReadOnly) It specifies the server model or Product ID (PID).
    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 CondCustomHclStatus 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 CondCustomHclStatus Resource

    Get an existing CondCustomHclStatus 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?: CondCustomHclStatusState, opts?: CustomResourceOptions): CondCustomHclStatus
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_moid: Optional[str] = None,
            adapters: Optional[Sequence[CondCustomHclStatusAdapterArgs]] = None,
            additional_properties: Optional[str] = None,
            ancestors: Optional[Sequence[CondCustomHclStatusAncestorArgs]] = None,
            baseline_status_details: Optional[Sequence[CondCustomHclStatusBaselineStatusDetailArgs]] = None,
            cisco_hcl_status: Optional[str] = None,
            class_id: Optional[str] = None,
            compliant_baselines: Optional[Sequence[CondCustomHclStatusCompliantBaselineArgs]] = None,
            cond_custom_hcl_status_id: Optional[str] = None,
            create_time: Optional[str] = None,
            custom_hcl_status: Optional[str] = None,
            domain_group_moid: Optional[str] = None,
            firmware: Optional[str] = None,
            generation: Optional[str] = None,
            managed_objects: Optional[Sequence[CondCustomHclStatusManagedObjectArgs]] = None,
            management_mode: Optional[str] = None,
            mod_time: Optional[str] = None,
            moid: Optional[str] = None,
            name: Optional[str] = None,
            non_compliant_baselines: Optional[Sequence[CondCustomHclStatusNonCompliantBaselineArgs]] = None,
            object_type: Optional[str] = None,
            organizations: Optional[Sequence[CondCustomHclStatusOrganizationArgs]] = None,
            os_vendor: Optional[str] = None,
            os_version: Optional[str] = None,
            owners: Optional[Sequence[str]] = None,
            parents: Optional[Sequence[CondCustomHclStatusParentArgs]] = None,
            permission_resources: Optional[Sequence[CondCustomHclStatusPermissionResourceArgs]] = None,
            personality: Optional[str] = None,
            processor_family: Optional[str] = None,
            processor_model: Optional[str] = None,
            server_model: Optional[str] = None,
            shared_scope: Optional[str] = None,
            tags: Optional[Sequence[CondCustomHclStatusTagArgs]] = None,
            version_contexts: Optional[Sequence[CondCustomHclStatusVersionContextArgs]] = None) -> CondCustomHclStatus
    func GetCondCustomHclStatus(ctx *Context, name string, id IDInput, state *CondCustomHclStatusState, opts ...ResourceOption) (*CondCustomHclStatus, error)
    public static CondCustomHclStatus Get(string name, Input<string> id, CondCustomHclStatusState? state, CustomResourceOptions? opts = null)
    public static CondCustomHclStatus get(String name, Output<String> id, CondCustomHclStatusState state, CustomResourceOptions options)
    resources:  _:    type: intersight:CondCustomHclStatus    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.
    Adapters List<CondCustomHclStatusAdapter>
    This complex property has following sub-properties:
    AdditionalProperties string
    Ancestors List<CondCustomHclStatusAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    BaselineStatusDetails List<CondCustomHclStatusBaselineStatusDetail>
    This complex property has following sub-properties:
    CiscoHclStatus string
    (ReadOnly) The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    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.
    CompliantBaselines List<CondCustomHclStatusCompliantBaseline>
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    CondCustomHclStatusId string
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    CustomHclStatus string
    (ReadOnly) The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    Firmware string
    (ReadOnly) The firmware version currently running on the server.
    Generation string
    (ReadOnly) It specifies the generation of the server like M6, M7, M8 etc.
    ManagedObjects List<CondCustomHclStatusManagedObject>
    A reference to a inventoryBase resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    ManagementMode string
    (ReadOnly) The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    (ReadOnly) It specifies the server name or model.
    NonCompliantBaselines List<CondCustomHclStatusNonCompliantBaseline>
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Organizations List<CondCustomHclStatusOrganization>
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    OsVendor string
    (ReadOnly) The operating System vendor of the server.
    OsVersion string
    (ReadOnly) The operating System version of the server.
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<CondCustomHclStatusParent>
    (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<CondCustomHclStatusPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    Personality string
    (ReadOnly) Unique identity of added software personality.
    ProcessorFamily string
    (ReadOnly) The processor family of the specified processor model associated with the server.
    ProcessorModel string
    (ReadOnly) The processor model associated with the server.
    ServerModel string
    (ReadOnly) It specifies the server model or Product ID (PID).
    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<CondCustomHclStatusTag>
    This complex property has following sub-properties:
    VersionContexts List<CondCustomHclStatusVersionContext>
    (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.
    Adapters []CondCustomHclStatusAdapterArgs
    This complex property has following sub-properties:
    AdditionalProperties string
    Ancestors []CondCustomHclStatusAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    BaselineStatusDetails []CondCustomHclStatusBaselineStatusDetailArgs
    This complex property has following sub-properties:
    CiscoHclStatus string
    (ReadOnly) The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    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.
    CompliantBaselines []CondCustomHclStatusCompliantBaselineArgs
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    CondCustomHclStatusId string
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    CustomHclStatus string
    (ReadOnly) The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    Firmware string
    (ReadOnly) The firmware version currently running on the server.
    Generation string
    (ReadOnly) It specifies the generation of the server like M6, M7, M8 etc.
    ManagedObjects []CondCustomHclStatusManagedObjectArgs
    A reference to a inventoryBase resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    ManagementMode string
    (ReadOnly) The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    (ReadOnly) It specifies the server name or model.
    NonCompliantBaselines []CondCustomHclStatusNonCompliantBaselineArgs
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Organizations []CondCustomHclStatusOrganizationArgs
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    OsVendor string
    (ReadOnly) The operating System vendor of the server.
    OsVersion string
    (ReadOnly) The operating System version of the server.
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []CondCustomHclStatusParentArgs
    (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 []CondCustomHclStatusPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    Personality string
    (ReadOnly) Unique identity of added software personality.
    ProcessorFamily string
    (ReadOnly) The processor family of the specified processor model associated with the server.
    ProcessorModel string
    (ReadOnly) The processor model associated with the server.
    ServerModel string
    (ReadOnly) It specifies the server model or Product ID (PID).
    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 []CondCustomHclStatusTagArgs
    This complex property has following sub-properties:
    VersionContexts []CondCustomHclStatusVersionContextArgs
    (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.
    adapters List<CondCustomHclStatusAdapter>
    This complex property has following sub-properties:
    additionalProperties String
    ancestors List<CondCustomHclStatusAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    baselineStatusDetails List<CondCustomHclStatusBaselineStatusDetail>
    This complex property has following sub-properties:
    ciscoHclStatus String
    (ReadOnly) The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    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.
    compliantBaselines List<CondCustomHclStatusCompliantBaseline>
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    condCustomHclStatusId String
    createTime String
    (ReadOnly) The time when this managed object was created.
    customHclStatus String
    (ReadOnly) The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    firmware String
    (ReadOnly) The firmware version currently running on the server.
    generation String
    (ReadOnly) It specifies the generation of the server like M6, M7, M8 etc.
    managedObjects List<CondCustomHclStatusManagedObject>
    A reference to a inventoryBase resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    managementMode String
    (ReadOnly) The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    (ReadOnly) It specifies the server name or model.
    nonCompliantBaselines List<CondCustomHclStatusNonCompliantBaseline>
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizations List<CondCustomHclStatusOrganization>
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    osVendor String
    (ReadOnly) The operating System vendor of the server.
    osVersion String
    (ReadOnly) The operating System version of the server.
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<CondCustomHclStatusParent>
    (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<CondCustomHclStatusPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    personality String
    (ReadOnly) Unique identity of added software personality.
    processorFamily String
    (ReadOnly) The processor family of the specified processor model associated with the server.
    processorModel String
    (ReadOnly) The processor model associated with the server.
    serverModel String
    (ReadOnly) It specifies the server model or Product ID (PID).
    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<CondCustomHclStatusTag>
    This complex property has following sub-properties:
    versionContexts List<CondCustomHclStatusVersionContext>
    (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.
    adapters CondCustomHclStatusAdapter[]
    This complex property has following sub-properties:
    additionalProperties string
    ancestors CondCustomHclStatusAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    baselineStatusDetails CondCustomHclStatusBaselineStatusDetail[]
    This complex property has following sub-properties:
    ciscoHclStatus string
    (ReadOnly) The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    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.
    compliantBaselines CondCustomHclStatusCompliantBaseline[]
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    condCustomHclStatusId string
    createTime string
    (ReadOnly) The time when this managed object was created.
    customHclStatus string
    (ReadOnly) The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    firmware string
    (ReadOnly) The firmware version currently running on the server.
    generation string
    (ReadOnly) It specifies the generation of the server like M6, M7, M8 etc.
    managedObjects CondCustomHclStatusManagedObject[]
    A reference to a inventoryBase resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    managementMode string
    (ReadOnly) The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    (ReadOnly) It specifies the server name or model.
    nonCompliantBaselines CondCustomHclStatusNonCompliantBaseline[]
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizations CondCustomHclStatusOrganization[]
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    osVendor string
    (ReadOnly) The operating System vendor of the server.
    osVersion string
    (ReadOnly) The operating System version of the server.
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents CondCustomHclStatusParent[]
    (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 CondCustomHclStatusPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    personality string
    (ReadOnly) Unique identity of added software personality.
    processorFamily string
    (ReadOnly) The processor family of the specified processor model associated with the server.
    processorModel string
    (ReadOnly) The processor model associated with the server.
    serverModel string
    (ReadOnly) It specifies the server model or Product ID (PID).
    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 CondCustomHclStatusTag[]
    This complex property has following sub-properties:
    versionContexts CondCustomHclStatusVersionContext[]
    (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.
    adapters Sequence[CondCustomHclStatusAdapterArgs]
    This complex property has following sub-properties:
    additional_properties str
    ancestors Sequence[CondCustomHclStatusAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    baseline_status_details Sequence[CondCustomHclStatusBaselineStatusDetailArgs]
    This complex property has following sub-properties:
    cisco_hcl_status str
    (ReadOnly) The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    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.
    compliant_baselines Sequence[CondCustomHclStatusCompliantBaselineArgs]
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    cond_custom_hcl_status_id str
    create_time str
    (ReadOnly) The time when this managed object was created.
    custom_hcl_status str
    (ReadOnly) The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    domain_group_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    firmware str
    (ReadOnly) The firmware version currently running on the server.
    generation str
    (ReadOnly) It specifies the generation of the server like M6, M7, M8 etc.
    managed_objects Sequence[CondCustomHclStatusManagedObjectArgs]
    A reference to a inventoryBase resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    management_mode str
    (ReadOnly) The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    mod_time str
    (ReadOnly) The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    (ReadOnly) It specifies the server name or model.
    non_compliant_baselines Sequence[CondCustomHclStatusNonCompliantBaselineArgs]
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizations Sequence[CondCustomHclStatusOrganizationArgs]
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    os_vendor str
    (ReadOnly) The operating System vendor of the server.
    os_version str
    (ReadOnly) The operating System version of the server.
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[CondCustomHclStatusParentArgs]
    (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[CondCustomHclStatusPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    personality str
    (ReadOnly) Unique identity of added software personality.
    processor_family str
    (ReadOnly) The processor family of the specified processor model associated with the server.
    processor_model str
    (ReadOnly) The processor model associated with the server.
    server_model str
    (ReadOnly) It specifies the server model or Product ID (PID).
    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[CondCustomHclStatusTagArgs]
    This complex property has following sub-properties:
    version_contexts Sequence[CondCustomHclStatusVersionContextArgs]
    (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.
    adapters List<Property Map>
    This complex property has following sub-properties:
    additionalProperties String
    ancestors List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    baselineStatusDetails List<Property Map>
    This complex property has following sub-properties:
    ciscoHclStatus String
    (ReadOnly) The HCL compatibility status of the server. The status can be one of the following \ Incomplete\ - there is no enough information to evaluate against the HCL data \ Validated\ - all components have been evaluated against the HCL and they all have \ Validated\ status \ Not-Listed\ - all components have been evaluated against the HCL and one or more have \ Not-Listed\ status. \ Not-Evaluated\ - The server was not evaluated against the HCL because it is exempcustom Hcl t or the provided is insufficient for HCL status assessment.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    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.
    compliantBaselines List<Property Map>
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    condCustomHclStatusId String
    createTime String
    (ReadOnly) The time when this managed object was created.
    customHclStatus String
    (ReadOnly) The custom HCL overall status against all the defined custom Hcl baseline. The status can be one of the following \ CompliantToBaseline\ - The server is compliant to one or all the defined custom Hcl baseline. \ NonCompliantToBaseline\ - The server is non compliant to any custom Hcl baseline.* NonCompliantToBaseline - The server is non compliant to any custom Hcl baseline.* CompliantToBaseline - The server is compliant to one or all the defined custom Hcl baseline.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    firmware String
    (ReadOnly) The firmware version currently running on the server.
    generation String
    (ReadOnly) It specifies the generation of the server like M6, M7, M8 etc.
    managedObjects List<Property Map>
    A reference to a inventoryBase resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    managementMode String
    (ReadOnly) The management mode through which the server is connected to Intersight, such as standalone or managed mode.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    (ReadOnly) It specifies the server name or model.
    nonCompliantBaselines List<Property Map>
    (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizations List<Property Map>
    A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
    osVendor String
    (ReadOnly) The operating System vendor of the server.
    osVersion String
    (ReadOnly) The operating System version of the server.
    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:
    personality String
    (ReadOnly) Unique identity of added software personality.
    processorFamily String
    (ReadOnly) The processor family of the specified processor model associated with the server.
    processorModel String
    (ReadOnly) The processor model associated with the server.
    serverModel String
    (ReadOnly) It specifies the server model or Product ID (PID).
    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

    CondCustomHclStatusAdapter, CondCustomHclStatusAdapterArgs

    Adapters List<CondCustomHclStatusAdapterAdapter>
    (ReadOnly) The adapter relationship object to identify adapter in inventory. This complex property has following sub-properties:
    AdditionalProperties string
    ClassId string
    DriverName string
    It specifies the name of the driver supported by the adapter.
    DriverVersion string
    It specifies the version of the driver installed for the adapter.
    Firmware string
    It specifies the firmware version installed on the adapter.
    HclReason string
    (ReadOnly) The reason for the Cisco HCL validation status, more useful when status is NotListed.* Missing-Os-Driver-Info - The validation failed because the given server has no operating system driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given operating system vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and operating system vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, operating system vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, operating system vendor and version, component model, component firmware and driver version.
    HclStatus string
    (ReadOnly) The Cisco HCL validation status of the adapter.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    Model string
    It specifies the model name or Product ID (PID) of the adapter.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    Type string
    It specifies the type of the adapter, such as Network Adapter, Storage Controller, or GPU.* Unknown - It indicates no adapter type. it is used when component type enum is not defined.* NetworkAdapter - Indicates network adapter.* StorageController - Indicates Storage controller.* GPU - It refers to Graphics Processing Unit (GPU) adapters, which are used for rendering graphics and performing parallel processing tasks.* SSD - It refers NVME solid state drives (SSD) drives.
    Vendor string
    It specifies the vendor or manufacturer of the adapter.
    Adapters []CondCustomHclStatusAdapterAdapter
    (ReadOnly) The adapter relationship object to identify adapter in inventory. This complex property has following sub-properties:
    AdditionalProperties string
    ClassId string
    DriverName string
    It specifies the name of the driver supported by the adapter.
    DriverVersion string
    It specifies the version of the driver installed for the adapter.
    Firmware string
    It specifies the firmware version installed on the adapter.
    HclReason string
    (ReadOnly) The reason for the Cisco HCL validation status, more useful when status is NotListed.* Missing-Os-Driver-Info - The validation failed because the given server has no operating system driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given operating system vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and operating system vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, operating system vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, operating system vendor and version, component model, component firmware and driver version.
    HclStatus string
    (ReadOnly) The Cisco HCL validation status of the adapter.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    Model string
    It specifies the model name or Product ID (PID) of the adapter.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    Type string
    It specifies the type of the adapter, such as Network Adapter, Storage Controller, or GPU.* Unknown - It indicates no adapter type. it is used when component type enum is not defined.* NetworkAdapter - Indicates network adapter.* StorageController - Indicates Storage controller.* GPU - It refers to Graphics Processing Unit (GPU) adapters, which are used for rendering graphics and performing parallel processing tasks.* SSD - It refers NVME solid state drives (SSD) drives.
    Vendor string
    It specifies the vendor or manufacturer of the adapter.
    adapters List<CondCustomHclStatusAdapterAdapter>
    (ReadOnly) The adapter relationship object to identify adapter in inventory. This complex property has following sub-properties:
    additionalProperties String
    classId String
    driverName String
    It specifies the name of the driver supported by the adapter.
    driverVersion String
    It specifies the version of the driver installed for the adapter.
    firmware String
    It specifies the firmware version installed on the adapter.
    hclReason String
    (ReadOnly) The reason for the Cisco HCL validation status, more useful when status is NotListed.* Missing-Os-Driver-Info - The validation failed because the given server has no operating system driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given operating system vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and operating system vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, operating system vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, operating system vendor and version, component model, component firmware and driver version.
    hclStatus String
    (ReadOnly) The Cisco HCL validation status of the adapter.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    model String
    It specifies the model name or Product ID (PID) of the adapter.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    type String
    It specifies the type of the adapter, such as Network Adapter, Storage Controller, or GPU.* Unknown - It indicates no adapter type. it is used when component type enum is not defined.* NetworkAdapter - Indicates network adapter.* StorageController - Indicates Storage controller.* GPU - It refers to Graphics Processing Unit (GPU) adapters, which are used for rendering graphics and performing parallel processing tasks.* SSD - It refers NVME solid state drives (SSD) drives.
    vendor String
    It specifies the vendor or manufacturer of the adapter.
    adapters CondCustomHclStatusAdapterAdapter[]
    (ReadOnly) The adapter relationship object to identify adapter in inventory. This complex property has following sub-properties:
    additionalProperties string
    classId string
    driverName string
    It specifies the name of the driver supported by the adapter.
    driverVersion string
    It specifies the version of the driver installed for the adapter.
    firmware string
    It specifies the firmware version installed on the adapter.
    hclReason string
    (ReadOnly) The reason for the Cisco HCL validation status, more useful when status is NotListed.* Missing-Os-Driver-Info - The validation failed because the given server has no operating system driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given operating system vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and operating system vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, operating system vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, operating system vendor and version, component model, component firmware and driver version.
    hclStatus string
    (ReadOnly) The Cisco HCL validation status of the adapter.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    model string
    It specifies the model name or Product ID (PID) of the adapter.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    type string
    It specifies the type of the adapter, such as Network Adapter, Storage Controller, or GPU.* Unknown - It indicates no adapter type. it is used when component type enum is not defined.* NetworkAdapter - Indicates network adapter.* StorageController - Indicates Storage controller.* GPU - It refers to Graphics Processing Unit (GPU) adapters, which are used for rendering graphics and performing parallel processing tasks.* SSD - It refers NVME solid state drives (SSD) drives.
    vendor string
    It specifies the vendor or manufacturer of the adapter.
    adapters Sequence[CondCustomHclStatusAdapterAdapter]
    (ReadOnly) The adapter relationship object to identify adapter in inventory. This complex property has following sub-properties:
    additional_properties str
    class_id str
    driver_name str
    It specifies the name of the driver supported by the adapter.
    driver_version str
    It specifies the version of the driver installed for the adapter.
    firmware str
    It specifies the firmware version installed on the adapter.
    hcl_reason str
    (ReadOnly) The reason for the Cisco HCL validation status, more useful when status is NotListed.* Missing-Os-Driver-Info - The validation failed because the given server has no operating system driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given operating system vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and operating system vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, operating system vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, operating system vendor and version, component model, component firmware and driver version.
    hcl_status str
    (ReadOnly) The Cisco HCL validation status of the adapter.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    model str
    It specifies the model name or Product ID (PID) of the adapter.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    type str
    It specifies the type of the adapter, such as Network Adapter, Storage Controller, or GPU.* Unknown - It indicates no adapter type. it is used when component type enum is not defined.* NetworkAdapter - Indicates network adapter.* StorageController - Indicates Storage controller.* GPU - It refers to Graphics Processing Unit (GPU) adapters, which are used for rendering graphics and performing parallel processing tasks.* SSD - It refers NVME solid state drives (SSD) drives.
    vendor str
    It specifies the vendor or manufacturer of the adapter.
    adapters List<Property Map>
    (ReadOnly) The adapter relationship object to identify adapter in inventory. This complex property has following sub-properties:
    additionalProperties String
    classId String
    driverName String
    It specifies the name of the driver supported by the adapter.
    driverVersion String
    It specifies the version of the driver installed for the adapter.
    firmware String
    It specifies the firmware version installed on the adapter.
    hclReason String
    (ReadOnly) The reason for the Cisco HCL validation status, more useful when status is NotListed.* Missing-Os-Driver-Info - The validation failed because the given server has no operating system driver information available in the inventory. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Incompatible-Server-With-Component - The validation failed for this component because he server model and component model combination was not found in the HCL.* Incompatible-Processor - The validation failed because the given processor was not found for the given server PID.* Incompatible-Os-Info - The validation failed because the given operating system vendor and version was not found in HCL for the server PID and processor combination.* Incompatible-Component-Model - The validation failed because the given Component model was not found in the HCL for the given server PID, processor, server Firmware and operating system vendor and version.* Incompatible-Firmware - The validation failed because the given server firmware or adapter firmware was not found in the HCL for the given server PID, processor, operating system vendor and version and component model.* Incompatible-Driver - The validation failed because the given driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version, server firmware and component firmware.* Incompatible-Firmware-Driver - The validation failed because the given component firmware and driver version was not found in the HCL for the given Server PID, processor, operating system vendor and version and server firmware.* Service-Unavailable - The validation has failed because HCL data service is temporarily not available. The server will be re-evaluated once HCL data service is back online or finished importing new HCL data.* Service-Error - The validation has failed because the HCL data service has return a service error or unrecognized result.* Unrecognized-Protocol - The validation has failed for the HCL component because the HCL data service has return a validation reason that is unknown to this service. This reason is used as a default failure reason reason in case we cannot map the error reason received from the HCL data service unto one of the other enum values.* Not-Evaluated - The validation for the hardware or software HCL status was not yet evaluated because some previous validation had failed. For example if a server's hardware profile fails to validate with HCL, then the server's software status will not be evaluated.* Compatible - The validation has passed for this server PID, processor, operating system vendor and version, component model, component firmware and driver version.
    hclStatus String
    (ReadOnly) The Cisco HCL validation status of the adapter.* Incomplete - This means we do not have operating system information in Intersight for this server. Either install ucstools vib or use power shell scripts to tag proper operating system information.* Not-Found - At HclStatus level, this means that one of the components has failed validation. At HclStatusDetail level, this means that in component's hardware or software profile was not found in the HCL.* Not-Listed - At the HclStatus level, this means that some part of the HCL validation has failed. This could be that either the server's hardware or software profile was not listed in the HCL or one of the components' hardware or software profile was not found in the HCL.* Validated - At the HclStatus level, this means that all of the components have passed validation. At HclStatusDetail level, this means that the component's hardware or software profile was found in the HCL.* Not-Evaluated - At the HclStatus level this means that this means that SW or Component status has not been evaluated as the previous evaluation step has not passed yet or the configurations provided are insufficient for HCL status assessment. At the HclStatusDetail level this means that either HW or SW status has not been evaluted because a previous evaluation step has not passed yet.* Not-Applicable - At the HclStatus level this means that the custom Hcl provided is not applicable to the server.
    model String
    It specifies the model name or Product ID (PID) of the adapter.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    type String
    It specifies the type of the adapter, such as Network Adapter, Storage Controller, or GPU.* Unknown - It indicates no adapter type. it is used when component type enum is not defined.* NetworkAdapter - Indicates network adapter.* StorageController - Indicates Storage controller.* GPU - It refers to Graphics Processing Unit (GPU) adapters, which are used for rendering graphics and performing parallel processing tasks.* SSD - It refers NVME solid state drives (SSD) drives.
    vendor String
    It specifies the vendor or manufacturer of the adapter.

    CondCustomHclStatusAdapterAdapter, CondCustomHclStatusAdapterAdapterArgs

    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'.

    CondCustomHclStatusAncestor, CondCustomHclStatusAncestorArgs

    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'.

    CondCustomHclStatusBaselineStatusDetail, CondCustomHclStatusBaselineStatusDetailArgs

    AdapterCompliance string
    (ReadOnly) Adapter compliance status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    AdapterReason string
    (ReadOnly) Reason for the component status as per the referred custom Hcl baseline.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    AdaptersStatuses List<CondCustomHclStatusBaselineStatusDetailAdaptersStatus>
    This complex property has following sub-properties:
    AdditionalProperties string
    ClassId string
    CustomHclBaselines List<CondCustomHclStatusBaselineStatusDetailCustomHclBaseline>
    (ReadOnly) Reference to the custom HCL baseline. This complex property has following sub-properties:
    HardwareCompliance string
    (ReadOnly) Hardware compliance status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    HardwareReason string
    (ReadOnly) Reason for the hardware status as per the referred custom Hcl baseline.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    Reason string
    (ReadOnly) Reason for the current baseline status.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    SoftwareCompliance string
    (ReadOnly) Software compliance status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    SoftwareReason string
    (ReadOnly) Reason for the software status as per referred custom Hcl baseline.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    Status string
    (ReadOnly) Status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    ValidationTime string
    (ReadOnly) It specifies baseline status validation time.
    AdapterCompliance string
    (ReadOnly) Adapter compliance status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    AdapterReason string
    (ReadOnly) Reason for the component status as per the referred custom Hcl baseline.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    AdaptersStatuses []CondCustomHclStatusBaselineStatusDetailAdaptersStatus
    This complex property has following sub-properties:
    AdditionalProperties string
    ClassId string
    CustomHclBaselines []CondCustomHclStatusBaselineStatusDetailCustomHclBaseline
    (ReadOnly) Reference to the custom HCL baseline. This complex property has following sub-properties:
    HardwareCompliance string
    (ReadOnly) Hardware compliance status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    HardwareReason string
    (ReadOnly) Reason for the hardware status as per the referred custom Hcl baseline.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    Reason string
    (ReadOnly) Reason for the current baseline status.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    SoftwareCompliance string
    (ReadOnly) Software compliance status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    SoftwareReason string
    (ReadOnly) Reason for the software status as per referred custom Hcl baseline.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    Status string
    (ReadOnly) Status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    ValidationTime string
    (ReadOnly) It specifies baseline status validation time.
    adapterCompliance String
    (ReadOnly) Adapter compliance status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    adapterReason String
    (ReadOnly) Reason for the component status as per the referred custom Hcl baseline.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    adaptersStatuses List<CondCustomHclStatusBaselineStatusDetailAdaptersStatus>
    This complex property has following sub-properties:
    additionalProperties String
    classId String
    customHclBaselines List<CondCustomHclStatusBaselineStatusDetailCustomHclBaseline>
    (ReadOnly) Reference to the custom HCL baseline. This complex property has following sub-properties:
    hardwareCompliance String
    (ReadOnly) Hardware compliance status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    hardwareReason String
    (ReadOnly) Reason for the hardware status as per the referred custom Hcl baseline.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    reason String
    (ReadOnly) Reason for the current baseline status.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    softwareCompliance String
    (ReadOnly) Software compliance status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    softwareReason String
    (ReadOnly) Reason for the software status as per referred custom Hcl baseline.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    status String
    (ReadOnly) Status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    validationTime String
    (ReadOnly) It specifies baseline status validation time.
    adapterCompliance string
    (ReadOnly) Adapter compliance status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    adapterReason string
    (ReadOnly) Reason for the component status as per the referred custom Hcl baseline.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    adaptersStatuses CondCustomHclStatusBaselineStatusDetailAdaptersStatus[]
    This complex property has following sub-properties:
    additionalProperties string
    classId string
    customHclBaselines CondCustomHclStatusBaselineStatusDetailCustomHclBaseline[]
    (ReadOnly) Reference to the custom HCL baseline. This complex property has following sub-properties:
    hardwareCompliance string
    (ReadOnly) Hardware compliance status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    hardwareReason string
    (ReadOnly) Reason for the hardware status as per the referred custom Hcl baseline.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    reason string
    (ReadOnly) Reason for the current baseline status.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    softwareCompliance string
    (ReadOnly) Software compliance status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    softwareReason string
    (ReadOnly) Reason for the software status as per referred custom Hcl baseline.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    status string
    (ReadOnly) Status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    validationTime string
    (ReadOnly) It specifies baseline status validation time.
    adapter_compliance str
    (ReadOnly) Adapter compliance status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    adapter_reason str
    (ReadOnly) Reason for the component status as per the referred custom Hcl baseline.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    adapters_statuses Sequence[CondCustomHclStatusBaselineStatusDetailAdaptersStatus]
    This complex property has following sub-properties:
    additional_properties str
    class_id str
    custom_hcl_baselines Sequence[CondCustomHclStatusBaselineStatusDetailCustomHclBaseline]
    (ReadOnly) Reference to the custom HCL baseline. This complex property has following sub-properties:
    hardware_compliance str
    (ReadOnly) Hardware compliance status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    hardware_reason str
    (ReadOnly) Reason for the hardware status as per the referred custom Hcl baseline.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    reason str
    (ReadOnly) Reason for the current baseline status.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    software_compliance str
    (ReadOnly) Software compliance status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    software_reason str
    (ReadOnly) Reason for the software status as per referred custom Hcl baseline.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    status str
    (ReadOnly) Status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    validation_time str
    (ReadOnly) It specifies baseline status validation time.
    adapterCompliance String
    (ReadOnly) Adapter compliance status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    adapterReason String
    (ReadOnly) Reason for the component status as per the referred custom Hcl baseline.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    adaptersStatuses List<Property Map>
    This complex property has following sub-properties:
    additionalProperties String
    classId String
    customHclBaselines List<Property Map>
    (ReadOnly) Reference to the custom HCL baseline. This complex property has following sub-properties:
    hardwareCompliance String
    (ReadOnly) Hardware compliance status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    hardwareReason String
    (ReadOnly) Reason for the hardware status as per the referred custom Hcl baseline.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    reason String
    (ReadOnly) Reason for the current baseline status.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    softwareCompliance String
    (ReadOnly) Software compliance status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    softwareReason String
    (ReadOnly) Reason for the software status as per referred custom Hcl baseline.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    status String
    (ReadOnly) Status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    validationTime String
    (ReadOnly) It specifies baseline status validation time.

    CondCustomHclStatusBaselineStatusDetailAdaptersStatus, CondCustomHclStatusBaselineStatusDetailAdaptersStatusArgs

    Adapters List<CondCustomHclStatusBaselineStatusDetailAdaptersStatusAdapter>
    (ReadOnly) The adapter MoRef for the baseline status. This complex property has following sub-properties:
    AdditionalProperties string
    ClassId string
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Reason string
    (ReadOnly) Reason for the current baseline status.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    Status string
    (ReadOnly) Status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    Adapters []CondCustomHclStatusBaselineStatusDetailAdaptersStatusAdapter
    (ReadOnly) The adapter MoRef for the baseline status. This complex property has following sub-properties:
    AdditionalProperties string
    ClassId string
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Reason string
    (ReadOnly) Reason for the current baseline status.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    Status string
    (ReadOnly) Status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    adapters List<CondCustomHclStatusBaselineStatusDetailAdaptersStatusAdapter>
    (ReadOnly) The adapter MoRef for the baseline status. This complex property has following sub-properties:
    additionalProperties String
    classId String
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    reason String
    (ReadOnly) Reason for the current baseline status.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    status String
    (ReadOnly) Status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    adapters CondCustomHclStatusBaselineStatusDetailAdaptersStatusAdapter[]
    (ReadOnly) The adapter MoRef for the baseline status. This complex property has following sub-properties:
    additionalProperties string
    classId string
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    reason string
    (ReadOnly) Reason for the current baseline status.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    status string
    (ReadOnly) Status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    adapters Sequence[CondCustomHclStatusBaselineStatusDetailAdaptersStatusAdapter]
    (ReadOnly) The adapter MoRef for the baseline status. This complex property has following sub-properties:
    additional_properties str
    class_id str
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    reason str
    (ReadOnly) Reason for the current baseline status.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    status str
    (ReadOnly) Status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.
    adapters List<Property Map>
    (ReadOnly) The adapter MoRef for the baseline status. This complex property has following sub-properties:
    additionalProperties String
    classId String
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    reason String
    (ReadOnly) Reason for the current baseline status.* NotApplicable - Reason is not applicable for the specified baseline status.* Compliant - Custom Hcl Baseline properties are matched with server's properties.* ServerModelNotMatched - Server model of the server does not matched with custom Hcl baseline's server model.* ProcessorNotMatched - Processor of the server does not matched with custom Hcl baseline's processor.* FirmwareVersionNotMatched - Firmware version of the server does not matched with custom Hcl baseline's firmware version.* ManagementModeNotMatched - ManagementMode of the server does not matched with custom Hcl baseline's management mode.* GenerationNotMatched - Generation of the server does not matched with custom Hcl baseline's generation.* PersonalityNotMatched - Personality of the server does not matched with custom Hcl baseline's personality.* OsVendorNotMatched - Operating system vendor of the server does not matched with custom Hcl baseline's operating system vendor.* OsVersionNotMatched - Operating system version of the server does not matched with custom Hcl baseline's operating system version.* AdapterModelNotMatched - Adapter model of the server does not matched with custom Hcl baseline's adapter model.* AdapterFirmwareNotMatched - Adapter firmware version of the server does not matched with custom Hcl baseline's adapter adapter firmware version.* AdapterTypeNotMatched - Adapter Type of the server does not matched with custom Hcl baseline's adapter type.* AdapterDriverProtocolNotMatched - Adapter driver name of the server does not matched with custom Hcl baseline's adapter driver name.* AdapterDriverVersionNotMatched - Adapter driver version of the server does not matched with custom Hcl baseline's adapter driver version.* AdapterNotMatched - One or morecustom Hcl adapter of the server does not matched with custom Hcl baseline's adapter details.* AdapterVendorNotMatched - Adapter vendor of the server does not matched with custom Hcl baseline's adapter vendor.
    status String
    (ReadOnly) Status of the server as per the referred custom Hcl baseline.* NotApplicable - Indicates that the custom Hcl baseline is not applicable to the server.* Compliant - Indicates that the server baseline status is validated and compliant with the defined custom Hcl baseline.* NonCompliant - Indicates that the server baseline status is not validated or does not meet the defined custom Hcl baseline.

    CondCustomHclStatusBaselineStatusDetailAdaptersStatusAdapter, CondCustomHclStatusBaselineStatusDetailAdaptersStatusAdapterArgs

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

    CondCustomHclStatusBaselineStatusDetailCustomHclBaseline, CondCustomHclStatusBaselineStatusDetailCustomHclBaselineArgs

    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'.

    CondCustomHclStatusCompliantBaseline, CondCustomHclStatusCompliantBaselineArgs

    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'.

    CondCustomHclStatusManagedObject, CondCustomHclStatusManagedObjectArgs

    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'.

    CondCustomHclStatusNonCompliantBaseline, CondCustomHclStatusNonCompliantBaselineArgs

    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'.

    CondCustomHclStatusOrganization, CondCustomHclStatusOrganizationArgs

    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'.

    CondCustomHclStatusParent, CondCustomHclStatusParentArgs

    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'.

    CondCustomHclStatusPermissionResource, CondCustomHclStatusPermissionResourceArgs

    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'.

    CondCustomHclStatusTag, CondCustomHclStatusTagArgs

    AdditionalProperties string
    AncestorDefinitions List<CondCustomHclStatusTagAncestorDefinition>
    This complex property has following sub-properties:
    Definitions List<CondCustomHclStatusTagDefinition>
    (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
    Key string
    The string representation of a tag key.
    Propagated bool
    (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
    Type string
    (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.* KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.* PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ .
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    AncestorDefinitions []CondCustomHclStatusTagAncestorDefinition
    This complex property has following sub-properties:
    Definitions []CondCustomHclStatusTagDefinition
    (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
    Key string
    The string representation of a tag key.
    Propagated bool
    (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
    Type string
    (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.* KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.* PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ .
    Value string
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<CondCustomHclStatusTagAncestorDefinition>
    This complex property has following sub-properties:
    definitions List<CondCustomHclStatusTagDefinition>
    (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
    key String
    The string representation of a tag key.
    propagated Boolean
    (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
    type String
    (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.* KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.* PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ .
    value String
    The string representation of a tag value.
    additionalProperties string
    ancestorDefinitions CondCustomHclStatusTagAncestorDefinition[]
    This complex property has following sub-properties:
    definitions CondCustomHclStatusTagDefinition[]
    (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
    key string
    The string representation of a tag key.
    propagated boolean
    (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag boolean
    (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
    type string
    (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.* KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.* PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ .
    value string
    The string representation of a tag value.
    additional_properties str
    ancestor_definitions Sequence[CondCustomHclStatusTagAncestorDefinition]
    This complex property has following sub-properties:
    definitions Sequence[CondCustomHclStatusTagDefinition]
    (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
    key str
    The string representation of a tag key.
    propagated bool
    (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sys_tag bool
    (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
    type str
    (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.* KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.* PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ .
    value str
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<Property Map>
    This complex property has following sub-properties:
    definitions List<Property Map>
    (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
    key String
    The string representation of a tag key.
    propagated Boolean
    (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
    type String
    (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.* KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.* PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ .
    value String
    The string representation of a tag value.

    CondCustomHclStatusTagAncestorDefinition, CondCustomHclStatusTagAncestorDefinitionArgs

    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'.

    CondCustomHclStatusTagDefinition, CondCustomHclStatusTagDefinitionArgs

    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'.

    CondCustomHclStatusVersionContext, CondCustomHclStatusVersionContextArgs

    AdditionalProperties string
    ClassId string
    InterestedMos List<CondCustomHclStatusVersionContextInterestedMo>
    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<CondCustomHclStatusVersionContextRefMo>
    (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 []CondCustomHclStatusVersionContextInterestedMo
    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 []CondCustomHclStatusVersionContextRefMo
    (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<CondCustomHclStatusVersionContextInterestedMo>
    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<CondCustomHclStatusVersionContextRefMo>
    (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 CondCustomHclStatusVersionContextInterestedMo[]
    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 CondCustomHclStatusVersionContextRefMo[]
    (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[CondCustomHclStatusVersionContextInterestedMo]
    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[CondCustomHclStatusVersionContextRefMo]
    (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.

    CondCustomHclStatusVersionContextInterestedMo, CondCustomHclStatusVersionContextInterestedMoArgs

    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'.

    CondCustomHclStatusVersionContextRefMo, CondCustomHclStatusVersionContextRefMoArgs

    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_cond_custom_hcl_status can be imported using the Moid of the object, e.g.

    $ pulumi import intersight:index/condCustomHclStatus:CondCustomHclStatus 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
    Viewing docs for intersight 1.0.77
    published on Wednesday, Feb 18, 2026 by ciscodevnet
      Try Pulumi Cloud free. Your team will thank you.