1. Packages
  2. Intersight Provider
  3. API Docs
  4. OsValidInstallTarget
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.OsValidInstallTarget

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    ValidInstallTarget is used to fetch all the valid Install targets for the servers. The List of Install targets includes Physical Disks and Virtual Drives.

    Allowed Types in AdditionalProperties

    os.PhysicalDiskResponse

    Physical Disk target entry for the UI.

    • bootable:(string) Bootable field of the Physical Drive target.
    • name:(string) The Physical Disk Name to be used as Install Target.
    • serial_number:(string) Serial Number of the Physical Disk Target.
    • storage_controller_slot_id:(string) The Storage Controller associated to the physical disk.

    os.VirtualDriveResponse

    Virtual Drive target entry for the UI.

    • bootable:(string) Bootable field of the Virtual Drive target.
    • id:(string) Virtual Drive ID to be used as Install Target.
    • name:(string) The Virtual Drive Name to be used as Install Target.
    • storage_controller_slot_id:(string) The Storage Controller associated to the virtual drive.

    Create OsValidInstallTarget Resource

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

    Constructor syntax

    new OsValidInstallTarget(name: string, args?: OsValidInstallTargetArgs, opts?: CustomResourceOptions);
    @overload
    def OsValidInstallTarget(resource_name: str,
                             args: Optional[OsValidInstallTargetArgs] = None,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def OsValidInstallTarget(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             account_moid: Optional[str] = None,
                             additional_properties: Optional[str] = None,
                             ancestors: Optional[Sequence[OsValidInstallTargetAncestorArgs]] = None,
                             class_id: Optional[str] = None,
                             create_time: Optional[str] = None,
                             domain_group_moid: Optional[str] = None,
                             e3s_nvmes: Optional[Sequence[OsValidInstallTargetE3sNvmeArgs]] = None,
                             error: Optional[str] = None,
                             install_targets: Optional[Sequence[OsValidInstallTargetInstallTargetArgs]] = None,
                             m2_jbods: Optional[Sequence[OsValidInstallTargetM2JbodArgs]] = None,
                             m2_nvme_raid_jbods: Optional[Sequence[OsValidInstallTargetM2NvmeRaidJbodArgs]] = None,
                             m2_nvme_raid_virtual_drives: Optional[Sequence[OsValidInstallTargetM2NvmeRaidVirtualDrifeArgs]] = None,
                             m2_virtual_drives: Optional[Sequence[OsValidInstallTargetM2VirtualDrifeArgs]] = None,
                             mod_time: Optional[str] = None,
                             moid: Optional[str] = None,
                             mraid_jbods: Optional[Sequence[OsValidInstallTargetMraidJbodArgs]] = None,
                             mraid_virtual_drives: Optional[Sequence[OsValidInstallTargetMraidVirtualDrifeArgs]] = None,
                             mstor_nvmes: Optional[Sequence[OsValidInstallTargetMstorNvmeArgs]] = None,
                             object_type: Optional[str] = None,
                             os_valid_install_target_id: Optional[str] = None,
                             owners: Optional[Sequence[str]] = None,
                             parents: Optional[Sequence[OsValidInstallTargetParentArgs]] = None,
                             permission_resources: Optional[Sequence[OsValidInstallTargetPermissionResourceArgs]] = None,
                             servers: Optional[Sequence[OsValidInstallTargetServerArgs]] = None,
                             shared_scope: Optional[str] = None,
                             src: Optional[str] = None,
                             tags: Optional[Sequence[OsValidInstallTargetTagArgs]] = None,
                             u2_nvmes: Optional[Sequence[OsValidInstallTargetU2NvmeArgs]] = None,
                             version_contexts: Optional[Sequence[OsValidInstallTargetVersionContextArgs]] = None)
    func NewOsValidInstallTarget(ctx *Context, name string, args *OsValidInstallTargetArgs, opts ...ResourceOption) (*OsValidInstallTarget, error)
    public OsValidInstallTarget(string name, OsValidInstallTargetArgs? args = null, CustomResourceOptions? opts = null)
    public OsValidInstallTarget(String name, OsValidInstallTargetArgs args)
    public OsValidInstallTarget(String name, OsValidInstallTargetArgs args, CustomResourceOptions options)
    
    type: intersight:OsValidInstallTarget
    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 OsValidInstallTargetArgs
    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 OsValidInstallTargetArgs
    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 OsValidInstallTargetArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args OsValidInstallTargetArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args OsValidInstallTargetArgs
    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 osValidInstallTargetResource = new Intersight.OsValidInstallTarget("osValidInstallTargetResource", new()
    {
        AccountMoid = "string",
        AdditionalProperties = "string",
        Ancestors = new[]
        {
            new Intersight.Inputs.OsValidInstallTargetAncestorArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        ClassId = "string",
        CreateTime = "string",
        DomainGroupMoid = "string",
        E3sNvmes = new[]
        {
            new Intersight.Inputs.OsValidInstallTargetE3sNvmeArgs
            {
                AdditionalProperties = "string",
                Bootable = "string",
                ClassId = "string",
                Name = "string",
                ObjectType = "string",
                SerialNumber = "string",
                SourceMos = new[]
                {
                    new Intersight.Inputs.OsValidInstallTargetE3sNvmeSourceMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                StorageControllerSlotId = "string",
            },
        },
        Error = "string",
        InstallTargets = new[]
        {
            new Intersight.Inputs.OsValidInstallTargetInstallTargetArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                ObjectType = "string",
                SourceMos = new[]
                {
                    new Intersight.Inputs.OsValidInstallTargetInstallTargetSourceMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
            },
        },
        M2Jbods = new[]
        {
            new Intersight.Inputs.OsValidInstallTargetM2JbodArgs
            {
                AdditionalProperties = "string",
                Bootable = "string",
                ClassId = "string",
                Name = "string",
                ObjectType = "string",
                SerialNumber = "string",
                SourceMos = new[]
                {
                    new Intersight.Inputs.OsValidInstallTargetM2JbodSourceMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                StorageControllerSlotId = "string",
            },
        },
        M2NvmeRaidJbods = new[]
        {
            new Intersight.Inputs.OsValidInstallTargetM2NvmeRaidJbodArgs
            {
                AdditionalProperties = "string",
                Bootable = "string",
                ClassId = "string",
                Name = "string",
                ObjectType = "string",
                SerialNumber = "string",
                SourceMos = new[]
                {
                    new Intersight.Inputs.OsValidInstallTargetM2NvmeRaidJbodSourceMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                StorageControllerSlotId = "string",
            },
        },
        M2NvmeRaidVirtualDrives = new[]
        {
            new Intersight.Inputs.OsValidInstallTargetM2NvmeRaidVirtualDrifeArgs
            {
                AdditionalProperties = "string",
                Bootable = "string",
                ClassId = "string",
                Id = "string",
                Name = "string",
                ObjectType = "string",
                SourceMos = new[]
                {
                    new Intersight.Inputs.OsValidInstallTargetM2NvmeRaidVirtualDrifeSourceMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                StorageControllerSlotId = "string",
            },
        },
        M2VirtualDrives = new[]
        {
            new Intersight.Inputs.OsValidInstallTargetM2VirtualDrifeArgs
            {
                AdditionalProperties = "string",
                Bootable = "string",
                ClassId = "string",
                Id = "string",
                Name = "string",
                ObjectType = "string",
                SourceMos = new[]
                {
                    new Intersight.Inputs.OsValidInstallTargetM2VirtualDrifeSourceMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                StorageControllerSlotId = "string",
            },
        },
        ModTime = "string",
        Moid = "string",
        MraidJbods = new[]
        {
            new Intersight.Inputs.OsValidInstallTargetMraidJbodArgs
            {
                AdditionalProperties = "string",
                Bootable = "string",
                ClassId = "string",
                Name = "string",
                ObjectType = "string",
                SerialNumber = "string",
                SourceMos = new[]
                {
                    new Intersight.Inputs.OsValidInstallTargetMraidJbodSourceMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                StorageControllerSlotId = "string",
            },
        },
        MraidVirtualDrives = new[]
        {
            new Intersight.Inputs.OsValidInstallTargetMraidVirtualDrifeArgs
            {
                AdditionalProperties = "string",
                Bootable = "string",
                ClassId = "string",
                Id = "string",
                Name = "string",
                ObjectType = "string",
                SourceMos = new[]
                {
                    new Intersight.Inputs.OsValidInstallTargetMraidVirtualDrifeSourceMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                StorageControllerSlotId = "string",
            },
        },
        MstorNvmes = new[]
        {
            new Intersight.Inputs.OsValidInstallTargetMstorNvmeArgs
            {
                AdditionalProperties = "string",
                Bootable = "string",
                ClassId = "string",
                Name = "string",
                ObjectType = "string",
                SerialNumber = "string",
                SourceMos = new[]
                {
                    new Intersight.Inputs.OsValidInstallTargetMstorNvmeSourceMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                StorageControllerSlotId = "string",
            },
        },
        ObjectType = "string",
        OsValidInstallTargetId = "string",
        Owners = new[]
        {
            "string",
        },
        Parents = new[]
        {
            new Intersight.Inputs.OsValidInstallTargetParentArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        PermissionResources = new[]
        {
            new Intersight.Inputs.OsValidInstallTargetPermissionResourceArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        Servers = new[]
        {
            new Intersight.Inputs.OsValidInstallTargetServerArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                Moid = "string",
                ObjectType = "string",
                Selector = "string",
            },
        },
        SharedScope = "string",
        Src = "string",
        Tags = new[]
        {
            new Intersight.Inputs.OsValidInstallTargetTagArgs
            {
                AdditionalProperties = "string",
                Key = "string",
                Value = "string",
            },
        },
        U2Nvmes = new[]
        {
            new Intersight.Inputs.OsValidInstallTargetU2NvmeArgs
            {
                AdditionalProperties = "string",
                Bootable = "string",
                ClassId = "string",
                Name = "string",
                ObjectType = "string",
                SerialNumber = "string",
                SourceMos = new[]
                {
                    new Intersight.Inputs.OsValidInstallTargetU2NvmeSourceMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                StorageControllerSlotId = "string",
            },
        },
        VersionContexts = new[]
        {
            new Intersight.Inputs.OsValidInstallTargetVersionContextArgs
            {
                AdditionalProperties = "string",
                ClassId = "string",
                InterestedMos = new[]
                {
                    new Intersight.Inputs.OsValidInstallTargetVersionContextInterestedMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                MarkedForDeletion = false,
                NrVersion = "string",
                ObjectType = "string",
                RefMos = new[]
                {
                    new Intersight.Inputs.OsValidInstallTargetVersionContextRefMoArgs
                    {
                        AdditionalProperties = "string",
                        ClassId = "string",
                        Moid = "string",
                        ObjectType = "string",
                        Selector = "string",
                    },
                },
                Timestamp = "string",
                VersionType = "string",
            },
        },
    });
    
    example, err := intersight.NewOsValidInstallTarget(ctx, "osValidInstallTargetResource", &intersight.OsValidInstallTargetArgs{
    	AccountMoid:          pulumi.String("string"),
    	AdditionalProperties: pulumi.String("string"),
    	Ancestors: intersight.OsValidInstallTargetAncestorArray{
    		&intersight.OsValidInstallTargetAncestorArgs{
    			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"),
    	E3sNvmes: intersight.OsValidInstallTargetE3sNvmeArray{
    		&intersight.OsValidInstallTargetE3sNvmeArgs{
    			AdditionalProperties: pulumi.String("string"),
    			Bootable:             pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Name:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			SerialNumber:         pulumi.String("string"),
    			SourceMos: intersight.OsValidInstallTargetE3sNvmeSourceMoArray{
    				&intersight.OsValidInstallTargetE3sNvmeSourceMoArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			StorageControllerSlotId: pulumi.String("string"),
    		},
    	},
    	Error: pulumi.String("string"),
    	InstallTargets: intersight.OsValidInstallTargetInstallTargetArray{
    		&intersight.OsValidInstallTargetInstallTargetArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			SourceMos: intersight.OsValidInstallTargetInstallTargetSourceMoArray{
    				&intersight.OsValidInstallTargetInstallTargetSourceMoArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    		},
    	},
    	M2Jbods: intersight.OsValidInstallTargetM2JbodArray{
    		&intersight.OsValidInstallTargetM2JbodArgs{
    			AdditionalProperties: pulumi.String("string"),
    			Bootable:             pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Name:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			SerialNumber:         pulumi.String("string"),
    			SourceMos: intersight.OsValidInstallTargetM2JbodSourceMoArray{
    				&intersight.OsValidInstallTargetM2JbodSourceMoArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			StorageControllerSlotId: pulumi.String("string"),
    		},
    	},
    	M2NvmeRaidJbods: intersight.OsValidInstallTargetM2NvmeRaidJbodArray{
    		&intersight.OsValidInstallTargetM2NvmeRaidJbodArgs{
    			AdditionalProperties: pulumi.String("string"),
    			Bootable:             pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Name:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			SerialNumber:         pulumi.String("string"),
    			SourceMos: intersight.OsValidInstallTargetM2NvmeRaidJbodSourceMoArray{
    				&intersight.OsValidInstallTargetM2NvmeRaidJbodSourceMoArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			StorageControllerSlotId: pulumi.String("string"),
    		},
    	},
    	M2NvmeRaidVirtualDrives: intersight.OsValidInstallTargetM2NvmeRaidVirtualDrifeArray{
    		&intersight.OsValidInstallTargetM2NvmeRaidVirtualDrifeArgs{
    			AdditionalProperties: pulumi.String("string"),
    			Bootable:             pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Id:                   pulumi.String("string"),
    			Name:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			SourceMos: intersight.OsValidInstallTargetM2NvmeRaidVirtualDrifeSourceMoArray{
    				&intersight.OsValidInstallTargetM2NvmeRaidVirtualDrifeSourceMoArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			StorageControllerSlotId: pulumi.String("string"),
    		},
    	},
    	M2VirtualDrives: intersight.OsValidInstallTargetM2VirtualDrifeArray{
    		&intersight.OsValidInstallTargetM2VirtualDrifeArgs{
    			AdditionalProperties: pulumi.String("string"),
    			Bootable:             pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Id:                   pulumi.String("string"),
    			Name:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			SourceMos: intersight.OsValidInstallTargetM2VirtualDrifeSourceMoArray{
    				&intersight.OsValidInstallTargetM2VirtualDrifeSourceMoArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			StorageControllerSlotId: pulumi.String("string"),
    		},
    	},
    	ModTime: pulumi.String("string"),
    	Moid:    pulumi.String("string"),
    	MraidJbods: intersight.OsValidInstallTargetMraidJbodArray{
    		&intersight.OsValidInstallTargetMraidJbodArgs{
    			AdditionalProperties: pulumi.String("string"),
    			Bootable:             pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Name:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			SerialNumber:         pulumi.String("string"),
    			SourceMos: intersight.OsValidInstallTargetMraidJbodSourceMoArray{
    				&intersight.OsValidInstallTargetMraidJbodSourceMoArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			StorageControllerSlotId: pulumi.String("string"),
    		},
    	},
    	MraidVirtualDrives: intersight.OsValidInstallTargetMraidVirtualDrifeArray{
    		&intersight.OsValidInstallTargetMraidVirtualDrifeArgs{
    			AdditionalProperties: pulumi.String("string"),
    			Bootable:             pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Id:                   pulumi.String("string"),
    			Name:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			SourceMos: intersight.OsValidInstallTargetMraidVirtualDrifeSourceMoArray{
    				&intersight.OsValidInstallTargetMraidVirtualDrifeSourceMoArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			StorageControllerSlotId: pulumi.String("string"),
    		},
    	},
    	MstorNvmes: intersight.OsValidInstallTargetMstorNvmeArray{
    		&intersight.OsValidInstallTargetMstorNvmeArgs{
    			AdditionalProperties: pulumi.String("string"),
    			Bootable:             pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Name:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			SerialNumber:         pulumi.String("string"),
    			SourceMos: intersight.OsValidInstallTargetMstorNvmeSourceMoArray{
    				&intersight.OsValidInstallTargetMstorNvmeSourceMoArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			StorageControllerSlotId: pulumi.String("string"),
    		},
    	},
    	ObjectType:             pulumi.String("string"),
    	OsValidInstallTargetId: pulumi.String("string"),
    	Owners: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Parents: intersight.OsValidInstallTargetParentArray{
    		&intersight.OsValidInstallTargetParentArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	PermissionResources: intersight.OsValidInstallTargetPermissionResourceArray{
    		&intersight.OsValidInstallTargetPermissionResourceArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	Servers: intersight.OsValidInstallTargetServerArray{
    		&intersight.OsValidInstallTargetServerArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	SharedScope: pulumi.String("string"),
    	Src:         pulumi.String("string"),
    	Tags: intersight.OsValidInstallTargetTagArray{
    		&intersight.OsValidInstallTargetTagArgs{
    			AdditionalProperties: pulumi.String("string"),
    			Key:                  pulumi.String("string"),
    			Value:                pulumi.String("string"),
    		},
    	},
    	U2Nvmes: intersight.OsValidInstallTargetU2NvmeArray{
    		&intersight.OsValidInstallTargetU2NvmeArgs{
    			AdditionalProperties: pulumi.String("string"),
    			Bootable:             pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Name:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			SerialNumber:         pulumi.String("string"),
    			SourceMos: intersight.OsValidInstallTargetU2NvmeSourceMoArray{
    				&intersight.OsValidInstallTargetU2NvmeSourceMoArgs{
    					AdditionalProperties: pulumi.String("string"),
    					ClassId:              pulumi.String("string"),
    					Moid:                 pulumi.String("string"),
    					ObjectType:           pulumi.String("string"),
    					Selector:             pulumi.String("string"),
    				},
    			},
    			StorageControllerSlotId: pulumi.String("string"),
    		},
    	},
    	VersionContexts: intersight.OsValidInstallTargetVersionContextArray{
    		&intersight.OsValidInstallTargetVersionContextArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			InterestedMos: intersight.OsValidInstallTargetVersionContextInterestedMoArray{
    				&intersight.OsValidInstallTargetVersionContextInterestedMoArgs{
    					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.OsValidInstallTargetVersionContextRefMoArray{
    				&intersight.OsValidInstallTargetVersionContextRefMoArgs{
    					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 osValidInstallTargetResource = new OsValidInstallTarget("osValidInstallTargetResource", OsValidInstallTargetArgs.builder()
        .accountMoid("string")
        .additionalProperties("string")
        .ancestors(OsValidInstallTargetAncestorArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .classId("string")
        .createTime("string")
        .domainGroupMoid("string")
        .e3sNvmes(OsValidInstallTargetE3sNvmeArgs.builder()
            .additionalProperties("string")
            .bootable("string")
            .classId("string")
            .name("string")
            .objectType("string")
            .serialNumber("string")
            .sourceMos(OsValidInstallTargetE3sNvmeSourceMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .storageControllerSlotId("string")
            .build())
        .error("string")
        .installTargets(OsValidInstallTargetInstallTargetArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .objectType("string")
            .sourceMos(OsValidInstallTargetInstallTargetSourceMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .build())
        .m2Jbods(OsValidInstallTargetM2JbodArgs.builder()
            .additionalProperties("string")
            .bootable("string")
            .classId("string")
            .name("string")
            .objectType("string")
            .serialNumber("string")
            .sourceMos(OsValidInstallTargetM2JbodSourceMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .storageControllerSlotId("string")
            .build())
        .m2NvmeRaidJbods(OsValidInstallTargetM2NvmeRaidJbodArgs.builder()
            .additionalProperties("string")
            .bootable("string")
            .classId("string")
            .name("string")
            .objectType("string")
            .serialNumber("string")
            .sourceMos(OsValidInstallTargetM2NvmeRaidJbodSourceMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .storageControllerSlotId("string")
            .build())
        .m2NvmeRaidVirtualDrives(OsValidInstallTargetM2NvmeRaidVirtualDrifeArgs.builder()
            .additionalProperties("string")
            .bootable("string")
            .classId("string")
            .id("string")
            .name("string")
            .objectType("string")
            .sourceMos(OsValidInstallTargetM2NvmeRaidVirtualDrifeSourceMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .storageControllerSlotId("string")
            .build())
        .m2VirtualDrives(OsValidInstallTargetM2VirtualDrifeArgs.builder()
            .additionalProperties("string")
            .bootable("string")
            .classId("string")
            .id("string")
            .name("string")
            .objectType("string")
            .sourceMos(OsValidInstallTargetM2VirtualDrifeSourceMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .storageControllerSlotId("string")
            .build())
        .modTime("string")
        .moid("string")
        .mraidJbods(OsValidInstallTargetMraidJbodArgs.builder()
            .additionalProperties("string")
            .bootable("string")
            .classId("string")
            .name("string")
            .objectType("string")
            .serialNumber("string")
            .sourceMos(OsValidInstallTargetMraidJbodSourceMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .storageControllerSlotId("string")
            .build())
        .mraidVirtualDrives(OsValidInstallTargetMraidVirtualDrifeArgs.builder()
            .additionalProperties("string")
            .bootable("string")
            .classId("string")
            .id("string")
            .name("string")
            .objectType("string")
            .sourceMos(OsValidInstallTargetMraidVirtualDrifeSourceMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .storageControllerSlotId("string")
            .build())
        .mstorNvmes(OsValidInstallTargetMstorNvmeArgs.builder()
            .additionalProperties("string")
            .bootable("string")
            .classId("string")
            .name("string")
            .objectType("string")
            .serialNumber("string")
            .sourceMos(OsValidInstallTargetMstorNvmeSourceMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .storageControllerSlotId("string")
            .build())
        .objectType("string")
        .osValidInstallTargetId("string")
        .owners("string")
        .parents(OsValidInstallTargetParentArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .permissionResources(OsValidInstallTargetPermissionResourceArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .servers(OsValidInstallTargetServerArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .sharedScope("string")
        .src("string")
        .tags(OsValidInstallTargetTagArgs.builder()
            .additionalProperties("string")
            .key("string")
            .value("string")
            .build())
        .u2Nvmes(OsValidInstallTargetU2NvmeArgs.builder()
            .additionalProperties("string")
            .bootable("string")
            .classId("string")
            .name("string")
            .objectType("string")
            .serialNumber("string")
            .sourceMos(OsValidInstallTargetU2NvmeSourceMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .storageControllerSlotId("string")
            .build())
        .versionContexts(OsValidInstallTargetVersionContextArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .interestedMos(OsValidInstallTargetVersionContextInterestedMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .markedForDeletion(false)
            .nrVersion("string")
            .objectType("string")
            .refMos(OsValidInstallTargetVersionContextRefMoArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .moid("string")
                .objectType("string")
                .selector("string")
                .build())
            .timestamp("string")
            .versionType("string")
            .build())
        .build());
    
    os_valid_install_target_resource = intersight.OsValidInstallTarget("osValidInstallTargetResource",
        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",
        e3s_nvmes=[{
            "additional_properties": "string",
            "bootable": "string",
            "class_id": "string",
            "name": "string",
            "object_type": "string",
            "serial_number": "string",
            "source_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "storage_controller_slot_id": "string",
        }],
        error="string",
        install_targets=[{
            "additional_properties": "string",
            "class_id": "string",
            "object_type": "string",
            "source_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
        }],
        m2_jbods=[{
            "additional_properties": "string",
            "bootable": "string",
            "class_id": "string",
            "name": "string",
            "object_type": "string",
            "serial_number": "string",
            "source_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "storage_controller_slot_id": "string",
        }],
        m2_nvme_raid_jbods=[{
            "additional_properties": "string",
            "bootable": "string",
            "class_id": "string",
            "name": "string",
            "object_type": "string",
            "serial_number": "string",
            "source_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "storage_controller_slot_id": "string",
        }],
        m2_nvme_raid_virtual_drives=[{
            "additional_properties": "string",
            "bootable": "string",
            "class_id": "string",
            "id": "string",
            "name": "string",
            "object_type": "string",
            "source_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "storage_controller_slot_id": "string",
        }],
        m2_virtual_drives=[{
            "additional_properties": "string",
            "bootable": "string",
            "class_id": "string",
            "id": "string",
            "name": "string",
            "object_type": "string",
            "source_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "storage_controller_slot_id": "string",
        }],
        mod_time="string",
        moid="string",
        mraid_jbods=[{
            "additional_properties": "string",
            "bootable": "string",
            "class_id": "string",
            "name": "string",
            "object_type": "string",
            "serial_number": "string",
            "source_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "storage_controller_slot_id": "string",
        }],
        mraid_virtual_drives=[{
            "additional_properties": "string",
            "bootable": "string",
            "class_id": "string",
            "id": "string",
            "name": "string",
            "object_type": "string",
            "source_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "storage_controller_slot_id": "string",
        }],
        mstor_nvmes=[{
            "additional_properties": "string",
            "bootable": "string",
            "class_id": "string",
            "name": "string",
            "object_type": "string",
            "serial_number": "string",
            "source_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "storage_controller_slot_id": "string",
        }],
        object_type="string",
        os_valid_install_target_id="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",
        }],
        servers=[{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        shared_scope="string",
        src="string",
        tags=[{
            "additional_properties": "string",
            "key": "string",
            "value": "string",
        }],
        u2_nvmes=[{
            "additional_properties": "string",
            "bootable": "string",
            "class_id": "string",
            "name": "string",
            "object_type": "string",
            "serial_number": "string",
            "source_mos": [{
                "additional_properties": "string",
                "class_id": "string",
                "moid": "string",
                "object_type": "string",
                "selector": "string",
            }],
            "storage_controller_slot_id": "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 osValidInstallTargetResource = new intersight.OsValidInstallTarget("osValidInstallTargetResource", {
        accountMoid: "string",
        additionalProperties: "string",
        ancestors: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        classId: "string",
        createTime: "string",
        domainGroupMoid: "string",
        e3sNvmes: [{
            additionalProperties: "string",
            bootable: "string",
            classId: "string",
            name: "string",
            objectType: "string",
            serialNumber: "string",
            sourceMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            storageControllerSlotId: "string",
        }],
        error: "string",
        installTargets: [{
            additionalProperties: "string",
            classId: "string",
            objectType: "string",
            sourceMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
        }],
        m2Jbods: [{
            additionalProperties: "string",
            bootable: "string",
            classId: "string",
            name: "string",
            objectType: "string",
            serialNumber: "string",
            sourceMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            storageControllerSlotId: "string",
        }],
        m2NvmeRaidJbods: [{
            additionalProperties: "string",
            bootable: "string",
            classId: "string",
            name: "string",
            objectType: "string",
            serialNumber: "string",
            sourceMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            storageControllerSlotId: "string",
        }],
        m2NvmeRaidVirtualDrives: [{
            additionalProperties: "string",
            bootable: "string",
            classId: "string",
            id: "string",
            name: "string",
            objectType: "string",
            sourceMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            storageControllerSlotId: "string",
        }],
        m2VirtualDrives: [{
            additionalProperties: "string",
            bootable: "string",
            classId: "string",
            id: "string",
            name: "string",
            objectType: "string",
            sourceMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            storageControllerSlotId: "string",
        }],
        modTime: "string",
        moid: "string",
        mraidJbods: [{
            additionalProperties: "string",
            bootable: "string",
            classId: "string",
            name: "string",
            objectType: "string",
            serialNumber: "string",
            sourceMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            storageControllerSlotId: "string",
        }],
        mraidVirtualDrives: [{
            additionalProperties: "string",
            bootable: "string",
            classId: "string",
            id: "string",
            name: "string",
            objectType: "string",
            sourceMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            storageControllerSlotId: "string",
        }],
        mstorNvmes: [{
            additionalProperties: "string",
            bootable: "string",
            classId: "string",
            name: "string",
            objectType: "string",
            serialNumber: "string",
            sourceMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            storageControllerSlotId: "string",
        }],
        objectType: "string",
        osValidInstallTargetId: "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",
        }],
        servers: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        sharedScope: "string",
        src: "string",
        tags: [{
            additionalProperties: "string",
            key: "string",
            value: "string",
        }],
        u2Nvmes: [{
            additionalProperties: "string",
            bootable: "string",
            classId: "string",
            name: "string",
            objectType: "string",
            serialNumber: "string",
            sourceMos: [{
                additionalProperties: "string",
                classId: "string",
                moid: "string",
                objectType: "string",
                selector: "string",
            }],
            storageControllerSlotId: "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:OsValidInstallTarget
    properties:
        accountMoid: string
        additionalProperties: string
        ancestors:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        classId: string
        createTime: string
        domainGroupMoid: string
        e3sNvmes:
            - additionalProperties: string
              bootable: string
              classId: string
              name: string
              objectType: string
              serialNumber: string
              sourceMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              storageControllerSlotId: string
        error: string
        installTargets:
            - additionalProperties: string
              classId: string
              objectType: string
              sourceMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
        m2Jbods:
            - additionalProperties: string
              bootable: string
              classId: string
              name: string
              objectType: string
              serialNumber: string
              sourceMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              storageControllerSlotId: string
        m2NvmeRaidJbods:
            - additionalProperties: string
              bootable: string
              classId: string
              name: string
              objectType: string
              serialNumber: string
              sourceMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              storageControllerSlotId: string
        m2NvmeRaidVirtualDrives:
            - additionalProperties: string
              bootable: string
              classId: string
              id: string
              name: string
              objectType: string
              sourceMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              storageControllerSlotId: string
        m2VirtualDrives:
            - additionalProperties: string
              bootable: string
              classId: string
              id: string
              name: string
              objectType: string
              sourceMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              storageControllerSlotId: string
        modTime: string
        moid: string
        mraidJbods:
            - additionalProperties: string
              bootable: string
              classId: string
              name: string
              objectType: string
              serialNumber: string
              sourceMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              storageControllerSlotId: string
        mraidVirtualDrives:
            - additionalProperties: string
              bootable: string
              classId: string
              id: string
              name: string
              objectType: string
              sourceMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              storageControllerSlotId: string
        mstorNvmes:
            - additionalProperties: string
              bootable: string
              classId: string
              name: string
              objectType: string
              serialNumber: string
              sourceMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              storageControllerSlotId: string
        objectType: string
        osValidInstallTargetId: 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
        servers:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
        sharedScope: string
        src: string
        tags:
            - additionalProperties: string
              key: string
              value: string
        u2Nvmes:
            - additionalProperties: string
              bootable: string
              classId: string
              name: string
              objectType: string
              serialNumber: string
              sourceMos:
                - additionalProperties: string
                  classId: string
                  moid: string
                  objectType: string
                  selector: string
              storageControllerSlotId: 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
    

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

    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<OsValidInstallTargetAncestor>
    (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.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    E3sNvmes List<OsValidInstallTargetE3sNvme>
    This complex property has following sub-properties:
    Error string
    (ReadOnly) Error message if any errors are encountered while fetching and validating Install targets for the server.
    InstallTargets List<OsValidInstallTargetInstallTarget>
    This complex property has following sub-properties:
    M2Jbods List<OsValidInstallTargetM2Jbod>
    This complex property has following sub-properties:
    M2NvmeRaidJbods List<OsValidInstallTargetM2NvmeRaidJbod>
    This complex property has following sub-properties:
    M2NvmeRaidVirtualDrives List<OsValidInstallTargetM2NvmeRaidVirtualDrife>
    This complex property has following sub-properties:
    M2VirtualDrives List<OsValidInstallTargetM2VirtualDrife>
    This complex property has following sub-properties:
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    MraidJbods List<OsValidInstallTargetMraidJbod>
    This complex property has following sub-properties:
    MraidVirtualDrives List<OsValidInstallTargetMraidVirtualDrife>
    This complex property has following sub-properties:
    MstorNvmes List<OsValidInstallTargetMstorNvme>
    This complex property has following sub-properties:
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OsValidInstallTargetId string
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<OsValidInstallTargetParent>
    (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<OsValidInstallTargetPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    Servers List<OsValidInstallTargetServer>
    An array of relationships to computePhysical resources. This complex property has following sub-properties:
    SharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Src string
    Flag to denote the source of the request.If the call is from Orchestration UI, only the flat list of Install targets can be sent as response.
    Tags List<OsValidInstallTargetTag>
    This complex property has following sub-properties:
    U2Nvmes List<OsValidInstallTargetU2Nvme>
    This complex property has following sub-properties:
    VersionContexts List<OsValidInstallTargetVersionContext>
    (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 []OsValidInstallTargetAncestorArgs
    (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.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    E3sNvmes []OsValidInstallTargetE3sNvmeArgs
    This complex property has following sub-properties:
    Error string
    (ReadOnly) Error message if any errors are encountered while fetching and validating Install targets for the server.
    InstallTargets []OsValidInstallTargetInstallTargetArgs
    This complex property has following sub-properties:
    M2Jbods []OsValidInstallTargetM2JbodArgs
    This complex property has following sub-properties:
    M2NvmeRaidJbods []OsValidInstallTargetM2NvmeRaidJbodArgs
    This complex property has following sub-properties:
    M2NvmeRaidVirtualDrives []OsValidInstallTargetM2NvmeRaidVirtualDrifeArgs
    This complex property has following sub-properties:
    M2VirtualDrives []OsValidInstallTargetM2VirtualDrifeArgs
    This complex property has following sub-properties:
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    MraidJbods []OsValidInstallTargetMraidJbodArgs
    This complex property has following sub-properties:
    MraidVirtualDrives []OsValidInstallTargetMraidVirtualDrifeArgs
    This complex property has following sub-properties:
    MstorNvmes []OsValidInstallTargetMstorNvmeArgs
    This complex property has following sub-properties:
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OsValidInstallTargetId string
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []OsValidInstallTargetParentArgs
    (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 []OsValidInstallTargetPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    Servers []OsValidInstallTargetServerArgs
    An array of relationships to computePhysical resources. This complex property has following sub-properties:
    SharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Src string
    Flag to denote the source of the request.If the call is from Orchestration UI, only the flat list of Install targets can be sent as response.
    Tags []OsValidInstallTargetTagArgs
    This complex property has following sub-properties:
    U2Nvmes []OsValidInstallTargetU2NvmeArgs
    This complex property has following sub-properties:
    VersionContexts []OsValidInstallTargetVersionContextArgs
    (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<OsValidInstallTargetAncestor>
    (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.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    e3sNvmes List<OsValidInstallTargetE3sNvme>
    This complex property has following sub-properties:
    error String
    (ReadOnly) Error message if any errors are encountered while fetching and validating Install targets for the server.
    installTargets List<OsValidInstallTargetInstallTarget>
    This complex property has following sub-properties:
    m2Jbods List<OsValidInstallTargetM2Jbod>
    This complex property has following sub-properties:
    m2NvmeRaidJbods List<OsValidInstallTargetM2NvmeRaidJbod>
    This complex property has following sub-properties:
    m2NvmeRaidVirtualDrives List<OsValidInstallTargetM2NvmeRaidVirtualDrife>
    This complex property has following sub-properties:
    m2VirtualDrives List<OsValidInstallTargetM2VirtualDrife>
    This complex property has following sub-properties:
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mraidJbods List<OsValidInstallTargetMraidJbod>
    This complex property has following sub-properties:
    mraidVirtualDrives List<OsValidInstallTargetMraidVirtualDrife>
    This complex property has following sub-properties:
    mstorNvmes List<OsValidInstallTargetMstorNvme>
    This complex property has following sub-properties:
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    osValidInstallTargetId String
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<OsValidInstallTargetParent>
    (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<OsValidInstallTargetPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    servers List<OsValidInstallTargetServer>
    An array of relationships to computePhysical resources. This complex property has following sub-properties:
    sharedScope String
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    src String
    Flag to denote the source of the request.If the call is from Orchestration UI, only the flat list of Install targets can be sent as response.
    tags List<OsValidInstallTargetTag>
    This complex property has following sub-properties:
    u2Nvmes List<OsValidInstallTargetU2Nvme>
    This complex property has following sub-properties:
    versionContexts List<OsValidInstallTargetVersionContext>
    (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 OsValidInstallTargetAncestor[]
    (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.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    e3sNvmes OsValidInstallTargetE3sNvme[]
    This complex property has following sub-properties:
    error string
    (ReadOnly) Error message if any errors are encountered while fetching and validating Install targets for the server.
    installTargets OsValidInstallTargetInstallTarget[]
    This complex property has following sub-properties:
    m2Jbods OsValidInstallTargetM2Jbod[]
    This complex property has following sub-properties:
    m2NvmeRaidJbods OsValidInstallTargetM2NvmeRaidJbod[]
    This complex property has following sub-properties:
    m2NvmeRaidVirtualDrives OsValidInstallTargetM2NvmeRaidVirtualDrife[]
    This complex property has following sub-properties:
    m2VirtualDrives OsValidInstallTargetM2VirtualDrife[]
    This complex property has following sub-properties:
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    mraidJbods OsValidInstallTargetMraidJbod[]
    This complex property has following sub-properties:
    mraidVirtualDrives OsValidInstallTargetMraidVirtualDrife[]
    This complex property has following sub-properties:
    mstorNvmes OsValidInstallTargetMstorNvme[]
    This complex property has following sub-properties:
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    osValidInstallTargetId string
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents OsValidInstallTargetParent[]
    (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 OsValidInstallTargetPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    servers OsValidInstallTargetServer[]
    An array of relationships to computePhysical resources. This complex property has following sub-properties:
    sharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    src string
    Flag to denote the source of the request.If the call is from Orchestration UI, only the flat list of Install targets can be sent as response.
    tags OsValidInstallTargetTag[]
    This complex property has following sub-properties:
    u2Nvmes OsValidInstallTargetU2Nvme[]
    This complex property has following sub-properties:
    versionContexts OsValidInstallTargetVersionContext[]
    (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[OsValidInstallTargetAncestorArgs]
    (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_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    e3s_nvmes Sequence[OsValidInstallTargetE3sNvmeArgs]
    This complex property has following sub-properties:
    error str
    (ReadOnly) Error message if any errors are encountered while fetching and validating Install targets for the server.
    install_targets Sequence[OsValidInstallTargetInstallTargetArgs]
    This complex property has following sub-properties:
    m2_jbods Sequence[OsValidInstallTargetM2JbodArgs]
    This complex property has following sub-properties:
    m2_nvme_raid_jbods Sequence[OsValidInstallTargetM2NvmeRaidJbodArgs]
    This complex property has following sub-properties:
    m2_nvme_raid_virtual_drives Sequence[OsValidInstallTargetM2NvmeRaidVirtualDrifeArgs]
    This complex property has following sub-properties:
    m2_virtual_drives Sequence[OsValidInstallTargetM2VirtualDrifeArgs]
    This complex property has following sub-properties:
    mod_time str
    (ReadOnly) The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    mraid_jbods Sequence[OsValidInstallTargetMraidJbodArgs]
    This complex property has following sub-properties:
    mraid_virtual_drives Sequence[OsValidInstallTargetMraidVirtualDrifeArgs]
    This complex property has following sub-properties:
    mstor_nvmes Sequence[OsValidInstallTargetMstorNvmeArgs]
    This complex property has following sub-properties:
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    os_valid_install_target_id str
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[OsValidInstallTargetParentArgs]
    (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[OsValidInstallTargetPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    servers Sequence[OsValidInstallTargetServerArgs]
    An array of relationships to computePhysical resources. This complex property has following sub-properties:
    shared_scope str
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    src str
    Flag to denote the source of the request.If the call is from Orchestration UI, only the flat list of Install targets can be sent as response.
    tags Sequence[OsValidInstallTargetTagArgs]
    This complex property has following sub-properties:
    u2_nvmes Sequence[OsValidInstallTargetU2NvmeArgs]
    This complex property has following sub-properties:
    version_contexts Sequence[OsValidInstallTargetVersionContextArgs]
    (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.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    e3sNvmes List<Property Map>
    This complex property has following sub-properties:
    error String
    (ReadOnly) Error message if any errors are encountered while fetching and validating Install targets for the server.
    installTargets List<Property Map>
    This complex property has following sub-properties:
    m2Jbods List<Property Map>
    This complex property has following sub-properties:
    m2NvmeRaidJbods List<Property Map>
    This complex property has following sub-properties:
    m2NvmeRaidVirtualDrives List<Property Map>
    This complex property has following sub-properties:
    m2VirtualDrives List<Property Map>
    This complex property has following sub-properties:
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mraidJbods List<Property Map>
    This complex property has following sub-properties:
    mraidVirtualDrives List<Property Map>
    This complex property has following sub-properties:
    mstorNvmes List<Property Map>
    This complex property has following sub-properties:
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    osValidInstallTargetId String
    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:
    servers List<Property Map>
    An array of relationships to computePhysical resources. This complex property has following sub-properties:
    sharedScope String
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    src String
    Flag to denote the source of the request.If the call is from Orchestration UI, only the flat list of Install targets can be sent as response.
    tags List<Property Map>
    This complex property has following sub-properties:
    u2Nvmes 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 OsValidInstallTarget 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 OsValidInstallTarget Resource

    Get an existing OsValidInstallTarget 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?: OsValidInstallTargetState, opts?: CustomResourceOptions): OsValidInstallTarget
    @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[OsValidInstallTargetAncestorArgs]] = None,
            class_id: Optional[str] = None,
            create_time: Optional[str] = None,
            domain_group_moid: Optional[str] = None,
            e3s_nvmes: Optional[Sequence[OsValidInstallTargetE3sNvmeArgs]] = None,
            error: Optional[str] = None,
            install_targets: Optional[Sequence[OsValidInstallTargetInstallTargetArgs]] = None,
            m2_jbods: Optional[Sequence[OsValidInstallTargetM2JbodArgs]] = None,
            m2_nvme_raid_jbods: Optional[Sequence[OsValidInstallTargetM2NvmeRaidJbodArgs]] = None,
            m2_nvme_raid_virtual_drives: Optional[Sequence[OsValidInstallTargetM2NvmeRaidVirtualDrifeArgs]] = None,
            m2_virtual_drives: Optional[Sequence[OsValidInstallTargetM2VirtualDrifeArgs]] = None,
            mod_time: Optional[str] = None,
            moid: Optional[str] = None,
            mraid_jbods: Optional[Sequence[OsValidInstallTargetMraidJbodArgs]] = None,
            mraid_virtual_drives: Optional[Sequence[OsValidInstallTargetMraidVirtualDrifeArgs]] = None,
            mstor_nvmes: Optional[Sequence[OsValidInstallTargetMstorNvmeArgs]] = None,
            object_type: Optional[str] = None,
            os_valid_install_target_id: Optional[str] = None,
            owners: Optional[Sequence[str]] = None,
            parents: Optional[Sequence[OsValidInstallTargetParentArgs]] = None,
            permission_resources: Optional[Sequence[OsValidInstallTargetPermissionResourceArgs]] = None,
            servers: Optional[Sequence[OsValidInstallTargetServerArgs]] = None,
            shared_scope: Optional[str] = None,
            src: Optional[str] = None,
            tags: Optional[Sequence[OsValidInstallTargetTagArgs]] = None,
            u2_nvmes: Optional[Sequence[OsValidInstallTargetU2NvmeArgs]] = None,
            version_contexts: Optional[Sequence[OsValidInstallTargetVersionContextArgs]] = None) -> OsValidInstallTarget
    func GetOsValidInstallTarget(ctx *Context, name string, id IDInput, state *OsValidInstallTargetState, opts ...ResourceOption) (*OsValidInstallTarget, error)
    public static OsValidInstallTarget Get(string name, Input<string> id, OsValidInstallTargetState? state, CustomResourceOptions? opts = null)
    public static OsValidInstallTarget get(String name, Output<String> id, OsValidInstallTargetState state, CustomResourceOptions options)
    resources:  _:    type: intersight:OsValidInstallTarget    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<OsValidInstallTargetAncestor>
    (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.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    E3sNvmes List<OsValidInstallTargetE3sNvme>
    This complex property has following sub-properties:
    Error string
    (ReadOnly) Error message if any errors are encountered while fetching and validating Install targets for the server.
    InstallTargets List<OsValidInstallTargetInstallTarget>
    This complex property has following sub-properties:
    M2Jbods List<OsValidInstallTargetM2Jbod>
    This complex property has following sub-properties:
    M2NvmeRaidJbods List<OsValidInstallTargetM2NvmeRaidJbod>
    This complex property has following sub-properties:
    M2NvmeRaidVirtualDrives List<OsValidInstallTargetM2NvmeRaidVirtualDrife>
    This complex property has following sub-properties:
    M2VirtualDrives List<OsValidInstallTargetM2VirtualDrife>
    This complex property has following sub-properties:
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    MraidJbods List<OsValidInstallTargetMraidJbod>
    This complex property has following sub-properties:
    MraidVirtualDrives List<OsValidInstallTargetMraidVirtualDrife>
    This complex property has following sub-properties:
    MstorNvmes List<OsValidInstallTargetMstorNvme>
    This complex property has following sub-properties:
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OsValidInstallTargetId string
    Owners List<string>
    (Array of schema.TypeString) -(ReadOnly)
    Parents List<OsValidInstallTargetParent>
    (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<OsValidInstallTargetPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    Servers List<OsValidInstallTargetServer>
    An array of relationships to computePhysical resources. This complex property has following sub-properties:
    SharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Src string
    Flag to denote the source of the request.If the call is from Orchestration UI, only the flat list of Install targets can be sent as response.
    Tags List<OsValidInstallTargetTag>
    This complex property has following sub-properties:
    U2Nvmes List<OsValidInstallTargetU2Nvme>
    This complex property has following sub-properties:
    VersionContexts List<OsValidInstallTargetVersionContext>
    (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 []OsValidInstallTargetAncestorArgs
    (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.
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    E3sNvmes []OsValidInstallTargetE3sNvmeArgs
    This complex property has following sub-properties:
    Error string
    (ReadOnly) Error message if any errors are encountered while fetching and validating Install targets for the server.
    InstallTargets []OsValidInstallTargetInstallTargetArgs
    This complex property has following sub-properties:
    M2Jbods []OsValidInstallTargetM2JbodArgs
    This complex property has following sub-properties:
    M2NvmeRaidJbods []OsValidInstallTargetM2NvmeRaidJbodArgs
    This complex property has following sub-properties:
    M2NvmeRaidVirtualDrives []OsValidInstallTargetM2NvmeRaidVirtualDrifeArgs
    This complex property has following sub-properties:
    M2VirtualDrives []OsValidInstallTargetM2VirtualDrifeArgs
    This complex property has following sub-properties:
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    MraidJbods []OsValidInstallTargetMraidJbodArgs
    This complex property has following sub-properties:
    MraidVirtualDrives []OsValidInstallTargetMraidVirtualDrifeArgs
    This complex property has following sub-properties:
    MstorNvmes []OsValidInstallTargetMstorNvmeArgs
    This complex property has following sub-properties:
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OsValidInstallTargetId string
    Owners []string
    (Array of schema.TypeString) -(ReadOnly)
    Parents []OsValidInstallTargetParentArgs
    (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 []OsValidInstallTargetPermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    Servers []OsValidInstallTargetServerArgs
    An array of relationships to computePhysical resources. This complex property has following sub-properties:
    SharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Src string
    Flag to denote the source of the request.If the call is from Orchestration UI, only the flat list of Install targets can be sent as response.
    Tags []OsValidInstallTargetTagArgs
    This complex property has following sub-properties:
    U2Nvmes []OsValidInstallTargetU2NvmeArgs
    This complex property has following sub-properties:
    VersionContexts []OsValidInstallTargetVersionContextArgs
    (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<OsValidInstallTargetAncestor>
    (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.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    e3sNvmes List<OsValidInstallTargetE3sNvme>
    This complex property has following sub-properties:
    error String
    (ReadOnly) Error message if any errors are encountered while fetching and validating Install targets for the server.
    installTargets List<OsValidInstallTargetInstallTarget>
    This complex property has following sub-properties:
    m2Jbods List<OsValidInstallTargetM2Jbod>
    This complex property has following sub-properties:
    m2NvmeRaidJbods List<OsValidInstallTargetM2NvmeRaidJbod>
    This complex property has following sub-properties:
    m2NvmeRaidVirtualDrives List<OsValidInstallTargetM2NvmeRaidVirtualDrife>
    This complex property has following sub-properties:
    m2VirtualDrives List<OsValidInstallTargetM2VirtualDrife>
    This complex property has following sub-properties:
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mraidJbods List<OsValidInstallTargetMraidJbod>
    This complex property has following sub-properties:
    mraidVirtualDrives List<OsValidInstallTargetMraidVirtualDrife>
    This complex property has following sub-properties:
    mstorNvmes List<OsValidInstallTargetMstorNvme>
    This complex property has following sub-properties:
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    osValidInstallTargetId String
    owners List<String>
    (Array of schema.TypeString) -(ReadOnly)
    parents List<OsValidInstallTargetParent>
    (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<OsValidInstallTargetPermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    servers List<OsValidInstallTargetServer>
    An array of relationships to computePhysical resources. This complex property has following sub-properties:
    sharedScope String
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    src String
    Flag to denote the source of the request.If the call is from Orchestration UI, only the flat list of Install targets can be sent as response.
    tags List<OsValidInstallTargetTag>
    This complex property has following sub-properties:
    u2Nvmes List<OsValidInstallTargetU2Nvme>
    This complex property has following sub-properties:
    versionContexts List<OsValidInstallTargetVersionContext>
    (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 OsValidInstallTargetAncestor[]
    (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.
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    e3sNvmes OsValidInstallTargetE3sNvme[]
    This complex property has following sub-properties:
    error string
    (ReadOnly) Error message if any errors are encountered while fetching and validating Install targets for the server.
    installTargets OsValidInstallTargetInstallTarget[]
    This complex property has following sub-properties:
    m2Jbods OsValidInstallTargetM2Jbod[]
    This complex property has following sub-properties:
    m2NvmeRaidJbods OsValidInstallTargetM2NvmeRaidJbod[]
    This complex property has following sub-properties:
    m2NvmeRaidVirtualDrives OsValidInstallTargetM2NvmeRaidVirtualDrife[]
    This complex property has following sub-properties:
    m2VirtualDrives OsValidInstallTargetM2VirtualDrife[]
    This complex property has following sub-properties:
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    mraidJbods OsValidInstallTargetMraidJbod[]
    This complex property has following sub-properties:
    mraidVirtualDrives OsValidInstallTargetMraidVirtualDrife[]
    This complex property has following sub-properties:
    mstorNvmes OsValidInstallTargetMstorNvme[]
    This complex property has following sub-properties:
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    osValidInstallTargetId string
    owners string[]
    (Array of schema.TypeString) -(ReadOnly)
    parents OsValidInstallTargetParent[]
    (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 OsValidInstallTargetPermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    servers OsValidInstallTargetServer[]
    An array of relationships to computePhysical resources. This complex property has following sub-properties:
    sharedScope string
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    src string
    Flag to denote the source of the request.If the call is from Orchestration UI, only the flat list of Install targets can be sent as response.
    tags OsValidInstallTargetTag[]
    This complex property has following sub-properties:
    u2Nvmes OsValidInstallTargetU2Nvme[]
    This complex property has following sub-properties:
    versionContexts OsValidInstallTargetVersionContext[]
    (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[OsValidInstallTargetAncestorArgs]
    (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_moid str
    (ReadOnly) The DomainGroup ID for this managed object.
    e3s_nvmes Sequence[OsValidInstallTargetE3sNvmeArgs]
    This complex property has following sub-properties:
    error str
    (ReadOnly) Error message if any errors are encountered while fetching and validating Install targets for the server.
    install_targets Sequence[OsValidInstallTargetInstallTargetArgs]
    This complex property has following sub-properties:
    m2_jbods Sequence[OsValidInstallTargetM2JbodArgs]
    This complex property has following sub-properties:
    m2_nvme_raid_jbods Sequence[OsValidInstallTargetM2NvmeRaidJbodArgs]
    This complex property has following sub-properties:
    m2_nvme_raid_virtual_drives Sequence[OsValidInstallTargetM2NvmeRaidVirtualDrifeArgs]
    This complex property has following sub-properties:
    m2_virtual_drives Sequence[OsValidInstallTargetM2VirtualDrifeArgs]
    This complex property has following sub-properties:
    mod_time str
    (ReadOnly) The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    mraid_jbods Sequence[OsValidInstallTargetMraidJbodArgs]
    This complex property has following sub-properties:
    mraid_virtual_drives Sequence[OsValidInstallTargetMraidVirtualDrifeArgs]
    This complex property has following sub-properties:
    mstor_nvmes Sequence[OsValidInstallTargetMstorNvmeArgs]
    This complex property has following sub-properties:
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    os_valid_install_target_id str
    owners Sequence[str]
    (Array of schema.TypeString) -(ReadOnly)
    parents Sequence[OsValidInstallTargetParentArgs]
    (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[OsValidInstallTargetPermissionResourceArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    servers Sequence[OsValidInstallTargetServerArgs]
    An array of relationships to computePhysical resources. This complex property has following sub-properties:
    shared_scope str
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    src str
    Flag to denote the source of the request.If the call is from Orchestration UI, only the flat list of Install targets can be sent as response.
    tags Sequence[OsValidInstallTargetTagArgs]
    This complex property has following sub-properties:
    u2_nvmes Sequence[OsValidInstallTargetU2NvmeArgs]
    This complex property has following sub-properties:
    version_contexts Sequence[OsValidInstallTargetVersionContextArgs]
    (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.
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    e3sNvmes List<Property Map>
    This complex property has following sub-properties:
    error String
    (ReadOnly) Error message if any errors are encountered while fetching and validating Install targets for the server.
    installTargets List<Property Map>
    This complex property has following sub-properties:
    m2Jbods List<Property Map>
    This complex property has following sub-properties:
    m2NvmeRaidJbods List<Property Map>
    This complex property has following sub-properties:
    m2NvmeRaidVirtualDrives List<Property Map>
    This complex property has following sub-properties:
    m2VirtualDrives List<Property Map>
    This complex property has following sub-properties:
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mraidJbods List<Property Map>
    This complex property has following sub-properties:
    mraidVirtualDrives List<Property Map>
    This complex property has following sub-properties:
    mstorNvmes List<Property Map>
    This complex property has following sub-properties:
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    osValidInstallTargetId String
    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:
    servers List<Property Map>
    An array of relationships to computePhysical resources. This complex property has following sub-properties:
    sharedScope String
    (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    src String
    Flag to denote the source of the request.If the call is from Orchestration UI, only the flat list of Install targets can be sent as response.
    tags List<Property Map>
    This complex property has following sub-properties:
    u2Nvmes 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

    OsValidInstallTargetAncestor, OsValidInstallTargetAncestorArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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'.

    OsValidInstallTargetE3sNvme, OsValidInstallTargetE3sNvmeArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    Bootable string
    Bootable field of the Physical Drive target.
    ClassId string
    Name string
    The Physical Disk Name to be used as Install Target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SerialNumber string
    Serial Number of the Physical Disk Target.
    SourceMos List<OsValidInstallTargetE3sNvmeSourceMo>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    StorageControllerSlotId string
    The Storage Controller associated to the physical disk.
    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    Bootable string
    Bootable field of the Physical Drive target.
    ClassId string
    Name string
    The Physical Disk Name to be used as Install Target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SerialNumber string
    Serial Number of the Physical Disk Target.
    SourceMos []OsValidInstallTargetE3sNvmeSourceMo
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    StorageControllerSlotId string
    The Storage Controller associated to the physical disk.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable String
    Bootable field of the Physical Drive target.
    classId String
    name String
    The Physical Disk Name to be used as Install Target.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serialNumber String
    Serial Number of the Physical Disk Target.
    sourceMos List<OsValidInstallTargetE3sNvmeSourceMo>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId String
    The Storage Controller associated to the physical disk.
    additionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable string
    Bootable field of the Physical Drive target.
    classId string
    name string
    The Physical Disk Name to be used as Install Target.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serialNumber string
    Serial Number of the Physical Disk Target.
    sourceMos OsValidInstallTargetE3sNvmeSourceMo[]
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId string
    The Storage Controller associated to the physical disk.
    additional_properties str
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable str
    Bootable field of the Physical Drive target.
    class_id str
    name str
    The Physical Disk Name to be used as Install Target.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serial_number str
    Serial Number of the Physical Disk Target.
    source_mos Sequence[OsValidInstallTargetE3sNvmeSourceMo]
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storage_controller_slot_id str
    The Storage Controller associated to the physical disk.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable String
    Bootable field of the Physical Drive target.
    classId String
    name String
    The Physical Disk Name to be used as Install Target.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serialNumber String
    Serial Number of the Physical Disk Target.
    sourceMos List<Property Map>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId String
    The Storage Controller associated to the physical disk.

    OsValidInstallTargetE3sNvmeSourceMo, OsValidInstallTargetE3sNvmeSourceMoArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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'.

    OsValidInstallTargetInstallTarget, OsValidInstallTargetInstallTargetArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    ClassId string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    SourceMos List<OsValidInstallTargetInstallTargetSourceMo>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    ClassId string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    SourceMos []OsValidInstallTargetInstallTargetSourceMo
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    classId String
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    sourceMos List<OsValidInstallTargetInstallTargetSourceMo>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    additionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    classId string
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    sourceMos OsValidInstallTargetInstallTargetSourceMo[]
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    additional_properties str
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    class_id str
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    source_mos Sequence[OsValidInstallTargetInstallTargetSourceMo]
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    classId String
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
    sourceMos List<Property Map>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:

    OsValidInstallTargetInstallTargetSourceMo, OsValidInstallTargetInstallTargetSourceMoArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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'.

    OsValidInstallTargetM2Jbod, OsValidInstallTargetM2JbodArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    Bootable string
    Bootable field of the Physical Drive target.
    ClassId string
    Name string
    The Physical Disk Name to be used as Install Target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SerialNumber string
    Serial Number of the Physical Disk Target.
    SourceMos List<OsValidInstallTargetM2JbodSourceMo>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    StorageControllerSlotId string
    The Storage Controller associated to the physical disk.
    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    Bootable string
    Bootable field of the Physical Drive target.
    ClassId string
    Name string
    The Physical Disk Name to be used as Install Target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SerialNumber string
    Serial Number of the Physical Disk Target.
    SourceMos []OsValidInstallTargetM2JbodSourceMo
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    StorageControllerSlotId string
    The Storage Controller associated to the physical disk.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable String
    Bootable field of the Physical Drive target.
    classId String
    name String
    The Physical Disk Name to be used as Install Target.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serialNumber String
    Serial Number of the Physical Disk Target.
    sourceMos List<OsValidInstallTargetM2JbodSourceMo>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId String
    The Storage Controller associated to the physical disk.
    additionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable string
    Bootable field of the Physical Drive target.
    classId string
    name string
    The Physical Disk Name to be used as Install Target.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serialNumber string
    Serial Number of the Physical Disk Target.
    sourceMos OsValidInstallTargetM2JbodSourceMo[]
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId string
    The Storage Controller associated to the physical disk.
    additional_properties str
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable str
    Bootable field of the Physical Drive target.
    class_id str
    name str
    The Physical Disk Name to be used as Install Target.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serial_number str
    Serial Number of the Physical Disk Target.
    source_mos Sequence[OsValidInstallTargetM2JbodSourceMo]
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storage_controller_slot_id str
    The Storage Controller associated to the physical disk.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable String
    Bootable field of the Physical Drive target.
    classId String
    name String
    The Physical Disk Name to be used as Install Target.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serialNumber String
    Serial Number of the Physical Disk Target.
    sourceMos List<Property Map>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId String
    The Storage Controller associated to the physical disk.

    OsValidInstallTargetM2JbodSourceMo, OsValidInstallTargetM2JbodSourceMoArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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'.

    OsValidInstallTargetM2NvmeRaidJbod, OsValidInstallTargetM2NvmeRaidJbodArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    Bootable string
    Bootable field of the Physical Drive target.
    ClassId string
    Name string
    The Physical Disk Name to be used as Install Target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SerialNumber string
    Serial Number of the Physical Disk Target.
    SourceMos List<OsValidInstallTargetM2NvmeRaidJbodSourceMo>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    StorageControllerSlotId string
    The Storage Controller associated to the physical disk.
    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    Bootable string
    Bootable field of the Physical Drive target.
    ClassId string
    Name string
    The Physical Disk Name to be used as Install Target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SerialNumber string
    Serial Number of the Physical Disk Target.
    SourceMos []OsValidInstallTargetM2NvmeRaidJbodSourceMo
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    StorageControllerSlotId string
    The Storage Controller associated to the physical disk.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable String
    Bootable field of the Physical Drive target.
    classId String
    name String
    The Physical Disk Name to be used as Install Target.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serialNumber String
    Serial Number of the Physical Disk Target.
    sourceMos List<OsValidInstallTargetM2NvmeRaidJbodSourceMo>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId String
    The Storage Controller associated to the physical disk.
    additionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable string
    Bootable field of the Physical Drive target.
    classId string
    name string
    The Physical Disk Name to be used as Install Target.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serialNumber string
    Serial Number of the Physical Disk Target.
    sourceMos OsValidInstallTargetM2NvmeRaidJbodSourceMo[]
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId string
    The Storage Controller associated to the physical disk.
    additional_properties str
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable str
    Bootable field of the Physical Drive target.
    class_id str
    name str
    The Physical Disk Name to be used as Install Target.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serial_number str
    Serial Number of the Physical Disk Target.
    source_mos Sequence[OsValidInstallTargetM2NvmeRaidJbodSourceMo]
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storage_controller_slot_id str
    The Storage Controller associated to the physical disk.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable String
    Bootable field of the Physical Drive target.
    classId String
    name String
    The Physical Disk Name to be used as Install Target.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serialNumber String
    Serial Number of the Physical Disk Target.
    sourceMos List<Property Map>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId String
    The Storage Controller associated to the physical disk.

    OsValidInstallTargetM2NvmeRaidJbodSourceMo, OsValidInstallTargetM2NvmeRaidJbodSourceMoArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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'.

    OsValidInstallTargetM2NvmeRaidVirtualDrife, OsValidInstallTargetM2NvmeRaidVirtualDrifeArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    Bootable string
    Bootable field of the Virtual Drive target.
    ClassId string
    Id string
    Virtual Drive ID to be used as Install Target.
    Name string
    The Virtual Drive Name to be used as Install Target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SourceMos List<OsValidInstallTargetM2NvmeRaidVirtualDrifeSourceMo>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    StorageControllerSlotId string
    The Storage Controller associated to the virtual drive.
    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    Bootable string
    Bootable field of the Virtual Drive target.
    ClassId string
    Id string
    Virtual Drive ID to be used as Install Target.
    Name string
    The Virtual Drive Name to be used as Install Target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SourceMos []OsValidInstallTargetM2NvmeRaidVirtualDrifeSourceMo
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    StorageControllerSlotId string
    The Storage Controller associated to the virtual drive.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable String
    Bootable field of the Virtual Drive target.
    classId String
    id String
    Virtual Drive ID to be used as Install Target.
    name String
    The Virtual Drive Name to be used as Install Target.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    sourceMos List<OsValidInstallTargetM2NvmeRaidVirtualDrifeSourceMo>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId String
    The Storage Controller associated to the virtual drive.
    additionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable string
    Bootable field of the Virtual Drive target.
    classId string
    id string
    Virtual Drive ID to be used as Install Target.
    name string
    The Virtual Drive Name to be used as Install Target.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    sourceMos OsValidInstallTargetM2NvmeRaidVirtualDrifeSourceMo[]
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId string
    The Storage Controller associated to the virtual drive.
    additional_properties str
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable str
    Bootable field of the Virtual Drive target.
    class_id str
    id str
    Virtual Drive ID to be used as Install Target.
    name str
    The Virtual Drive Name to be used as Install Target.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    source_mos Sequence[OsValidInstallTargetM2NvmeRaidVirtualDrifeSourceMo]
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storage_controller_slot_id str
    The Storage Controller associated to the virtual drive.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable String
    Bootable field of the Virtual Drive target.
    classId String
    id String
    Virtual Drive ID to be used as Install Target.
    name String
    The Virtual Drive Name to be used as Install Target.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    sourceMos List<Property Map>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId String
    The Storage Controller associated to the virtual drive.

    OsValidInstallTargetM2NvmeRaidVirtualDrifeSourceMo, OsValidInstallTargetM2NvmeRaidVirtualDrifeSourceMoArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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'.

    OsValidInstallTargetM2VirtualDrife, OsValidInstallTargetM2VirtualDrifeArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    Bootable string
    Bootable field of the Virtual Drive target.
    ClassId string
    Id string
    Virtual Drive ID to be used as Install Target.
    Name string
    The Virtual Drive Name to be used as Install Target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SourceMos List<OsValidInstallTargetM2VirtualDrifeSourceMo>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    StorageControllerSlotId string
    The Storage Controller associated to the virtual drive.
    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    Bootable string
    Bootable field of the Virtual Drive target.
    ClassId string
    Id string
    Virtual Drive ID to be used as Install Target.
    Name string
    The Virtual Drive Name to be used as Install Target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SourceMos []OsValidInstallTargetM2VirtualDrifeSourceMo
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    StorageControllerSlotId string
    The Storage Controller associated to the virtual drive.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable String
    Bootable field of the Virtual Drive target.
    classId String
    id String
    Virtual Drive ID to be used as Install Target.
    name String
    The Virtual Drive Name to be used as Install Target.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    sourceMos List<OsValidInstallTargetM2VirtualDrifeSourceMo>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId String
    The Storage Controller associated to the virtual drive.
    additionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable string
    Bootable field of the Virtual Drive target.
    classId string
    id string
    Virtual Drive ID to be used as Install Target.
    name string
    The Virtual Drive Name to be used as Install Target.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    sourceMos OsValidInstallTargetM2VirtualDrifeSourceMo[]
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId string
    The Storage Controller associated to the virtual drive.
    additional_properties str
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable str
    Bootable field of the Virtual Drive target.
    class_id str
    id str
    Virtual Drive ID to be used as Install Target.
    name str
    The Virtual Drive Name to be used as Install Target.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    source_mos Sequence[OsValidInstallTargetM2VirtualDrifeSourceMo]
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storage_controller_slot_id str
    The Storage Controller associated to the virtual drive.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable String
    Bootable field of the Virtual Drive target.
    classId String
    id String
    Virtual Drive ID to be used as Install Target.
    name String
    The Virtual Drive Name to be used as Install Target.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    sourceMos List<Property Map>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId String
    The Storage Controller associated to the virtual drive.

    OsValidInstallTargetM2VirtualDrifeSourceMo, OsValidInstallTargetM2VirtualDrifeSourceMoArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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'.

    OsValidInstallTargetMraidJbod, OsValidInstallTargetMraidJbodArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    Bootable string
    Bootable field of the Physical Drive target.
    ClassId string
    Name string
    The Physical Disk Name to be used as Install Target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SerialNumber string
    Serial Number of the Physical Disk Target.
    SourceMos List<OsValidInstallTargetMraidJbodSourceMo>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    StorageControllerSlotId string
    The Storage Controller associated to the physical disk.
    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    Bootable string
    Bootable field of the Physical Drive target.
    ClassId string
    Name string
    The Physical Disk Name to be used as Install Target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SerialNumber string
    Serial Number of the Physical Disk Target.
    SourceMos []OsValidInstallTargetMraidJbodSourceMo
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    StorageControllerSlotId string
    The Storage Controller associated to the physical disk.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable String
    Bootable field of the Physical Drive target.
    classId String
    name String
    The Physical Disk Name to be used as Install Target.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serialNumber String
    Serial Number of the Physical Disk Target.
    sourceMos List<OsValidInstallTargetMraidJbodSourceMo>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId String
    The Storage Controller associated to the physical disk.
    additionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable string
    Bootable field of the Physical Drive target.
    classId string
    name string
    The Physical Disk Name to be used as Install Target.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serialNumber string
    Serial Number of the Physical Disk Target.
    sourceMos OsValidInstallTargetMraidJbodSourceMo[]
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId string
    The Storage Controller associated to the physical disk.
    additional_properties str
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable str
    Bootable field of the Physical Drive target.
    class_id str
    name str
    The Physical Disk Name to be used as Install Target.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serial_number str
    Serial Number of the Physical Disk Target.
    source_mos Sequence[OsValidInstallTargetMraidJbodSourceMo]
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storage_controller_slot_id str
    The Storage Controller associated to the physical disk.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable String
    Bootable field of the Physical Drive target.
    classId String
    name String
    The Physical Disk Name to be used as Install Target.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serialNumber String
    Serial Number of the Physical Disk Target.
    sourceMos List<Property Map>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId String
    The Storage Controller associated to the physical disk.

    OsValidInstallTargetMraidJbodSourceMo, OsValidInstallTargetMraidJbodSourceMoArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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'.

    OsValidInstallTargetMraidVirtualDrife, OsValidInstallTargetMraidVirtualDrifeArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    Bootable string
    Bootable field of the Virtual Drive target.
    ClassId string
    Id string
    Virtual Drive ID to be used as Install Target.
    Name string
    The Virtual Drive Name to be used as Install Target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SourceMos List<OsValidInstallTargetMraidVirtualDrifeSourceMo>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    StorageControllerSlotId string
    The Storage Controller associated to the virtual drive.
    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    Bootable string
    Bootable field of the Virtual Drive target.
    ClassId string
    Id string
    Virtual Drive ID to be used as Install Target.
    Name string
    The Virtual Drive Name to be used as Install Target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SourceMos []OsValidInstallTargetMraidVirtualDrifeSourceMo
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    StorageControllerSlotId string
    The Storage Controller associated to the virtual drive.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable String
    Bootable field of the Virtual Drive target.
    classId String
    id String
    Virtual Drive ID to be used as Install Target.
    name String
    The Virtual Drive Name to be used as Install Target.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    sourceMos List<OsValidInstallTargetMraidVirtualDrifeSourceMo>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId String
    The Storage Controller associated to the virtual drive.
    additionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable string
    Bootable field of the Virtual Drive target.
    classId string
    id string
    Virtual Drive ID to be used as Install Target.
    name string
    The Virtual Drive Name to be used as Install Target.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    sourceMos OsValidInstallTargetMraidVirtualDrifeSourceMo[]
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId string
    The Storage Controller associated to the virtual drive.
    additional_properties str
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable str
    Bootable field of the Virtual Drive target.
    class_id str
    id str
    Virtual Drive ID to be used as Install Target.
    name str
    The Virtual Drive Name to be used as Install Target.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    source_mos Sequence[OsValidInstallTargetMraidVirtualDrifeSourceMo]
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storage_controller_slot_id str
    The Storage Controller associated to the virtual drive.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable String
    Bootable field of the Virtual Drive target.
    classId String
    id String
    Virtual Drive ID to be used as Install Target.
    name String
    The Virtual Drive Name to be used as Install Target.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    sourceMos List<Property Map>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId String
    The Storage Controller associated to the virtual drive.

    OsValidInstallTargetMraidVirtualDrifeSourceMo, OsValidInstallTargetMraidVirtualDrifeSourceMoArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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'.

    OsValidInstallTargetMstorNvme, OsValidInstallTargetMstorNvmeArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    Bootable string
    Bootable field of the Physical Drive target.
    ClassId string
    Name string
    The Physical Disk Name to be used as Install Target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SerialNumber string
    Serial Number of the Physical Disk Target.
    SourceMos List<OsValidInstallTargetMstorNvmeSourceMo>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    StorageControllerSlotId string
    The Storage Controller associated to the physical disk.
    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    Bootable string
    Bootable field of the Physical Drive target.
    ClassId string
    Name string
    The Physical Disk Name to be used as Install Target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SerialNumber string
    Serial Number of the Physical Disk Target.
    SourceMos []OsValidInstallTargetMstorNvmeSourceMo
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    StorageControllerSlotId string
    The Storage Controller associated to the physical disk.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable String
    Bootable field of the Physical Drive target.
    classId String
    name String
    The Physical Disk Name to be used as Install Target.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serialNumber String
    Serial Number of the Physical Disk Target.
    sourceMos List<OsValidInstallTargetMstorNvmeSourceMo>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId String
    The Storage Controller associated to the physical disk.
    additionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable string
    Bootable field of the Physical Drive target.
    classId string
    name string
    The Physical Disk Name to be used as Install Target.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serialNumber string
    Serial Number of the Physical Disk Target.
    sourceMos OsValidInstallTargetMstorNvmeSourceMo[]
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId string
    The Storage Controller associated to the physical disk.
    additional_properties str
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable str
    Bootable field of the Physical Drive target.
    class_id str
    name str
    The Physical Disk Name to be used as Install Target.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serial_number str
    Serial Number of the Physical Disk Target.
    source_mos Sequence[OsValidInstallTargetMstorNvmeSourceMo]
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storage_controller_slot_id str
    The Storage Controller associated to the physical disk.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable String
    Bootable field of the Physical Drive target.
    classId String
    name String
    The Physical Disk Name to be used as Install Target.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serialNumber String
    Serial Number of the Physical Disk Target.
    sourceMos List<Property Map>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId String
    The Storage Controller associated to the physical disk.

    OsValidInstallTargetMstorNvmeSourceMo, OsValidInstallTargetMstorNvmeSourceMoArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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'.

    OsValidInstallTargetParent, OsValidInstallTargetParentArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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'.

    OsValidInstallTargetPermissionResource, OsValidInstallTargetPermissionResourceArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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'.

    OsValidInstallTargetServer, OsValidInstallTargetServerArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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'.

    OsValidInstallTargetTag, OsValidInstallTargetTagArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    OsValidInstallTargetU2Nvme, OsValidInstallTargetU2NvmeArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    Bootable string
    Bootable field of the Physical Drive target.
    ClassId string
    Name string
    The Physical Disk Name to be used as Install Target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SerialNumber string
    Serial Number of the Physical Disk Target.
    SourceMos List<OsValidInstallTargetU2NvmeSourceMo>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    StorageControllerSlotId string
    The Storage Controller associated to the physical disk.
    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    Bootable string
    Bootable field of the Physical Drive target.
    ClassId string
    Name string
    The Physical Disk Name to be used as Install Target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    SerialNumber string
    Serial Number of the Physical Disk Target.
    SourceMos []OsValidInstallTargetU2NvmeSourceMo
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    StorageControllerSlotId string
    The Storage Controller associated to the physical disk.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable String
    Bootable field of the Physical Drive target.
    classId String
    name String
    The Physical Disk Name to be used as Install Target.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serialNumber String
    Serial Number of the Physical Disk Target.
    sourceMos List<OsValidInstallTargetU2NvmeSourceMo>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId String
    The Storage Controller associated to the physical disk.
    additionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable string
    Bootable field of the Physical Drive target.
    classId string
    name string
    The Physical Disk Name to be used as Install Target.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serialNumber string
    Serial Number of the Physical Disk Target.
    sourceMos OsValidInstallTargetU2NvmeSourceMo[]
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId string
    The Storage Controller associated to the physical disk.
    additional_properties str
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable str
    Bootable field of the Physical Drive target.
    class_id str
    name str
    The Physical Disk Name to be used as Install Target.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serial_number str
    Serial Number of the Physical Disk Target.
    source_mos Sequence[OsValidInstallTargetU2NvmeSourceMo]
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storage_controller_slot_id str
    The Storage Controller associated to the physical disk.
    additionalProperties String
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    bootable String
    Bootable field of the Physical Drive target.
    classId String
    name String
    The Physical Disk Name to be used as Install Target.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    serialNumber String
    Serial Number of the Physical Disk Target.
    sourceMos List<Property Map>
    Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
    storageControllerSlotId String
    The Storage Controller associated to the physical disk.

    OsValidInstallTargetU2NvmeSourceMo, OsValidInstallTargetU2NvmeSourceMoArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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'.

    OsValidInstallTargetVersionContext, OsValidInstallTargetVersionContextArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    ClassId string
    InterestedMos List<OsValidInstallTargetVersionContextInterestedMo>
    This complex property has following sub-properties:
    MarkedForDeletion bool
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    RefMos List<OsValidInstallTargetVersionContextRefMo>
    (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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    ClassId string
    InterestedMos []OsValidInstallTargetVersionContextInterestedMo
    This complex property has following sub-properties:
    MarkedForDeletion bool
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    RefMos []OsValidInstallTargetVersionContextRefMo
    (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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    classId String
    interestedMos List<OsValidInstallTargetVersionContextInterestedMo>
    This complex property has following sub-properties:
    markedForDeletion Boolean
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    refMos List<OsValidInstallTargetVersionContextRefMo>
    (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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    classId string
    interestedMos OsValidInstallTargetVersionContextInterestedMo[]
    This complex property has following sub-properties:
    markedForDeletion boolean
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    refMos OsValidInstallTargetVersionContextRefMo[]
    (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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    class_id str
    interested_mos Sequence[OsValidInstallTargetVersionContextInterestedMo]
    This complex property has following sub-properties:
    marked_for_deletion bool
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    ref_mos Sequence[OsValidInstallTargetVersionContextRefMo]
    (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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    classId String
    interestedMos List<Property Map>
    This complex property has following sub-properties:
    markedForDeletion Boolean
    (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    refMos List<Property Map>
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    timestamp String
    (ReadOnly) The time this versioned Managed Object was created.
    versionType String
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.

    OsValidInstallTargetVersionContextInterestedMo, OsValidInstallTargetVersionContextInterestedMoArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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'.

    OsValidInstallTargetVersionContextRefMo, OsValidInstallTargetVersionContextRefMoArgs

    AdditionalProperties string
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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
    Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
    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_os_valid_install_target can be imported using the Moid of the object, e.g.

    $ pulumi import intersight:index/osValidInstallTarget:OsValidInstallTarget example 1234567890987654321abcde
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet