intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getHciDisk
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
A disk associated with a node.
Using getHciDisk
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getHciDisk(args: GetHciDiskArgs, opts?: InvokeOptions): Promise<GetHciDiskResult>
function getHciDiskOutput(args: GetHciDiskOutputArgs, opts?: InvokeOptions): Output<GetHciDiskResult>def get_hci_disk(account_moid: Optional[str] = None,
                 additional_properties: Optional[str] = None,
                 ancestors: Optional[Sequence[GetHciDiskAncestor]] = None,
                 class_id: Optional[str] = None,
                 cluster_ext_id: Optional[str] = None,
                 cluster_name: Optional[str] = None,
                 create_time: Optional[str] = None,
                 cvm_ip_address: Optional[GetHciDiskCvmIpAddress] = None,
                 disk_ext_id: Optional[str] = None,
                 disk_size_bytes: Optional[float] = None,
                 domain_group_moid: Optional[str] = None,
                 firmware_version: Optional[str] = None,
                 has_boot_partitions_only: Optional[bool] = None,
                 host_name: Optional[str] = None,
                 id: Optional[str] = None,
                 is_boot_disk: Optional[bool] = None,
                 is_data_migrated: Optional[bool] = None,
                 is_diagnostic_info_available: Optional[bool] = None,
                 is_error_found_in_logs: Optional[bool] = None,
                 is_marked_for_removal: Optional[bool] = None,
                 is_mounted: Optional[bool] = None,
                 is_online: Optional[bool] = None,
                 is_password_protected: Optional[bool] = None,
                 is_planned_outage: Optional[bool] = None,
                 is_self_encrypting_drive: Optional[bool] = None,
                 is_self_managed_nvme: Optional[bool] = None,
                 is_spdk_managed: Optional[bool] = None,
                 is_suspected_unhealthy: Optional[bool] = None,
                 is_under_diagnosis: Optional[bool] = None,
                 is_unhealthy: Optional[bool] = None,
                 location: Optional[float] = None,
                 mod_time: Optional[str] = None,
                 model: Optional[str] = None,
                 moid: Optional[str] = None,
                 mount_path: Optional[str] = None,
                 node: Optional[GetHciDiskNode] = None,
                 node_ext_id: Optional[str] = None,
                 node_ip_address: Optional[GetHciDiskNodeIpAddress] = None,
                 nvme_pcie_path: Optional[str] = None,
                 object_type: Optional[str] = None,
                 owners: Optional[Sequence[str]] = None,
                 parent: Optional[GetHciDiskParent] = None,
                 permission_resources: Optional[Sequence[GetHciDiskPermissionResource]] = None,
                 physical_capacity_bytes: Optional[float] = None,
                 registered_device: Optional[GetHciDiskRegisteredDevice] = None,
                 serial_number: Optional[str] = None,
                 service_vm_id: Optional[str] = None,
                 shared_scope: Optional[str] = None,
                 status: Optional[str] = None,
                 storage_pool_ext_id: Optional[str] = None,
                 storage_tier: Optional[str] = None,
                 tags: Optional[Sequence[GetHciDiskTag]] = None,
                 target_firmware_version: Optional[str] = None,
                 vendor: Optional[str] = None,
                 version_context: Optional[GetHciDiskVersionContext] = None,
                 opts: Optional[InvokeOptions] = None) -> GetHciDiskResult
def get_hci_disk_output(account_moid: Optional[pulumi.Input[str]] = None,
                 additional_properties: Optional[pulumi.Input[str]] = None,
                 ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciDiskAncestorArgs]]]] = None,
                 class_id: Optional[pulumi.Input[str]] = None,
                 cluster_ext_id: Optional[pulumi.Input[str]] = None,
                 cluster_name: Optional[pulumi.Input[str]] = None,
                 create_time: Optional[pulumi.Input[str]] = None,
                 cvm_ip_address: Optional[pulumi.Input[GetHciDiskCvmIpAddressArgs]] = None,
                 disk_ext_id: Optional[pulumi.Input[str]] = None,
                 disk_size_bytes: Optional[pulumi.Input[float]] = None,
                 domain_group_moid: Optional[pulumi.Input[str]] = None,
                 firmware_version: Optional[pulumi.Input[str]] = None,
                 has_boot_partitions_only: Optional[pulumi.Input[bool]] = None,
                 host_name: Optional[pulumi.Input[str]] = None,
                 id: Optional[pulumi.Input[str]] = None,
                 is_boot_disk: Optional[pulumi.Input[bool]] = None,
                 is_data_migrated: Optional[pulumi.Input[bool]] = None,
                 is_diagnostic_info_available: Optional[pulumi.Input[bool]] = None,
                 is_error_found_in_logs: Optional[pulumi.Input[bool]] = None,
                 is_marked_for_removal: Optional[pulumi.Input[bool]] = None,
                 is_mounted: Optional[pulumi.Input[bool]] = None,
                 is_online: Optional[pulumi.Input[bool]] = None,
                 is_password_protected: Optional[pulumi.Input[bool]] = None,
                 is_planned_outage: Optional[pulumi.Input[bool]] = None,
                 is_self_encrypting_drive: Optional[pulumi.Input[bool]] = None,
                 is_self_managed_nvme: Optional[pulumi.Input[bool]] = None,
                 is_spdk_managed: Optional[pulumi.Input[bool]] = None,
                 is_suspected_unhealthy: Optional[pulumi.Input[bool]] = None,
                 is_under_diagnosis: Optional[pulumi.Input[bool]] = None,
                 is_unhealthy: Optional[pulumi.Input[bool]] = None,
                 location: Optional[pulumi.Input[float]] = None,
                 mod_time: Optional[pulumi.Input[str]] = None,
                 model: Optional[pulumi.Input[str]] = None,
                 moid: Optional[pulumi.Input[str]] = None,
                 mount_path: Optional[pulumi.Input[str]] = None,
                 node: Optional[pulumi.Input[GetHciDiskNodeArgs]] = None,
                 node_ext_id: Optional[pulumi.Input[str]] = None,
                 node_ip_address: Optional[pulumi.Input[GetHciDiskNodeIpAddressArgs]] = None,
                 nvme_pcie_path: Optional[pulumi.Input[str]] = None,
                 object_type: Optional[pulumi.Input[str]] = None,
                 owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                 parent: Optional[pulumi.Input[GetHciDiskParentArgs]] = None,
                 permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciDiskPermissionResourceArgs]]]] = None,
                 physical_capacity_bytes: Optional[pulumi.Input[float]] = None,
                 registered_device: Optional[pulumi.Input[GetHciDiskRegisteredDeviceArgs]] = None,
                 serial_number: Optional[pulumi.Input[str]] = None,
                 service_vm_id: Optional[pulumi.Input[str]] = None,
                 shared_scope: Optional[pulumi.Input[str]] = None,
                 status: Optional[pulumi.Input[str]] = None,
                 storage_pool_ext_id: Optional[pulumi.Input[str]] = None,
                 storage_tier: Optional[pulumi.Input[str]] = None,
                 tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciDiskTagArgs]]]] = None,
                 target_firmware_version: Optional[pulumi.Input[str]] = None,
                 vendor: Optional[pulumi.Input[str]] = None,
                 version_context: Optional[pulumi.Input[GetHciDiskVersionContextArgs]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetHciDiskResult]func LookupHciDisk(ctx *Context, args *LookupHciDiskArgs, opts ...InvokeOption) (*LookupHciDiskResult, error)
