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:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Os
Valid Install Target Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- E3s
Nvmes 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.
- Install
Targets List<OsValid Install Target Install Target> - This complex property has following sub-properties:
- M2Jbods
List<Os
Valid Install Target M2Jbod> - This complex property has following sub-properties:
- M2Nvme
Raid List<OsJbods Valid Install Target M2Nvme Raid Jbod> - This complex property has following sub-properties:
- M2Nvme
Raid List<OsVirtual Drives Valid Install Target M2Nvme Raid Virtual Drife> - This complex property has following sub-properties:
- M2Virtual
Drives List<OsValid Install Target M2Virtual Drife> - This complex property has following sub-properties:
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mraid
Jbods List<OsValid Install Target Mraid Jbod> - This complex property has following sub-properties:
- Mraid
Virtual List<OsDrives Valid Install Target Mraid Virtual Drife> - This complex property has following sub-properties:
- Mstor
Nvmes List<OsValid Install Target Mstor Nvme> - This complex property has following sub-properties:
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Os
Valid stringInstall Target Id - Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Os
Valid 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:
- Permission
Resources List<OsValid Install Target Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Servers
List<Os
Valid 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<Os
Valid Install Target Tag> - This complex property has following sub-properties:
- U2Nvmes
List<Os
Valid Install Target U2Nvme> - This complex property has following sub-properties:
- Version
Contexts List<OsValid Install Target Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Os
Valid Install Target Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- E3s
Nvmes []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.
- Install
Targets []OsValid Install Target Install Target Args - This complex property has following sub-properties:
- M2Jbods
[]Os
Valid Install Target M2Jbod Args - This complex property has following sub-properties:
- M2Nvme
Raid []OsJbods Valid Install Target M2Nvme Raid Jbod Args - This complex property has following sub-properties:
- M2Nvme
Raid []OsVirtual Drives Valid Install Target M2Nvme Raid Virtual Drife Args - This complex property has following sub-properties:
- M2Virtual
Drives []OsValid Install Target M2Virtual Drife Args - This complex property has following sub-properties:
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mraid
Jbods []OsValid Install Target Mraid Jbod Args - This complex property has following sub-properties:
- Mraid
Virtual []OsDrives Valid Install Target Mraid Virtual Drife Args - This complex property has following sub-properties:
- Mstor
Nvmes []OsValid Install Target Mstor Nvme Args - This complex property has following sub-properties:
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Os
Valid stringInstall Target Id - Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Os
Valid 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 []OsValid Install Target Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Servers
[]Os
Valid 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.
- []Os
Valid Install Target Tag Args - This complex property has following sub-properties:
- U2Nvmes
[]Os
Valid Install Target U2Nvme Args - This complex property has following sub-properties:
- Version
Contexts []OsValid Install Target Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors
List<Os
Valid Install Target Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- e3s
Nvmes 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.
- install
Targets List<OsValid Install Target Install Target> - This complex property has following sub-properties:
- m2Jbods
List<Os
Valid Install Target M2Jbod> - This complex property has following sub-properties:
- m2Nvme
Raid List<OsJbods Valid Install Target M2Nvme Raid Jbod> - This complex property has following sub-properties:
- m2Nvme
Raid List<OsVirtual Drives Valid Install Target M2Nvme Raid Virtual Drife> - This complex property has following sub-properties:
- m2Virtual
Drives List<OsValid Install Target M2Virtual Drife> - This complex property has following sub-properties:
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mraid
Jbods List<OsValid Install Target Mraid Jbod> - This complex property has following sub-properties:
- mraid
Virtual List<OsDrives Valid Install Target Mraid Virtual Drife> - This complex property has following sub-properties:
- mstor
Nvmes List<OsValid Install Target Mstor Nvme> - This complex property has following sub-properties:
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- os
Valid StringInstall Target Id - owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Os
Valid 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:
- permission
Resources List<OsValid Install Target Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- servers
List<Os
Valid 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<Os
Valid Install Target Tag> - This complex property has following sub-properties:
- u2Nvmes
List<Os
Valid Install Target U2Nvme> - This complex property has following sub-properties:
- version
Contexts List<OsValid Install Target Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- additional
Properties string - ancestors
Os
Valid Install Target Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time string - (ReadOnly) The time when this managed object was created.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- e3s
Nvmes 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.
- install
Targets OsValid Install Target Install Target[] - This complex property has following sub-properties:
- m2Jbods
Os
Valid Install Target M2Jbod[] - This complex property has following sub-properties:
- m2Nvme
Raid OsJbods Valid Install Target M2Nvme Raid Jbod[] - This complex property has following sub-properties:
- m2Nvme
Raid OsVirtual Drives Valid Install Target M2Nvme Raid Virtual Drife[] - This complex property has following sub-properties:
- m2Virtual
Drives OsValid Install Target M2Virtual Drife[] - This complex property has following sub-properties:
- mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- mraid
Jbods OsValid Install Target Mraid Jbod[] - This complex property has following sub-properties:
- mraid
Virtual OsDrives Valid Install Target Mraid Virtual Drife[] - This complex property has following sub-properties:
- mstor
Nvmes OsValid Install Target Mstor Nvme[] - This complex property has following sub-properties:
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- os
Valid stringInstall Target Id - owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Os
Valid 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:
- permission
Resources OsValid Install Target Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- servers
Os
Valid 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.
- Os
Valid Install Target Tag[] - This complex property has following sub-properties:
- u2Nvmes
Os
Valid Install Target U2Nvme[] - This complex property has following sub-properties:
- version
Contexts 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[Os
Valid 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[Os
Valid 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[Os
Valid 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[Os
Valid 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:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- e3s
Nvmes 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.
- install
Targets List<Property Map> - This complex property has following sub-properties:
- m2Jbods List<Property Map>
- This complex property has following sub-properties:
- m2Nvme
Raid List<Property Map>Jbods - This complex property has following sub-properties:
- m2Nvme
Raid List<Property Map>Virtual Drives - This complex property has following sub-properties:
- m2Virtual
Drives List<Property Map> - This complex property has following sub-properties:
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mraid
Jbods List<Property Map> - This complex property has following sub-properties:
- mraid
Virtual List<Property Map>Drives - This complex property has following sub-properties:
- mstor
Nvmes List<Property Map> - This complex property has following sub-properties:
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- os
Valid 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:
- permission
Resources 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:
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the OsValidInstallTarget resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing OsValidInstallTarget Resource
Get an existing OsValidInstallTarget resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: OsValidInstallTargetState, opts?: CustomResourceOptions): OsValidInstallTarget
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[OsValidInstallTargetAncestorArgs]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
domain_group_moid: Optional[str] = None,
e3s_nvmes: Optional[Sequence[OsValidInstallTargetE3sNvmeArgs]] = None,
error: Optional[str] = None,
install_targets: Optional[Sequence[OsValidInstallTargetInstallTargetArgs]] = None,
m2_jbods: Optional[Sequence[OsValidInstallTargetM2JbodArgs]] = None,
m2_nvme_raid_jbods: Optional[Sequence[OsValidInstallTargetM2NvmeRaidJbodArgs]] = None,
m2_nvme_raid_virtual_drives: Optional[Sequence[OsValidInstallTargetM2NvmeRaidVirtualDrifeArgs]] = None,
m2_virtual_drives: Optional[Sequence[OsValidInstallTargetM2VirtualDrifeArgs]] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
mraid_jbods: Optional[Sequence[OsValidInstallTargetMraidJbodArgs]] = None,
mraid_virtual_drives: Optional[Sequence[OsValidInstallTargetMraidVirtualDrifeArgs]] = None,
mstor_nvmes: Optional[Sequence[OsValidInstallTargetMstorNvmeArgs]] = None,
object_type: Optional[str] = None,
os_valid_install_target_id: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[OsValidInstallTargetParentArgs]] = None,
permission_resources: Optional[Sequence[OsValidInstallTargetPermissionResourceArgs]] = None,
servers: Optional[Sequence[OsValidInstallTargetServerArgs]] = None,
shared_scope: Optional[str] = None,
src: Optional[str] = None,
tags: Optional[Sequence[OsValidInstallTargetTagArgs]] = None,
u2_nvmes: Optional[Sequence[OsValidInstallTargetU2NvmeArgs]] = None,
version_contexts: Optional[Sequence[OsValidInstallTargetVersionContextArgs]] = None) -> OsValidInstallTarget
func GetOsValidInstallTarget(ctx *Context, name string, id IDInput, state *OsValidInstallTargetState, opts ...ResourceOption) (*OsValidInstallTarget, error)
public static OsValidInstallTarget Get(string name, Input<string> id, OsValidInstallTargetState? state, CustomResourceOptions? opts = null)
public static OsValidInstallTarget get(String name, Output<String> id, OsValidInstallTargetState state, CustomResourceOptions options)
resources: _: type: intersight:OsValidInstallTarget get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Os
Valid Install Target Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- E3s
Nvmes 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.
- Install
Targets List<OsValid Install Target Install Target> - This complex property has following sub-properties:
- M2Jbods
List<Os
Valid Install Target M2Jbod> - This complex property has following sub-properties:
- M2Nvme
Raid List<OsJbods Valid Install Target M2Nvme Raid Jbod> - This complex property has following sub-properties:
- M2Nvme
Raid List<OsVirtual Drives Valid Install Target M2Nvme Raid Virtual Drife> - This complex property has following sub-properties:
- M2Virtual
Drives List<OsValid Install Target M2Virtual Drife> - This complex property has following sub-properties:
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mraid
Jbods List<OsValid Install Target Mraid Jbod> - This complex property has following sub-properties:
- Mraid
Virtual List<OsDrives Valid Install Target Mraid Virtual Drife> - This complex property has following sub-properties:
- Mstor
Nvmes List<OsValid Install Target Mstor Nvme> - This complex property has following sub-properties:
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Os
Valid stringInstall Target Id - Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Os
Valid 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:
- Permission
Resources List<OsValid Install Target Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Servers
List<Os
Valid 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<Os
Valid Install Target Tag> - This complex property has following sub-properties:
- U2Nvmes
List<Os
Valid Install Target U2Nvme> - This complex property has following sub-properties:
- Version
Contexts List<OsValid Install Target Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Os
Valid Install Target Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- E3s
Nvmes []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.
- Install
Targets []OsValid Install Target Install Target Args - This complex property has following sub-properties:
- M2Jbods
[]Os
Valid Install Target M2Jbod Args - This complex property has following sub-properties:
- M2Nvme
Raid []OsJbods Valid Install Target M2Nvme Raid Jbod Args - This complex property has following sub-properties:
- M2Nvme
Raid []OsVirtual Drives Valid Install Target M2Nvme Raid Virtual Drife Args - This complex property has following sub-properties:
- M2Virtual
Drives []OsValid Install Target M2Virtual Drife Args - This complex property has following sub-properties:
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mraid
Jbods []OsValid Install Target Mraid Jbod Args - This complex property has following sub-properties:
- Mraid
Virtual []OsDrives Valid Install Target Mraid Virtual Drife Args - This complex property has following sub-properties:
- Mstor
Nvmes []OsValid Install Target Mstor Nvme Args - This complex property has following sub-properties:
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Os
Valid stringInstall Target Id - Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Os
Valid 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 []OsValid Install Target Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Servers
[]Os
Valid 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.
- []Os
Valid Install Target Tag Args - This complex property has following sub-properties:
- U2Nvmes
[]Os
Valid Install Target U2Nvme Args - This complex property has following sub-properties:
- Version
Contexts []OsValid Install Target Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors
List<Os
Valid Install Target Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- e3s
Nvmes 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.
- install
Targets List<OsValid Install Target Install Target> - This complex property has following sub-properties:
- m2Jbods
List<Os
Valid Install Target M2Jbod> - This complex property has following sub-properties:
- m2Nvme
Raid List<OsJbods Valid Install Target M2Nvme Raid Jbod> - This complex property has following sub-properties:
- m2Nvme
Raid List<OsVirtual Drives Valid Install Target M2Nvme Raid Virtual Drife> - This complex property has following sub-properties:
- m2Virtual
Drives List<OsValid Install Target M2Virtual Drife> - This complex property has following sub-properties:
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mraid
Jbods List<OsValid Install Target Mraid Jbod> - This complex property has following sub-properties:
- mraid
Virtual List<OsDrives Valid Install Target Mraid Virtual Drife> - This complex property has following sub-properties:
- mstor
Nvmes List<OsValid Install Target Mstor Nvme> - This complex property has following sub-properties:
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- os
Valid StringInstall Target Id - owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Os
Valid 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:
- permission
Resources List<OsValid Install Target Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- servers
List<Os
Valid 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<Os
Valid Install Target Tag> - This complex property has following sub-properties:
- u2Nvmes
List<Os
Valid Install Target U2Nvme> - This complex property has following sub-properties:
- version
Contexts List<OsValid Install Target Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- additional
Properties string - ancestors
Os
Valid Install Target Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time string - (ReadOnly) The time when this managed object was created.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- e3s
Nvmes 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.
- install
Targets OsValid Install Target Install Target[] - This complex property has following sub-properties:
- m2Jbods
Os
Valid Install Target M2Jbod[] - This complex property has following sub-properties:
- m2Nvme
Raid OsJbods Valid Install Target M2Nvme Raid Jbod[] - This complex property has following sub-properties:
- m2Nvme
Raid OsVirtual Drives Valid Install Target M2Nvme Raid Virtual Drife[] - This complex property has following sub-properties:
- m2Virtual
Drives OsValid Install Target M2Virtual Drife[] - This complex property has following sub-properties:
- mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- mraid
Jbods OsValid Install Target Mraid Jbod[] - This complex property has following sub-properties:
- mraid
Virtual OsDrives Valid Install Target Mraid Virtual Drife[] - This complex property has following sub-properties:
- mstor
Nvmes OsValid Install Target Mstor Nvme[] - This complex property has following sub-properties:
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- os
Valid stringInstall Target Id - owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Os
Valid 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:
- permission
Resources OsValid Install Target Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- servers
Os
Valid 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.
- Os
Valid Install Target Tag[] - This complex property has following sub-properties:
- u2Nvmes
Os
Valid Install Target U2Nvme[] - This complex property has following sub-properties:
- version
Contexts 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[Os
Valid 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[Os
Valid 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[Os
Valid 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[Os
Valid 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:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- e3s
Nvmes 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.
- install
Targets List<Property Map> - This complex property has following sub-properties:
- m2Jbods List<Property Map>
- This complex property has following sub-properties:
- m2Nvme
Raid List<Property Map>Jbods - This complex property has following sub-properties:
- m2Nvme
Raid List<Property Map>Virtual Drives - This complex property has following sub-properties:
- m2Virtual
Drives List<Property Map> - This complex property has following sub-properties:
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mraid
Jbods List<Property Map> - This complex property has following sub-properties:
- mraid
Virtual List<Property Map>Drives - This complex property has following sub-properties:
- mstor
Nvmes List<Property Map> - This complex property has following sub-properties:
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- os
Valid 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:
- permission
Resources 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:
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
Supporting Types
OsValidInstallTargetAncestor, OsValidInstallTargetAncestorArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - 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'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
OsValidInstallTargetE3sNvme, OsValidInstallTargetE3sNvmeArgs
- Additional
Properties 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.
- Class
Id string - Name string
- The Physical Disk Name to be used as Install Target.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Serial
Number string - Serial Number of the Physical Disk Target.
- Source
Mos List<OsValid Install Target E3s Nvme Source Mo> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- Storage
Controller stringSlot Id - The Storage Controller associated to the physical disk.
- Additional
Properties 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.
- Class
Id string - Name string
- The Physical Disk Name to be used as Install Target.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Serial
Number string - Serial Number of the Physical Disk Target.
- Source
Mos []OsValid Install Target E3s Nvme Source Mo - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- Storage
Controller stringSlot Id - The Storage Controller associated to the physical disk.
- additional
Properties 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.
- class
Id String - name String
- The Physical Disk Name to be used as Install Target.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- serial
Number String - Serial Number of the Physical Disk Target.
- source
Mos List<OsValid Install Target E3s Nvme Source Mo> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage
Controller StringSlot Id - The Storage Controller associated to the physical disk.
- additional
Properties 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.
- class
Id string - name string
- The Physical Disk Name to be used as Install Target.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- serial
Number string - Serial Number of the Physical Disk Target.
- source
Mos OsValid Install Target E3s Nvme Source Mo[] - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage
Controller 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.
- additional
Properties 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.
- class
Id String - name String
- The Physical Disk Name to be used as Install Target.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- serial
Number String - Serial Number of the Physical Disk Target.
- source
Mos List<Property Map> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage
Controller StringSlot Id - The Storage Controller associated to the physical disk.
OsValidInstallTargetE3sNvmeSourceMo, OsValidInstallTargetE3sNvmeSourceMoArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - 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'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
OsValidInstallTargetInstallTarget, OsValidInstallTargetInstallTargetArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Source
Mos List<OsValid Install Target Install Target Source Mo> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Source
Mos []OsValid Install Target Install Target Source Mo - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- source
Mos List<OsValid Install Target Install Target Source Mo> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id string - object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- source
Mos 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:
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- source
Mos List<Property Map> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
OsValidInstallTargetInstallTargetSourceMo, OsValidInstallTargetInstallTargetSourceMoArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - 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'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
OsValidInstallTargetM2Jbod, OsValidInstallTargetM2JbodArgs
- Additional
Properties 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.
- Class
Id string - Name string
- The Physical Disk Name to be used as Install Target.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Serial
Number string - Serial Number of the Physical Disk Target.
- Source
Mos List<OsValid Install Target M2Jbod Source Mo> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- Storage
Controller stringSlot Id - The Storage Controller associated to the physical disk.
- Additional
Properties 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.
- Class
Id string - Name string
- The Physical Disk Name to be used as Install Target.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Serial
Number string - Serial Number of the Physical Disk Target.
- Source
Mos []OsValid Install Target M2Jbod Source Mo - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- Storage
Controller stringSlot Id - The Storage Controller associated to the physical disk.
- additional
Properties 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.
- class
Id String - name String
- The Physical Disk Name to be used as Install Target.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- serial
Number String - Serial Number of the Physical Disk Target.
- source
Mos List<OsValid Install Target M2Jbod Source Mo> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage
Controller StringSlot Id - The Storage Controller associated to the physical disk.
- additional
Properties 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.
- class
Id string - name string
- The Physical Disk Name to be used as Install Target.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- serial
Number string - Serial Number of the Physical Disk Target.
- source
Mos OsValid Install Target M2Jbod Source Mo[] - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage
Controller 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.
- additional
Properties 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.
- class
Id String - name String
- The Physical Disk Name to be used as Install Target.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- serial
Number String - Serial Number of the Physical Disk Target.
- source
Mos List<Property Map> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage
Controller StringSlot Id - The Storage Controller associated to the physical disk.
OsValidInstallTargetM2JbodSourceMo, OsValidInstallTargetM2JbodSourceMoArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - 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'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
OsValidInstallTargetM2NvmeRaidJbod, OsValidInstallTargetM2NvmeRaidJbodArgs
- Additional
Properties 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.
- Class
Id string - Name string
- The Physical Disk Name to be used as Install Target.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Serial
Number string - Serial Number of the Physical Disk Target.
- Source
Mos List<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 stringSlot Id - The Storage Controller associated to the physical disk.
- Additional
Properties 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.
- Class
Id string - Name string
- The Physical Disk Name to be used as Install Target.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Serial
Number string - Serial Number of the Physical Disk Target.
- Source
Mos []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 stringSlot Id - The Storage Controller associated to the physical disk.
- additional
Properties 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.
- class
Id String - name String
- The Physical Disk Name to be used as Install Target.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- serial
Number String - Serial Number of the Physical Disk Target.
- source
Mos List<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 StringSlot Id - The Storage Controller associated to the physical disk.
- additional
Properties 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.
- class
Id string - name string
- The Physical Disk Name to be used as Install Target.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- serial
Number string - Serial Number of the Physical Disk Target.
- source
Mos 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 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.
- additional
Properties 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.
- class
Id String - name String
- The Physical Disk Name to be used as Install Target.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- serial
Number String - Serial Number of the Physical Disk Target.
- source
Mos List<Property Map> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage
Controller StringSlot Id - The Storage Controller associated to the physical disk.
OsValidInstallTargetM2NvmeRaidJbodSourceMo, OsValidInstallTargetM2NvmeRaidJbodSourceMoArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - 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'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
OsValidInstallTargetM2NvmeRaidVirtualDrife, OsValidInstallTargetM2NvmeRaidVirtualDrifeArgs
- Additional
Properties 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.
- Class
Id string - Id string
- Virtual Drive ID to be used as Install Target.
- Name string
- The Virtual Drive Name to be used as Install Target.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Source
Mos 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:
- Storage
Controller stringSlot Id - The Storage Controller associated to the virtual drive.
- Additional
Properties 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.
- Class
Id string - Id string
- Virtual Drive ID to be used as Install Target.
- Name string
- The Virtual Drive Name to be used as Install Target.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Source
Mos []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 stringSlot Id - The Storage Controller associated to the virtual drive.
- additional
Properties 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.
- class
Id String - id String
- Virtual Drive ID to be used as Install Target.
- name String
- The Virtual Drive Name to be used as Install Target.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- source
Mos 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:
- storage
Controller StringSlot Id - The Storage Controller associated to the virtual drive.
- additional
Properties 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.
- class
Id string - id string
- Virtual Drive ID to be used as Install Target.
- name string
- The Virtual Drive Name to be used as Install Target.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- source
Mos 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 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.
- additional
Properties 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.
- class
Id String - id String
- Virtual Drive ID to be used as Install Target.
- name String
- The Virtual Drive Name to be used as Install Target.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- source
Mos List<Property Map> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage
Controller StringSlot Id - The Storage Controller associated to the virtual drive.
OsValidInstallTargetM2NvmeRaidVirtualDrifeSourceMo, OsValidInstallTargetM2NvmeRaidVirtualDrifeSourceMoArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - 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'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
OsValidInstallTargetM2VirtualDrife, OsValidInstallTargetM2VirtualDrifeArgs
- Additional
Properties 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.
- Class
Id string - Id string
- Virtual Drive ID to be used as Install Target.
- Name string
- The Virtual Drive Name to be used as Install Target.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Source
Mos List<OsValid Install Target M2Virtual Drife Source Mo> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- Storage
Controller stringSlot Id - The Storage Controller associated to the virtual drive.
- Additional
Properties 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.
- Class
Id string - Id string
- Virtual Drive ID to be used as Install Target.
- Name string
- The Virtual Drive Name to be used as Install Target.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Source
Mos []OsValid Install Target M2Virtual Drife Source Mo - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- Storage
Controller stringSlot Id - The Storage Controller associated to the virtual drive.
- additional
Properties 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.
- class
Id String - id String
- Virtual Drive ID to be used as Install Target.
- name String
- The Virtual Drive Name to be used as Install Target.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- source
Mos List<OsValid Install Target M2Virtual Drife Source Mo> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage
Controller StringSlot Id - The Storage Controller associated to the virtual drive.
- additional
Properties 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.
- class
Id string - id string
- Virtual Drive ID to be used as Install Target.
- name string
- The Virtual Drive Name to be used as Install Target.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- source
Mos OsValid Install Target M2Virtual Drife Source Mo[] - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage
Controller 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.
- additional
Properties 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.
- class
Id String - id String
- Virtual Drive ID to be used as Install Target.
- name String
- The Virtual Drive Name to be used as Install Target.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- source
Mos List<Property Map> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage
Controller StringSlot Id - The Storage Controller associated to the virtual drive.
OsValidInstallTargetM2VirtualDrifeSourceMo, OsValidInstallTargetM2VirtualDrifeSourceMoArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - 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'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
OsValidInstallTargetMraidJbod, OsValidInstallTargetMraidJbodArgs
- Additional
Properties 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.
- Class
Id string - Name string
- The Physical Disk Name to be used as Install Target.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Serial
Number string - Serial Number of the Physical Disk Target.
- Source
Mos List<OsValid Install Target Mraid Jbod Source Mo> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- Storage
Controller stringSlot Id - The Storage Controller associated to the physical disk.
- Additional
Properties 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.
- Class
Id string - Name string
- The Physical Disk Name to be used as Install Target.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Serial
Number string - Serial Number of the Physical Disk Target.
- Source
Mos []OsValid Install Target Mraid Jbod Source Mo - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- Storage
Controller stringSlot Id - The Storage Controller associated to the physical disk.
- additional
Properties 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.
- class
Id String - name String
- The Physical Disk Name to be used as Install Target.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- serial
Number String - Serial Number of the Physical Disk Target.
- source
Mos List<OsValid Install Target Mraid Jbod Source Mo> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage
Controller StringSlot Id - The Storage Controller associated to the physical disk.
- additional
Properties 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.
- class
Id string - name string
- The Physical Disk Name to be used as Install Target.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- serial
Number string - Serial Number of the Physical Disk Target.
- source
Mos OsValid Install Target Mraid Jbod Source Mo[] - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage
Controller 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.
- additional
Properties 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.
- class
Id String - name String
- The Physical Disk Name to be used as Install Target.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- serial
Number String - Serial Number of the Physical Disk Target.
- source
Mos List<Property Map> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage
Controller StringSlot Id - The Storage Controller associated to the physical disk.
OsValidInstallTargetMraidJbodSourceMo, OsValidInstallTargetMraidJbodSourceMoArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - 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'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
OsValidInstallTargetMraidVirtualDrife, OsValidInstallTargetMraidVirtualDrifeArgs
- Additional
Properties 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.
- Class
Id string - Id string
- Virtual Drive ID to be used as Install Target.
- Name string
- The Virtual Drive Name to be used as Install Target.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Source
Mos List<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 stringSlot Id - The Storage Controller associated to the virtual drive.
- Additional
Properties 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.
- Class
Id string - Id string
- Virtual Drive ID to be used as Install Target.
- Name string
- The Virtual Drive Name to be used as Install Target.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Source
Mos []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 stringSlot Id - The Storage Controller associated to the virtual drive.
- additional
Properties 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.
- class
Id String - id String
- Virtual Drive ID to be used as Install Target.
- name String
- The Virtual Drive Name to be used as Install Target.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- source
Mos List<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 StringSlot Id - The Storage Controller associated to the virtual drive.
- additional
Properties 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.
- class
Id string - id string
- Virtual Drive ID to be used as Install Target.
- name string
- The Virtual Drive Name to be used as Install Target.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- source
Mos 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 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.
- additional
Properties 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.
- class
Id String - id String
- Virtual Drive ID to be used as Install Target.
- name String
- The Virtual Drive Name to be used as Install Target.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- source
Mos List<Property Map> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage
Controller StringSlot Id - The Storage Controller associated to the virtual drive.
OsValidInstallTargetMraidVirtualDrifeSourceMo, OsValidInstallTargetMraidVirtualDrifeSourceMoArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - 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'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
OsValidInstallTargetMstorNvme, OsValidInstallTargetMstorNvmeArgs
- Additional
Properties 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.
- Class
Id string - Name string
- The Physical Disk Name to be used as Install Target.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Serial
Number string - Serial Number of the Physical Disk Target.
- Source
Mos List<OsValid Install Target Mstor Nvme Source Mo> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- Storage
Controller stringSlot Id - The Storage Controller associated to the physical disk.
- Additional
Properties 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.
- Class
Id string - Name string
- The Physical Disk Name to be used as Install Target.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Serial
Number string - Serial Number of the Physical Disk Target.
- Source
Mos []OsValid Install Target Mstor Nvme Source Mo - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- Storage
Controller stringSlot Id - The Storage Controller associated to the physical disk.
- additional
Properties 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.
- class
Id String - name String
- The Physical Disk Name to be used as Install Target.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- serial
Number String - Serial Number of the Physical Disk Target.
- source
Mos List<OsValid Install Target Mstor Nvme Source Mo> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage
Controller StringSlot Id - The Storage Controller associated to the physical disk.
- additional
Properties 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.
- class
Id string - name string
- The Physical Disk Name to be used as Install Target.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- serial
Number string - Serial Number of the Physical Disk Target.
- source
Mos OsValid Install Target Mstor Nvme Source Mo[] - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage
Controller 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.
- additional
Properties 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.
- class
Id String - name String
- The Physical Disk Name to be used as Install Target.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- serial
Number String - Serial Number of the Physical Disk Target.
- source
Mos List<Property Map> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage
Controller StringSlot Id - The Storage Controller associated to the physical disk.
OsValidInstallTargetMstorNvmeSourceMo, OsValidInstallTargetMstorNvmeSourceMoArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - 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'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
OsValidInstallTargetParent, OsValidInstallTargetParentArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - 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'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
OsValidInstallTargetPermissionResource, OsValidInstallTargetPermissionResourceArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - 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'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
OsValidInstallTargetServer, OsValidInstallTargetServerArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - 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'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
OsValidInstallTargetTag, OsValidInstallTargetTagArgs
- Additional
Properties 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 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 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 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.
- additional
Properties 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
- Additional
Properties 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.
- Class
Id string - Name string
- The Physical Disk Name to be used as Install Target.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Serial
Number string - Serial Number of the Physical Disk Target.
- Source
Mos List<OsValid Install Target U2Nvme Source Mo> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- Storage
Controller stringSlot Id - The Storage Controller associated to the physical disk.
- Additional
Properties 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.
- Class
Id string - Name string
- The Physical Disk Name to be used as Install Target.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Serial
Number string - Serial Number of the Physical Disk Target.
- Source
Mos []OsValid Install Target U2Nvme Source Mo - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- Storage
Controller stringSlot Id - The Storage Controller associated to the physical disk.
- additional
Properties 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.
- class
Id String - name String
- The Physical Disk Name to be used as Install Target.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- serial
Number String - Serial Number of the Physical Disk Target.
- source
Mos List<OsValid Install Target U2Nvme Source Mo> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage
Controller StringSlot Id - The Storage Controller associated to the physical disk.
- additional
Properties 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.
- class
Id string - name string
- The Physical Disk Name to be used as Install Target.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- serial
Number string - Serial Number of the Physical Disk Target.
- source
Mos OsValid Install Target U2Nvme Source Mo[] - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage
Controller 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.
- additional
Properties 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.
- class
Id String - name String
- The Physical Disk Name to be used as Install Target.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- serial
Number String - Serial Number of the Physical Disk Target.
- source
Mos List<Property Map> - Mo Reference of the LUN in CmRf format. This complex property has following sub-properties:
- storage
Controller StringSlot Id - The Storage Controller associated to the physical disk.
OsValidInstallTargetU2NvmeSourceMo, OsValidInstallTargetU2NvmeSourceMoArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - 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'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
OsValidInstallTargetVersionContext, OsValidInstallTargetVersionContextArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Interested
Mos List<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 string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos List<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.
- Version
Type string - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.*Configured
- Version created every time an object is configured to the service profile.*Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Interested
Mos []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 string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos []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.
- Version
Type string - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.*Configured
- Version created every time an object is configured to the service profile.*Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - interested
Mos List<OsValid Install Target Version Context Interested Mo> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<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.
- version
Type String - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.*Configured
- Version created every time an object is configured to the service profile.*Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id string - interested
Mos OsValid Install Target Version Context Interested Mo[] - This complex property has following sub-properties:
- marked
For booleanDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos 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.
- version
Type string - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.*Configured
- Version created every time an object is configured to the service profile.*Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - 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.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - interested
Mos List<Property Map> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<Property Map> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type String - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.*Configured
- Version created every time an object is configured to the service profile.*Deployed
- Version created for objects related to a service profile when it is deployed.
OsValidInstallTargetVersionContextInterestedMo, OsValidInstallTargetVersionContextInterestedMoArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - 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'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
OsValidInstallTargetVersionContextRefMo, OsValidInstallTargetVersionContextRefMoArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - 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'.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: os.PhysicalDiskResponse os.VirtualDriveResponse - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
Import
intersight_os_valid_install_target
can be imported using the Moid of the object, e.g.
$ pulumi import intersight:index/osValidInstallTarget:OsValidInstallTarget example 1234567890987654321abcde
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.