intersight.OsValidInstallTarget
Explore with Pulumi AI
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<OsValid Install Target Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- E3sNvmes List<OsValid Install Target E3s Nvme> 
- 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<OsValid Install Target Install Target> 
- This complex property has following sub-properties:
- M2Jbods
List<OsValid Install Target M2Jbod> 
- This complex property has following sub-properties:
- M2NvmeRaid List<OsJbods Valid Install Target M2Nvme Raid Jbod> 
- This complex property has following sub-properties:
- M2NvmeRaid List<OsVirtual Drives Valid Install Target M2Nvme Raid Virtual Drife> 
- This complex property has following sub-properties:
- M2VirtualDrives List<OsValid Install Target M2Virtual Drife> 
- 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<OsValid Install Target Mraid Jbod> 
- This complex property has following sub-properties:
- MraidVirtual List<OsDrives Valid Install Target Mraid Virtual Drife> 
- This complex property has following sub-properties:
- MstorNvmes List<OsValid Install Target Mstor Nvme> 
- 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.
- OsValid stringInstall Target Id 
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<OsValid Install Target Parent> 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- PermissionResources List<OsValid Install Target Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Servers
List<OsValid Install Target Server> 
- An array of relationships to computePhysical resources. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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.
- 
List<OsValid Install Target Tag> 
- This complex property has following sub-properties:
- U2Nvmes
List<OsValid Install Target U2Nvme> 
- This complex property has following sub-properties:
- VersionContexts List<OsValid Install Target Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]OsValid Install Target Ancestor Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- E3sNvmes []OsValid Install Target E3s Nvme Args 
- 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 []OsValid Install Target Install Target Args 
- This complex property has following sub-properties:
- M2Jbods
[]OsValid Install Target M2Jbod Args 
- This complex property has following sub-properties:
- M2NvmeRaid []OsJbods Valid Install Target M2Nvme Raid Jbod Args 
- This complex property has following sub-properties:
- M2NvmeRaid []OsVirtual Drives Valid Install Target M2Nvme Raid Virtual Drife Args 
- This complex property has following sub-properties:
- M2VirtualDrives []OsValid Install Target M2Virtual Drife Args 
- 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 []OsValid Install Target Mraid Jbod Args 
- This complex property has following sub-properties:
- MraidVirtual []OsDrives Valid Install Target Mraid Virtual Drife Args 
- This complex property has following sub-properties:
- MstorNvmes []OsValid Install Target Mstor Nvme Args 
- 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.
- OsValid stringInstall Target Id 
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]OsValid Install Target Parent Args 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- PermissionResources []OsValid Install Target Permission Resource Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Servers
[]OsValid Install Target Server Args 
- An array of relationships to computePhysical resources. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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.
- 
[]OsValid Install Target Tag Args 
- This complex property has following sub-properties:
- U2Nvmes
[]OsValid Install Target U2Nvme Args 
- This complex property has following sub-properties:
- VersionContexts []OsValid Install Target Version Context Args 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties String
- ancestors
List<OsValid Install Target Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime String
- (ReadOnly) The time when this managed object was created.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- e3sNvmes List<OsValid Install Target E3s Nvme> 
- 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<OsValid Install Target Install Target> 
- This complex property has following sub-properties:
- m2Jbods
List<OsValid Install Target M2Jbod> 
- This complex property has following sub-properties:
- m2NvmeRaid List<OsJbods Valid Install Target M2Nvme Raid Jbod> 
- This complex property has following sub-properties:
- m2NvmeRaid List<OsVirtual Drives Valid Install Target M2Nvme Raid Virtual Drife> 
- This complex property has following sub-properties:
- m2VirtualDrives List<OsValid Install Target M2Virtual Drife> 
- 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<OsValid Install Target Mraid Jbod> 
- This complex property has following sub-properties:
- mraidVirtual List<OsDrives Valid Install Target Mraid Virtual Drife> 
- This complex property has following sub-properties:
- mstorNvmes List<OsValid Install Target Mstor Nvme> 
- 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.
- osValid StringInstall Target Id 
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<OsValid Install Target Parent> 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permissionResources List<OsValid Install Target Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- servers
List<OsValid Install Target Server> 
- An array of relationships to computePhysical resources. This complex property has following sub-properties:
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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.
- 
List<OsValid Install Target Tag> 
- This complex property has following sub-properties:
- u2Nvmes
List<OsValid Install Target U2Nvme> 
- This complex property has following sub-properties:
- versionContexts List<OsValid Install Target Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid string
- (ReadOnly) The Account ID for this managed object.
- additionalProperties string
- ancestors
OsValid Install Target Ancestor[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime string
- (ReadOnly) The time when this managed object was created.
- domainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- e3sNvmes OsValid Install Target E3s Nvme[] 
- 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 OsValid Install Target Install Target[] 
- This complex property has following sub-properties:
- m2Jbods
OsValid Install Target M2Jbod[] 
- This complex property has following sub-properties:
- m2NvmeRaid OsJbods Valid Install Target M2Nvme Raid Jbod[] 
- This complex property has following sub-properties:
- m2NvmeRaid OsVirtual Drives Valid Install Target M2Nvme Raid Virtual Drife[] 
- This complex property has following sub-properties:
- m2VirtualDrives OsValid Install Target M2Virtual Drife[] 
- 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 OsValid Install Target Mraid Jbod[] 
- This complex property has following sub-properties:
- mraidVirtual OsDrives Valid Install Target Mraid Virtual Drife[] 
- This complex property has following sub-properties:
- mstorNvmes OsValid Install Target Mstor Nvme[] 
- 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.
- osValid stringInstall Target Id 
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
OsValid Install Target Parent[] 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permissionResources OsValid Install Target Permission Resource[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- servers
OsValid Install Target Server[] 
- An array of relationships to computePhysical resources. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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.
- 
OsValid Install Target Tag[] 
- This complex property has following sub-properties:
- u2Nvmes
OsValid Install Target U2Nvme[] 
- This complex property has following sub-properties:
- versionContexts OsValid Install Target Version Context[] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account_moid str
- (ReadOnly) The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[OsValid Install Target Ancestor Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create_time str
- (ReadOnly) The time when this managed object was created.
- domain_group_ strmoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- e3s_nvmes Sequence[OsValid Install Target E3s Nvme Args] 
- 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[OsValid Install Target Install Target Args] 
- This complex property has following sub-properties:
- m2_jbods Sequence[OsValid Install Target M2Jbod Args] 
- This complex property has following sub-properties:
- m2_nvme_ Sequence[Osraid_ jbods Valid Install Target M2Nvme Raid Jbod Args] 
- This complex property has following sub-properties:
- m2_nvme_ Sequence[Osraid_ virtual_ drives Valid Install Target M2Nvme Raid Virtual Drife Args] 
- This complex property has following sub-properties:
- m2_virtual_ Sequence[Osdrives Valid Install Target M2Virtual Drife Args] 
- 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[OsValid Install Target Mraid Jbod Args] 
- This complex property has following sub-properties:
- mraid_virtual_ Sequence[Osdrives Valid Install Target Mraid Virtual Drife Args] 
- This complex property has following sub-properties:
- mstor_nvmes Sequence[OsValid Install Target Mstor Nvme Args] 
- 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_ strinstall_ target_ id 
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[OsValid Install Target Parent Args] 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_resources Sequence[OsValid Install Target Permission Resource Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- servers
Sequence[OsValid Install Target Server Args] 
- An array of relationships to computePhysical resources. This complex property has following sub-properties:
- str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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.
- 
Sequence[OsValid Install Target Tag Args] 
- This complex property has following sub-properties:
- u2_nvmes Sequence[OsValid Install Target U2Nvme Args] 
- This complex property has following sub-properties:
- version_contexts Sequence[OsValid Install Target Version Context Args] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime String
- (ReadOnly) The time when this managed object was created.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- 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:
- m2NvmeRaid List<Property Map>Jbods 
- This complex property has following sub-properties:
- m2NvmeRaid List<Property Map>Virtual Drives 
- 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:
- mraidVirtual List<Property Map>Drives 
- 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.
- osValid StringInstall Target Id 
- 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:
- 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.
- 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) -> OsValidInstallTargetfunc 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.
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<OsValid Install Target Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- E3sNvmes List<OsValid Install Target E3s Nvme> 
- 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<OsValid Install Target Install Target> 
- This complex property has following sub-properties:
- M2Jbods
List<OsValid Install Target M2Jbod> 
- This complex property has following sub-properties:
- M2NvmeRaid List<OsJbods Valid Install Target M2Nvme Raid Jbod> 
- This complex property has following sub-properties:
- M2NvmeRaid List<OsVirtual Drives Valid Install Target M2Nvme Raid Virtual Drife> 
- This complex property has following sub-properties:
- M2VirtualDrives List<OsValid Install Target M2Virtual Drife> 
- 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<OsValid Install Target Mraid Jbod> 
- This complex property has following sub-properties:
- MraidVirtual List<OsDrives Valid Install Target Mraid Virtual Drife> 
- This complex property has following sub-properties:
- MstorNvmes List<OsValid Install Target Mstor Nvme> 
- 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.
- OsValid stringInstall Target Id 
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<OsValid Install Target Parent> 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- PermissionResources List<OsValid Install Target Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Servers
List<OsValid Install Target Server> 
- An array of relationships to computePhysical resources. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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.
- 
List<OsValid Install Target Tag> 
- This complex property has following sub-properties:
- U2Nvmes
List<OsValid Install Target U2Nvme> 
- This complex property has following sub-properties:
- VersionContexts List<OsValid Install Target Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]OsValid Install Target Ancestor Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- E3sNvmes []OsValid Install Target E3s Nvme Args 
- 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 []OsValid Install Target Install Target Args 
- This complex property has following sub-properties:
- M2Jbods
[]OsValid Install Target M2Jbod Args 
- This complex property has following sub-properties:
- M2NvmeRaid []OsJbods Valid Install Target M2Nvme Raid Jbod Args 
- This complex property has following sub-properties:
- M2NvmeRaid []OsVirtual Drives Valid Install Target M2Nvme Raid Virtual Drife Args 
- This complex property has following sub-properties:
- M2VirtualDrives []OsValid Install Target M2Virtual Drife Args 
- 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 []OsValid Install Target Mraid Jbod Args 
- This complex property has following sub-properties:
- MraidVirtual []OsDrives Valid Install Target Mraid Virtual Drife Args 
- This complex property has following sub-properties:
- MstorNvmes []OsValid Install Target Mstor Nvme Args 
- 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.
- OsValid stringInstall Target Id 
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]OsValid Install Target Parent Args 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- PermissionResources []OsValid Install Target Permission Resource Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Servers
[]OsValid Install Target Server Args 
- An array of relationships to computePhysical resources. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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.
- 
[]OsValid Install Target Tag Args 
- This complex property has following sub-properties:
- U2Nvmes
[]OsValid Install Target U2Nvme Args 
- This complex property has following sub-properties:
- VersionContexts []OsValid Install Target Version Context Args 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties String
- ancestors
List<OsValid Install Target Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime String
- (ReadOnly) The time when this managed object was created.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- e3sNvmes List<OsValid Install Target E3s Nvme> 
- 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<OsValid Install Target Install Target> 
- This complex property has following sub-properties:
- m2Jbods
List<OsValid Install Target M2Jbod> 
- This complex property has following sub-properties:
- m2NvmeRaid List<OsJbods Valid Install Target M2Nvme Raid Jbod> 
- This complex property has following sub-properties:
- m2NvmeRaid List<OsVirtual Drives Valid Install Target M2Nvme Raid Virtual Drife> 
- This complex property has following sub-properties:
- m2VirtualDrives List<OsValid Install Target M2Virtual Drife> 
- 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<OsValid Install Target Mraid Jbod> 
- This complex property has following sub-properties:
- mraidVirtual List<OsDrives Valid Install Target Mraid Virtual Drife> 
- This complex property has following sub-properties:
- mstorNvmes List<OsValid Install Target Mstor Nvme> 
- 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.
- osValid StringInstall Target Id 
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<OsValid Install Target Parent> 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permissionResources List<OsValid Install Target Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- servers
List<OsValid Install Target Server> 
- An array of relationships to computePhysical resources. This complex property has following sub-properties:
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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.
- 
List<OsValid Install Target Tag> 
- This complex property has following sub-properties:
- u2Nvmes
List<OsValid Install Target U2Nvme> 
- This complex property has following sub-properties:
- versionContexts List<OsValid Install Target Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid string
- (ReadOnly) The Account ID for this managed object.
- additionalProperties string
- ancestors
OsValid Install Target Ancestor[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime string
- (ReadOnly) The time when this managed object was created.
- domainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- e3sNvmes OsValid Install Target E3s Nvme[] 
- 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 OsValid Install Target Install Target[] 
- This complex property has following sub-properties:
- m2Jbods
OsValid Install Target M2Jbod[] 
- This complex property has following sub-properties:
- m2NvmeRaid OsJbods Valid Install Target M2Nvme Raid Jbod[] 
- This complex property has following sub-properties:
- m2NvmeRaid OsVirtual Drives Valid Install Target M2Nvme Raid Virtual Drife[] 
- This complex property has following sub-properties:
- m2VirtualDrives OsValid Install Target M2Virtual Drife[] 
- 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 OsValid Install Target Mraid Jbod[] 
- This complex property has following sub-properties:
- mraidVirtual OsDrives Valid Install Target Mraid Virtual Drife[] 
- This complex property has following sub-properties:
- mstorNvmes OsValid Install Target Mstor Nvme[] 
- 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.
- osValid stringInstall Target Id 
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
OsValid Install Target Parent[] 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permissionResources OsValid Install Target Permission Resource[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- servers
OsValid Install Target Server[] 
- An array of relationships to computePhysical resources. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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.
- 
OsValid Install Target Tag[] 
- This complex property has following sub-properties:
- u2Nvmes
OsValid Install Target U2Nvme[] 
- This complex property has following sub-properties:
- versionContexts OsValid Install Target Version Context[] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account_moid str
- (ReadOnly) The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[OsValid Install Target Ancestor Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create_time str
- (ReadOnly) The time when this managed object was created.
- domain_group_ strmoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- e3s_nvmes Sequence[OsValid Install Target E3s Nvme Args] 
- 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[OsValid Install Target Install Target Args] 
- This complex property has following sub-properties:
- m2_jbods Sequence[OsValid Install Target M2Jbod Args] 
- This complex property has following sub-properties:
- m2_nvme_ Sequence[Osraid_ jbods Valid Install Target M2Nvme Raid Jbod Args] 
- This complex property has following sub-properties:
- m2_nvme_ Sequence[Osraid_ virtual_ drives Valid Install Target M2Nvme Raid Virtual Drife Args] 
- This complex property has following sub-properties:
- m2_virtual_ Sequence[Osdrives Valid Install Target M2Virtual Drife Args] 
- 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[OsValid Install Target Mraid Jbod Args] 
- This complex property has following sub-properties:
- mraid_virtual_ Sequence[Osdrives Valid Install Target Mraid Virtual Drife Args] 
- This complex property has following sub-properties:
- mstor_nvmes Sequence[OsValid Install Target Mstor Nvme Args] 
- 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_ strinstall_ target_ id 
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[OsValid Install Target Parent Args] 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_resources Sequence[OsValid Install Target Permission Resource Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- servers
Sequence[OsValid Install Target Server Args] 
- An array of relationships to computePhysical resources. This complex property has following sub-properties:
- str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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.
- 
Sequence[OsValid Install Target Tag Args] 
- This complex property has following sub-properties:
- u2_nvmes Sequence[OsValid Install Target U2Nvme Args] 
- This complex property has following sub-properties:
- version_contexts Sequence[OsValid Install Target Version Context Args] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime String
- (ReadOnly) The time when this managed object was created.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- 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:
- m2NvmeRaid List<Property Map>Jbods 
- This complex property has following sub-properties:
- m2NvmeRaid List<Property Map>Virtual Drives 
- 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:
- mraidVirtual List<Property Map>Drives 
- 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.
- osValid StringInstall Target Id 
- 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:
- 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.
- 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<OsValid Install Target E3s Nvme Source Mo> 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- StorageController stringSlot Id 
- 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 []OsValid Install Target E3s Nvme Source Mo 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- StorageController stringSlot Id 
- 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<OsValid Install Target E3s Nvme Source Mo> 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storageController StringSlot Id 
- 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 OsValid Install Target E3s Nvme Source Mo[] 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storageController stringSlot Id 
- 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[OsValid Install Target E3s Nvme Source Mo] 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage_controller_ strslot_ id 
- 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:
- storageController StringSlot Id 
- 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<OsValid Install Target Install Target Source Mo> 
- 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 []OsValid Install Target Install Target Source Mo 
- 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<OsValid Install Target Install Target Source Mo> 
- 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 OsValid Install Target Install Target Source Mo[] 
- 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[OsValid Install Target Install Target Source Mo] 
- 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<OsValid Install Target M2Jbod Source Mo> 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- StorageController stringSlot Id 
- 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 []OsValid Install Target M2Jbod Source Mo 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- StorageController stringSlot Id 
- 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<OsValid Install Target M2Jbod Source Mo> 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storageController StringSlot Id 
- 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 OsValid Install Target M2Jbod Source Mo[] 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storageController stringSlot Id 
- 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[OsValid Install Target M2Jbod Source Mo] 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage_controller_ strslot_ id 
- 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:
- storageController StringSlot Id 
- 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<OsValid Install Target M2Nvme Raid Jbod Source Mo> 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- StorageController stringSlot Id 
- 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 []OsValid Install Target M2Nvme Raid Jbod Source Mo 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- StorageController stringSlot Id 
- 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<OsValid Install Target M2Nvme Raid Jbod Source Mo> 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storageController StringSlot Id 
- 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 OsValid Install Target M2Nvme Raid Jbod Source Mo[] 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storageController stringSlot Id 
- 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[OsValid Install Target M2Nvme Raid Jbod Source Mo] 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage_controller_ strslot_ id 
- 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:
- storageController StringSlot Id 
- 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<OsValid Install Target M2Nvme Raid Virtual Drife Source Mo> 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- StorageController stringSlot Id 
- 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 []OsValid Install Target M2Nvme Raid Virtual Drife Source Mo 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- StorageController stringSlot Id 
- 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<OsValid Install Target M2Nvme Raid Virtual Drife Source Mo> 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storageController StringSlot Id 
- 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 OsValid Install Target M2Nvme Raid Virtual Drife Source Mo[] 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storageController stringSlot Id 
- 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[OsValid Install Target M2Nvme Raid Virtual Drife Source Mo] 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage_controller_ strslot_ id 
- 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:
- storageController StringSlot Id 
- 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<OsValid Install Target M2Virtual Drife Source Mo> 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- StorageController stringSlot Id 
- 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 []OsValid Install Target M2Virtual Drife Source Mo 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- StorageController stringSlot Id 
- 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<OsValid Install Target M2Virtual Drife Source Mo> 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storageController StringSlot Id 
- 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 OsValid Install Target M2Virtual Drife Source Mo[] 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storageController stringSlot Id 
- 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[OsValid Install Target M2Virtual Drife Source Mo] 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage_controller_ strslot_ id 
- 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:
- storageController StringSlot Id 
- 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<OsValid Install Target Mraid Jbod Source Mo> 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- StorageController stringSlot Id 
- 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 []OsValid Install Target Mraid Jbod Source Mo 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- StorageController stringSlot Id 
- 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<OsValid Install Target Mraid Jbod Source Mo> 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storageController StringSlot Id 
- 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 OsValid Install Target Mraid Jbod Source Mo[] 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storageController stringSlot Id 
- 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[OsValid Install Target Mraid Jbod Source Mo] 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage_controller_ strslot_ id 
- 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:
- storageController StringSlot Id 
- 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<OsValid Install Target Mraid Virtual Drife Source Mo> 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- StorageController stringSlot Id 
- 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 []OsValid Install Target Mraid Virtual Drife Source Mo 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- StorageController stringSlot Id 
- 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<OsValid Install Target Mraid Virtual Drife Source Mo> 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storageController StringSlot Id 
- 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 OsValid Install Target Mraid Virtual Drife Source Mo[] 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storageController stringSlot Id 
- 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[OsValid Install Target Mraid Virtual Drife Source Mo] 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage_controller_ strslot_ id 
- 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:
- storageController StringSlot Id 
- 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<OsValid Install Target Mstor Nvme Source Mo> 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- StorageController stringSlot Id 
- 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 []OsValid Install Target Mstor Nvme Source Mo 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- StorageController stringSlot Id 
- 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<OsValid Install Target Mstor Nvme Source Mo> 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storageController StringSlot Id 
- 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 OsValid Install Target Mstor Nvme Source Mo[] 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storageController stringSlot Id 
- 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[OsValid Install Target Mstor Nvme Source Mo] 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage_controller_ strslot_ id 
- 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:
- storageController StringSlot Id 
- 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<OsValid Install Target U2Nvme Source Mo> 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- StorageController stringSlot Id 
- 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 []OsValid Install Target U2Nvme Source Mo 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- StorageController stringSlot Id 
- 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<OsValid Install Target U2Nvme Source Mo> 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storageController StringSlot Id 
- 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 OsValid Install Target U2Nvme Source Mo[] 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storageController stringSlot Id 
- 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[OsValid Install Target U2Nvme Source Mo] 
- Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage_controller_ strslot_ id 
- 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:
- storageController StringSlot Id 
- 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<OsValid Install Target Version Context Interested Mo> 
- This complex property has following sub-properties:
- MarkedFor boolDeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- RefMos List<OsValid Install Target Version Context Ref Mo> 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- VersionType string
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- AdditionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
- ClassId string
- InterestedMos []OsValid Install Target Version Context Interested Mo 
- This complex property has following sub-properties:
- MarkedFor boolDeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- RefMos []OsValid Install Target Version Context Ref Mo 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- VersionType string
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additionalProperties String
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
- classId String
- interestedMos List<OsValid Install Target Version Context Interested Mo> 
- This complex property has following sub-properties:
- markedFor BooleanDeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- refMos List<OsValid Install Target Version Context Ref Mo> 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- versionType String
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additionalProperties string
- Additional Properties as per object type, can be added as JSON using jsonencode(). Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse
- classId string
- interestedMos OsValid Install Target Version Context Interested Mo[] 
- This complex property has following sub-properties:
- markedFor booleanDeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- refMos OsValid Install Target Version Context Ref Mo[] 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- versionType string
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additional_properties str
- 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[OsValid Install Target Version Context Interested Mo] 
- This complex property has following sub-properties:
- marked_for_ booldeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref_mos Sequence[OsValid Install Target Version Context Ref Mo] 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp str
- (ReadOnly) The time this versioned Managed Object was created.
- version_type str
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additionalProperties String
- 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:
- markedFor BooleanDeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- refMos List<Property Map>
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- versionType String
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
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 intersightTerraform Provider.