intersight.HclSupportedDriverName
Explore with Pulumi AI
Supported driver names for a given product for the given operating system.
Create HclSupportedDriverName Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new HclSupportedDriverName(name: string, args?: HclSupportedDriverNameArgs, opts?: CustomResourceOptions);
@overload
def HclSupportedDriverName(resource_name: str,
args: Optional[HclSupportedDriverNameArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def HclSupportedDriverName(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[HclSupportedDriverNameAncestorArgs]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
domain_group_moid: Optional[str] = None,
hcl_supported_driver_name_id: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
object_type: Optional[str] = None,
os_vendor: Optional[str] = None,
os_version: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[HclSupportedDriverNameParentArgs]] = None,
permission_resources: Optional[Sequence[HclSupportedDriverNamePermissionResourceArgs]] = None,
product_lists: Optional[Sequence[HclSupportedDriverNameProductListArgs]] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[HclSupportedDriverNameTagArgs]] = None,
version_contexts: Optional[Sequence[HclSupportedDriverNameVersionContextArgs]] = None)
func NewHclSupportedDriverName(ctx *Context, name string, args *HclSupportedDriverNameArgs, opts ...ResourceOption) (*HclSupportedDriverName, error)
public HclSupportedDriverName(string name, HclSupportedDriverNameArgs? args = null, CustomResourceOptions? opts = null)
public HclSupportedDriverName(String name, HclSupportedDriverNameArgs args)
public HclSupportedDriverName(String name, HclSupportedDriverNameArgs args, CustomResourceOptions options)
type: intersight:HclSupportedDriverName
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 HclSupportedDriverNameArgs
- 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 HclSupportedDriverNameArgs
- 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 HclSupportedDriverNameArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args HclSupportedDriverNameArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args HclSupportedDriverNameArgs
- 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 hclSupportedDriverNameResource = new Intersight.HclSupportedDriverName("hclSupportedDriverNameResource", new()
{
AccountMoid = "string",
AdditionalProperties = "string",
Ancestors = new[]
{
new Intersight.Inputs.HclSupportedDriverNameAncestorArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ClassId = "string",
CreateTime = "string",
DomainGroupMoid = "string",
HclSupportedDriverNameId = "string",
ModTime = "string",
Moid = "string",
ObjectType = "string",
OsVendor = "string",
OsVersion = "string",
Owners = new[]
{
"string",
},
Parents = new[]
{
new Intersight.Inputs.HclSupportedDriverNameParentArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
PermissionResources = new[]
{
new Intersight.Inputs.HclSupportedDriverNamePermissionResourceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ProductLists = new[]
{
new Intersight.Inputs.HclSupportedDriverNameProductListArgs
{
AdditionalProperties = "string",
ClassId = "string",
DriverNames = new[]
{
"string",
},
ErrorCode = "string",
Firmwares = new[]
{
new Intersight.Inputs.HclSupportedDriverNameProductListFirmwareArgs
{
AdditionalProperties = "string",
ClassId = "string",
DriverName = "string",
DriverVersion = "string",
ErrorCode = "string",
FirmwareVersion = "string",
Id = "string",
LatestDriver = false,
LatestFirmware = false,
ObjectType = "string",
},
},
Id = "string",
Model = "string",
ObjectType = "string",
Revision = "string",
Type = "string",
Vendor = "string",
},
},
SharedScope = "string",
Tags = new[]
{
new Intersight.Inputs.HclSupportedDriverNameTagArgs
{
AdditionalProperties = "string",
Key = "string",
Value = "string",
},
},
VersionContexts = new[]
{
new Intersight.Inputs.HclSupportedDriverNameVersionContextArgs
{
AdditionalProperties = "string",
ClassId = "string",
InterestedMos = new[]
{
new Intersight.Inputs.HclSupportedDriverNameVersionContextInterestedMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
MarkedForDeletion = false,
NrVersion = "string",
ObjectType = "string",
RefMos = new[]
{
new Intersight.Inputs.HclSupportedDriverNameVersionContextRefMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Timestamp = "string",
VersionType = "string",
},
},
});
example, err := intersight.NewHclSupportedDriverName(ctx, "hclSupportedDriverNameResource", &intersight.HclSupportedDriverNameArgs{
AccountMoid: pulumi.String("string"),
AdditionalProperties: pulumi.String("string"),
Ancestors: intersight.HclSupportedDriverNameAncestorArray{
&intersight.HclSupportedDriverNameAncestorArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ClassId: pulumi.String("string"),
CreateTime: pulumi.String("string"),
DomainGroupMoid: pulumi.String("string"),
HclSupportedDriverNameId: pulumi.String("string"),
ModTime: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
OsVendor: pulumi.String("string"),
OsVersion: pulumi.String("string"),
Owners: pulumi.StringArray{
pulumi.String("string"),
},
Parents: intersight.HclSupportedDriverNameParentArray{
&intersight.HclSupportedDriverNameParentArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
PermissionResources: intersight.HclSupportedDriverNamePermissionResourceArray{
&intersight.HclSupportedDriverNamePermissionResourceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ProductLists: intersight.HclSupportedDriverNameProductListArray{
&intersight.HclSupportedDriverNameProductListArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
DriverNames: pulumi.StringArray{
pulumi.String("string"),
},
ErrorCode: pulumi.String("string"),
Firmwares: intersight.HclSupportedDriverNameProductListFirmwareArray{
&intersight.HclSupportedDriverNameProductListFirmwareArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
DriverName: pulumi.String("string"),
DriverVersion: pulumi.String("string"),
ErrorCode: pulumi.String("string"),
FirmwareVersion: pulumi.String("string"),
Id: pulumi.String("string"),
LatestDriver: pulumi.Bool(false),
LatestFirmware: pulumi.Bool(false),
ObjectType: pulumi.String("string"),
},
},
Id: pulumi.String("string"),
Model: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Revision: pulumi.String("string"),
Type: pulumi.String("string"),
Vendor: pulumi.String("string"),
},
},
SharedScope: pulumi.String("string"),
Tags: intersight.HclSupportedDriverNameTagArray{
&intersight.HclSupportedDriverNameTagArgs{
AdditionalProperties: pulumi.String("string"),
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
VersionContexts: intersight.HclSupportedDriverNameVersionContextArray{
&intersight.HclSupportedDriverNameVersionContextArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
InterestedMos: intersight.HclSupportedDriverNameVersionContextInterestedMoArray{
&intersight.HclSupportedDriverNameVersionContextInterestedMoArgs{
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.HclSupportedDriverNameVersionContextRefMoArray{
&intersight.HclSupportedDriverNameVersionContextRefMoArgs{
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 hclSupportedDriverNameResource = new HclSupportedDriverName("hclSupportedDriverNameResource", HclSupportedDriverNameArgs.builder()
.accountMoid("string")
.additionalProperties("string")
.ancestors(HclSupportedDriverNameAncestorArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.classId("string")
.createTime("string")
.domainGroupMoid("string")
.hclSupportedDriverNameId("string")
.modTime("string")
.moid("string")
.objectType("string")
.osVendor("string")
.osVersion("string")
.owners("string")
.parents(HclSupportedDriverNameParentArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.permissionResources(HclSupportedDriverNamePermissionResourceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.productLists(HclSupportedDriverNameProductListArgs.builder()
.additionalProperties("string")
.classId("string")
.driverNames("string")
.errorCode("string")
.firmwares(HclSupportedDriverNameProductListFirmwareArgs.builder()
.additionalProperties("string")
.classId("string")
.driverName("string")
.driverVersion("string")
.errorCode("string")
.firmwareVersion("string")
.id("string")
.latestDriver(false)
.latestFirmware(false)
.objectType("string")
.build())
.id("string")
.model("string")
.objectType("string")
.revision("string")
.type("string")
.vendor("string")
.build())
.sharedScope("string")
.tags(HclSupportedDriverNameTagArgs.builder()
.additionalProperties("string")
.key("string")
.value("string")
.build())
.versionContexts(HclSupportedDriverNameVersionContextArgs.builder()
.additionalProperties("string")
.classId("string")
.interestedMos(HclSupportedDriverNameVersionContextInterestedMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.markedForDeletion(false)
.nrVersion("string")
.objectType("string")
.refMos(HclSupportedDriverNameVersionContextRefMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.timestamp("string")
.versionType("string")
.build())
.build());
hcl_supported_driver_name_resource = intersight.HclSupportedDriverName("hclSupportedDriverNameResource",
account_moid="string",
additional_properties="string",
ancestors=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
class_id="string",
create_time="string",
domain_group_moid="string",
hcl_supported_driver_name_id="string",
mod_time="string",
moid="string",
object_type="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",
}],
product_lists=[{
"additional_properties": "string",
"class_id": "string",
"driver_names": ["string"],
"error_code": "string",
"firmwares": [{
"additional_properties": "string",
"class_id": "string",
"driver_name": "string",
"driver_version": "string",
"error_code": "string",
"firmware_version": "string",
"id": "string",
"latest_driver": False,
"latest_firmware": False,
"object_type": "string",
}],
"id": "string",
"model": "string",
"object_type": "string",
"revision": "string",
"type": "string",
"vendor": "string",
}],
shared_scope="string",
tags=[{
"additional_properties": "string",
"key": "string",
"value": "string",
}],
version_contexts=[{
"additional_properties": "string",
"class_id": "string",
"interested_mos": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"marked_for_deletion": False,
"nr_version": "string",
"object_type": "string",
"ref_mos": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"timestamp": "string",
"version_type": "string",
}])
const hclSupportedDriverNameResource = new intersight.HclSupportedDriverName("hclSupportedDriverNameResource", {
accountMoid: "string",
additionalProperties: "string",
ancestors: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
classId: "string",
createTime: "string",
domainGroupMoid: "string",
hclSupportedDriverNameId: "string",
modTime: "string",
moid: "string",
objectType: "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",
}],
productLists: [{
additionalProperties: "string",
classId: "string",
driverNames: ["string"],
errorCode: "string",
firmwares: [{
additionalProperties: "string",
classId: "string",
driverName: "string",
driverVersion: "string",
errorCode: "string",
firmwareVersion: "string",
id: "string",
latestDriver: false,
latestFirmware: false,
objectType: "string",
}],
id: "string",
model: "string",
objectType: "string",
revision: "string",
type: "string",
vendor: "string",
}],
sharedScope: "string",
tags: [{
additionalProperties: "string",
key: "string",
value: "string",
}],
versionContexts: [{
additionalProperties: "string",
classId: "string",
interestedMos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
markedForDeletion: false,
nrVersion: "string",
objectType: "string",
refMos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
timestamp: "string",
versionType: "string",
}],
});
type: intersight:HclSupportedDriverName
properties:
accountMoid: string
additionalProperties: string
ancestors:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
classId: string
createTime: string
domainGroupMoid: string
hclSupportedDriverNameId: string
modTime: string
moid: string
objectType: 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
productLists:
- additionalProperties: string
classId: string
driverNames:
- string
errorCode: string
firmwares:
- additionalProperties: string
classId: string
driverName: string
driverVersion: string
errorCode: string
firmwareVersion: string
id: string
latestDriver: false
latestFirmware: false
objectType: string
id: string
model: string
objectType: string
revision: string
type: string
vendor: string
sharedScope: string
tags:
- additionalProperties: string
key: string
value: string
versionContexts:
- additionalProperties: string
classId: string
interestedMos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
markedForDeletion: false
nrVersion: string
objectType: string
refMos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
timestamp: string
versionType: string
HclSupportedDriverName 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 HclSupportedDriverName resource accepts the following input properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Hcl
Supported Driver Name 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.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Hcl
Supported stringDriver Name Id - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Os
Vendor string - Vendor distributing the Operating System.
- Os
Version string - Version of the Operating System.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Hcl
Supported Driver Name 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<HclSupported Driver Name Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Product
Lists List<HclSupported Driver Name Product List> - This complex property has following sub-properties:
- 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<Hcl
Supported Driver Name Tag> - This complex property has following sub-properties:
- Version
Contexts List<HclSupported Driver Name 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.
- Additional
Properties string - Ancestors
[]Hcl
Supported Driver Name 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.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Hcl
Supported stringDriver Name Id - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Os
Vendor string - Vendor distributing the Operating System.
- Os
Version string - Version of the Operating System.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Hcl
Supported Driver Name 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 []HclSupported Driver Name Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Product
Lists []HclSupported Driver Name Product List Args - This complex property has following sub-properties:
- 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.
- []Hcl
Supported Driver Name Tag Args - This complex property has following sub-properties:
- Version
Contexts []HclSupported Driver Name 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.
- additional
Properties String - ancestors
List<Hcl
Supported Driver Name 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.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- hcl
Supported StringDriver Name Id - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- os
Vendor String - Vendor distributing the Operating System.
- os
Version String - Version of the Operating System.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Hcl
Supported Driver Name 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<HclSupported Driver Name Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- product
Lists List<HclSupported Driver Name Product List> - This complex property has following sub-properties:
- 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<Hcl
Supported Driver Name Tag> - This complex property has following sub-properties:
- version
Contexts List<HclSupported Driver Name 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.
- additional
Properties string - ancestors
Hcl
Supported Driver Name 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.
- create
Time string - (ReadOnly) The time when this managed object was created.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- hcl
Supported stringDriver Name Id - mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- os
Vendor string - Vendor distributing the Operating System.
- os
Version string - Version of the Operating System.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Hcl
Supported Driver Name 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 HclSupported Driver Name Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- product
Lists HclSupported Driver Name Product List[] - This complex property has following sub-properties:
- 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.
- Hcl
Supported Driver Name Tag[] - This complex property has following sub-properties:
- version
Contexts HclSupported Driver Name 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.
- additional_
properties str - ancestors
Sequence[Hcl
Supported Driver Name 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.
- create_
time str - (ReadOnly) The time when this managed object was created.
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- hcl_
supported_ strdriver_ name_ id - mod_
time str - (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- os_
vendor str - Vendor distributing the Operating System.
- os_
version str - Version of the Operating System.
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Hcl
Supported Driver Name 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[HclSupported Driver Name Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- product_
lists Sequence[HclSupported Driver Name Product List Args] - This complex property has following sub-properties:
- 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[Hcl
Supported Driver Name Tag Args] - This complex property has following sub-properties:
- version_
contexts Sequence[HclSupported Driver Name 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.
- 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.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- hcl
Supported StringDriver Name Id - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- os
Vendor String - Vendor distributing the Operating System.
- os
Version String - Version of the Operating System.
- 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:
- product
Lists List<Property Map> - This complex property has following sub-properties:
- 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 HclSupportedDriverName 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 HclSupportedDriverName Resource
Get an existing HclSupportedDriverName 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?: HclSupportedDriverNameState, opts?: CustomResourceOptions): HclSupportedDriverName
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[HclSupportedDriverNameAncestorArgs]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
domain_group_moid: Optional[str] = None,
hcl_supported_driver_name_id: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
object_type: Optional[str] = None,
os_vendor: Optional[str] = None,
os_version: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[HclSupportedDriverNameParentArgs]] = None,
permission_resources: Optional[Sequence[HclSupportedDriverNamePermissionResourceArgs]] = None,
product_lists: Optional[Sequence[HclSupportedDriverNameProductListArgs]] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[HclSupportedDriverNameTagArgs]] = None,
version_contexts: Optional[Sequence[HclSupportedDriverNameVersionContextArgs]] = None) -> HclSupportedDriverName
func GetHclSupportedDriverName(ctx *Context, name string, id IDInput, state *HclSupportedDriverNameState, opts ...ResourceOption) (*HclSupportedDriverName, error)
public static HclSupportedDriverName Get(string name, Input<string> id, HclSupportedDriverNameState? state, CustomResourceOptions? opts = null)
public static HclSupportedDriverName get(String name, Output<String> id, HclSupportedDriverNameState state, CustomResourceOptions options)
resources: _: type: intersight:HclSupportedDriverName 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.
- Additional
Properties string - Ancestors
List<Hcl
Supported Driver Name 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.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Hcl
Supported stringDriver Name Id - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Os
Vendor string - Vendor distributing the Operating System.
- Os
Version string - Version of the Operating System.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Hcl
Supported Driver Name 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<HclSupported Driver Name Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Product
Lists List<HclSupported Driver Name Product List> - This complex property has following sub-properties:
- 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<Hcl
Supported Driver Name Tag> - This complex property has following sub-properties:
- Version
Contexts List<HclSupported Driver Name 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.
- Additional
Properties string - Ancestors
[]Hcl
Supported Driver Name 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.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Hcl
Supported stringDriver Name Id - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Os
Vendor string - Vendor distributing the Operating System.
- Os
Version string - Version of the Operating System.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Hcl
Supported Driver Name 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 []HclSupported Driver Name Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Product
Lists []HclSupported Driver Name Product List Args - This complex property has following sub-properties:
- 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.
- []Hcl
Supported Driver Name Tag Args - This complex property has following sub-properties:
- Version
Contexts []HclSupported Driver Name 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.
- additional
Properties String - ancestors
List<Hcl
Supported Driver Name 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.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- hcl
Supported StringDriver Name Id - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- os
Vendor String - Vendor distributing the Operating System.
- os
Version String - Version of the Operating System.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Hcl
Supported Driver Name 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<HclSupported Driver Name Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- product
Lists List<HclSupported Driver Name Product List> - This complex property has following sub-properties:
- 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<Hcl
Supported Driver Name Tag> - This complex property has following sub-properties:
- version
Contexts List<HclSupported Driver Name 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.
- additional
Properties string - ancestors
Hcl
Supported Driver Name 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.
- create
Time string - (ReadOnly) The time when this managed object was created.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- hcl
Supported stringDriver Name Id - mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- os
Vendor string - Vendor distributing the Operating System.
- os
Version string - Version of the Operating System.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Hcl
Supported Driver Name 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 HclSupported Driver Name Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- product
Lists HclSupported Driver Name Product List[] - This complex property has following sub-properties:
- 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.
- Hcl
Supported Driver Name Tag[] - This complex property has following sub-properties:
- version
Contexts HclSupported Driver Name 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.
- additional_
properties str - ancestors
Sequence[Hcl
Supported Driver Name 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.
- create_
time str - (ReadOnly) The time when this managed object was created.
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- hcl_
supported_ strdriver_ name_ id - mod_
time str - (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- os_
vendor str - Vendor distributing the Operating System.
- os_
version str - Version of the Operating System.
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Hcl
Supported Driver Name 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[HclSupported Driver Name Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- product_
lists Sequence[HclSupported Driver Name Product List Args] - This complex property has following sub-properties:
- 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[Hcl
Supported Driver Name Tag Args] - This complex property has following sub-properties:
- version_
contexts Sequence[HclSupported Driver Name 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.
- 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.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- hcl
Supported StringDriver Name Id - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- os
Vendor String - Vendor distributing the Operating System.
- os
Version String - Version of the Operating System.
- 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:
- product
Lists List<Property Map> - This complex property has following sub-properties:
- 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
HclSupportedDriverNameAncestor, HclSupportedDriverNameAncestorArgs
- 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'.
HclSupportedDriverNameParent, HclSupportedDriverNameParentArgs
- 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'.
HclSupportedDriverNamePermissionResource, HclSupportedDriverNamePermissionResourceArgs
- 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'.
HclSupportedDriverNameProductList, HclSupportedDriverNameProductListArgs
- Additional
Properties string - Class
Id string - Driver
Names List<string> - (Array of schema.TypeString) -
- Error
Code string - (ReadOnly) Error code indicating the support status.*
Success
- The input combination is valid.*Unknown
- Unknown API request to the service.*UnknownServer
- An invalid server model is given API requests or the server model is not present in the HCL database.*InvalidUcsVersion
- UCS Version is not in expected format.*ProcessorNotSupported
- Processor is not supported with the given Server or the Processor does not exist in the HCL database.*OSNotSupported
- OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.*OSUnknown
- OS vendor or version is not known as per the HCL database.*UCSVersionNotSupported
- UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.*UcsVersionServerOSCombinationNotSupported
- Combination of UCS version, server (model and processor) and os version is not supported.*ProductUnknown
- Product is not known as per the HCL database.*ProductNotSupported
- Product is not supported in the given UCS version, server (model and processor) and operating system version.*DriverNameNotSupported
- Driver protocol or name is not supported for the given product.*FirmwareVersionNotSupported
- Firmware version not supported for the component and the server, operating system combination.*DriverVersionNotSupported
- Driver version not supported for the component and the server, operating system combination.*FirmwareVersionDriverVersionCombinationNotSupported
- Both Firmware and Driver versions are not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverVersionNotSupported
- Firmware and Driver version combination not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverNameNotSupported
- Firmware Version and Driver name or not supported with the component and the server, operating system combination.*InternalError
- API requests to the service have either failed or timed out.*MarshallingError
- Error in JSON marshalling.*Exempted
- An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes. - Firmwares
List<Hcl
Supported Driver Name Product List Firmware> - This complex property has following sub-properties:
- Id string
- Identifier of the product.
- Model string
- Model/PID of the product/adapter.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Revision string
- Revision of the adapter model.
- Type string
- Type of the product/adapter say OCP, PT, GPU.* `` - Default type of the Product.*
Adapter
- Represents network adapter cards.*StorageController
- Represents storage controllers.*GPU
- Represents graphics cards. - Vendor string
- Vendor of the product or adapter.
- Additional
Properties string - Class
Id string - Driver
Names []string - (Array of schema.TypeString) -
- Error
Code string - (ReadOnly) Error code indicating the support status.*
Success
- The input combination is valid.*Unknown
- Unknown API request to the service.*UnknownServer
- An invalid server model is given API requests or the server model is not present in the HCL database.*InvalidUcsVersion
- UCS Version is not in expected format.*ProcessorNotSupported
- Processor is not supported with the given Server or the Processor does not exist in the HCL database.*OSNotSupported
- OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.*OSUnknown
- OS vendor or version is not known as per the HCL database.*UCSVersionNotSupported
- UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.*UcsVersionServerOSCombinationNotSupported
- Combination of UCS version, server (model and processor) and os version is not supported.*ProductUnknown
- Product is not known as per the HCL database.*ProductNotSupported
- Product is not supported in the given UCS version, server (model and processor) and operating system version.*DriverNameNotSupported
- Driver protocol or name is not supported for the given product.*FirmwareVersionNotSupported
- Firmware version not supported for the component and the server, operating system combination.*DriverVersionNotSupported
- Driver version not supported for the component and the server, operating system combination.*FirmwareVersionDriverVersionCombinationNotSupported
- Both Firmware and Driver versions are not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverVersionNotSupported
- Firmware and Driver version combination not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverNameNotSupported
- Firmware Version and Driver name or not supported with the component and the server, operating system combination.*InternalError
- API requests to the service have either failed or timed out.*MarshallingError
- Error in JSON marshalling.*Exempted
- An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes. - Firmwares
[]Hcl
Supported Driver Name Product List Firmware - This complex property has following sub-properties:
- Id string
- Identifier of the product.
- Model string
- Model/PID of the product/adapter.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Revision string
- Revision of the adapter model.
- Type string
- Type of the product/adapter say OCP, PT, GPU.* `` - Default type of the Product.*
Adapter
- Represents network adapter cards.*StorageController
- Represents storage controllers.*GPU
- Represents graphics cards. - Vendor string
- Vendor of the product or adapter.
- additional
Properties String - class
Id String - driver
Names List<String> - (Array of schema.TypeString) -
- error
Code String - (ReadOnly) Error code indicating the support status.*
Success
- The input combination is valid.*Unknown
- Unknown API request to the service.*UnknownServer
- An invalid server model is given API requests or the server model is not present in the HCL database.*InvalidUcsVersion
- UCS Version is not in expected format.*ProcessorNotSupported
- Processor is not supported with the given Server or the Processor does not exist in the HCL database.*OSNotSupported
- OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.*OSUnknown
- OS vendor or version is not known as per the HCL database.*UCSVersionNotSupported
- UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.*UcsVersionServerOSCombinationNotSupported
- Combination of UCS version, server (model and processor) and os version is not supported.*ProductUnknown
- Product is not known as per the HCL database.*ProductNotSupported
- Product is not supported in the given UCS version, server (model and processor) and operating system version.*DriverNameNotSupported
- Driver protocol or name is not supported for the given product.*FirmwareVersionNotSupported
- Firmware version not supported for the component and the server, operating system combination.*DriverVersionNotSupported
- Driver version not supported for the component and the server, operating system combination.*FirmwareVersionDriverVersionCombinationNotSupported
- Both Firmware and Driver versions are not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverVersionNotSupported
- Firmware and Driver version combination not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverNameNotSupported
- Firmware Version and Driver name or not supported with the component and the server, operating system combination.*InternalError
- API requests to the service have either failed or timed out.*MarshallingError
- Error in JSON marshalling.*Exempted
- An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes. - firmwares
List<Hcl
Supported Driver Name Product List Firmware> - This complex property has following sub-properties:
- id String
- Identifier of the product.
- model String
- Model/PID of the product/adapter.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- revision String
- Revision of the adapter model.
- type String
- Type of the product/adapter say OCP, PT, GPU.* `` - Default type of the Product.*
Adapter
- Represents network adapter cards.*StorageController
- Represents storage controllers.*GPU
- Represents graphics cards. - vendor String
- Vendor of the product or adapter.
- additional
Properties string - class
Id string - driver
Names string[] - (Array of schema.TypeString) -
- error
Code string - (ReadOnly) Error code indicating the support status.*
Success
- The input combination is valid.*Unknown
- Unknown API request to the service.*UnknownServer
- An invalid server model is given API requests or the server model is not present in the HCL database.*InvalidUcsVersion
- UCS Version is not in expected format.*ProcessorNotSupported
- Processor is not supported with the given Server or the Processor does not exist in the HCL database.*OSNotSupported
- OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.*OSUnknown
- OS vendor or version is not known as per the HCL database.*UCSVersionNotSupported
- UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.*UcsVersionServerOSCombinationNotSupported
- Combination of UCS version, server (model and processor) and os version is not supported.*ProductUnknown
- Product is not known as per the HCL database.*ProductNotSupported
- Product is not supported in the given UCS version, server (model and processor) and operating system version.*DriverNameNotSupported
- Driver protocol or name is not supported for the given product.*FirmwareVersionNotSupported
- Firmware version not supported for the component and the server, operating system combination.*DriverVersionNotSupported
- Driver version not supported for the component and the server, operating system combination.*FirmwareVersionDriverVersionCombinationNotSupported
- Both Firmware and Driver versions are not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverVersionNotSupported
- Firmware and Driver version combination not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverNameNotSupported
- Firmware Version and Driver name or not supported with the component and the server, operating system combination.*InternalError
- API requests to the service have either failed or timed out.*MarshallingError
- Error in JSON marshalling.*Exempted
- An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes. - firmwares
Hcl
Supported Driver Name Product List Firmware[] - This complex property has following sub-properties:
- id string
- Identifier of the product.
- model string
- Model/PID of the product/adapter.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- revision string
- Revision of the adapter model.
- type string
- Type of the product/adapter say OCP, PT, GPU.* `` - Default type of the Product.*
Adapter
- Represents network adapter cards.*StorageController
- Represents storage controllers.*GPU
- Represents graphics cards. - vendor string
- Vendor of the product or adapter.
- additional_
properties str - class_
id str - driver_
names Sequence[str] - (Array of schema.TypeString) -
- error_
code str - (ReadOnly) Error code indicating the support status.*
Success
- The input combination is valid.*Unknown
- Unknown API request to the service.*UnknownServer
- An invalid server model is given API requests or the server model is not present in the HCL database.*InvalidUcsVersion
- UCS Version is not in expected format.*ProcessorNotSupported
- Processor is not supported with the given Server or the Processor does not exist in the HCL database.*OSNotSupported
- OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.*OSUnknown
- OS vendor or version is not known as per the HCL database.*UCSVersionNotSupported
- UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.*UcsVersionServerOSCombinationNotSupported
- Combination of UCS version, server (model and processor) and os version is not supported.*ProductUnknown
- Product is not known as per the HCL database.*ProductNotSupported
- Product is not supported in the given UCS version, server (model and processor) and operating system version.*DriverNameNotSupported
- Driver protocol or name is not supported for the given product.*FirmwareVersionNotSupported
- Firmware version not supported for the component and the server, operating system combination.*DriverVersionNotSupported
- Driver version not supported for the component and the server, operating system combination.*FirmwareVersionDriverVersionCombinationNotSupported
- Both Firmware and Driver versions are not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverVersionNotSupported
- Firmware and Driver version combination not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverNameNotSupported
- Firmware Version and Driver name or not supported with the component and the server, operating system combination.*InternalError
- API requests to the service have either failed or timed out.*MarshallingError
- Error in JSON marshalling.*Exempted
- An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes. - firmwares
Sequence[Hcl
Supported Driver Name Product List Firmware] - This complex property has following sub-properties:
- id str
- Identifier of the product.
- model str
- Model/PID of the product/adapter.
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- revision str
- Revision of the adapter model.
- type str
- Type of the product/adapter say OCP, PT, GPU.* `` - Default type of the Product.*
Adapter
- Represents network adapter cards.*StorageController
- Represents storage controllers.*GPU
- Represents graphics cards. - vendor str
- Vendor of the product or adapter.
- additional
Properties String - class
Id String - driver
Names List<String> - (Array of schema.TypeString) -
- error
Code String - (ReadOnly) Error code indicating the support status.*
Success
- The input combination is valid.*Unknown
- Unknown API request to the service.*UnknownServer
- An invalid server model is given API requests or the server model is not present in the HCL database.*InvalidUcsVersion
- UCS Version is not in expected format.*ProcessorNotSupported
- Processor is not supported with the given Server or the Processor does not exist in the HCL database.*OSNotSupported
- OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.*OSUnknown
- OS vendor or version is not known as per the HCL database.*UCSVersionNotSupported
- UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.*UcsVersionServerOSCombinationNotSupported
- Combination of UCS version, server (model and processor) and os version is not supported.*ProductUnknown
- Product is not known as per the HCL database.*ProductNotSupported
- Product is not supported in the given UCS version, server (model and processor) and operating system version.*DriverNameNotSupported
- Driver protocol or name is not supported for the given product.*FirmwareVersionNotSupported
- Firmware version not supported for the component and the server, operating system combination.*DriverVersionNotSupported
- Driver version not supported for the component and the server, operating system combination.*FirmwareVersionDriverVersionCombinationNotSupported
- Both Firmware and Driver versions are not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverVersionNotSupported
- Firmware and Driver version combination not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverNameNotSupported
- Firmware Version and Driver name or not supported with the component and the server, operating system combination.*InternalError
- API requests to the service have either failed or timed out.*MarshallingError
- Error in JSON marshalling.*Exempted
- An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes. - firmwares List<Property Map>
- This complex property has following sub-properties:
- id String
- Identifier of the product.
- model String
- Model/PID of the product/adapter.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- revision String
- Revision of the adapter model.
- type String
- Type of the product/adapter say OCP, PT, GPU.* `` - Default type of the Product.*
Adapter
- Represents network adapter cards.*StorageController
- Represents storage controllers.*GPU
- Represents graphics cards. - vendor String
- Vendor of the product or adapter.
HclSupportedDriverNameProductListFirmware, HclSupportedDriverNameProductListFirmwareArgs
- Additional
Properties string - Class
Id string - Driver
Name string - Protocol for which the driver is provided. E.g. enic, fnic, lsi_mr3.
- Driver
Version string - Version of the Driver supported.
- Error
Code string - (ReadOnly) Error code for the support status.*
Success
- The input combination is valid.*Unknown
- Unknown API request to the service.*UnknownServer
- An invalid server model is given API requests or the server model is not present in the HCL database.*InvalidUcsVersion
- UCS Version is not in expected format.*ProcessorNotSupported
- Processor is not supported with the given Server or the Processor does not exist in the HCL database.*OSNotSupported
- OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.*OSUnknown
- OS vendor or version is not known as per the HCL database.*UCSVersionNotSupported
- UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.*UcsVersionServerOSCombinationNotSupported
- Combination of UCS version, server (model and processor) and os version is not supported.*ProductUnknown
- Product is not known as per the HCL database.*ProductNotSupported
- Product is not supported in the given UCS version, server (model and processor) and operating system version.*DriverNameNotSupported
- Driver protocol or name is not supported for the given product.*FirmwareVersionNotSupported
- Firmware version not supported for the component and the server, operating system combination.*DriverVersionNotSupported
- Driver version not supported for the component and the server, operating system combination.*FirmwareVersionDriverVersionCombinationNotSupported
- Both Firmware and Driver versions are not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverVersionNotSupported
- Firmware and Driver version combination not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverNameNotSupported
- Firmware Version and Driver name or not supported with the component and the server, operating system combination.*InternalError
- API requests to the service have either failed or timed out.*MarshallingError
- Error in JSON marshalling.*Exempted
- An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes. - Firmware
Version string - Firmware version of the product/adapter supported.
- Id string
- Identifier of the firmware.
- Latest
Driver bool - (ReadOnly) True if the driver is latest recommended driver.
- Latest
Firmware bool - (ReadOnly) True if the firmware is latest recommended firmware.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - Driver
Name string - Protocol for which the driver is provided. E.g. enic, fnic, lsi_mr3.
- Driver
Version string - Version of the Driver supported.
- Error
Code string - (ReadOnly) Error code for the support status.*
Success
- The input combination is valid.*Unknown
- Unknown API request to the service.*UnknownServer
- An invalid server model is given API requests or the server model is not present in the HCL database.*InvalidUcsVersion
- UCS Version is not in expected format.*ProcessorNotSupported
- Processor is not supported with the given Server or the Processor does not exist in the HCL database.*OSNotSupported
- OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.*OSUnknown
- OS vendor or version is not known as per the HCL database.*UCSVersionNotSupported
- UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.*UcsVersionServerOSCombinationNotSupported
- Combination of UCS version, server (model and processor) and os version is not supported.*ProductUnknown
- Product is not known as per the HCL database.*ProductNotSupported
- Product is not supported in the given UCS version, server (model and processor) and operating system version.*DriverNameNotSupported
- Driver protocol or name is not supported for the given product.*FirmwareVersionNotSupported
- Firmware version not supported for the component and the server, operating system combination.*DriverVersionNotSupported
- Driver version not supported for the component and the server, operating system combination.*FirmwareVersionDriverVersionCombinationNotSupported
- Both Firmware and Driver versions are not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverVersionNotSupported
- Firmware and Driver version combination not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverNameNotSupported
- Firmware Version and Driver name or not supported with the component and the server, operating system combination.*InternalError
- API requests to the service have either failed or timed out.*MarshallingError
- Error in JSON marshalling.*Exempted
- An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes. - Firmware
Version string - Firmware version of the product/adapter supported.
- Id string
- Identifier of the firmware.
- Latest
Driver bool - (ReadOnly) True if the driver is latest recommended driver.
- Latest
Firmware bool - (ReadOnly) True if the firmware is latest recommended firmware.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - driver
Name String - Protocol for which the driver is provided. E.g. enic, fnic, lsi_mr3.
- driver
Version String - Version of the Driver supported.
- error
Code String - (ReadOnly) Error code for the support status.*
Success
- The input combination is valid.*Unknown
- Unknown API request to the service.*UnknownServer
- An invalid server model is given API requests or the server model is not present in the HCL database.*InvalidUcsVersion
- UCS Version is not in expected format.*ProcessorNotSupported
- Processor is not supported with the given Server or the Processor does not exist in the HCL database.*OSNotSupported
- OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.*OSUnknown
- OS vendor or version is not known as per the HCL database.*UCSVersionNotSupported
- UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.*UcsVersionServerOSCombinationNotSupported
- Combination of UCS version, server (model and processor) and os version is not supported.*ProductUnknown
- Product is not known as per the HCL database.*ProductNotSupported
- Product is not supported in the given UCS version, server (model and processor) and operating system version.*DriverNameNotSupported
- Driver protocol or name is not supported for the given product.*FirmwareVersionNotSupported
- Firmware version not supported for the component and the server, operating system combination.*DriverVersionNotSupported
- Driver version not supported for the component and the server, operating system combination.*FirmwareVersionDriverVersionCombinationNotSupported
- Both Firmware and Driver versions are not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverVersionNotSupported
- Firmware and Driver version combination not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverNameNotSupported
- Firmware Version and Driver name or not supported with the component and the server, operating system combination.*InternalError
- API requests to the service have either failed or timed out.*MarshallingError
- Error in JSON marshalling.*Exempted
- An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes. - firmware
Version String - Firmware version of the product/adapter supported.
- id String
- Identifier of the firmware.
- latest
Driver Boolean - (ReadOnly) True if the driver is latest recommended driver.
- latest
Firmware Boolean - (ReadOnly) True if the firmware is latest recommended firmware.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - driver
Name string - Protocol for which the driver is provided. E.g. enic, fnic, lsi_mr3.
- driver
Version string - Version of the Driver supported.
- error
Code string - (ReadOnly) Error code for the support status.*
Success
- The input combination is valid.*Unknown
- Unknown API request to the service.*UnknownServer
- An invalid server model is given API requests or the server model is not present in the HCL database.*InvalidUcsVersion
- UCS Version is not in expected format.*ProcessorNotSupported
- Processor is not supported with the given Server or the Processor does not exist in the HCL database.*OSNotSupported
- OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.*OSUnknown
- OS vendor or version is not known as per the HCL database.*UCSVersionNotSupported
- UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.*UcsVersionServerOSCombinationNotSupported
- Combination of UCS version, server (model and processor) and os version is not supported.*ProductUnknown
- Product is not known as per the HCL database.*ProductNotSupported
- Product is not supported in the given UCS version, server (model and processor) and operating system version.*DriverNameNotSupported
- Driver protocol or name is not supported for the given product.*FirmwareVersionNotSupported
- Firmware version not supported for the component and the server, operating system combination.*DriverVersionNotSupported
- Driver version not supported for the component and the server, operating system combination.*FirmwareVersionDriverVersionCombinationNotSupported
- Both Firmware and Driver versions are not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverVersionNotSupported
- Firmware and Driver version combination not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverNameNotSupported
- Firmware Version and Driver name or not supported with the component and the server, operating system combination.*InternalError
- API requests to the service have either failed or timed out.*MarshallingError
- Error in JSON marshalling.*Exempted
- An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes. - firmware
Version string - Firmware version of the product/adapter supported.
- id string
- Identifier of the firmware.
- latest
Driver boolean - (ReadOnly) True if the driver is latest recommended driver.
- latest
Firmware boolean - (ReadOnly) True if the firmware is latest recommended firmware.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - driver_
name str - Protocol for which the driver is provided. E.g. enic, fnic, lsi_mr3.
- driver_
version str - Version of the Driver supported.
- error_
code str - (ReadOnly) Error code for the support status.*
Success
- The input combination is valid.*Unknown
- Unknown API request to the service.*UnknownServer
- An invalid server model is given API requests or the server model is not present in the HCL database.*InvalidUcsVersion
- UCS Version is not in expected format.*ProcessorNotSupported
- Processor is not supported with the given Server or the Processor does not exist in the HCL database.*OSNotSupported
- OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.*OSUnknown
- OS vendor or version is not known as per the HCL database.*UCSVersionNotSupported
- UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.*UcsVersionServerOSCombinationNotSupported
- Combination of UCS version, server (model and processor) and os version is not supported.*ProductUnknown
- Product is not known as per the HCL database.*ProductNotSupported
- Product is not supported in the given UCS version, server (model and processor) and operating system version.*DriverNameNotSupported
- Driver protocol or name is not supported for the given product.*FirmwareVersionNotSupported
- Firmware version not supported for the component and the server, operating system combination.*DriverVersionNotSupported
- Driver version not supported for the component and the server, operating system combination.*FirmwareVersionDriverVersionCombinationNotSupported
- Both Firmware and Driver versions are not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverVersionNotSupported
- Firmware and Driver version combination not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverNameNotSupported
- Firmware Version and Driver name or not supported with the component and the server, operating system combination.*InternalError
- API requests to the service have either failed or timed out.*MarshallingError
- Error in JSON marshalling.*Exempted
- An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes. - firmware_
version str - Firmware version of the product/adapter supported.
- id str
- Identifier of the firmware.
- latest_
driver bool - (ReadOnly) True if the driver is latest recommended driver.
- latest_
firmware bool - (ReadOnly) True if the firmware is latest recommended firmware.
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - driver
Name String - Protocol for which the driver is provided. E.g. enic, fnic, lsi_mr3.
- driver
Version String - Version of the Driver supported.
- error
Code String - (ReadOnly) Error code for the support status.*
Success
- The input combination is valid.*Unknown
- Unknown API request to the service.*UnknownServer
- An invalid server model is given API requests or the server model is not present in the HCL database.*InvalidUcsVersion
- UCS Version is not in expected format.*ProcessorNotSupported
- Processor is not supported with the given Server or the Processor does not exist in the HCL database.*OSNotSupported
- OS version is not supported with the given server, processor combination or OS information is not present in the HCL database.*OSUnknown
- OS vendor or version is not known as per the HCL database.*UCSVersionNotSupported
- UCS Version is not supported with the given server, processor and OS combination or the UCS version is not present in the HCL database.*UcsVersionServerOSCombinationNotSupported
- Combination of UCS version, server (model and processor) and os version is not supported.*ProductUnknown
- Product is not known as per the HCL database.*ProductNotSupported
- Product is not supported in the given UCS version, server (model and processor) and operating system version.*DriverNameNotSupported
- Driver protocol or name is not supported for the given product.*FirmwareVersionNotSupported
- Firmware version not supported for the component and the server, operating system combination.*DriverVersionNotSupported
- Driver version not supported for the component and the server, operating system combination.*FirmwareVersionDriverVersionCombinationNotSupported
- Both Firmware and Driver versions are not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverVersionNotSupported
- Firmware and Driver version combination not supported for the component and the server, operating system combination.*FirmwareVersionAndDriverNameNotSupported
- Firmware Version and Driver name or not supported with the component and the server, operating system combination.*InternalError
- API requests to the service have either failed or timed out.*MarshallingError
- Error in JSON marshalling.*Exempted
- An exempted error code means that the product is part of the exempted Catalog and should be ignored for HCL validation purposes. - firmware
Version String - Firmware version of the product/adapter supported.
- id String
- Identifier of the firmware.
- latest
Driver Boolean - (ReadOnly) True if the driver is latest recommended driver.
- latest
Firmware Boolean - (ReadOnly) True if the firmware is latest recommended firmware.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
HclSupportedDriverNameTag, HclSupportedDriverNameTagArgs
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
HclSupportedDriverNameVersionContext, HclSupportedDriverNameVersionContextArgs
- Additional
Properties string - Class
Id string - Interested
Mos List<HclSupported Driver Name 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<HclSupported Driver Name 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 []HclSupported Driver Name 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 []HclSupported Driver Name 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<HclSupported Driver Name 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<HclSupported Driver Name 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 HclSupported Driver Name 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 HclSupported Driver Name 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[HclSupported Driver Name 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[HclSupported Driver Name 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.
HclSupportedDriverNameVersionContextInterestedMo, HclSupportedDriverNameVersionContextInterestedMoArgs
- 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'.
HclSupportedDriverNameVersionContextRefMo, HclSupportedDriverNameVersionContextRefMoArgs
- 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_hcl_supported_driver_name
can be imported using the Moid of the object, e.g.
$ pulumi import intersight:index/hclSupportedDriverName:HclSupportedDriverName example 1234567890987654321abcde
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.