published on Wednesday, Feb 18, 2026 by ciscodevnet
published on Wednesday, Feb 18, 2026 by ciscodevnet
The CustomHclBaseline object defines baseline configurations for Cisco servers within an organization. It allows administrators to specify hardware and software requirements that servers must meet to be considered compliant with organizational standards.
Purpose
CustomHclBaseline serves as a framework for establishing and enforcing baseline configurations, ensuring that servers adhere to defined hardware and software criteria. This helps maintain consistency, reliability, and performance across the organization’s server infrastructure.
Key Concepts
- Baseline Configuration: Defines specific hardware and software parameters that servers must meet.
- Compliance Monitoring: Tracks the compliance status of servers against the defined baseline configurations.
Create CondCustomHclBaseline Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CondCustomHclBaseline(name: string, args?: CondCustomHclBaselineArgs, opts?: CustomResourceOptions);@overload
def CondCustomHclBaseline(resource_name: str,
args: Optional[CondCustomHclBaselineArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def CondCustomHclBaseline(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
adapters: Optional[Sequence[CondCustomHclBaselineAdapterArgs]] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[CondCustomHclBaselineAncestorArgs]] = None,
class_id: Optional[str] = None,
compliant_server_count: Optional[float] = None,
cond_custom_hcl_baseline_id: Optional[str] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
firmware: Optional[str] = None,
generation: Optional[str] = None,
hcl_reason: Optional[str] = None,
hcl_status: Optional[str] = None,
management_mode: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
non_compliant_server_count: Optional[float] = None,
object_type: Optional[str] = None,
operation_state: Optional[str] = None,
organizations: Optional[Sequence[CondCustomHclBaselineOrganizationArgs]] = None,
os_vendor: Optional[str] = None,
os_version: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[CondCustomHclBaselineParentArgs]] = None,
permission_resources: Optional[Sequence[CondCustomHclBaselinePermissionResourceArgs]] = None,
processor_family: Optional[str] = None,
server_models: Optional[Sequence[str]] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[CondCustomHclBaselineTagArgs]] = None,
version_contexts: Optional[Sequence[CondCustomHclBaselineVersionContextArgs]] = None)func NewCondCustomHclBaseline(ctx *Context, name string, args *CondCustomHclBaselineArgs, opts ...ResourceOption) (*CondCustomHclBaseline, error)public CondCustomHclBaseline(string name, CondCustomHclBaselineArgs? args = null, CustomResourceOptions? opts = null)
public CondCustomHclBaseline(String name, CondCustomHclBaselineArgs args)
public CondCustomHclBaseline(String name, CondCustomHclBaselineArgs args, CustomResourceOptions options)
type: intersight:CondCustomHclBaseline
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 CondCustomHclBaselineArgs
- 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 CondCustomHclBaselineArgs
- 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 CondCustomHclBaselineArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CondCustomHclBaselineArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CondCustomHclBaselineArgs
- 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 condCustomHclBaselineResource = new Intersight.CondCustomHclBaseline("condCustomHclBaselineResource", new()
{
AccountMoid = "string",
Adapters = new[]
{
new Intersight.Inputs.CondCustomHclBaselineAdapterArgs
{
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.CondCustomHclBaselineAncestorArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ClassId = "string",
CompliantServerCount = 0,
CondCustomHclBaselineId = "string",
CreateTime = "string",
Description = "string",
DomainGroupMoid = "string",
Firmware = "string",
Generation = "string",
HclReason = "string",
HclStatus = "string",
ManagementMode = "string",
ModTime = "string",
Moid = "string",
Name = "string",
NonCompliantServerCount = 0,
ObjectType = "string",
OperationState = "string",
Organizations = new[]
{
new Intersight.Inputs.CondCustomHclBaselineOrganizationArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
OsVendor = "string",
OsVersion = "string",
Owners = new[]
{
"string",
},
Parents = new[]
{
new Intersight.Inputs.CondCustomHclBaselineParentArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
PermissionResources = new[]
{
new Intersight.Inputs.CondCustomHclBaselinePermissionResourceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ProcessorFamily = "string",
ServerModels = new[]
{
"string",
},
SharedScope = "string",
Tags = new[]
{
new Intersight.Inputs.CondCustomHclBaselineTagArgs
{
AdditionalProperties = "string",
AncestorDefinitions = new[]
{
new Intersight.Inputs.CondCustomHclBaselineTagAncestorDefinitionArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Definitions = new[]
{
new Intersight.Inputs.CondCustomHclBaselineTagDefinitionArgs
{
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.CondCustomHclBaselineVersionContextArgs
{
AdditionalProperties = "string",
ClassId = "string",
InterestedMos = new[]
{
new Intersight.Inputs.CondCustomHclBaselineVersionContextInterestedMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
MarkedForDeletion = false,
NrVersion = "string",
ObjectType = "string",
RefMos = new[]
{
new Intersight.Inputs.CondCustomHclBaselineVersionContextRefMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Timestamp = "string",
VersionType = "string",
},
},
});
example, err := intersight.NewCondCustomHclBaseline(ctx, "condCustomHclBaselineResource", &intersight.CondCustomHclBaselineArgs{
AccountMoid: pulumi.String("string"),
Adapters: intersight.CondCustomHclBaselineAdapterArray{
&intersight.CondCustomHclBaselineAdapterArgs{
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.CondCustomHclBaselineAncestorArray{
&intersight.CondCustomHclBaselineAncestorArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ClassId: pulumi.String("string"),
CompliantServerCount: pulumi.Float64(0),
CondCustomHclBaselineId: pulumi.String("string"),
CreateTime: pulumi.String("string"),
Description: pulumi.String("string"),
DomainGroupMoid: pulumi.String("string"),
Firmware: pulumi.String("string"),
Generation: pulumi.String("string"),
HclReason: pulumi.String("string"),
HclStatus: pulumi.String("string"),
ManagementMode: pulumi.String("string"),
ModTime: pulumi.String("string"),
Moid: pulumi.String("string"),
Name: pulumi.String("string"),
NonCompliantServerCount: pulumi.Float64(0),
ObjectType: pulumi.String("string"),
OperationState: pulumi.String("string"),
Organizations: intersight.CondCustomHclBaselineOrganizationArray{
&intersight.CondCustomHclBaselineOrganizationArgs{
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.CondCustomHclBaselineParentArray{
&intersight.CondCustomHclBaselineParentArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
PermissionResources: intersight.CondCustomHclBaselinePermissionResourceArray{
&intersight.CondCustomHclBaselinePermissionResourceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ProcessorFamily: pulumi.String("string"),
ServerModels: pulumi.StringArray{
pulumi.String("string"),
},
SharedScope: pulumi.String("string"),
Tags: intersight.CondCustomHclBaselineTagArray{
&intersight.CondCustomHclBaselineTagArgs{
AdditionalProperties: pulumi.String("string"),
AncestorDefinitions: intersight.CondCustomHclBaselineTagAncestorDefinitionArray{
&intersight.CondCustomHclBaselineTagAncestorDefinitionArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Definitions: intersight.CondCustomHclBaselineTagDefinitionArray{
&intersight.CondCustomHclBaselineTagDefinitionArgs{
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.CondCustomHclBaselineVersionContextArray{
&intersight.CondCustomHclBaselineVersionContextArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
InterestedMos: intersight.CondCustomHclBaselineVersionContextInterestedMoArray{
&intersight.CondCustomHclBaselineVersionContextInterestedMoArgs{
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.CondCustomHclBaselineVersionContextRefMoArray{
&intersight.CondCustomHclBaselineVersionContextRefMoArgs{
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 condCustomHclBaselineResource = new CondCustomHclBaseline("condCustomHclBaselineResource", CondCustomHclBaselineArgs.builder()
.accountMoid("string")
.adapters(CondCustomHclBaselineAdapterArgs.builder()
.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(CondCustomHclBaselineAncestorArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.classId("string")
.compliantServerCount(0.0)
.condCustomHclBaselineId("string")
.createTime("string")
.description("string")
.domainGroupMoid("string")
.firmware("string")
.generation("string")
.hclReason("string")
.hclStatus("string")
.managementMode("string")
.modTime("string")
.moid("string")
.name("string")
.nonCompliantServerCount(0.0)
.objectType("string")
.operationState("string")
.organizations(CondCustomHclBaselineOrganizationArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.osVendor("string")
.osVersion("string")
.owners("string")
.parents(CondCustomHclBaselineParentArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.permissionResources(CondCustomHclBaselinePermissionResourceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.processorFamily("string")
.serverModels("string")
.sharedScope("string")
.tags(CondCustomHclBaselineTagArgs.builder()
.additionalProperties("string")
.ancestorDefinitions(CondCustomHclBaselineTagAncestorDefinitionArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.definitions(CondCustomHclBaselineTagDefinitionArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.key("string")
.propagated(false)
.sysTag(false)
.type("string")
.value("string")
.build())
.versionContexts(CondCustomHclBaselineVersionContextArgs.builder()
.additionalProperties("string")
.classId("string")
.interestedMos(CondCustomHclBaselineVersionContextInterestedMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.markedForDeletion(false)
.nrVersion("string")
.objectType("string")
.refMos(CondCustomHclBaselineVersionContextRefMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.timestamp("string")
.versionType("string")
.build())
.build());
cond_custom_hcl_baseline_resource = intersight.CondCustomHclBaseline("condCustomHclBaselineResource",
account_moid="string",
adapters=[{
"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",
}],
class_id="string",
compliant_server_count=0,
cond_custom_hcl_baseline_id="string",
create_time="string",
description="string",
domain_group_moid="string",
firmware="string",
generation="string",
hcl_reason="string",
hcl_status="string",
management_mode="string",
mod_time="string",
moid="string",
name="string",
non_compliant_server_count=0,
object_type="string",
operation_state="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",
}],
processor_family="string",
server_models=["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 condCustomHclBaselineResource = new intersight.CondCustomHclBaseline("condCustomHclBaselineResource", {
accountMoid: "string",
adapters: [{
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",
}],
classId: "string",
compliantServerCount: 0,
condCustomHclBaselineId: "string",
createTime: "string",
description: "string",
domainGroupMoid: "string",
firmware: "string",
generation: "string",
hclReason: "string",
hclStatus: "string",
managementMode: "string",
modTime: "string",
moid: "string",
name: "string",
nonCompliantServerCount: 0,
objectType: "string",
operationState: "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",
}],
processorFamily: "string",
serverModels: ["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:CondCustomHclBaseline
properties:
accountMoid: string
adapters:
- 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
classId: string
compliantServerCount: 0
condCustomHclBaselineId: string
createTime: string
description: string
domainGroupMoid: string
firmware: string
generation: string
hclReason: string
hclStatus: string
managementMode: string
modTime: string
moid: string
name: string
nonCompliantServerCount: 0
objectType: string
operationState: 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
processorFamily: string
serverModels:
- 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
CondCustomHclBaseline 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 CondCustomHclBaseline resource accepts the following input properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Adapters
List<Cond
Custom Hcl Baseline Adapter> - This complex property has following sub-properties:
- Additional
Properties string - Ancestors
List<Cond
Custom Hcl Baseline Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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
Server doubleCount - (ReadOnly) The number of servers that are compliant with this custom Hcl baseline.
- Cond
Custom stringHcl Baseline Id - Create
Time string - (ReadOnly) The time when this managed object was created.
- Description string
- Description of the custom Hcl baseline.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Firmware string
- The firmware version of currently running on the server.
- Generation string
- It specifies the generation of the server. like M7, M8 etc.
- Hcl
Reason string - (ReadOnly) The reason of the current Cisco HCL status of the custom Hcl baseline.*
Missing-Os-Info- This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Incompatible-Components- This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.*Compatible- This means the HclStatus for the server has passed HCL validation for all of its related components.*Not-Evaluated- This means the HclStatus for the server has not been evaluated because it is exempted.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - Hcl
Status string - (ReadOnly) The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.*
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. - Management
Mode string - The management mode at which server is connected to intersight.
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the custom Hcl baseline.
- Non
Compliant doubleServer Count - (ReadOnly) The number of servers that are non-compliant with this custom Hcl baseline.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Operation
State string - (ReadOnly) Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.*
Pending- Server's custom hcl status assessment is not yet started.*Active- Server's custom hcl status assessment is completed.*InProgress- Server's custom hcl status assessment is currently in progress.*Failed- Server's custom hcl status assessment is failed. - Organizations
List<Cond
Custom Hcl Baseline 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 - The operating system vendor name running on the server.
- Os
Version string - Operating System version running on the server.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Cond
Custom Hcl Baseline 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 Baseline Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Processor
Family string - The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
- Server
Models List<string> - (Array of schema.TypeString) -
- 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 Baseline Tag> - This complex property has following sub-properties:
- Version
Contexts List<CondCustom Hcl Baseline 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 Baseline Adapter Args - This complex property has following sub-properties:
- Additional
Properties string - Ancestors
[]Cond
Custom Hcl Baseline Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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
Server float64Count - (ReadOnly) The number of servers that are compliant with this custom Hcl baseline.
- Cond
Custom stringHcl Baseline Id - Create
Time string - (ReadOnly) The time when this managed object was created.
- Description string
- Description of the custom Hcl baseline.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Firmware string
- The firmware version of currently running on the server.
- Generation string
- It specifies the generation of the server. like M7, M8 etc.
- Hcl
Reason string - (ReadOnly) The reason of the current Cisco HCL status of the custom Hcl baseline.*
Missing-Os-Info- This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Incompatible-Components- This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.*Compatible- This means the HclStatus for the server has passed HCL validation for all of its related components.*Not-Evaluated- This means the HclStatus for the server has not been evaluated because it is exempted.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - Hcl
Status string - (ReadOnly) The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.*
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. - Management
Mode string - The management mode at which server is connected to intersight.
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the custom Hcl baseline.
- Non
Compliant float64Server Count - (ReadOnly) The number of servers that are non-compliant with this custom Hcl baseline.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Operation
State string - (ReadOnly) Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.*
Pending- Server's custom hcl status assessment is not yet started.*Active- Server's custom hcl status assessment is completed.*InProgress- Server's custom hcl status assessment is currently in progress.*Failed- Server's custom hcl status assessment is failed. - Organizations
[]Cond
Custom Hcl Baseline 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 - The operating system vendor name running on the server.
- Os
Version string - Operating System version running on the server.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Cond
Custom Hcl Baseline 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 Baseline Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Processor
Family string - The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
- Server
Models []string - (Array of schema.TypeString) -
- 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 Baseline Tag Args - This complex property has following sub-properties:
- Version
Contexts []CondCustom Hcl Baseline 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 Baseline Adapter> - This complex property has following sub-properties:
- additional
Properties String - ancestors
List<Cond
Custom Hcl Baseline Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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
Server DoubleCount - (ReadOnly) The number of servers that are compliant with this custom Hcl baseline.
- cond
Custom StringHcl Baseline Id - create
Time String - (ReadOnly) The time when this managed object was created.
- description String
- Description of the custom Hcl baseline.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- firmware String
- The firmware version of currently running on the server.
- generation String
- It specifies the generation of the server. like M7, M8 etc.
- hcl
Reason String - (ReadOnly) The reason of the current Cisco HCL status of the custom Hcl baseline.*
Missing-Os-Info- This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Incompatible-Components- This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.*Compatible- This means the HclStatus for the server has passed HCL validation for all of its related components.*Not-Evaluated- This means the HclStatus for the server has not been evaluated because it is exempted.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - hcl
Status String - (ReadOnly) The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.*
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. - management
Mode String - The management mode at which server is connected to intersight.
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the custom Hcl baseline.
- non
Compliant DoubleServer Count - (ReadOnly) The number of servers that are non-compliant with this custom Hcl baseline.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operation
State String - (ReadOnly) Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.*
Pending- Server's custom hcl status assessment is not yet started.*Active- Server's custom hcl status assessment is completed.*InProgress- Server's custom hcl status assessment is currently in progress.*Failed- Server's custom hcl status assessment is failed. - organizations
List<Cond
Custom Hcl Baseline 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 - The operating system vendor name running on the server.
- os
Version String - Operating System version running on the server.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Cond
Custom Hcl Baseline 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 Baseline Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- processor
Family String - The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
- server
Models List<String> - (Array of schema.TypeString) -
- 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 Baseline Tag> - This complex property has following sub-properties:
- version
Contexts List<CondCustom Hcl Baseline 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 Baseline Adapter[] - This complex property has following sub-properties:
- additional
Properties string - ancestors
Cond
Custom Hcl Baseline Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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
Server numberCount - (ReadOnly) The number of servers that are compliant with this custom Hcl baseline.
- cond
Custom stringHcl Baseline Id - create
Time string - (ReadOnly) The time when this managed object was created.
- description string
- Description of the custom Hcl baseline.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- firmware string
- The firmware version of currently running on the server.
- generation string
- It specifies the generation of the server. like M7, M8 etc.
- hcl
Reason string - (ReadOnly) The reason of the current Cisco HCL status of the custom Hcl baseline.*
Missing-Os-Info- This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Incompatible-Components- This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.*Compatible- This means the HclStatus for the server has passed HCL validation for all of its related components.*Not-Evaluated- This means the HclStatus for the server has not been evaluated because it is exempted.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - hcl
Status string - (ReadOnly) The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.*
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. - management
Mode string - The management mode at which server is connected to intersight.
- mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the custom Hcl baseline.
- non
Compliant numberServer Count - (ReadOnly) The number of servers that are non-compliant with this custom Hcl baseline.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operation
State string - (ReadOnly) Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.*
Pending- Server's custom hcl status assessment is not yet started.*Active- Server's custom hcl status assessment is completed.*InProgress- Server's custom hcl status assessment is currently in progress.*Failed- Server's custom hcl status assessment is failed. - organizations
Cond
Custom Hcl Baseline 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 - The operating system vendor name running on the server.
- os
Version string - Operating System version running on the server.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Cond
Custom Hcl Baseline 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 Baseline Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- processor
Family string - The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
- server
Models string[] - (Array of schema.TypeString) -
- 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 Baseline Tag[] - This complex property has following sub-properties:
- version
Contexts CondCustom Hcl Baseline 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 Baseline Adapter Args] - This complex property has following sub-properties:
- additional_
properties str - ancestors
Sequence[Cond
Custom Hcl Baseline Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- compliant_
server_ floatcount - (ReadOnly) The number of servers that are compliant with this custom Hcl baseline.
- cond_
custom_ strhcl_ baseline_ id - create_
time str - (ReadOnly) The time when this managed object was created.
- description str
- Description of the custom Hcl baseline.
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- firmware str
- The firmware version of currently running on the server.
- generation str
- It specifies the generation of the server. like M7, M8 etc.
- hcl_
reason str - (ReadOnly) The reason of the current Cisco HCL status of the custom Hcl baseline.*
Missing-Os-Info- This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Incompatible-Components- This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.*Compatible- This means the HclStatus for the server has passed HCL validation for all of its related components.*Not-Evaluated- This means the HclStatus for the server has not been evaluated because it is exempted.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - hcl_
status str - (ReadOnly) The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.*
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. - management_
mode str - The management mode at which server is connected to intersight.
- mod_
time str - (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the custom Hcl baseline.
- non_
compliant_ floatserver_ count - (ReadOnly) The number of servers that are non-compliant with this custom Hcl baseline.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operation_
state str - (ReadOnly) Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.*
Pending- Server's custom hcl status assessment is not yet started.*Active- Server's custom hcl status assessment is completed.*InProgress- Server's custom hcl status assessment is currently in progress.*Failed- Server's custom hcl status assessment is failed. - organizations
Sequence[Cond
Custom Hcl Baseline 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 - The operating system vendor name running on the server.
- os_
version str - Operating System version running on the server.
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Cond
Custom Hcl Baseline 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 Baseline Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- processor_
family str - The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
- server_
models Sequence[str] - (Array of schema.TypeString) -
- 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 Baseline Tag Args] - This complex property has following sub-properties:
- version_
contexts Sequence[CondCustom Hcl Baseline 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:
- 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
Server NumberCount - (ReadOnly) The number of servers that are compliant with this custom Hcl baseline.
- cond
Custom StringHcl Baseline Id - create
Time String - (ReadOnly) The time when this managed object was created.
- description String
- Description of the custom Hcl baseline.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- firmware String
- The firmware version of currently running on the server.
- generation String
- It specifies the generation of the server. like M7, M8 etc.
- hcl
Reason String - (ReadOnly) The reason of the current Cisco HCL status of the custom Hcl baseline.*
Missing-Os-Info- This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Incompatible-Components- This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.*Compatible- This means the HclStatus for the server has passed HCL validation for all of its related components.*Not-Evaluated- This means the HclStatus for the server has not been evaluated because it is exempted.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - hcl
Status String - (ReadOnly) The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.*
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. - management
Mode String - The management mode at which server is connected to intersight.
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the custom Hcl baseline.
- non
Compliant NumberServer Count - (ReadOnly) The number of servers that are non-compliant with this custom Hcl baseline.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operation
State String - (ReadOnly) Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.*
Pending- Server's custom hcl status assessment is not yet started.*Active- Server's custom hcl status assessment is completed.*InProgress- Server's custom hcl status assessment is currently in progress.*Failed- Server's custom hcl status assessment is failed. - 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 - The operating system vendor name running on the server.
- os
Version String - Operating System version running on 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:
- processor
Family String - The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
- server
Models List<String> - (Array of schema.TypeString) -
- 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 CondCustomHclBaseline 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 CondCustomHclBaseline Resource
Get an existing CondCustomHclBaseline 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?: CondCustomHclBaselineState, opts?: CustomResourceOptions): CondCustomHclBaseline@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
adapters: Optional[Sequence[CondCustomHclBaselineAdapterArgs]] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[CondCustomHclBaselineAncestorArgs]] = None,
class_id: Optional[str] = None,
compliant_server_count: Optional[float] = None,
cond_custom_hcl_baseline_id: Optional[str] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
firmware: Optional[str] = None,
generation: Optional[str] = None,
hcl_reason: Optional[str] = None,
hcl_status: Optional[str] = None,
management_mode: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
non_compliant_server_count: Optional[float] = None,
object_type: Optional[str] = None,
operation_state: Optional[str] = None,
organizations: Optional[Sequence[CondCustomHclBaselineOrganizationArgs]] = None,
os_vendor: Optional[str] = None,
os_version: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[CondCustomHclBaselineParentArgs]] = None,
permission_resources: Optional[Sequence[CondCustomHclBaselinePermissionResourceArgs]] = None,
processor_family: Optional[str] = None,
server_models: Optional[Sequence[str]] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[CondCustomHclBaselineTagArgs]] = None,
version_contexts: Optional[Sequence[CondCustomHclBaselineVersionContextArgs]] = None) -> CondCustomHclBaselinefunc GetCondCustomHclBaseline(ctx *Context, name string, id IDInput, state *CondCustomHclBaselineState, opts ...ResourceOption) (*CondCustomHclBaseline, error)public static CondCustomHclBaseline Get(string name, Input<string> id, CondCustomHclBaselineState? state, CustomResourceOptions? opts = null)public static CondCustomHclBaseline get(String name, Output<String> id, CondCustomHclBaselineState state, CustomResourceOptions options)resources: _: type: intersight:CondCustomHclBaseline 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 Baseline Adapter> - This complex property has following sub-properties:
- Additional
Properties string - Ancestors
List<Cond
Custom Hcl Baseline Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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
Server doubleCount - (ReadOnly) The number of servers that are compliant with this custom Hcl baseline.
- Cond
Custom stringHcl Baseline Id - Create
Time string - (ReadOnly) The time when this managed object was created.
- Description string
- Description of the custom Hcl baseline.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Firmware string
- The firmware version of currently running on the server.
- Generation string
- It specifies the generation of the server. like M7, M8 etc.
- Hcl
Reason string - (ReadOnly) The reason of the current Cisco HCL status of the custom Hcl baseline.*
Missing-Os-Info- This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Incompatible-Components- This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.*Compatible- This means the HclStatus for the server has passed HCL validation for all of its related components.*Not-Evaluated- This means the HclStatus for the server has not been evaluated because it is exempted.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - Hcl
Status string - (ReadOnly) The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.*
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. - Management
Mode string - The management mode at which server is connected to intersight.
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the custom Hcl baseline.
- Non
Compliant doubleServer Count - (ReadOnly) The number of servers that are non-compliant with this custom Hcl baseline.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Operation
State string - (ReadOnly) Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.*
Pending- Server's custom hcl status assessment is not yet started.*Active- Server's custom hcl status assessment is completed.*InProgress- Server's custom hcl status assessment is currently in progress.*Failed- Server's custom hcl status assessment is failed. - Organizations
List<Cond
Custom Hcl Baseline 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 - The operating system vendor name running on the server.
- Os
Version string - Operating System version running on the server.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Cond
Custom Hcl Baseline 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 Baseline Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Processor
Family string - The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
- Server
Models List<string> - (Array of schema.TypeString) -
- 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 Baseline Tag> - This complex property has following sub-properties:
- Version
Contexts List<CondCustom Hcl Baseline 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 Baseline Adapter Args - This complex property has following sub-properties:
- Additional
Properties string - Ancestors
[]Cond
Custom Hcl Baseline Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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
Server float64Count - (ReadOnly) The number of servers that are compliant with this custom Hcl baseline.
- Cond
Custom stringHcl Baseline Id - Create
Time string - (ReadOnly) The time when this managed object was created.
- Description string
- Description of the custom Hcl baseline.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Firmware string
- The firmware version of currently running on the server.
- Generation string
- It specifies the generation of the server. like M7, M8 etc.
- Hcl
Reason string - (ReadOnly) The reason of the current Cisco HCL status of the custom Hcl baseline.*
Missing-Os-Info- This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Incompatible-Components- This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.*Compatible- This means the HclStatus for the server has passed HCL validation for all of its related components.*Not-Evaluated- This means the HclStatus for the server has not been evaluated because it is exempted.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - Hcl
Status string - (ReadOnly) The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.*
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. - Management
Mode string - The management mode at which server is connected to intersight.
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the custom Hcl baseline.
- Non
Compliant float64Server Count - (ReadOnly) The number of servers that are non-compliant with this custom Hcl baseline.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Operation
State string - (ReadOnly) Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.*
Pending- Server's custom hcl status assessment is not yet started.*Active- Server's custom hcl status assessment is completed.*InProgress- Server's custom hcl status assessment is currently in progress.*Failed- Server's custom hcl status assessment is failed. - Organizations
[]Cond
Custom Hcl Baseline 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 - The operating system vendor name running on the server.
- Os
Version string - Operating System version running on the server.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Cond
Custom Hcl Baseline 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 Baseline Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Processor
Family string - The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
- Server
Models []string - (Array of schema.TypeString) -
- 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 Baseline Tag Args - This complex property has following sub-properties:
- Version
Contexts []CondCustom Hcl Baseline 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 Baseline Adapter> - This complex property has following sub-properties:
- additional
Properties String - ancestors
List<Cond
Custom Hcl Baseline Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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
Server DoubleCount - (ReadOnly) The number of servers that are compliant with this custom Hcl baseline.
- cond
Custom StringHcl Baseline Id - create
Time String - (ReadOnly) The time when this managed object was created.
- description String
- Description of the custom Hcl baseline.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- firmware String
- The firmware version of currently running on the server.
- generation String
- It specifies the generation of the server. like M7, M8 etc.
- hcl
Reason String - (ReadOnly) The reason of the current Cisco HCL status of the custom Hcl baseline.*
Missing-Os-Info- This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Incompatible-Components- This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.*Compatible- This means the HclStatus for the server has passed HCL validation for all of its related components.*Not-Evaluated- This means the HclStatus for the server has not been evaluated because it is exempted.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - hcl
Status String - (ReadOnly) The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.*
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. - management
Mode String - The management mode at which server is connected to intersight.
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the custom Hcl baseline.
- non
Compliant DoubleServer Count - (ReadOnly) The number of servers that are non-compliant with this custom Hcl baseline.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operation
State String - (ReadOnly) Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.*
Pending- Server's custom hcl status assessment is not yet started.*Active- Server's custom hcl status assessment is completed.*InProgress- Server's custom hcl status assessment is currently in progress.*Failed- Server's custom hcl status assessment is failed. - organizations
List<Cond
Custom Hcl Baseline 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 - The operating system vendor name running on the server.
- os
Version String - Operating System version running on the server.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Cond
Custom Hcl Baseline 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 Baseline Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- processor
Family String - The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
- server
Models List<String> - (Array of schema.TypeString) -
- 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 Baseline Tag> - This complex property has following sub-properties:
- version
Contexts List<CondCustom Hcl Baseline 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 Baseline Adapter[] - This complex property has following sub-properties:
- additional
Properties string - ancestors
Cond
Custom Hcl Baseline Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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
Server numberCount - (ReadOnly) The number of servers that are compliant with this custom Hcl baseline.
- cond
Custom stringHcl Baseline Id - create
Time string - (ReadOnly) The time when this managed object was created.
- description string
- Description of the custom Hcl baseline.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- firmware string
- The firmware version of currently running on the server.
- generation string
- It specifies the generation of the server. like M7, M8 etc.
- hcl
Reason string - (ReadOnly) The reason of the current Cisco HCL status of the custom Hcl baseline.*
Missing-Os-Info- This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Incompatible-Components- This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.*Compatible- This means the HclStatus for the server has passed HCL validation for all of its related components.*Not-Evaluated- This means the HclStatus for the server has not been evaluated because it is exempted.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - hcl
Status string - (ReadOnly) The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.*
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. - management
Mode string - The management mode at which server is connected to intersight.
- mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the custom Hcl baseline.
- non
Compliant numberServer Count - (ReadOnly) The number of servers that are non-compliant with this custom Hcl baseline.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operation
State string - (ReadOnly) Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.*
Pending- Server's custom hcl status assessment is not yet started.*Active- Server's custom hcl status assessment is completed.*InProgress- Server's custom hcl status assessment is currently in progress.*Failed- Server's custom hcl status assessment is failed. - organizations
Cond
Custom Hcl Baseline 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 - The operating system vendor name running on the server.
- os
Version string - Operating System version running on the server.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Cond
Custom Hcl Baseline 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 Baseline Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- processor
Family string - The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
- server
Models string[] - (Array of schema.TypeString) -
- 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 Baseline Tag[] - This complex property has following sub-properties:
- version
Contexts CondCustom Hcl Baseline 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 Baseline Adapter Args] - This complex property has following sub-properties:
- additional_
properties str - ancestors
Sequence[Cond
Custom Hcl Baseline Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- compliant_
server_ floatcount - (ReadOnly) The number of servers that are compliant with this custom Hcl baseline.
- cond_
custom_ strhcl_ baseline_ id - create_
time str - (ReadOnly) The time when this managed object was created.
- description str
- Description of the custom Hcl baseline.
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- firmware str
- The firmware version of currently running on the server.
- generation str
- It specifies the generation of the server. like M7, M8 etc.
- hcl_
reason str - (ReadOnly) The reason of the current Cisco HCL status of the custom Hcl baseline.*
Missing-Os-Info- This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Incompatible-Components- This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.*Compatible- This means the HclStatus for the server has passed HCL validation for all of its related components.*Not-Evaluated- This means the HclStatus for the server has not been evaluated because it is exempted.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - hcl_
status str - (ReadOnly) The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.*
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. - management_
mode str - The management mode at which server is connected to intersight.
- mod_
time str - (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the custom Hcl baseline.
- non_
compliant_ floatserver_ count - (ReadOnly) The number of servers that are non-compliant with this custom Hcl baseline.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operation_
state str - (ReadOnly) Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.*
Pending- Server's custom hcl status assessment is not yet started.*Active- Server's custom hcl status assessment is completed.*InProgress- Server's custom hcl status assessment is currently in progress.*Failed- Server's custom hcl status assessment is failed. - organizations
Sequence[Cond
Custom Hcl Baseline 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 - The operating system vendor name running on the server.
- os_
version str - Operating System version running on the server.
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Cond
Custom Hcl Baseline 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 Baseline Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- processor_
family str - The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
- server_
models Sequence[str] - (Array of schema.TypeString) -
- 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 Baseline Tag Args] - This complex property has following sub-properties:
- version_
contexts Sequence[CondCustom Hcl Baseline 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:
- 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
Server NumberCount - (ReadOnly) The number of servers that are compliant with this custom Hcl baseline.
- cond
Custom StringHcl Baseline Id - create
Time String - (ReadOnly) The time when this managed object was created.
- description String
- Description of the custom Hcl baseline.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- firmware String
- The firmware version of currently running on the server.
- generation String
- It specifies the generation of the server. like M7, M8 etc.
- hcl
Reason String - (ReadOnly) The reason of the current Cisco HCL status of the custom Hcl baseline.*
Missing-Os-Info- This means the HclStatus for the server failed HCL validation because we have missing operating system information. Either install ucstools vib or use power shell scripts to tag proper operating system information.*Incompatible-Components- This means the HclStatus for the server failed HCL validation because one or more of its components failed validation. To see why components failed check the related HclStatusDetails.*Compatible- This means the HclStatus for the server has passed HCL validation for all of its related components.*Not-Evaluated- This means the HclStatus for the server has not been evaluated because it is exempted.*Not-Applicable- At the HclStatus level this means that the custom Hcl provided is not applicable to the server. - hcl
Status String - (ReadOnly) The Cisco HCL compatibility status of the custom Hcl baseline. The status can be one of the following \ Incomplete\ - there is not 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-Evaluatecustom Hcl d\ - The provided is insufficient for HCL status evaluation or the server is exempted from HCL validation \ Not-Applicable\ - the custom Hcl baseline is not applicable to the server.*
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. - management
Mode String - The management mode at which server is connected to intersight.
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the custom Hcl baseline.
- non
Compliant NumberServer Count - (ReadOnly) The number of servers that are non-compliant with this custom Hcl baseline.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operation
State String - (ReadOnly) Operation state specifies the state of custom Hcl baseline whether the server's baseline status is evaluated or not. \ InProgress\ - Server's baseline status assessment is currently in progress \ Pending\ - Server's baseline status assessment is not yet started \ Active\ - Server's baseline status assessment is completed.*
Pending- Server's custom hcl status assessment is not yet started.*Active- Server's custom hcl status assessment is completed.*InProgress- Server's custom hcl status assessment is currently in progress.*Failed- Server's custom hcl status assessment is failed. - 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 - The operating system vendor name running on the server.
- os
Version String - Operating System version running on 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:
- processor
Family String - The processor family associated with the server for example processor model Intel (R) Xeon (R) Platinum 8454H or AMD EPYC 9654. will be validated using its corresponding processor family. Processor model Intel (R) Xeon (R) Platinum 8454H > 4th Gen Intel Xeon Processor Scalable Family Processor model AMD EPYC 9654 > 4th Gen AMD EPYC 9004 Series Processors.
- server
Models List<String> - (Array of schema.TypeString) -
- 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
CondCustomHclBaselineAdapter, CondCustomHclBaselineAdapterArgs
- 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.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.
- 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.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.
- 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.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.
- 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.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.
- 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.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.
- 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.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.
CondCustomHclBaselineAncestor, CondCustomHclBaselineAncestorArgs
- 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'.
CondCustomHclBaselineOrganization, CondCustomHclBaselineOrganizationArgs
- 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'.
CondCustomHclBaselineParent, CondCustomHclBaselineParentArgs
- 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'.
CondCustomHclBaselinePermissionResource, CondCustomHclBaselinePermissionResourceArgs
- 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'.
CondCustomHclBaselineTag, CondCustomHclBaselineTagArgs
- Additional
Properties string - Ancestor
Definitions List<CondCustom Hcl Baseline Tag Ancestor Definition> - This complex property has following sub-properties:
- Definitions
List<Cond
Custom Hcl Baseline 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 Baseline Tag Ancestor Definition - This complex property has following sub-properties:
- Definitions
[]Cond
Custom Hcl Baseline 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 Baseline Tag Ancestor Definition> - This complex property has following sub-properties:
- definitions
List<Cond
Custom Hcl Baseline 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 Baseline Tag Ancestor Definition[] - This complex property has following sub-properties:
- definitions
Cond
Custom Hcl Baseline 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 Baseline Tag Ancestor Definition] - This complex property has following sub-properties:
- definitions
Sequence[Cond
Custom Hcl Baseline 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.
CondCustomHclBaselineTagAncestorDefinition, CondCustomHclBaselineTagAncestorDefinitionArgs
- 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'.
CondCustomHclBaselineTagDefinition, CondCustomHclBaselineTagDefinitionArgs
- 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'.
CondCustomHclBaselineVersionContext, CondCustomHclBaselineVersionContextArgs
- Additional
Properties string - Class
Id string - Interested
Mos List<CondCustom Hcl Baseline 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 Baseline 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 Baseline 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 Baseline 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 Baseline 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 Baseline 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 Baseline 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 Baseline 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 Baseline 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 Baseline 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.
CondCustomHclBaselineVersionContextInterestedMo, CondCustomHclBaselineVersionContextInterestedMoArgs
- 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'.
CondCustomHclBaselineVersionContextRefMo, CondCustomHclBaselineVersionContextRefMoArgs
- 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_baseline can be imported using the Moid of the object, e.g.
$ pulumi import intersight:index/condCustomHclBaseline:CondCustomHclBaseline 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
