published on Wednesday, Feb 18, 2026 by ciscodevnet
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:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Adapters
List<Cond
Custom Hcl Status Adapter> - This complex property has following sub-properties:
- Additional
Properties string - Ancestors
List<Cond
Custom Hcl Status Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Baseline
Status List<CondDetails Custom Hcl Status Baseline Status Detail> - This complex property has following sub-properties:
- Cisco
Hcl stringStatus - (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 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.
- Compliant
Baselines List<CondCustom Hcl Status Compliant Baseline> - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- Cond
Custom stringHcl Status Id - Create
Time string - (ReadOnly) The time when this managed object was created.
- Custom
Hcl stringStatus - (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 stringMoid - (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.
- Managed
Objects List<CondCustom Hcl Status Managed Object> - 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 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. - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- (ReadOnly) It specifies the server name or model.
- Non
Compliant List<CondBaselines Custom Hcl Status Non Compliant Baseline> - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Organizations
List<Cond
Custom Hcl Status Organization> - A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Os
Vendor string - (ReadOnly) The operating System vendor of the server.
- Os
Version string - (ReadOnly) The operating System version of the server.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Cond
Custom Hcl Status Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources List<CondCustom Hcl Status Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Personality string
- (ReadOnly) Unique identity of added software personality.
- Processor
Family string - (ReadOnly) The processor family of the specified processor model associated with the server.
- Processor
Model string - (ReadOnly) The processor model associated with the server.
- Server
Model string - (ReadOnly) It specifies the server model or Product ID (PID).
- 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.
-
List<Cond
Custom Hcl Status Tag> - This complex property has following sub-properties:
- Version
Contexts List<CondCustom Hcl Status Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Adapters
[]Cond
Custom Hcl Status Adapter Args - This complex property has following sub-properties:
- Additional
Properties string - Ancestors
[]Cond
Custom Hcl Status Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Baseline
Status []CondDetails Custom Hcl Status Baseline Status Detail Args - This complex property has following sub-properties:
- Cisco
Hcl stringStatus - (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 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.
- Compliant
Baselines []CondCustom Hcl Status Compliant Baseline Args - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- Cond
Custom stringHcl Status Id - Create
Time string - (ReadOnly) The time when this managed object was created.
- Custom
Hcl stringStatus - (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 stringMoid - (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.
- Managed
Objects []CondCustom Hcl Status Managed Object Args - 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 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. - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- (ReadOnly) It specifies the server name or model.
- Non
Compliant []CondBaselines Custom Hcl Status Non Compliant Baseline Args - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Organizations
[]Cond
Custom Hcl Status Organization Args - A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Os
Vendor string - (ReadOnly) The operating System vendor of the server.
- Os
Version string - (ReadOnly) The operating System version of the server.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Cond
Custom Hcl Status Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources []CondCustom Hcl Status Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Personality string
- (ReadOnly) Unique identity of added software personality.
- Processor
Family string - (ReadOnly) The processor family of the specified processor model associated with the server.
- Processor
Model string - (ReadOnly) The processor model associated with the server.
- Server
Model string - (ReadOnly) It specifies the server model or Product ID (PID).
- 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.
-
[]Cond
Custom Hcl Status Tag Args - This complex property has following sub-properties:
- Version
Contexts []CondCustom Hcl Status Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- adapters
List<Cond
Custom Hcl Status Adapter> - This complex property has following sub-properties:
- additional
Properties String - ancestors
List<Cond
Custom Hcl Status Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- baseline
Status List<CondDetails Custom Hcl Status Baseline Status Detail> - This complex property has following sub-properties:
- cisco
Hcl StringStatus - (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 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.
- compliant
Baselines List<CondCustom Hcl Status Compliant Baseline> - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- cond
Custom StringHcl Status Id - create
Time String - (ReadOnly) The time when this managed object was created.
- custom
Hcl StringStatus - (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 StringMoid - (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.
- managed
Objects List<CondCustom Hcl Status Managed Object> - 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 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. - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- (ReadOnly) It specifies the server name or model.
- non
Compliant List<CondBaselines Custom Hcl Status Non Compliant Baseline> - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations
List<Cond
Custom Hcl Status Organization> - A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- os
Vendor String - (ReadOnly) The operating System vendor of the server.
- os
Version String - (ReadOnly) The operating System version of the server.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Cond
Custom Hcl Status Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<CondCustom Hcl Status Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- personality String
- (ReadOnly) Unique identity of added software personality.
- processor
Family String - (ReadOnly) The processor family of the specified processor model associated with the server.
- processor
Model String - (ReadOnly) The processor model associated with the server.
- server
Model String - (ReadOnly) It specifies the server model or Product ID (PID).
- 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.
-
List<Cond
Custom Hcl Status Tag> - This complex property has following sub-properties:
- version
Contexts List<CondCustom Hcl Status Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- adapters
Cond
Custom Hcl Status Adapter[] - This complex property has following sub-properties:
- additional
Properties string - ancestors
Cond
Custom Hcl Status Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- baseline
Status CondDetails Custom Hcl Status Baseline Status Detail[] - This complex property has following sub-properties:
- cisco
Hcl stringStatus - (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 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.
- compliant
Baselines CondCustom Hcl Status Compliant Baseline[] - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- cond
Custom stringHcl Status Id - create
Time string - (ReadOnly) The time when this managed object was created.
- custom
Hcl stringStatus - (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 stringMoid - (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.
- managed
Objects CondCustom Hcl Status Managed Object[] - 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 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. - mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- (ReadOnly) It specifies the server name or model.
- non
Compliant CondBaselines Custom Hcl Status Non Compliant Baseline[] - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations
Cond
Custom Hcl Status Organization[] - A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- os
Vendor string - (ReadOnly) The operating System vendor of the server.
- os
Version string - (ReadOnly) The operating System version of the server.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Cond
Custom Hcl Status Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources CondCustom Hcl Status Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- personality string
- (ReadOnly) Unique identity of added software personality.
- processor
Family string - (ReadOnly) The processor family of the specified processor model associated with the server.
- processor
Model string - (ReadOnly) The processor model associated with the server.
- server
Model string - (ReadOnly) It specifies the server model or Product ID (PID).
- 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.
-
Cond
Custom Hcl Status Tag[] - This complex property has following sub-properties:
- version
Contexts CondCustom Hcl Status Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- adapters
Sequence[Cond
Custom Hcl Status Adapter Args] - This complex property has following sub-properties:
- additional_
properties str - ancestors
Sequence[Cond
Custom Hcl Status Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- baseline_
status_ Sequence[Conddetails Custom Hcl Status Baseline Status Detail Args] - This complex property has following sub-properties:
- cisco_
hcl_ strstatus - (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[CondCustom Hcl Status Compliant Baseline Args] - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- cond_
custom_ strhcl_ status_ id - create_
time str - (ReadOnly) The time when this managed object was created.
- custom_
hcl_ strstatus - (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_ strmoid - (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[CondCustom Hcl Status Managed Object Args] - 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_ Sequence[Condbaselines Custom Hcl Status Non Compliant Baseline Args] - (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[Cond
Custom Hcl Status Organization Args] - A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 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[Cond
Custom Hcl Status Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources Sequence[CondCustom Hcl Status Permission Resource Args] - (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).
- 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.
-
Sequence[Cond
Custom Hcl Status Tag Args] - This complex property has following sub-properties:
- version_
contexts Sequence[CondCustom Hcl Status Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- adapters List<Property Map>
- This complex property has following sub-properties:
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- baseline
Status List<Property Map>Details - This complex property has following sub-properties:
- cisco
Hcl StringStatus - (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 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.
- compliant
Baselines List<Property Map> - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- cond
Custom StringHcl Status Id - create
Time String - (ReadOnly) The time when this managed object was created.
- custom
Hcl StringStatus - (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 StringMoid - (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.
- managed
Objects 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:
- management
Mode 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. - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- (ReadOnly) It specifies the server name or model.
- non
Compliant List<Property Map>Baselines - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations List<Property Map>
- A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- os
Vendor String - (ReadOnly) The operating System vendor of the server.
- os
Version 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:
- permission
Resources 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.
- processor
Family String - (ReadOnly) The processor family of the specified processor model associated with the server.
- processor
Model String - (ReadOnly) The processor model associated with the server.
- server
Model String - (ReadOnly) It specifies the server model or Product ID (PID).
- 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.
- List<Property Map>
- This complex property has following sub-properties:
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
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) -> CondCustomHclStatusfunc 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.
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Adapters
List<Cond
Custom Hcl Status Adapter> - This complex property has following sub-properties:
- Additional
Properties string - Ancestors
List<Cond
Custom Hcl Status Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Baseline
Status List<CondDetails Custom Hcl Status Baseline Status Detail> - This complex property has following sub-properties:
- Cisco
Hcl stringStatus - (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 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.
- Compliant
Baselines List<CondCustom Hcl Status Compliant Baseline> - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- Cond
Custom stringHcl Status Id - Create
Time string - (ReadOnly) The time when this managed object was created.
- Custom
Hcl stringStatus - (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 stringMoid - (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.
- Managed
Objects List<CondCustom Hcl Status Managed Object> - 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 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. - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- (ReadOnly) It specifies the server name or model.
- Non
Compliant List<CondBaselines Custom Hcl Status Non Compliant Baseline> - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Organizations
List<Cond
Custom Hcl Status Organization> - A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Os
Vendor string - (ReadOnly) The operating System vendor of the server.
- Os
Version string - (ReadOnly) The operating System version of the server.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Cond
Custom Hcl Status Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources List<CondCustom Hcl Status Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Personality string
- (ReadOnly) Unique identity of added software personality.
- Processor
Family string - (ReadOnly) The processor family of the specified processor model associated with the server.
- Processor
Model string - (ReadOnly) The processor model associated with the server.
- Server
Model string - (ReadOnly) It specifies the server model or Product ID (PID).
- 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.
-
List<Cond
Custom Hcl Status Tag> - This complex property has following sub-properties:
- Version
Contexts List<CondCustom Hcl Status Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Adapters
[]Cond
Custom Hcl Status Adapter Args - This complex property has following sub-properties:
- Additional
Properties string - Ancestors
[]Cond
Custom Hcl Status Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Baseline
Status []CondDetails Custom Hcl Status Baseline Status Detail Args - This complex property has following sub-properties:
- Cisco
Hcl stringStatus - (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 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.
- Compliant
Baselines []CondCustom Hcl Status Compliant Baseline Args - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- Cond
Custom stringHcl Status Id - Create
Time string - (ReadOnly) The time when this managed object was created.
- Custom
Hcl stringStatus - (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 stringMoid - (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.
- Managed
Objects []CondCustom Hcl Status Managed Object Args - 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 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. - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- (ReadOnly) It specifies the server name or model.
- Non
Compliant []CondBaselines Custom Hcl Status Non Compliant Baseline Args - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Organizations
[]Cond
Custom Hcl Status Organization Args - A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Os
Vendor string - (ReadOnly) The operating System vendor of the server.
- Os
Version string - (ReadOnly) The operating System version of the server.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Cond
Custom Hcl Status Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources []CondCustom Hcl Status Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Personality string
- (ReadOnly) Unique identity of added software personality.
- Processor
Family string - (ReadOnly) The processor family of the specified processor model associated with the server.
- Processor
Model string - (ReadOnly) The processor model associated with the server.
- Server
Model string - (ReadOnly) It specifies the server model or Product ID (PID).
- 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.
-
[]Cond
Custom Hcl Status Tag Args - This complex property has following sub-properties:
- Version
Contexts []CondCustom Hcl Status Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- adapters
List<Cond
Custom Hcl Status Adapter> - This complex property has following sub-properties:
- additional
Properties String - ancestors
List<Cond
Custom Hcl Status Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- baseline
Status List<CondDetails Custom Hcl Status Baseline Status Detail> - This complex property has following sub-properties:
- cisco
Hcl StringStatus - (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 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.
- compliant
Baselines List<CondCustom Hcl Status Compliant Baseline> - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- cond
Custom StringHcl Status Id - create
Time String - (ReadOnly) The time when this managed object was created.
- custom
Hcl StringStatus - (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 StringMoid - (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.
- managed
Objects List<CondCustom Hcl Status Managed Object> - 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 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. - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- (ReadOnly) It specifies the server name or model.
- non
Compliant List<CondBaselines Custom Hcl Status Non Compliant Baseline> - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations
List<Cond
Custom Hcl Status Organization> - A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- os
Vendor String - (ReadOnly) The operating System vendor of the server.
- os
Version String - (ReadOnly) The operating System version of the server.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Cond
Custom Hcl Status Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<CondCustom Hcl Status Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- personality String
- (ReadOnly) Unique identity of added software personality.
- processor
Family String - (ReadOnly) The processor family of the specified processor model associated with the server.
- processor
Model String - (ReadOnly) The processor model associated with the server.
- server
Model String - (ReadOnly) It specifies the server model or Product ID (PID).
- 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.
-
List<Cond
Custom Hcl Status Tag> - This complex property has following sub-properties:
- version
Contexts List<CondCustom Hcl Status Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- adapters
Cond
Custom Hcl Status Adapter[] - This complex property has following sub-properties:
- additional
Properties string - ancestors
Cond
Custom Hcl Status Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- baseline
Status CondDetails Custom Hcl Status Baseline Status Detail[] - This complex property has following sub-properties:
- cisco
Hcl stringStatus - (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 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.
- compliant
Baselines CondCustom Hcl Status Compliant Baseline[] - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- cond
Custom stringHcl Status Id - create
Time string - (ReadOnly) The time when this managed object was created.
- custom
Hcl stringStatus - (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 stringMoid - (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.
- managed
Objects CondCustom Hcl Status Managed Object[] - 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 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. - mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- (ReadOnly) It specifies the server name or model.
- non
Compliant CondBaselines Custom Hcl Status Non Compliant Baseline[] - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations
Cond
Custom Hcl Status Organization[] - A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- os
Vendor string - (ReadOnly) The operating System vendor of the server.
- os
Version string - (ReadOnly) The operating System version of the server.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Cond
Custom Hcl Status Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources CondCustom Hcl Status Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- personality string
- (ReadOnly) Unique identity of added software personality.
- processor
Family string - (ReadOnly) The processor family of the specified processor model associated with the server.
- processor
Model string - (ReadOnly) The processor model associated with the server.
- server
Model string - (ReadOnly) It specifies the server model or Product ID (PID).
- 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.
-
Cond
Custom Hcl Status Tag[] - This complex property has following sub-properties:
- version
Contexts CondCustom Hcl Status Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- adapters
Sequence[Cond
Custom Hcl Status Adapter Args] - This complex property has following sub-properties:
- additional_
properties str - ancestors
Sequence[Cond
Custom Hcl Status Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- baseline_
status_ Sequence[Conddetails Custom Hcl Status Baseline Status Detail Args] - This complex property has following sub-properties:
- cisco_
hcl_ strstatus - (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[CondCustom Hcl Status Compliant Baseline Args] - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- cond_
custom_ strhcl_ status_ id - create_
time str - (ReadOnly) The time when this managed object was created.
- custom_
hcl_ strstatus - (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_ strmoid - (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[CondCustom Hcl Status Managed Object Args] - 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_ Sequence[Condbaselines Custom Hcl Status Non Compliant Baseline Args] - (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[Cond
Custom Hcl Status Organization Args] - A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 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[Cond
Custom Hcl Status Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources Sequence[CondCustom Hcl Status Permission Resource Args] - (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).
- 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.
-
Sequence[Cond
Custom Hcl Status Tag Args] - This complex property has following sub-properties:
- version_
contexts Sequence[CondCustom Hcl Status Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- adapters List<Property Map>
- This complex property has following sub-properties:
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- baseline
Status List<Property Map>Details - This complex property has following sub-properties:
- cisco
Hcl StringStatus - (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 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.
- compliant
Baselines List<Property Map> - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- cond
Custom StringHcl Status Id - create
Time String - (ReadOnly) The time when this managed object was created.
- custom
Hcl StringStatus - (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 StringMoid - (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.
- managed
Objects 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:
- management
Mode 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. - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- (ReadOnly) It specifies the server name or model.
- non
Compliant List<Property Map>Baselines - (ReadOnly) An array of relationships to condCustomHclBaseline resources. This complex property has following sub-properties:
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizations List<Property Map>
- A reference to a organizationOrganization resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- os
Vendor String - (ReadOnly) The operating System vendor of the server.
- os
Version 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:
- permission
Resources 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.
- processor
Family String - (ReadOnly) The processor family of the specified processor model associated with the server.
- processor
Model String - (ReadOnly) The processor model associated with the server.
- server
Model String - (ReadOnly) It specifies the server model or Product ID (PID).
- 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.
- List<Property Map>
- This complex property has following sub-properties:
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
Supporting Types
CondCustomHclStatusAdapter, CondCustomHclStatusAdapterArgs
- Adapters
List<Cond
Custom Hcl Status Adapter Adapter> - (ReadOnly) The adapter relationship object to identify adapter in inventory. This complex property has following sub-properties:
- Additional
Properties string - Class
Id string - Driver
Name string - It specifies the name of the driver supported by the adapter.
- Driver
Version string - It specifies the version of the driver installed for the adapter.
- Firmware string
- It specifies the firmware version installed on the adapter.
- Hcl
Reason 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. - Hcl
Status 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.
- Object
Type 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
[]Cond
Custom Hcl Status Adapter Adapter - (ReadOnly) The adapter relationship object to identify adapter in inventory. This complex property has following sub-properties:
- Additional
Properties string - Class
Id string - Driver
Name string - It specifies the name of the driver supported by the adapter.
- Driver
Version string - It specifies the version of the driver installed for the adapter.
- Firmware string
- It specifies the firmware version installed on the adapter.
- Hcl
Reason 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. - Hcl
Status 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.
- Object
Type 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<Cond
Custom Hcl Status Adapter Adapter> - (ReadOnly) The adapter relationship object to identify adapter in inventory. This complex property has following sub-properties:
- additional
Properties String - class
Id String - driver
Name String - It specifies the name of the driver supported by the adapter.
- driver
Version String - It specifies the version of the driver installed for the adapter.
- firmware String
- It specifies the firmware version installed on the adapter.
- hcl
Reason 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. - hcl
Status 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.
- object
Type 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
Cond
Custom Hcl Status Adapter Adapter[] - (ReadOnly) The adapter relationship object to identify adapter in inventory. This complex property has following sub-properties:
- additional
Properties string - class
Id string - driver
Name string - It specifies the name of the driver supported by the adapter.
- driver
Version string - It specifies the version of the driver installed for the adapter.
- firmware string
- It specifies the firmware version installed on the adapter.
- hcl
Reason 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. - hcl
Status 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.
- object
Type 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[Cond
Custom Hcl Status Adapter Adapter] - (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:
- additional
Properties String - class
Id String - driver
Name String - It specifies the name of the driver supported by the adapter.
- driver
Version String - It specifies the version of the driver installed for the adapter.
- firmware String
- It specifies the firmware version installed on the adapter.
- hcl
Reason 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. - hcl
Status 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.
- object
Type 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
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
CondCustomHclStatusAncestor, CondCustomHclStatusAncestorArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
CondCustomHclStatusBaselineStatusDetail, CondCustomHclStatusBaselineStatusDetailArgs
- Adapter
Compliance 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. - Adapter
Reason 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. - Adapters
Statuses List<CondCustom Hcl Status Baseline Status Detail Adapters Status> - This complex property has following sub-properties:
- Additional
Properties string - Class
Id string - Custom
Hcl List<CondBaselines Custom Hcl Status Baseline Status Detail Custom Hcl Baseline> - (ReadOnly) Reference to the custom HCL baseline. This complex property has following sub-properties:
- Hardware
Compliance 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. - Hardware
Reason 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. - Object
Type 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. - Software
Compliance 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. - Software
Reason 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. - Validation
Time string - (ReadOnly) It specifies baseline status validation time.
- Adapter
Compliance 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. - Adapter
Reason 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. - Adapters
Statuses []CondCustom Hcl Status Baseline Status Detail Adapters Status - This complex property has following sub-properties:
- Additional
Properties string - Class
Id string - Custom
Hcl []CondBaselines Custom Hcl Status Baseline Status Detail Custom Hcl Baseline - (ReadOnly) Reference to the custom HCL baseline. This complex property has following sub-properties:
- Hardware
Compliance 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. - Hardware
Reason 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. - Object
Type 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. - Software
Compliance 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. - Software
Reason 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. - Validation
Time string - (ReadOnly) It specifies baseline status validation time.
- adapter
Compliance 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. - adapter
Reason 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. - adapters
Statuses List<CondCustom Hcl Status Baseline Status Detail Adapters Status> - This complex property has following sub-properties:
- additional
Properties String - class
Id String - custom
Hcl List<CondBaselines Custom Hcl Status Baseline Status Detail Custom Hcl Baseline> - (ReadOnly) Reference to the custom HCL baseline. This complex property has following sub-properties:
- hardware
Compliance 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. - hardware
Reason 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. - object
Type 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. - software
Compliance 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. - software
Reason 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. - validation
Time String - (ReadOnly) It specifies baseline status validation time.
- adapter
Compliance 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. - adapter
Reason 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. - adapters
Statuses CondCustom Hcl Status Baseline Status Detail Adapters Status[] - This complex property has following sub-properties:
- additional
Properties string - class
Id string - custom
Hcl CondBaselines Custom Hcl Status Baseline Status Detail Custom Hcl Baseline[] - (ReadOnly) Reference to the custom HCL baseline. This complex property has following sub-properties:
- hardware
Compliance 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. - hardware
Reason 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. - object
Type 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. - software
Compliance 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. - software
Reason 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. - validation
Time 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[CondCustom Hcl Status Baseline Status Detail Adapters Status] - This complex property has following sub-properties:
- additional_
properties str - class_
id str - custom_
hcl_ Sequence[Condbaselines Custom Hcl Status Baseline Status Detail Custom Hcl Baseline] - (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.
- adapter
Compliance 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. - adapter
Reason 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. - adapters
Statuses List<Property Map> - This complex property has following sub-properties:
- additional
Properties String - class
Id String - custom
Hcl List<Property Map>Baselines - (ReadOnly) Reference to the custom HCL baseline. This complex property has following sub-properties:
- hardware
Compliance 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. - hardware
Reason 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. - object
Type 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. - software
Compliance 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. - software
Reason 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. - validation
Time String - (ReadOnly) It specifies baseline status validation time.
CondCustomHclStatusBaselineStatusDetailAdaptersStatus, CondCustomHclStatusBaselineStatusDetailAdaptersStatusArgs
- Adapters
List<Cond
Custom Hcl Status Baseline Status Detail Adapters Status Adapter> - (ReadOnly) The adapter MoRef for the baseline status. This complex property has following sub-properties:
- Additional
Properties string - Class
Id string - Object
Type 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
[]Cond
Custom Hcl Status Baseline Status Detail Adapters Status Adapter - (ReadOnly) The adapter MoRef for the baseline status. This complex property has following sub-properties:
- Additional
Properties string - Class
Id string - Object
Type 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<Cond
Custom Hcl Status Baseline Status Detail Adapters Status Adapter> - (ReadOnly) The adapter MoRef for the baseline status. This complex property has following sub-properties:
- additional
Properties String - class
Id String - object
Type 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
Cond
Custom Hcl Status Baseline Status Detail Adapters Status Adapter[] - (ReadOnly) The adapter MoRef for the baseline status. This complex property has following sub-properties:
- additional
Properties string - class
Id string - object
Type 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[Cond
Custom Hcl Status Baseline Status Detail Adapters Status Adapter] - (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:
- additional
Properties String - class
Id String - object
Type 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
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
CondCustomHclStatusBaselineStatusDetailCustomHclBaseline, CondCustomHclStatusBaselineStatusDetailCustomHclBaselineArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
CondCustomHclStatusCompliantBaseline, CondCustomHclStatusCompliantBaselineArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
CondCustomHclStatusManagedObject, CondCustomHclStatusManagedObjectArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
CondCustomHclStatusNonCompliantBaseline, CondCustomHclStatusNonCompliantBaselineArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
CondCustomHclStatusOrganization, CondCustomHclStatusOrganizationArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
CondCustomHclStatusParent, CondCustomHclStatusParentArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
CondCustomHclStatusPermissionResource, CondCustomHclStatusPermissionResourceArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
CondCustomHclStatusTag, CondCustomHclStatusTagArgs
- Additional
Properties string - Ancestor
Definitions List<CondCustom Hcl Status Tag Ancestor Definition> - This complex property has following sub-properties:
- Definitions
List<Cond
Custom Hcl Status Tag Definition> - (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
- Key string
- The string representation of a tag key.
- Propagated bool
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- Type string
- (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.*
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.*PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ . - Value string
- The string representation of a tag value.
- Additional
Properties string - Ancestor
Definitions []CondCustom Hcl Status Tag Ancestor Definition - This complex property has following sub-properties:
- Definitions
[]Cond
Custom Hcl Status Tag Definition - (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
- Key string
- The string representation of a tag key.
- Propagated bool
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- Type string
- (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.*
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.*PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ . - Value string
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<CondCustom Hcl Status Tag Ancestor Definition> - This complex property has following sub-properties:
- definitions
List<Cond
Custom Hcl Status Tag Definition> - (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
- key String
- The string representation of a tag key.
- propagated Boolean
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- type String
- (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.*
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.*PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ . - value String
- The string representation of a tag value.
- additional
Properties string - ancestor
Definitions CondCustom Hcl Status Tag Ancestor Definition[] - This complex property has following sub-properties:
- definitions
Cond
Custom Hcl Status Tag Definition[] - (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
- key string
- The string representation of a tag key.
- propagated boolean
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag boolean - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- type string
- (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.*
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.*PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ . - value string
- The string representation of a tag value.
- additional_
properties str - ancestor_
definitions Sequence[CondCustom Hcl Status Tag Ancestor Definition] - This complex property has following sub-properties:
- definitions
Sequence[Cond
Custom Hcl Status Tag Definition] - (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
- key str
- The string representation of a tag key.
- propagated bool
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- type str
- (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.*
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.*PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ . - value str
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<Property Map> - This complex property has following sub-properties:
- definitions List<Property Map>
- (ReadOnly) The definition is a reference to the tag definition object.The tag definition object contains the properties of the tag such as name, type, and description. This complex property has following sub-properties:
- key String
- The string representation of a tag key.
- propagated Boolean
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- type String
- (ReadOnly) An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.*
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.*PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is \ A/B/C\ , then \ A\ is the parent tag, \ B\ is the child tag of \ A\ and \ C\ is the child tag of \ B\ . - value String
- The string representation of a tag value.
CondCustomHclStatusTagAncestorDefinition, CondCustomHclStatusTagAncestorDefinitionArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
CondCustomHclStatusTagDefinition, CondCustomHclStatusTagDefinitionArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
CondCustomHclStatusVersionContext, CondCustomHclStatusVersionContextArgs
- Additional
Properties string - Class
Id string - Interested
Mos List<CondCustom Hcl Status Version Context Interested Mo> - This complex property has following sub-properties:
- Marked
For boolDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos List<CondCustom Hcl Status Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type string - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - Interested
Mos []CondCustom Hcl Status Version Context Interested Mo - This complex property has following sub-properties:
- Marked
For boolDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos []CondCustom Hcl Status Version Context Ref Mo - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type string - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - interested
Mos List<CondCustom Hcl Status Version Context Interested Mo> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<CondCustom Hcl Status Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type String - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - interested
Mos CondCustom Hcl Status Version Context Interested Mo[] - This complex property has following sub-properties:
- marked
For booleanDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos CondCustom Hcl Status Version Context Ref Mo[] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type string - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - interested_
mos Sequence[CondCustom Hcl Status Version Context Interested Mo] - This complex property has following sub-properties:
- marked_
for_ booldeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref_
mos Sequence[CondCustom Hcl Status Version Context Ref Mo] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp str
- (ReadOnly) The time this versioned Managed Object was created.
- version_
type str - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<Property Map> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type String - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
CondCustomHclStatusVersionContextInterestedMo, CondCustomHclStatusVersionContextInterestedMoArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
CondCustomHclStatusVersionContextRefMo, CondCustomHclStatusVersionContextRefMoArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
Import
intersight_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
intersightTerraform Provider.
published on Wednesday, Feb 18, 2026 by ciscodevnet
