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:
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<HclSupported Driver Name Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- HclSupported stringDriver Name Id 
- ModTime string
- (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OsVendor string
- Vendor distributing the Operating System.
- OsVersion string
- Version of the Operating System.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<HclSupported 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:
- PermissionResources List<HclSupported Driver Name Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- ProductLists 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<HclSupported Driver Name Tag> 
- This complex property has following sub-properties:
- VersionContexts List<HclSupported Driver Name Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]HclSupported Driver Name Ancestor Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- HclSupported stringDriver Name Id 
- ModTime string
- (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OsVendor string
- Vendor distributing the Operating System.
- OsVersion string
- Version of the Operating System.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]HclSupported 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:
- PermissionResources []HclSupported Driver Name Permission Resource Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- ProductLists []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.
- 
[]HclSupported Driver Name Tag Args 
- This complex property has following sub-properties:
- VersionContexts []HclSupported Driver Name Version Context Args 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties String
- ancestors
List<HclSupported Driver Name Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime String
- (ReadOnly) The time when this managed object was created.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- hclSupported StringDriver Name Id 
- modTime String
- (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- osVendor String
- Vendor distributing the Operating System.
- osVersion String
- Version of the Operating System.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<HclSupported 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:
- permissionResources List<HclSupported Driver Name Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- productLists 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<HclSupported Driver Name Tag> 
- This complex property has following sub-properties:
- versionContexts List<HclSupported Driver Name Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid string
- (ReadOnly) The Account ID for this managed object.
- additionalProperties string
- ancestors
HclSupported Driver Name Ancestor[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime string
- (ReadOnly) The time when this managed object was created.
- domainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- hclSupported stringDriver Name Id 
- modTime string
- (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- osVendor string
- Vendor distributing the Operating System.
- osVersion string
- Version of the Operating System.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
HclSupported 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:
- permissionResources HclSupported Driver Name Permission Resource[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- productLists 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.
- 
HclSupported Driver Name Tag[] 
- This complex property has following sub-properties:
- versionContexts 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[HclSupported 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[HclSupported 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[HclSupported 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:
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime String
- (ReadOnly) The time when this managed object was created.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- hclSupported StringDriver Name Id 
- modTime String
- (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- osVendor String
- Vendor distributing the Operating System.
- osVersion 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:
- permissionResources List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- productLists 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:
- versionContexts List<Property Map>
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the 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) -> HclSupportedDriverNamefunc 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.
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<HclSupported Driver Name Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- HclSupported stringDriver Name Id 
- ModTime string
- (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OsVendor string
- Vendor distributing the Operating System.
- OsVersion string
- Version of the Operating System.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<HclSupported 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:
- PermissionResources List<HclSupported Driver Name Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- ProductLists 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<HclSupported Driver Name Tag> 
- This complex property has following sub-properties:
- VersionContexts List<HclSupported Driver Name Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]HclSupported Driver Name Ancestor Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- HclSupported stringDriver Name Id 
- ModTime string
- (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OsVendor string
- Vendor distributing the Operating System.
- OsVersion string
- Version of the Operating System.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]HclSupported 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:
- PermissionResources []HclSupported Driver Name Permission Resource Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- ProductLists []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.
- 
[]HclSupported Driver Name Tag Args 
- This complex property has following sub-properties:
- VersionContexts []HclSupported Driver Name Version Context Args 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties String
- ancestors
List<HclSupported Driver Name Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime String
- (ReadOnly) The time when this managed object was created.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- hclSupported StringDriver Name Id 
- modTime String
- (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- osVendor String
- Vendor distributing the Operating System.
- osVersion String
- Version of the Operating System.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<HclSupported 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:
- permissionResources List<HclSupported Driver Name Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- productLists 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<HclSupported Driver Name Tag> 
- This complex property has following sub-properties:
- versionContexts List<HclSupported Driver Name Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid string
- (ReadOnly) The Account ID for this managed object.
- additionalProperties string
- ancestors
HclSupported Driver Name Ancestor[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime string
- (ReadOnly) The time when this managed object was created.
- domainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- hclSupported stringDriver Name Id 
- modTime string
- (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- osVendor string
- Vendor distributing the Operating System.
- osVersion string
- Version of the Operating System.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
HclSupported 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:
- permissionResources HclSupported Driver Name Permission Resource[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- productLists 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.
- 
HclSupported Driver Name Tag[] 
- This complex property has following sub-properties:
- versionContexts 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[HclSupported 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[HclSupported 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[HclSupported 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:
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime String
- (ReadOnly) The time when this managed object was created.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- hclSupported StringDriver Name Id 
- modTime String
- (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- osVendor String
- Vendor distributing the Operating System.
- osVersion 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:
- permissionResources List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- productLists 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:
- versionContexts List<Property Map>
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
Supporting Types
HclSupportedDriverNameAncestor, HclSupportedDriverNameAncestorArgs          
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
HclSupportedDriverNameParent, HclSupportedDriverNameParentArgs          
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
HclSupportedDriverNamePermissionResource, HclSupportedDriverNamePermissionResourceArgs            
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
HclSupportedDriverNameProductList, HclSupportedDriverNameProductListArgs            
- AdditionalProperties string
- ClassId string
- DriverNames List<string>
- (Array of schema.TypeString) -
- ErrorCode 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<HclSupported 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.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Revision string
- Revision of the adapter model.
- Type string
- Type of the product/adapter say OCP, PT, GPU.* `` - Default type of the Product.* Adapter- Represents network adapter cards.*StorageController- Represents storage controllers.*GPU- Represents graphics cards.
- Vendor string
- Vendor of the product or adapter.
- AdditionalProperties string
- ClassId string
- DriverNames []string
- (Array of schema.TypeString) -
- ErrorCode string
- (ReadOnly) Error code 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
[]HclSupported 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.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Revision string
- Revision of the adapter model.
- Type string
- Type of the product/adapter say OCP, PT, GPU.* `` - Default type of the Product.* Adapter- Represents network adapter cards.*StorageController- Represents storage controllers.*GPU- Represents graphics cards.
- Vendor string
- Vendor of the product or adapter.
- additionalProperties String
- classId String
- driverNames List<String>
- (Array of schema.TypeString) -
- errorCode String
- (ReadOnly) Error code 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<HclSupported 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.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- revision String
- Revision of the adapter model.
- type String
- Type of the product/adapter say OCP, PT, GPU.* `` - Default type of the Product.* Adapter- Represents network adapter cards.*StorageController- Represents storage controllers.*GPU- Represents graphics cards.
- vendor String
- Vendor of the product or adapter.
- additionalProperties string
- classId string
- driverNames string[]
- (Array of schema.TypeString) -
- errorCode string
- (ReadOnly) Error code 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
HclSupported 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.
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- revision string
- Revision of the adapter model.
- type string
- Type of the product/adapter say OCP, PT, GPU.* `` - Default type of the Product.* Adapter- Represents network adapter cards.*StorageController- Represents storage controllers.*GPU- Represents graphics cards.
- vendor string
- Vendor of the product or adapter.
- additional_properties str
- class_id str
- driver_names Sequence[str]
- (Array of schema.TypeString) -
- error_code str
- (ReadOnly) Error code 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[HclSupported 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.
- additionalProperties String
- classId String
- driverNames List<String>
- (Array of schema.TypeString) -
- errorCode 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.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- revision String
- Revision of the adapter model.
- type String
- Type of the product/adapter say OCP, PT, GPU.* `` - Default type of the Product.* Adapter- Represents network adapter cards.*StorageController- Represents storage controllers.*GPU- Represents graphics cards.
- vendor String
- Vendor of the product or adapter.
HclSupportedDriverNameProductListFirmware, HclSupportedDriverNameProductListFirmwareArgs              
- AdditionalProperties string
- ClassId string
- DriverName string
- Protocol for which the driver is provided. E.g. enic, fnic, lsi_mr3.
- DriverVersion string
- Version of the Driver supported.
- ErrorCode string
- (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.
- FirmwareVersion string
- Firmware version of the product/adapter supported.
- Id string
- Identifier of the firmware.
- LatestDriver bool
- (ReadOnly) True if the driver is latest recommended driver.
- LatestFirmware bool
- (ReadOnly) True if the firmware is latest recommended firmware.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- DriverName string
- Protocol for which the driver is provided. E.g. enic, fnic, lsi_mr3.
- DriverVersion string
- Version of the Driver supported.
- ErrorCode string
- (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.
- FirmwareVersion string
- Firmware version of the product/adapter supported.
- Id string
- Identifier of the firmware.
- LatestDriver bool
- (ReadOnly) True if the driver is latest recommended driver.
- LatestFirmware bool
- (ReadOnly) True if the firmware is latest recommended firmware.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- driverName String
- Protocol for which the driver is provided. E.g. enic, fnic, lsi_mr3.
- driverVersion String
- Version of the Driver supported.
- errorCode String
- (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.
- firmwareVersion String
- Firmware version of the product/adapter supported.
- id String
- Identifier of the firmware.
- latestDriver Boolean
- (ReadOnly) True if the driver is latest recommended driver.
- latestFirmware Boolean
- (ReadOnly) True if the firmware is latest recommended firmware.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- driverName string
- Protocol for which the driver is provided. E.g. enic, fnic, lsi_mr3.
- driverVersion string
- Version of the Driver supported.
- errorCode string
- (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.
- firmwareVersion string
- Firmware version of the product/adapter supported.
- id string
- Identifier of the firmware.
- latestDriver boolean
- (ReadOnly) True if the driver is latest recommended driver.
- latestFirmware boolean
- (ReadOnly) True if the firmware is latest recommended firmware.
- objectType 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.
- additionalProperties String
- classId String
- driverName String
- Protocol for which the driver is provided. E.g. enic, fnic, lsi_mr3.
- driverVersion String
- Version of the Driver supported.
- errorCode String
- (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.
- firmwareVersion String
- Firmware version of the product/adapter supported.
- id String
- Identifier of the firmware.
- latestDriver Boolean
- (ReadOnly) True if the driver is latest recommended driver.
- latestFirmware Boolean
- (ReadOnly) True if the firmware is latest recommended firmware.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
HclSupportedDriverNameTag, HclSupportedDriverNameTagArgs          
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
HclSupportedDriverNameVersionContext, HclSupportedDriverNameVersionContextArgs            
- AdditionalProperties string
- ClassId string
- InterestedMos List<HclSupported Driver Name Version Context Interested Mo> 
- This complex property has following sub-properties:
- MarkedFor 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.
- NrVersion string
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- RefMos List<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.
- VersionType string
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- AdditionalProperties string
- ClassId string
- InterestedMos []HclSupported Driver Name Version Context Interested Mo 
- This complex property has following sub-properties:
- MarkedFor 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.
- NrVersion string
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- RefMos []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.
- VersionType string
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additionalProperties String
- classId String
- interestedMos List<HclSupported Driver Name Version Context Interested Mo> 
- This complex property has following sub-properties:
- markedFor 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.
- nrVersion String
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- refMos List<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.
- versionType String
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additionalProperties string
- classId string
- interestedMos HclSupported Driver Name Version Context Interested Mo[] 
- This complex property has following sub-properties:
- markedFor 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.
- nrVersion string
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- refMos 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.
- versionType string
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additional_properties str
- class_id str
- interested_mos Sequence[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.
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- This complex property has following sub-properties:
- markedFor 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.
- nrVersion String
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- refMos List<Property Map>
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- versionType String
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
HclSupportedDriverNameVersionContextInterestedMo, HclSupportedDriverNameVersionContextInterestedMoArgs                
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
HclSupportedDriverNameVersionContextRefMo, HclSupportedDriverNameVersionContextRefMoArgs                
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- AdditionalProperties string
- ClassId string
- Moid string
- The Moid of the referenced REST resource.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties string
- classId string
- moid string
- The Moid of the referenced REST resource.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_properties str
- class_id str
- moid str
- The Moid of the referenced REST resource.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additionalProperties String
- classId String
- moid String
- The Moid of the referenced REST resource.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
Import
intersight_hcl_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 intersightTerraform Provider.