func LookupHciDiskOutput(ctx *Context, args *LookupHciDiskOutputArgs, opts ...InvokeOption) LookupHciDiskResultOutput> Note: This function is named LookupHciDisk in the Go SDK.
public static class GetHciDisk 
{
    public static Task<GetHciDiskResult> InvokeAsync(GetHciDiskArgs args, InvokeOptions? opts = null)
    public static Output<GetHciDiskResult> Invoke(GetHciDiskInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHciDiskResult> getHciDisk(GetHciDiskArgs args, InvokeOptions options)
public static Output<GetHciDiskResult> getHciDisk(GetHciDiskArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getHciDisk:getHciDisk
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHci Disk Ancestor> 
- ClassId string
- ClusterExt stringId 
- The unique identifier of the cluster.
- ClusterName string
- The name of the cluster this disk belongs to.
- CreateTime string
- The time when this managed object was created.
- CvmIp GetAddress Hci Disk Cvm Ip Address 
- DiskExt stringId 
- The unique identifier of the disk.
- DiskSize doubleBytes 
- The size of the disk in bytes.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FirmwareVersion string
- The current firmware version of the disk.
- HasBoot boolPartitions Only 
- Indicates if the disk is boot only and no disk operation to be run on it.
- HostName string
- The name of the host the disk is running on.
- Id string
- IsBoot boolDisk 
- Indicate if the disk is a boot disk.
- IsData boolMigrated 
- Indicates whether the disk data is migrated.
- IsDiagnostic boolInfo Available 
- Indicates whether the diagnostic information is available.
- IsError boolFound In Logs 
- Indicates whether the error is found in kernel logs.
- IsMarked boolFor Removal 
- Indicates whether the disk is marked for removal.
- IsMounted bool
- Indicates whether the disk is mounted.
- IsOnline bool
- Indicates whether the disk is online or offline.
- IsPassword boolProtected 
- The password protection status of the disk.
- IsPlanned boolOutage 
- Indicates if diagnostics are running on the Disk.
- IsSelf boolEncrypting Drive 
- The self-encrypting drive status of the disk.
- IsSelf boolManaged Nvme 
- Indicates if the NVMe Disk is self managed and no host/CVM reboot is required.
- IsSpdk boolManaged 
- Indicates if NVMe device is managed by storage performance development kit (SPDK).
- IsSuspected boolUnhealthy 
- Indicates whether the disk is suspected unhealthy.
- IsUnder boolDiagnosis 
- Indicates whether the disk is under diagnosis.
- IsUnhealthy bool
- Indicates whether the disk is unhealthy.
- Location double
- The location of the disk in the node.
- ModTime string
- The time when this managed object was last modified.
- Model string
- The model of the reported disk.
- Moid string
- The unique identifier of this Managed Object instance.
- MountPath string
- The mount path of the disk.
- Node
GetHci Disk Node 
- NodeExt stringId 
- The unique identifier of the node.
- NodeIp GetAddress Hci Disk Node Ip Address 
- NvmePcie stringPath 
- The PCIe path of the NVMe disk.
- ObjectType string
- Owners List<string>
- Parent
GetHci Disk Parent 
- PermissionResources List<GetHci Disk Permission Resource> 
- PhysicalCapacity doubleBytes 
- The physical capacity of the disk in bytes.
- RegisteredDevice GetHci Disk Registered Device 
- SerialNumber string
- The serial number of the disk.
- ServiceVm stringId 
- The unique identifier of the service VM on the node.
- string
- 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.
- Status string
- The status of the disk such as NORMAL, MARKED_FOR_REMOVAL_BUT_NOT_DETACHABLE,DETACHABLE, DATA_MIGRATION_INITIATED.
- StoragePool stringExt Id 
- The unique identifier of the storage pool.
- StorageTier string
- The storage tier of the disk such as SSD_PCIE, SSD_SATA, DAS_SATA, CLOUD, SSD_MEM_NVME.
- 
List<GetHci Disk Tag> 
- TargetFirmware stringVersion 
- The target firmware version of the disk.
- Vendor string
- The vendor of the reported disk.
- VersionContext GetHci Disk Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHci Disk Ancestor 
- ClassId string
- ClusterExt stringId 
- The unique identifier of the cluster.
- ClusterName string
- The name of the cluster this disk belongs to.
- CreateTime string
- The time when this managed object was created.
- CvmIp GetAddress Hci Disk Cvm Ip Address 
- DiskExt stringId 
- The unique identifier of the disk.
- DiskSize float64Bytes 
- The size of the disk in bytes.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FirmwareVersion string
- The current firmware version of the disk.
- HasBoot boolPartitions Only 
- Indicates if the disk is boot only and no disk operation to be run on it.
- HostName string
- The name of the host the disk is running on.
- Id string
- IsBoot boolDisk 
- Indicate if the disk is a boot disk.
- IsData boolMigrated 
- Indicates whether the disk data is migrated.
- IsDiagnostic boolInfo Available 
- Indicates whether the diagnostic information is available.
- IsError boolFound In Logs 
- Indicates whether the error is found in kernel logs.
- IsMarked boolFor Removal 
- Indicates whether the disk is marked for removal.
- IsMounted bool
- Indicates whether the disk is mounted.
- IsOnline bool
- Indicates whether the disk is online or offline.
- IsPassword boolProtected 
- The password protection status of the disk.
- IsPlanned boolOutage 
- Indicates if diagnostics are running on the Disk.
- IsSelf boolEncrypting Drive 
- The self-encrypting drive status of the disk.
- IsSelf boolManaged Nvme 
- Indicates if the NVMe Disk is self managed and no host/CVM reboot is required.
- IsSpdk boolManaged 
- Indicates if NVMe device is managed by storage performance development kit (SPDK).
- IsSuspected boolUnhealthy 
- Indicates whether the disk is suspected unhealthy.
- IsUnder boolDiagnosis 
- Indicates whether the disk is under diagnosis.
- IsUnhealthy bool
- Indicates whether the disk is unhealthy.
- Location float64
- The location of the disk in the node.
- ModTime string
- The time when this managed object was last modified.
- Model string
- The model of the reported disk.
- Moid string
- The unique identifier of this Managed Object instance.
- MountPath string
- The mount path of the disk.
- Node
GetHci Disk Node 
- NodeExt stringId 
- The unique identifier of the node.
- NodeIp GetAddress Hci Disk Node Ip Address 
- NvmePcie stringPath 
- The PCIe path of the NVMe disk.
- ObjectType string
- Owners []string
- Parent
GetHci Disk Parent 
- PermissionResources []GetHci Disk Permission Resource 
- PhysicalCapacity float64Bytes 
- The physical capacity of the disk in bytes.
- RegisteredDevice GetHci Disk Registered Device 
- SerialNumber string
- The serial number of the disk.
- ServiceVm stringId 
- The unique identifier of the service VM on the node.
- string
- 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.
- Status string
- The status of the disk such as NORMAL, MARKED_FOR_REMOVAL_BUT_NOT_DETACHABLE,DETACHABLE, DATA_MIGRATION_INITIATED.
- StoragePool stringExt Id 
- The unique identifier of the storage pool.
- StorageTier string
- The storage tier of the disk such as SSD_PCIE, SSD_SATA, DAS_SATA, CLOUD, SSD_MEM_NVME.
- 
[]GetHci Disk Tag 
- TargetFirmware stringVersion 
- The target firmware version of the disk.
- Vendor string
- The vendor of the reported disk.
- VersionContext GetHci Disk Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHci Disk Ancestor> 
- classId String
- clusterExt StringId 
- The unique identifier of the cluster.
- clusterName String
- The name of the cluster this disk belongs to.
- createTime String
- The time when this managed object was created.
- cvmIp GetAddress Hci Disk Cvm Ip Address 
- diskExt StringId 
- The unique identifier of the disk.
- diskSize DoubleBytes 
- The size of the disk in bytes.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- firmwareVersion String
- The current firmware version of the disk.
- hasBoot BooleanPartitions Only 
- Indicates if the disk is boot only and no disk operation to be run on it.
- hostName String
- The name of the host the disk is running on.
- id String
- isBoot BooleanDisk 
- Indicate if the disk is a boot disk.
- isData BooleanMigrated 
- Indicates whether the disk data is migrated.
- isDiagnostic BooleanInfo Available 
- Indicates whether the diagnostic information is available.
- isError BooleanFound In Logs 
- Indicates whether the error is found in kernel logs.
- isMarked BooleanFor Removal 
- Indicates whether the disk is marked for removal.
- isMounted Boolean
- Indicates whether the disk is mounted.
- isOnline Boolean
- Indicates whether the disk is online or offline.
- isPassword BooleanProtected 
- The password protection status of the disk.
- isPlanned BooleanOutage 
- Indicates if diagnostics are running on the Disk.
- isSelf BooleanEncrypting Drive 
- The self-encrypting drive status of the disk.
- isSelf BooleanManaged Nvme 
- Indicates if the NVMe Disk is self managed and no host/CVM reboot is required.
- isSpdk BooleanManaged 
- Indicates if NVMe device is managed by storage performance development kit (SPDK).
- isSuspected BooleanUnhealthy 
- Indicates whether the disk is suspected unhealthy.
- isUnder BooleanDiagnosis 
- Indicates whether the disk is under diagnosis.
- isUnhealthy Boolean
- Indicates whether the disk is unhealthy.
- location Double
- The location of the disk in the node.
- modTime String
- The time when this managed object was last modified.
- model String
- The model of the reported disk.
- moid String
- The unique identifier of this Managed Object instance.
- mountPath String
- The mount path of the disk.
- node
GetHci Disk Node 
- nodeExt StringId 
- The unique identifier of the node.
- nodeIp GetAddress Hci Disk Node Ip Address 
- nvmePcie StringPath 
- The PCIe path of the NVMe disk.
- objectType String
- owners List<String>
- parent
GetHci Disk Parent 
- permissionResources List<GetHci Disk Permission Resource> 
- physicalCapacity DoubleBytes 
- The physical capacity of the disk in bytes.
- registeredDevice GetHci Disk Registered Device 
- serialNumber String
- The serial number of the disk.
- serviceVm StringId 
- The unique identifier of the service VM on the node.
- String
- 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.
- status String
- The status of the disk such as NORMAL, MARKED_FOR_REMOVAL_BUT_NOT_DETACHABLE,DETACHABLE, DATA_MIGRATION_INITIATED.
- storagePool StringExt Id 
- The unique identifier of the storage pool.
- storageTier String
- The storage tier of the disk such as SSD_PCIE, SSD_SATA, DAS_SATA, CLOUD, SSD_MEM_NVME.
- 
List<GetHci Disk Tag> 
- targetFirmware StringVersion 
- The target firmware version of the disk.
- vendor String
- The vendor of the reported disk.
- versionContext GetHci Disk Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHci Disk Ancestor[] 
- classId string
- clusterExt stringId 
- The unique identifier of the cluster.
- clusterName string
- The name of the cluster this disk belongs to.
- createTime string
- The time when this managed object was created.
- cvmIp GetAddress Hci Disk Cvm Ip Address 
- diskExt stringId 
- The unique identifier of the disk.
- diskSize numberBytes 
- The size of the disk in bytes.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- firmwareVersion string
- The current firmware version of the disk.
- hasBoot booleanPartitions Only 
- Indicates if the disk is boot only and no disk operation to be run on it.
- hostName string
- The name of the host the disk is running on.
- id string
- isBoot booleanDisk 
- Indicate if the disk is a boot disk.
- isData booleanMigrated 
- Indicates whether the disk data is migrated.
- isDiagnostic booleanInfo Available 
- Indicates whether the diagnostic information is available.
- isError booleanFound In Logs 
- Indicates whether the error is found in kernel logs.
- isMarked booleanFor Removal 
- Indicates whether the disk is marked for removal.
- isMounted boolean
- Indicates whether the disk is mounted.
- isOnline boolean
- Indicates whether the disk is online or offline.
- isPassword booleanProtected 
- The password protection status of the disk.
- isPlanned booleanOutage 
- Indicates if diagnostics are running on the Disk.
- isSelf booleanEncrypting Drive 
- The self-encrypting drive status of the disk.
- isSelf booleanManaged Nvme 
- Indicates if the NVMe Disk is self managed and no host/CVM reboot is required.
- isSpdk booleanManaged 
- Indicates if NVMe device is managed by storage performance development kit (SPDK).
- isSuspected booleanUnhealthy 
- Indicates whether the disk is suspected unhealthy.
- isUnder booleanDiagnosis 
- Indicates whether the disk is under diagnosis.
- isUnhealthy boolean
- Indicates whether the disk is unhealthy.
- location number
- The location of the disk in the node.
- modTime string
- The time when this managed object was last modified.
- model string
- The model of the reported disk.
- moid string
- The unique identifier of this Managed Object instance.
- mountPath string
- The mount path of the disk.
- node
GetHci Disk Node 
- nodeExt stringId 
- The unique identifier of the node.
- nodeIp GetAddress Hci Disk Node Ip Address 
- nvmePcie stringPath 
- The PCIe path of the NVMe disk.
- objectType string
- owners string[]
- parent
GetHci Disk Parent 
- permissionResources GetHci Disk Permission Resource[] 
- physicalCapacity numberBytes 
- The physical capacity of the disk in bytes.
- registeredDevice GetHci Disk Registered Device 
- serialNumber string
- The serial number of the disk.
- serviceVm stringId 
- The unique identifier of the service VM on the node.
- string
- 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.
- status string
- The status of the disk such as NORMAL, MARKED_FOR_REMOVAL_BUT_NOT_DETACHABLE,DETACHABLE, DATA_MIGRATION_INITIATED.
- storagePool stringExt Id 
- The unique identifier of the storage pool.
- storageTier string
- The storage tier of the disk such as SSD_PCIE, SSD_SATA, DAS_SATA, CLOUD, SSD_MEM_NVME.
- 
GetHci Disk Tag[] 
- targetFirmware stringVersion 
- The target firmware version of the disk.
- vendor string
- The vendor of the reported disk.
- versionContext GetHci Disk Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHci Disk Ancestor] 
- class_id str
- cluster_ext_ strid 
- The unique identifier of the cluster.
- cluster_name str
- The name of the cluster this disk belongs to.
- create_time str
- The time when this managed object was created.
- cvm_ip_ Getaddress Hci Disk Cvm Ip Address 
- disk_ext_ strid 
- The unique identifier of the disk.
- disk_size_ floatbytes 
- The size of the disk in bytes.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- firmware_version str
- The current firmware version of the disk.
- has_boot_ boolpartitions_ only 
- Indicates if the disk is boot only and no disk operation to be run on it.
- host_name str
- The name of the host the disk is running on.
- id str
- is_boot_ booldisk 
- Indicate if the disk is a boot disk.
- is_data_ boolmigrated 
- Indicates whether the disk data is migrated.
- is_diagnostic_ boolinfo_ available 
- Indicates whether the diagnostic information is available.
- is_error_ boolfound_ in_ logs 
- Indicates whether the error is found in kernel logs.
- is_marked_ boolfor_ removal 
- Indicates whether the disk is marked for removal.
- is_mounted bool
- Indicates whether the disk is mounted.
- is_online bool
- Indicates whether the disk is online or offline.
- is_password_ boolprotected 
- The password protection status of the disk.
- is_planned_ booloutage 
- Indicates if diagnostics are running on the Disk.
- is_self_ boolencrypting_ drive 
- The self-encrypting drive status of the disk.
- is_self_ boolmanaged_ nvme 
- Indicates if the NVMe Disk is self managed and no host/CVM reboot is required.
- is_spdk_ boolmanaged 
- Indicates if NVMe device is managed by storage performance development kit (SPDK).
- is_suspected_ boolunhealthy 
- Indicates whether the disk is suspected unhealthy.
- is_under_ booldiagnosis 
- Indicates whether the disk is under diagnosis.
- is_unhealthy bool
- Indicates whether the disk is unhealthy.
- location float
- The location of the disk in the node.
- mod_time str
- The time when this managed object was last modified.
- model str
- The model of the reported disk.
- moid str
- The unique identifier of this Managed Object instance.
- mount_path str
- The mount path of the disk.
- node
GetHci Disk Node 
- node_ext_ strid 
- The unique identifier of the node.
- node_ip_ Getaddress Hci Disk Node Ip Address 
- nvme_pcie_ strpath 
- The PCIe path of the NVMe disk.
- object_type str
- owners Sequence[str]
- parent
GetHci Disk Parent 
- permission_resources Sequence[GetHci Disk Permission Resource] 
- physical_capacity_ floatbytes 
- The physical capacity of the disk in bytes.
- registered_device GetHci Disk Registered Device 
- serial_number str
- The serial number of the disk.
- service_vm_ strid 
- The unique identifier of the service VM on the node.
- str
- 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.
- status str
- The status of the disk such as NORMAL, MARKED_FOR_REMOVAL_BUT_NOT_DETACHABLE,DETACHABLE, DATA_MIGRATION_INITIATED.
- storage_pool_ strext_ id 
- The unique identifier of the storage pool.
- storage_tier str
- The storage tier of the disk such as SSD_PCIE, SSD_SATA, DAS_SATA, CLOUD, SSD_MEM_NVME.
- 
Sequence[GetHci Disk Tag] 
- target_firmware_ strversion 
- The target firmware version of the disk.
- vendor str
- The vendor of the reported disk.
- version_context GetHci Disk Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- clusterExt StringId 
- The unique identifier of the cluster.
- clusterName String
- The name of the cluster this disk belongs to.
- createTime String
- The time when this managed object was created.
- cvmIp Property MapAddress 
- diskExt StringId 
- The unique identifier of the disk.
- diskSize NumberBytes 
- The size of the disk in bytes.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- firmwareVersion String
- The current firmware version of the disk.
- hasBoot BooleanPartitions Only 
- Indicates if the disk is boot only and no disk operation to be run on it.
- hostName String
- The name of the host the disk is running on.
- id String
- isBoot BooleanDisk 
- Indicate if the disk is a boot disk.
- isData BooleanMigrated 
- Indicates whether the disk data is migrated.
- isDiagnostic BooleanInfo Available 
- Indicates whether the diagnostic information is available.
- isError BooleanFound In Logs 
- Indicates whether the error is found in kernel logs.
- isMarked BooleanFor Removal 
- Indicates whether the disk is marked for removal.
- isMounted Boolean
- Indicates whether the disk is mounted.
- isOnline Boolean
- Indicates whether the disk is online or offline.
- isPassword BooleanProtected 
- The password protection status of the disk.
- isPlanned BooleanOutage 
- Indicates if diagnostics are running on the Disk.
- isSelf BooleanEncrypting Drive 
- The self-encrypting drive status of the disk.
- isSelf BooleanManaged Nvme 
- Indicates if the NVMe Disk is self managed and no host/CVM reboot is required.
- isSpdk BooleanManaged 
- Indicates if NVMe device is managed by storage performance development kit (SPDK).
- isSuspected BooleanUnhealthy 
- Indicates whether the disk is suspected unhealthy.
- isUnder BooleanDiagnosis 
- Indicates whether the disk is under diagnosis.
- isUnhealthy Boolean
- Indicates whether the disk is unhealthy.
- location Number
- The location of the disk in the node.
- modTime String
- The time when this managed object was last modified.
- model String
- The model of the reported disk.
- moid String
- The unique identifier of this Managed Object instance.
- mountPath String
- The mount path of the disk.
- node Property Map
- nodeExt StringId 
- The unique identifier of the node.
- nodeIp Property MapAddress 
- nvmePcie StringPath 
- The PCIe path of the NVMe disk.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- physicalCapacity NumberBytes 
- The physical capacity of the disk in bytes.
- registeredDevice Property Map
- serialNumber String
- The serial number of the disk.
- serviceVm StringId 
- The unique identifier of the service VM on the node.
- String
- 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.
- status String
- The status of the disk such as NORMAL, MARKED_FOR_REMOVAL_BUT_NOT_DETACHABLE,DETACHABLE, DATA_MIGRATION_INITIATED.
- storagePool StringExt Id 
- The unique identifier of the storage pool.
- storageTier String
- The storage tier of the disk such as SSD_PCIE, SSD_SATA, DAS_SATA, CLOUD, SSD_MEM_NVME.
- List<Property Map>
- targetFirmware StringVersion 
- The target firmware version of the disk.
- vendor String
- The vendor of the reported disk.
- versionContext Property Map
getHciDisk Result
The following output properties are available:
- Id string
- Results
List<GetHci Disk Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetHci Disk Ancestor> 
- ClassId string
- ClusterExt stringId 
- ClusterName string
- CreateTime string
- CvmIp GetAddress Hci Disk Cvm Ip Address 
- DiskExt stringId 
- DiskSize doubleBytes 
- DomainGroup stringMoid 
- FirmwareVersion string
- HasBoot boolPartitions Only 
- HostName string
- IsBoot boolDisk 
- IsData boolMigrated 
- IsDiagnostic boolInfo Available 
- IsError boolFound In Logs 
- IsMarked boolFor Removal 
- IsMounted bool
- IsOnline bool
- IsPassword boolProtected 
- IsPlanned boolOutage 
- IsSelf boolEncrypting Drive 
- IsSelf boolManaged Nvme 
- IsSpdk boolManaged 
- IsSuspected boolUnhealthy 
- IsUnder boolDiagnosis 
- IsUnhealthy bool
- Location double
- ModTime string
- Model string
- Moid string
- MountPath string
- Node
GetHci Disk Node 
- NodeExt stringId 
- NodeIp GetAddress Hci Disk Node Ip Address 
- NvmePcie stringPath 
- ObjectType string
- Owners List<string>
- Parent
GetHci Disk Parent 
- PermissionResources List<GetHci Disk Permission Resource> 
- PhysicalCapacity doubleBytes 
- RegisteredDevice GetHci Disk Registered Device 
- SerialNumber string
- ServiceVm stringId 
- string
- Status string
- StoragePool stringExt Id 
- StorageTier string
- 
List<GetHci Disk Tag> 
- TargetFirmware stringVersion 
- Vendor string
- VersionContext GetHci Disk Version Context 
- Id string
- Results
[]GetHci Disk Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetHci Disk Ancestor 
- ClassId string
- ClusterExt stringId 
- ClusterName string
- CreateTime string
- CvmIp GetAddress Hci Disk Cvm Ip Address 
- DiskExt stringId 
- DiskSize float64Bytes 
- DomainGroup stringMoid 
- FirmwareVersion string
- HasBoot boolPartitions Only 
- HostName string
- IsBoot boolDisk 
- IsData boolMigrated 
- IsDiagnostic boolInfo Available 
- IsError boolFound In Logs 
- IsMarked boolFor Removal 
- IsMounted bool
- IsOnline bool
- IsPassword boolProtected 
- IsPlanned boolOutage 
- IsSelf boolEncrypting Drive 
- IsSelf boolManaged Nvme 
- IsSpdk boolManaged 
- IsSuspected boolUnhealthy 
- IsUnder boolDiagnosis 
- IsUnhealthy bool
- Location float64
- ModTime string
- Model string
- Moid string
- MountPath string
- Node
GetHci Disk Node 
- NodeExt stringId 
- NodeIp GetAddress Hci Disk Node Ip Address 
- NvmePcie stringPath 
- ObjectType string
- Owners []string
- Parent
GetHci Disk Parent 
- PermissionResources []GetHci Disk Permission Resource 
- PhysicalCapacity float64Bytes 
- RegisteredDevice GetHci Disk Registered Device 
- SerialNumber string
- ServiceVm stringId 
- string
- Status string
- StoragePool stringExt Id 
- StorageTier string
- 
[]GetHci Disk Tag 
- TargetFirmware stringVersion 
- Vendor string
- VersionContext GetHci Disk Version Context 
- id String
- results
List<GetHci Disk Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetHci Disk Ancestor> 
- classId String
- clusterExt StringId 
- clusterName String
- createTime String
- cvmIp GetAddress Hci Disk Cvm Ip Address 
- diskExt StringId 
- diskSize DoubleBytes 
- domainGroup StringMoid 
- firmwareVersion String
- hasBoot BooleanPartitions Only 
- hostName String
- isBoot BooleanDisk 
- isData BooleanMigrated 
- isDiagnostic BooleanInfo Available 
- isError BooleanFound In Logs 
- isMarked BooleanFor Removal 
- isMounted Boolean
- isOnline Boolean
- isPassword BooleanProtected 
- isPlanned BooleanOutage 
- isSelf BooleanEncrypting Drive 
- isSelf BooleanManaged Nvme 
- isSpdk BooleanManaged 
- isSuspected BooleanUnhealthy 
- isUnder BooleanDiagnosis 
- isUnhealthy Boolean
- location Double
- modTime String
- model String
- moid String
- mountPath String
- node
GetHci Disk Node 
- nodeExt StringId 
- nodeIp GetAddress Hci Disk Node Ip Address 
- nvmePcie StringPath 
- objectType String
- owners List<String>
- parent
GetHci Disk Parent 
- permissionResources List<GetHci Disk Permission Resource> 
- physicalCapacity DoubleBytes 
- registeredDevice GetHci Disk Registered Device 
- serialNumber String
- serviceVm StringId 
- String
- status String
- storagePool StringExt Id 
- storageTier String
- 
List<GetHci Disk Tag> 
- targetFirmware StringVersion 
- vendor String
- versionContext GetHci Disk Version Context 
- id string
- results
GetHci Disk Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetHci Disk Ancestor[] 
- classId string
- clusterExt stringId 
- clusterName string
- createTime string
- cvmIp GetAddress Hci Disk Cvm Ip Address 
- diskExt stringId 
- diskSize numberBytes 
- domainGroup stringMoid 
- firmwareVersion string
- hasBoot booleanPartitions Only 
- hostName string
- isBoot booleanDisk 
- isData booleanMigrated 
- isDiagnostic booleanInfo Available 
- isError booleanFound In Logs 
- isMarked booleanFor Removal 
- isMounted boolean
- isOnline boolean
- isPassword booleanProtected 
- isPlanned booleanOutage 
- isSelf booleanEncrypting Drive 
- isSelf booleanManaged Nvme 
- isSpdk booleanManaged 
- isSuspected booleanUnhealthy 
- isUnder booleanDiagnosis 
- isUnhealthy boolean
- location number
- modTime string
- model string
- moid string
- mountPath string
- node
GetHci Disk Node 
- nodeExt stringId 
- nodeIp GetAddress Hci Disk Node Ip Address 
- nvmePcie stringPath 
- objectType string
- owners string[]
- parent
GetHci Disk Parent 
- permissionResources GetHci Disk Permission Resource[] 
- physicalCapacity numberBytes 
- registeredDevice GetHci Disk Registered Device 
- serialNumber string
- serviceVm stringId 
- string
- status string
- storagePool stringExt Id 
- storageTier string
- 
GetHci Disk Tag[] 
- targetFirmware stringVersion 
- vendor string
- versionContext GetHci Disk Version Context 
- id str
- results
Sequence[GetHci Disk Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetHci Disk Ancestor] 
- class_id str
- cluster_ext_ strid 
- cluster_name str
- create_time str
- cvm_ip_ Getaddress Hci Disk Cvm Ip Address 
- disk_ext_ strid 
- disk_size_ floatbytes 
- domain_group_ strmoid 
- firmware_version str
- has_boot_ boolpartitions_ only 
- host_name str
- is_boot_ booldisk 
- is_data_ boolmigrated 
- is_diagnostic_ boolinfo_ available 
- is_error_ boolfound_ in_ logs 
- is_marked_ boolfor_ removal 
- is_mounted bool
- is_online bool
- is_password_ boolprotected 
- is_planned_ booloutage 
- is_self_ boolencrypting_ drive 
- is_self_ boolmanaged_ nvme 
- is_spdk_ boolmanaged 
- is_suspected_ boolunhealthy 
- is_under_ booldiagnosis 
- is_unhealthy bool
- location float
- mod_time str
- model str
- moid str
- mount_path str
- node
GetHci Disk Node 
- node_ext_ strid 
- node_ip_ Getaddress Hci Disk Node Ip Address 
- nvme_pcie_ strpath 
- object_type str
- owners Sequence[str]
- parent
GetHci Disk Parent 
- permission_resources Sequence[GetHci Disk Permission Resource] 
- physical_capacity_ floatbytes 
- registered_device GetHci Disk Registered Device 
- serial_number str
- service_vm_ strid 
- str
- status str
- storage_pool_ strext_ id 
- storage_tier str
- 
Sequence[GetHci Disk Tag] 
- target_firmware_ strversion 
- vendor str
- version_context GetHci Disk Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- clusterExt StringId 
- clusterName String
- createTime String
- cvmIp Property MapAddress 
- diskExt StringId 
- diskSize NumberBytes 
- domainGroup StringMoid 
- firmwareVersion String
- hasBoot BooleanPartitions Only 
- hostName String
- isBoot BooleanDisk 
- isData BooleanMigrated 
- isDiagnostic BooleanInfo Available 
- isError BooleanFound In Logs 
- isMarked BooleanFor Removal 
- isMounted Boolean
- isOnline Boolean
- isPassword BooleanProtected 
- isPlanned BooleanOutage 
- isSelf BooleanEncrypting Drive 
- isSelf BooleanManaged Nvme 
- isSpdk BooleanManaged 
- isSuspected BooleanUnhealthy 
- isUnder BooleanDiagnosis 
- isUnhealthy Boolean
- location Number
- modTime String
- model String
- moid String
- mountPath String
- node Property Map
- nodeExt StringId 
- nodeIp Property MapAddress 
- nvmePcie StringPath 
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- physicalCapacity NumberBytes 
- registeredDevice Property Map
- serialNumber String
- serviceVm StringId 
- String
- status String
- storagePool StringExt Id 
- storageTier String
- List<Property Map>
- targetFirmware StringVersion 
- vendor String
- versionContext Property Map
Supporting Types
GetHciDiskAncestor   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHciDiskCvmIpAddress     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength double
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength double
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- 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.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength float64
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength float64
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- 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.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Double
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Double
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- 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.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4PrefixLength number
- The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6PrefixLength number
- The prefix length of the IPv6 address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- class_id str
- 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.
- ipv4_address str
- An IPv4 address in this IpAddress.
- ipv4_prefix_ floatlength 
- The prefix length of the IPv4 address.
- ipv6_address str
- An IPv6 address in this IpAddress.
- ipv6_prefix_ floatlength 
- The prefix length of the IPv6 address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- 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.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Number
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Number
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciDiskNode   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHciDiskNodeIpAddress     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength double
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength double
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- 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.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength float64
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength float64
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- 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.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Double
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Double
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- 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.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4PrefixLength number
- The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6PrefixLength number
- The prefix length of the IPv6 address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- class_id str
- 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.
- ipv4_address str
- An IPv4 address in this IpAddress.
- ipv4_prefix_ floatlength 
- The prefix length of the IPv4 address.
- ipv6_address str
- An IPv6 address in this IpAddress.
- ipv6_prefix_ floatlength 
- The prefix length of the IPv6 address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- 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.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Number
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Number
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciDiskParent   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHciDiskPermissionResource    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHciDiskRegisteredDevice    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHciDiskResult   
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHci Disk Result Ancestor> 
- ClassId string
- ClusterExt stringId 
- The unique identifier of the cluster.
- ClusterName string
- The name of the cluster this disk belongs to.
- CreateTime string
- The time when this managed object was created.
- CvmIp List<GetAddresses Hci Disk Result Cvm Ip Address> 
- DiskExt stringId 
- The unique identifier of the disk.
- DiskSize doubleBytes 
- The size of the disk in bytes.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FirmwareVersion string
- The current firmware version of the disk.
- HasBoot boolPartitions Only 
- Indicates if the disk is boot only and no disk operation to be run on it.
- HostName string
- The name of the host the disk is running on.
- IsBoot boolDisk 
- Indicate if the disk is a boot disk.
- IsData boolMigrated 
- Indicates whether the disk data is migrated.
- IsDiagnostic boolInfo Available 
- Indicates whether the diagnostic information is available.
- IsError boolFound In Logs 
- Indicates whether the error is found in kernel logs.
- IsMarked boolFor Removal 
- Indicates whether the disk is marked for removal.
- IsMounted bool
- Indicates whether the disk is mounted.
- IsOnline bool
- Indicates whether the disk is online or offline.
- IsPassword boolProtected 
- The password protection status of the disk.
- IsPlanned boolOutage 
- Indicates if diagnostics are running on the Disk.
- IsSelf boolEncrypting Drive 
- The self-encrypting drive status of the disk.
- IsSelf boolManaged Nvme 
- Indicates if the NVMe Disk is self managed and no host/CVM reboot is required.
- IsSpdk boolManaged 
- Indicates if NVMe device is managed by storage performance development kit (SPDK).
- IsSuspected boolUnhealthy 
- Indicates whether the disk is suspected unhealthy.
- IsUnder boolDiagnosis 
- Indicates whether the disk is under diagnosis.
- IsUnhealthy bool
- Indicates whether the disk is unhealthy.
- Location double
- The location of the disk in the node.
- ModTime string
- The time when this managed object was last modified.
- Model string
- The model of the reported disk.
- Moid string
- The unique identifier of this Managed Object instance.
- MountPath string
- The mount path of the disk.
- NodeExt stringId 
- The unique identifier of the node.
- NodeIp List<GetAddresses Hci Disk Result Node Ip Address> 
- Nodes
List<GetHci Disk Result Node> 
- NvmePcie stringPath 
- The PCIe path of the NVMe disk.
- ObjectType string
- Owners List<string>
- Parents
List<GetHci Disk Result Parent> 
- PermissionResources List<GetHci Disk Result Permission Resource> 
- PhysicalCapacity doubleBytes 
- The physical capacity of the disk in bytes.
- RegisteredDevices List<GetHci Disk Result Registered Device> 
- SerialNumber string
- The serial number of the disk.
- ServiceVm stringId 
- The unique identifier of the service VM on the node.
- string
- 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.
- Status string
- The status of the disk such as NORMAL, MARKED_FOR_REMOVAL_BUT_NOT_DETACHABLE,DETACHABLE, DATA_MIGRATION_INITIATED.
- StoragePool stringExt Id 
- The unique identifier of the storage pool.
- StorageTier string
- The storage tier of the disk such as SSD_PCIE, SSD_SATA, DAS_SATA, CLOUD, SSD_MEM_NVME.
- 
List<GetHci Disk Result Tag> 
- TargetFirmware stringVersion 
- The target firmware version of the disk.
- Vendor string
- The vendor of the reported disk.
- VersionContexts List<GetHci Disk Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHci Disk Result Ancestor 
- ClassId string
- ClusterExt stringId 
- The unique identifier of the cluster.
- ClusterName string
- The name of the cluster this disk belongs to.
- CreateTime string
- The time when this managed object was created.
- CvmIp []GetAddresses Hci Disk Result Cvm Ip Address 
- DiskExt stringId 
- The unique identifier of the disk.
- DiskSize float64Bytes 
- The size of the disk in bytes.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FirmwareVersion string
- The current firmware version of the disk.
- HasBoot boolPartitions Only 
- Indicates if the disk is boot only and no disk operation to be run on it.
- HostName string
- The name of the host the disk is running on.
- IsBoot boolDisk 
- Indicate if the disk is a boot disk.
- IsData boolMigrated 
- Indicates whether the disk data is migrated.
- IsDiagnostic boolInfo Available 
- Indicates whether the diagnostic information is available.
- IsError boolFound In Logs 
- Indicates whether the error is found in kernel logs.
- IsMarked boolFor Removal 
- Indicates whether the disk is marked for removal.
- IsMounted bool
- Indicates whether the disk is mounted.
- IsOnline bool
- Indicates whether the disk is online or offline.
- IsPassword boolProtected 
- The password protection status of the disk.
- IsPlanned boolOutage 
- Indicates if diagnostics are running on the Disk.
- IsSelf boolEncrypting Drive 
- The self-encrypting drive status of the disk.
- IsSelf boolManaged Nvme 
- Indicates if the NVMe Disk is self managed and no host/CVM reboot is required.
- IsSpdk boolManaged 
- Indicates if NVMe device is managed by storage performance development kit (SPDK).
- IsSuspected boolUnhealthy 
- Indicates whether the disk is suspected unhealthy.
- IsUnder boolDiagnosis 
- Indicates whether the disk is under diagnosis.
- IsUnhealthy bool
- Indicates whether the disk is unhealthy.
- Location float64
- The location of the disk in the node.
- ModTime string
- The time when this managed object was last modified.
- Model string
- The model of the reported disk.
- Moid string
- The unique identifier of this Managed Object instance.
- MountPath string
- The mount path of the disk.
- NodeExt stringId 
- The unique identifier of the node.
- NodeIp []GetAddresses Hci Disk Result Node Ip Address 
- Nodes
[]GetHci Disk Result Node 
- NvmePcie stringPath 
- The PCIe path of the NVMe disk.
- ObjectType string
- Owners []string
- Parents
[]GetHci Disk Result Parent 
- PermissionResources []GetHci Disk Result Permission Resource 
- PhysicalCapacity float64Bytes 
- The physical capacity of the disk in bytes.
- RegisteredDevices []GetHci Disk Result Registered Device 
- SerialNumber string
- The serial number of the disk.
- ServiceVm stringId 
- The unique identifier of the service VM on the node.
- string
- 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.
- Status string
- The status of the disk such as NORMAL, MARKED_FOR_REMOVAL_BUT_NOT_DETACHABLE,DETACHABLE, DATA_MIGRATION_INITIATED.
- StoragePool stringExt Id 
- The unique identifier of the storage pool.
- StorageTier string
- The storage tier of the disk such as SSD_PCIE, SSD_SATA, DAS_SATA, CLOUD, SSD_MEM_NVME.
- 
[]GetHci Disk Result Tag 
- TargetFirmware stringVersion 
- The target firmware version of the disk.
- Vendor string
- The vendor of the reported disk.
- VersionContexts []GetHci Disk Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHci Disk Result Ancestor> 
- classId String
- clusterExt StringId 
- The unique identifier of the cluster.
- clusterName String
- The name of the cluster this disk belongs to.
- createTime String
- The time when this managed object was created.
- cvmIp List<GetAddresses Hci Disk Result Cvm Ip Address> 
- diskExt StringId 
- The unique identifier of the disk.
- diskSize DoubleBytes 
- The size of the disk in bytes.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- firmwareVersion String
- The current firmware version of the disk.
- hasBoot BooleanPartitions Only 
- Indicates if the disk is boot only and no disk operation to be run on it.
- hostName String
- The name of the host the disk is running on.
- isBoot BooleanDisk 
- Indicate if the disk is a boot disk.
- isData BooleanMigrated 
- Indicates whether the disk data is migrated.
- isDiagnostic BooleanInfo Available 
- Indicates whether the diagnostic information is available.
- isError BooleanFound In Logs 
- Indicates whether the error is found in kernel logs.
- isMarked BooleanFor Removal 
- Indicates whether the disk is marked for removal.
- isMounted Boolean
- Indicates whether the disk is mounted.
- isOnline Boolean
- Indicates whether the disk is online or offline.
- isPassword BooleanProtected 
- The password protection status of the disk.
- isPlanned BooleanOutage 
- Indicates if diagnostics are running on the Disk.
- isSelf BooleanEncrypting Drive 
- The self-encrypting drive status of the disk.
- isSelf BooleanManaged Nvme 
- Indicates if the NVMe Disk is self managed and no host/CVM reboot is required.
- isSpdk BooleanManaged 
- Indicates if NVMe device is managed by storage performance development kit (SPDK).
- isSuspected BooleanUnhealthy 
- Indicates whether the disk is suspected unhealthy.
- isUnder BooleanDiagnosis 
- Indicates whether the disk is under diagnosis.
- isUnhealthy Boolean
- Indicates whether the disk is unhealthy.
- location Double
- The location of the disk in the node.
- modTime String
- The time when this managed object was last modified.
- model String
- The model of the reported disk.
- moid String
- The unique identifier of this Managed Object instance.
- mountPath String
- The mount path of the disk.
- nodeExt StringId 
- The unique identifier of the node.
- nodeIp List<GetAddresses Hci Disk Result Node Ip Address> 
- nodes
List<GetHci Disk Result Node> 
- nvmePcie StringPath 
- The PCIe path of the NVMe disk.
- objectType String
- owners List<String>
- parents
List<GetHci Disk Result Parent> 
- permissionResources List<GetHci Disk Result Permission Resource> 
- physicalCapacity DoubleBytes 
- The physical capacity of the disk in bytes.
- registeredDevices List<GetHci Disk Result Registered Device> 
- serialNumber String
- The serial number of the disk.
- serviceVm StringId 
- The unique identifier of the service VM on the node.
- String
- 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.
- status String
- The status of the disk such as NORMAL, MARKED_FOR_REMOVAL_BUT_NOT_DETACHABLE,DETACHABLE, DATA_MIGRATION_INITIATED.
- storagePool StringExt Id 
- The unique identifier of the storage pool.
- storageTier String
- The storage tier of the disk such as SSD_PCIE, SSD_SATA, DAS_SATA, CLOUD, SSD_MEM_NVME.
- 
List<GetHci Disk Result Tag> 
- targetFirmware StringVersion 
- The target firmware version of the disk.
- vendor String
- The vendor of the reported disk.
- versionContexts List<GetHci Disk Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHci Disk Result Ancestor[] 
- classId string
- clusterExt stringId 
- The unique identifier of the cluster.
- clusterName string
- The name of the cluster this disk belongs to.
- createTime string
- The time when this managed object was created.
- cvmIp GetAddresses Hci Disk Result Cvm Ip Address[] 
- diskExt stringId 
- The unique identifier of the disk.
- diskSize numberBytes 
- The size of the disk in bytes.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- firmwareVersion string
- The current firmware version of the disk.
- hasBoot booleanPartitions Only 
- Indicates if the disk is boot only and no disk operation to be run on it.
- hostName string
- The name of the host the disk is running on.
- isBoot booleanDisk 
- Indicate if the disk is a boot disk.
- isData booleanMigrated 
- Indicates whether the disk data is migrated.
- isDiagnostic booleanInfo Available 
- Indicates whether the diagnostic information is available.
- isError booleanFound In Logs 
- Indicates whether the error is found in kernel logs.
- isMarked booleanFor Removal 
- Indicates whether the disk is marked for removal.
- isMounted boolean
- Indicates whether the disk is mounted.
- isOnline boolean
- Indicates whether the disk is online or offline.
- isPassword booleanProtected 
- The password protection status of the disk.
- isPlanned booleanOutage 
- Indicates if diagnostics are running on the Disk.
- isSelf booleanEncrypting Drive 
- The self-encrypting drive status of the disk.
- isSelf booleanManaged Nvme 
- Indicates if the NVMe Disk is self managed and no host/CVM reboot is required.
- isSpdk booleanManaged 
- Indicates if NVMe device is managed by storage performance development kit (SPDK).
- isSuspected booleanUnhealthy 
- Indicates whether the disk is suspected unhealthy.
- isUnder booleanDiagnosis 
- Indicates whether the disk is under diagnosis.
- isUnhealthy boolean
- Indicates whether the disk is unhealthy.
- location number
- The location of the disk in the node.
- modTime string
- The time when this managed object was last modified.
- model string
- The model of the reported disk.
- moid string
- The unique identifier of this Managed Object instance.
- mountPath string
- The mount path of the disk.
- nodeExt stringId 
- The unique identifier of the node.
- nodeIp GetAddresses Hci Disk Result Node Ip Address[] 
- nodes
GetHci Disk Result Node[] 
- nvmePcie stringPath 
- The PCIe path of the NVMe disk.
- objectType string
- owners string[]
- parents
GetHci Disk Result Parent[] 
- permissionResources GetHci Disk Result Permission Resource[] 
- physicalCapacity numberBytes 
- The physical capacity of the disk in bytes.
- registeredDevices GetHci Disk Result Registered Device[] 
- serialNumber string
- The serial number of the disk.
- serviceVm stringId 
- The unique identifier of the service VM on the node.
- string
- 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.
- status string
- The status of the disk such as NORMAL, MARKED_FOR_REMOVAL_BUT_NOT_DETACHABLE,DETACHABLE, DATA_MIGRATION_INITIATED.
- storagePool stringExt Id 
- The unique identifier of the storage pool.
- storageTier string
- The storage tier of the disk such as SSD_PCIE, SSD_SATA, DAS_SATA, CLOUD, SSD_MEM_NVME.
- 
GetHci Disk Result Tag[] 
- targetFirmware stringVersion 
- The target firmware version of the disk.
- vendor string
- The vendor of the reported disk.
- versionContexts GetHci Disk Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHci Disk Result Ancestor] 
- class_id str
- cluster_ext_ strid 
- The unique identifier of the cluster.
- cluster_name str
- The name of the cluster this disk belongs to.
- create_time str
- The time when this managed object was created.
- cvm_ip_ Sequence[Getaddresses Hci Disk Result Cvm Ip Address] 
- disk_ext_ strid 
- The unique identifier of the disk.
- disk_size_ floatbytes 
- The size of the disk in bytes.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- firmware_version str
- The current firmware version of the disk.
- has_boot_ boolpartitions_ only 
- Indicates if the disk is boot only and no disk operation to be run on it.
- host_name str
- The name of the host the disk is running on.
- is_boot_ booldisk 
- Indicate if the disk is a boot disk.
- is_data_ boolmigrated 
- Indicates whether the disk data is migrated.
- is_diagnostic_ boolinfo_ available 
- Indicates whether the diagnostic information is available.
- is_error_ boolfound_ in_ logs 
- Indicates whether the error is found in kernel logs.
- is_marked_ boolfor_ removal 
- Indicates whether the disk is marked for removal.
- is_mounted bool
- Indicates whether the disk is mounted.
- is_online bool
- Indicates whether the disk is online or offline.
- is_password_ boolprotected 
- The password protection status of the disk.
- is_planned_ booloutage 
- Indicates if diagnostics are running on the Disk.
- is_self_ boolencrypting_ drive 
- The self-encrypting drive status of the disk.
- is_self_ boolmanaged_ nvme 
- Indicates if the NVMe Disk is self managed and no host/CVM reboot is required.
- is_spdk_ boolmanaged 
- Indicates if NVMe device is managed by storage performance development kit (SPDK).
- is_suspected_ boolunhealthy 
- Indicates whether the disk is suspected unhealthy.
- is_under_ booldiagnosis 
- Indicates whether the disk is under diagnosis.
- is_unhealthy bool
- Indicates whether the disk is unhealthy.
- location float
- The location of the disk in the node.
- mod_time str
- The time when this managed object was last modified.
- model str
- The model of the reported disk.
- moid str
- The unique identifier of this Managed Object instance.
- mount_path str
- The mount path of the disk.
- node_ext_ strid 
- The unique identifier of the node.
- node_ip_ Sequence[Getaddresses Hci Disk Result Node Ip Address] 
- nodes
Sequence[GetHci Disk Result Node] 
- nvme_pcie_ strpath 
- The PCIe path of the NVMe disk.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetHci Disk Result Parent] 
- permission_resources Sequence[GetHci Disk Result Permission Resource] 
- physical_capacity_ floatbytes 
- The physical capacity of the disk in bytes.
- registered_devices Sequence[GetHci Disk Result Registered Device] 
- serial_number str
- The serial number of the disk.
- service_vm_ strid 
- The unique identifier of the service VM on the node.
- str
- 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.
- status str
- The status of the disk such as NORMAL, MARKED_FOR_REMOVAL_BUT_NOT_DETACHABLE,DETACHABLE, DATA_MIGRATION_INITIATED.
- storage_pool_ strext_ id 
- The unique identifier of the storage pool.
- storage_tier str
- The storage tier of the disk such as SSD_PCIE, SSD_SATA, DAS_SATA, CLOUD, SSD_MEM_NVME.
- 
Sequence[GetHci Disk Result Tag] 
- target_firmware_ strversion 
- The target firmware version of the disk.
- vendor str
- The vendor of the reported disk.
- version_contexts Sequence[GetHci Disk Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- clusterExt StringId 
- The unique identifier of the cluster.
- clusterName String
- The name of the cluster this disk belongs to.
- createTime String
- The time when this managed object was created.
- cvmIp List<Property Map>Addresses 
- diskExt StringId 
- The unique identifier of the disk.
- diskSize NumberBytes 
- The size of the disk in bytes.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- firmwareVersion String
- The current firmware version of the disk.
- hasBoot BooleanPartitions Only 
- Indicates if the disk is boot only and no disk operation to be run on it.
- hostName String
- The name of the host the disk is running on.
- isBoot BooleanDisk 
- Indicate if the disk is a boot disk.
- isData BooleanMigrated 
- Indicates whether the disk data is migrated.
- isDiagnostic BooleanInfo Available 
- Indicates whether the diagnostic information is available.
- isError BooleanFound In Logs 
- Indicates whether the error is found in kernel logs.
- isMarked BooleanFor Removal 
- Indicates whether the disk is marked for removal.
- isMounted Boolean
- Indicates whether the disk is mounted.
- isOnline Boolean
- Indicates whether the disk is online or offline.
- isPassword BooleanProtected 
- The password protection status of the disk.
- isPlanned BooleanOutage 
- Indicates if diagnostics are running on the Disk.
- isSelf BooleanEncrypting Drive 
- The self-encrypting drive status of the disk.
- isSelf BooleanManaged Nvme 
- Indicates if the NVMe Disk is self managed and no host/CVM reboot is required.
- isSpdk BooleanManaged 
- Indicates if NVMe device is managed by storage performance development kit (SPDK).
- isSuspected BooleanUnhealthy 
- Indicates whether the disk is suspected unhealthy.
- isUnder BooleanDiagnosis 
- Indicates whether the disk is under diagnosis.
- isUnhealthy Boolean
- Indicates whether the disk is unhealthy.
- location Number
- The location of the disk in the node.
- modTime String
- The time when this managed object was last modified.
- model String
- The model of the reported disk.
- moid String
- The unique identifier of this Managed Object instance.
- mountPath String
- The mount path of the disk.
- nodeExt StringId 
- The unique identifier of the node.
- nodeIp List<Property Map>Addresses 
- nodes List<Property Map>
- nvmePcie StringPath 
- The PCIe path of the NVMe disk.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- physicalCapacity NumberBytes 
- The physical capacity of the disk in bytes.
- registeredDevices List<Property Map>
- serialNumber String
- The serial number of the disk.
- serviceVm StringId 
- The unique identifier of the service VM on the node.
- String
- 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.
- status String
- The status of the disk such as NORMAL, MARKED_FOR_REMOVAL_BUT_NOT_DETACHABLE,DETACHABLE, DATA_MIGRATION_INITIATED.
- storagePool StringExt Id 
- The unique identifier of the storage pool.
- storageTier String
- The storage tier of the disk such as SSD_PCIE, SSD_SATA, DAS_SATA, CLOUD, SSD_MEM_NVME.
- List<Property Map>
- targetFirmware StringVersion 
- The target firmware version of the disk.
- vendor String
- The vendor of the reported disk.
- versionContexts List<Property Map>
GetHciDiskResultAncestor    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciDiskResultCvmIpAddress      
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength double
- Ipv6Address string
- Ipv6PrefixLength double
- ObjectType string
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength float64
- Ipv6Address string
- Ipv6PrefixLength float64
- ObjectType string
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Double
- ipv6Address String
- ipv6PrefixLength Double
- objectType String
- additionalProperties string
- classId string
- ipv4Address string
- ipv4PrefixLength number
- ipv6Address string
- ipv6PrefixLength number
- objectType string
- additional_properties str
- class_id str
- ipv4_address str
- ipv4_prefix_ floatlength 
- ipv6_address str
- ipv6_prefix_ floatlength 
- object_type str
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Number
- ipv6Address String
- ipv6PrefixLength Number
- objectType String
GetHciDiskResultNode    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciDiskResultNodeIpAddress      
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength double
- Ipv6Address string
- Ipv6PrefixLength double
- ObjectType string
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength float64
- Ipv6Address string
- Ipv6PrefixLength float64
- ObjectType string
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Double
- ipv6Address String
- ipv6PrefixLength Double
- objectType String
- additionalProperties string
- classId string
- ipv4Address string
- ipv4PrefixLength number
- ipv6Address string
- ipv6PrefixLength number
- objectType string
- additional_properties str
- class_id str
- ipv4_address str
- ipv4_prefix_ floatlength 
- ipv6_address str
- ipv6_prefix_ floatlength 
- object_type str
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Number
- ipv6Address String
- ipv6PrefixLength Number
- objectType String
GetHciDiskResultParent    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciDiskResultPermissionResource     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciDiskResultRegisteredDevice     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciDiskResultTag    
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetHciDiskResultVersionContext     
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetHci Disk Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos List<GetHci Disk Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- AdditionalProperties string
- ClassId string
- InterestedMos []GetHci Disk Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetHci Disk Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetHci Disk Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetHci Disk Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetHci Disk Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetHci Disk Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetHciDiskResultVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciDiskResultVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciDiskTag   
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetHciDiskVersionContext    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetHci Disk Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHci Disk Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- 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 intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- 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.
- InterestedMos []GetHci Disk Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHci Disk Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- 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 intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- 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.
- interestedMos List<GetHci Disk Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHci Disk Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- 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 intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- 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.
- interestedMos GetHci Disk Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHci Disk Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- 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 intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- 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.
- interested_mos Sequence[GetHci Disk Version Context Interested Mo] 
- marked_for_ booldeletion 
- 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
- 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_mo GetHci Disk Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- 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 intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- 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.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- 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 intended
to 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.
 
GetHciDiskVersionContextInterestedMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHciDiskVersionContextRefMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- 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.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- 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.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- 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.
- moid str
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- 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.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet