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

intersight.getStorageHyperFlexVolume

Explore with Pulumi AI

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

    A HyperFlex Volume entity.

    Using getStorageHyperFlexVolume

    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 getStorageHyperFlexVolume(args: GetStorageHyperFlexVolumeArgs, opts?: InvokeOptions): Promise<GetStorageHyperFlexVolumeResult>
    function getStorageHyperFlexVolumeOutput(args: GetStorageHyperFlexVolumeOutputArgs, opts?: InvokeOptions): Output<GetStorageHyperFlexVolumeResult>
    def get_storage_hyper_flex_volume(account_moid: Optional[str] = None,
                                      additional_properties: Optional[str] = None,
                                      ancestors: Optional[Sequence[GetStorageHyperFlexVolumeAncestor]] = None,
                                      capacity: Optional[float] = None,
                                      class_id: Optional[str] = None,
                                      client_id: Optional[str] = None,
                                      cluster: Optional[GetStorageHyperFlexVolumeCluster] = None,
                                      create_time: Optional[str] = None,
                                      description: Optional[str] = None,
                                      domain_group_moid: Optional[str] = None,
                                      id: Optional[str] = None,
                                      last_modified_time: Optional[str] = None,
                                      lun_uuid: Optional[str] = None,
                                      mod_time: Optional[str] = None,
                                      moid: Optional[str] = None,
                                      naa_id: Optional[str] = None,
                                      name: Optional[str] = None,
                                      object_type: Optional[str] = None,
                                      owners: Optional[Sequence[str]] = None,
                                      parent: Optional[GetStorageHyperFlexVolumeParent] = None,
                                      permission_resources: Optional[Sequence[GetStorageHyperFlexVolumePermissionResource]] = None,
                                      registered_device: Optional[GetStorageHyperFlexVolumeRegisteredDevice] = None,
                                      serial_number: Optional[str] = None,
                                      shared_scope: Optional[str] = None,
                                      size: Optional[float] = None,
                                      storage_container: Optional[GetStorageHyperFlexVolumeStorageContainer] = None,
                                      storage_utilization: Optional[GetStorageHyperFlexVolumeStorageUtilization] = None,
                                      tags: Optional[Sequence[GetStorageHyperFlexVolumeTag]] = None,
                                      uuid: Optional[str] = None,
                                      version_context: Optional[GetStorageHyperFlexVolumeVersionContext] = None,
                                      volume_access_mode: Optional[str] = None,
                                      volume_mode: Optional[str] = None,
                                      volume_type: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetStorageHyperFlexVolumeResult
    def get_storage_hyper_flex_volume_output(account_moid: Optional[pulumi.Input[str]] = None,
                                      additional_properties: Optional[pulumi.Input[str]] = None,
                                      ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHyperFlexVolumeAncestorArgs]]]] = None,
                                      capacity: Optional[pulumi.Input[float]] = None,
                                      class_id: Optional[pulumi.Input[str]] = None,
                                      client_id: Optional[pulumi.Input[str]] = None,
                                      cluster: Optional[pulumi.Input[GetStorageHyperFlexVolumeClusterArgs]] = None,
                                      create_time: Optional[pulumi.Input[str]] = None,
                                      description: Optional[pulumi.Input[str]] = None,
                                      domain_group_moid: Optional[pulumi.Input[str]] = None,
                                      id: Optional[pulumi.Input[str]] = None,
                                      last_modified_time: Optional[pulumi.Input[str]] = None,
                                      lun_uuid: Optional[pulumi.Input[str]] = None,
                                      mod_time: Optional[pulumi.Input[str]] = None,
                                      moid: Optional[pulumi.Input[str]] = None,
                                      naa_id: Optional[pulumi.Input[str]] = None,
                                      name: 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[GetStorageHyperFlexVolumeParentArgs]] = None,
                                      permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHyperFlexVolumePermissionResourceArgs]]]] = None,
                                      registered_device: Optional[pulumi.Input[GetStorageHyperFlexVolumeRegisteredDeviceArgs]] = None,
                                      serial_number: Optional[pulumi.Input[str]] = None,
                                      shared_scope: Optional[pulumi.Input[str]] = None,
                                      size: Optional[pulumi.Input[float]] = None,
                                      storage_container: Optional[pulumi.Input[GetStorageHyperFlexVolumeStorageContainerArgs]] = None,
                                      storage_utilization: Optional[pulumi.Input[GetStorageHyperFlexVolumeStorageUtilizationArgs]] = None,
                                      tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHyperFlexVolumeTagArgs]]]] = None,
                                      uuid: Optional[pulumi.Input[str]] = None,
                                      version_context: Optional[pulumi.Input[GetStorageHyperFlexVolumeVersionContextArgs]] = None,
                                      volume_access_mode: Optional[pulumi.Input[str]] = None,
                                      volume_mode: Optional[pulumi.Input[str]] = None,
                                      volume_type: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetStorageHyperFlexVolumeResult]
    func LookupStorageHyperFlexVolume(ctx *Context, args *LookupStorageHyperFlexVolumeArgs, opts ...InvokeOption) (*LookupStorageHyperFlexVolumeResult, error)
    func LookupStorageHyperFlexVolumeOutput(ctx *Context, args *LookupStorageHyperFlexVolumeOutputArgs, opts ...InvokeOption) LookupStorageHyperFlexVolumeResultOutput

    > Note: This function is named LookupStorageHyperFlexVolume in the Go SDK.

    public static class GetStorageHyperFlexVolume 
    {
        public static Task<GetStorageHyperFlexVolumeResult> InvokeAsync(GetStorageHyperFlexVolumeArgs args, InvokeOptions? opts = null)
        public static Output<GetStorageHyperFlexVolumeResult> Invoke(GetStorageHyperFlexVolumeInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStorageHyperFlexVolumeResult> getStorageHyperFlexVolume(GetStorageHyperFlexVolumeArgs args, InvokeOptions options)
    public static Output<GetStorageHyperFlexVolumeResult> getStorageHyperFlexVolume(GetStorageHyperFlexVolumeArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getStorageHyperFlexVolume:getStorageHyperFlexVolume
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageHyperFlexVolumeAncestor>
    Capacity double
    Provisioned Capacity of the Storage container in Bytes.
    ClassId string
    ClientId string
    Client ID to which the volume belongs.
    Cluster GetStorageHyperFlexVolumeCluster
    CreateTime string
    The time when this managed object was created.
    Description string
    Short description about the volume.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    LastModifiedTime string
    Last modified time as UTC of the volume.
    LunUuid string
    UUID of Lun associated with the volume.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NaaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    Name string
    Named entity of the volume.
    ObjectType string
    Owners List<string>
    Parent GetStorageHyperFlexVolumeParent
    PermissionResources List<GetStorageHyperFlexVolumePermissionResource>
    RegisteredDevice GetStorageHyperFlexVolumeRegisteredDevice
    SerialNumber string
    Serial number of the volume.
    SharedScope 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.
    Size double
    User provisioned volume size. It is the size exposed to host.
    StorageContainer GetStorageHyperFlexVolumeStorageContainer
    StorageUtilization GetStorageHyperFlexVolumeStorageUtilization
    Tags List<GetStorageHyperFlexVolumeTag>
    Uuid string
    UUID of the Datastore/Storage Containter.
    VersionContext GetStorageHyperFlexVolumeVersionContext
    VolumeAccessMode string
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    VolumeMode string
    Mode of the volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    VolumeType string
    The Type of the volume.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageHyperFlexVolumeAncestor
    Capacity float64
    Provisioned Capacity of the Storage container in Bytes.
    ClassId string
    ClientId string
    Client ID to which the volume belongs.
    Cluster GetStorageHyperFlexVolumeCluster
    CreateTime string
    The time when this managed object was created.
    Description string
    Short description about the volume.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    LastModifiedTime string
    Last modified time as UTC of the volume.
    LunUuid string
    UUID of Lun associated with the volume.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NaaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    Name string
    Named entity of the volume.
    ObjectType string
    Owners []string
    Parent GetStorageHyperFlexVolumeParent
    PermissionResources []GetStorageHyperFlexVolumePermissionResource
    RegisteredDevice GetStorageHyperFlexVolumeRegisteredDevice
    SerialNumber string
    Serial number of the volume.
    SharedScope 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.
    Size float64
    User provisioned volume size. It is the size exposed to host.
    StorageContainer GetStorageHyperFlexVolumeStorageContainer
    StorageUtilization GetStorageHyperFlexVolumeStorageUtilization
    Tags []GetStorageHyperFlexVolumeTag
    Uuid string
    UUID of the Datastore/Storage Containter.
    VersionContext GetStorageHyperFlexVolumeVersionContext
    VolumeAccessMode string
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    VolumeMode string
    Mode of the volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    VolumeType string
    The Type of the volume.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageHyperFlexVolumeAncestor>
    capacity Double
    Provisioned Capacity of the Storage container in Bytes.
    classId String
    clientId String
    Client ID to which the volume belongs.
    cluster GetStorageHyperFlexVolumeCluster
    createTime String
    The time when this managed object was created.
    description String
    Short description about the volume.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    lastModifiedTime String
    Last modified time as UTC of the volume.
    lunUuid String
    UUID of Lun associated with the volume.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    naaId String
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name String
    Named entity of the volume.
    objectType String
    owners List<String>
    parent GetStorageHyperFlexVolumeParent
    permissionResources List<GetStorageHyperFlexVolumePermissionResource>
    registeredDevice GetStorageHyperFlexVolumeRegisteredDevice
    serialNumber String
    Serial number of the volume.
    sharedScope 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.
    size Double
    User provisioned volume size. It is the size exposed to host.
    storageContainer GetStorageHyperFlexVolumeStorageContainer
    storageUtilization GetStorageHyperFlexVolumeStorageUtilization
    tags List<GetStorageHyperFlexVolumeTag>
    uuid String
    UUID of the Datastore/Storage Containter.
    versionContext GetStorageHyperFlexVolumeVersionContext
    volumeAccessMode String
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    volumeMode String
    Mode of the volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    volumeType String
    The Type of the volume.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageHyperFlexVolumeAncestor[]
    capacity number
    Provisioned Capacity of the Storage container in Bytes.
    classId string
    clientId string
    Client ID to which the volume belongs.
    cluster GetStorageHyperFlexVolumeCluster
    createTime string
    The time when this managed object was created.
    description string
    Short description about the volume.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    lastModifiedTime string
    Last modified time as UTC of the volume.
    lunUuid string
    UUID of Lun associated with the volume.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    naaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name string
    Named entity of the volume.
    objectType string
    owners string[]
    parent GetStorageHyperFlexVolumeParent
    permissionResources GetStorageHyperFlexVolumePermissionResource[]
    registeredDevice GetStorageHyperFlexVolumeRegisteredDevice
    serialNumber string
    Serial number of the volume.
    sharedScope 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.
    size number
    User provisioned volume size. It is the size exposed to host.
    storageContainer GetStorageHyperFlexVolumeStorageContainer
    storageUtilization GetStorageHyperFlexVolumeStorageUtilization
    tags GetStorageHyperFlexVolumeTag[]
    uuid string
    UUID of the Datastore/Storage Containter.
    versionContext GetStorageHyperFlexVolumeVersionContext
    volumeAccessMode string
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    volumeMode string
    Mode of the volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    volumeType string
    The Type of the volume.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageHyperFlexVolumeAncestor]
    capacity float
    Provisioned Capacity of the Storage container in Bytes.
    class_id str
    client_id str
    Client ID to which the volume belongs.
    cluster GetStorageHyperFlexVolumeCluster
    create_time str
    The time when this managed object was created.
    description str
    Short description about the volume.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    last_modified_time str
    Last modified time as UTC of the volume.
    lun_uuid str
    UUID of Lun associated with the volume.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    naa_id str
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name str
    Named entity of the volume.
    object_type str
    owners Sequence[str]
    parent GetStorageHyperFlexVolumeParent
    permission_resources Sequence[GetStorageHyperFlexVolumePermissionResource]
    registered_device GetStorageHyperFlexVolumeRegisteredDevice
    serial_number str
    Serial number of the volume.
    shared_scope 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.
    size float
    User provisioned volume size. It is the size exposed to host.
    storage_container GetStorageHyperFlexVolumeStorageContainer
    storage_utilization GetStorageHyperFlexVolumeStorageUtilization
    tags Sequence[GetStorageHyperFlexVolumeTag]
    uuid str
    UUID of the Datastore/Storage Containter.
    version_context GetStorageHyperFlexVolumeVersionContext
    volume_access_mode str
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    volume_mode str
    Mode of the volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    volume_type str
    The Type of the volume.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    capacity Number
    Provisioned Capacity of the Storage container in Bytes.
    classId String
    clientId String
    Client ID to which the volume belongs.
    cluster Property Map
    createTime String
    The time when this managed object was created.
    description String
    Short description about the volume.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    lastModifiedTime String
    Last modified time as UTC of the volume.
    lunUuid String
    UUID of Lun associated with the volume.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    naaId String
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name String
    Named entity of the volume.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    registeredDevice Property Map
    serialNumber String
    Serial number of the volume.
    sharedScope 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.
    size Number
    User provisioned volume size. It is the size exposed to host.
    storageContainer Property Map
    storageUtilization Property Map
    tags List<Property Map>
    uuid String
    UUID of the Datastore/Storage Containter.
    versionContext Property Map
    volumeAccessMode String
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    volumeMode String
    Mode of the volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    volumeType String
    The Type of the volume.

    getStorageHyperFlexVolume Result

    The following output properties are available:

    Id string
    Results List<GetStorageHyperFlexVolumeResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetStorageHyperFlexVolumeAncestor>
    Capacity double
    ClassId string
    ClientId string
    Cluster GetStorageHyperFlexVolumeCluster
    CreateTime string
    Description string
    DomainGroupMoid string
    LastModifiedTime string
    LunUuid string
    ModTime string
    Moid string
    NaaId string
    Name string
    ObjectType string
    Owners List<string>
    Parent GetStorageHyperFlexVolumeParent
    PermissionResources List<GetStorageHyperFlexVolumePermissionResource>
    RegisteredDevice GetStorageHyperFlexVolumeRegisteredDevice
    SerialNumber string
    SharedScope string
    Size double
    StorageContainer GetStorageHyperFlexVolumeStorageContainer
    StorageUtilization GetStorageHyperFlexVolumeStorageUtilization
    Tags List<GetStorageHyperFlexVolumeTag>
    Uuid string
    VersionContext GetStorageHyperFlexVolumeVersionContext
    VolumeAccessMode string
    VolumeMode string
    VolumeType string
    Id string
    Results []GetStorageHyperFlexVolumeResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetStorageHyperFlexVolumeAncestor
    Capacity float64
    ClassId string
    ClientId string
    Cluster GetStorageHyperFlexVolumeCluster
    CreateTime string
    Description string
    DomainGroupMoid string
    LastModifiedTime string
    LunUuid string
    ModTime string
    Moid string
    NaaId string
    Name string
    ObjectType string
    Owners []string
    Parent GetStorageHyperFlexVolumeParent
    PermissionResources []GetStorageHyperFlexVolumePermissionResource
    RegisteredDevice GetStorageHyperFlexVolumeRegisteredDevice
    SerialNumber string
    SharedScope string
    Size float64
    StorageContainer GetStorageHyperFlexVolumeStorageContainer
    StorageUtilization GetStorageHyperFlexVolumeStorageUtilization
    Tags []GetStorageHyperFlexVolumeTag
    Uuid string
    VersionContext GetStorageHyperFlexVolumeVersionContext
    VolumeAccessMode string
    VolumeMode string
    VolumeType string
    id String
    results List<GetStorageHyperFlexVolumeResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetStorageHyperFlexVolumeAncestor>
    capacity Double
    classId String
    clientId String
    cluster GetStorageHyperFlexVolumeCluster
    createTime String
    description String
    domainGroupMoid String
    lastModifiedTime String
    lunUuid String
    modTime String
    moid String
    naaId String
    name String
    objectType String
    owners List<String>
    parent GetStorageHyperFlexVolumeParent
    permissionResources List<GetStorageHyperFlexVolumePermissionResource>
    registeredDevice GetStorageHyperFlexVolumeRegisteredDevice
    serialNumber String
    sharedScope String
    size Double
    storageContainer GetStorageHyperFlexVolumeStorageContainer
    storageUtilization GetStorageHyperFlexVolumeStorageUtilization
    tags List<GetStorageHyperFlexVolumeTag>
    uuid String
    versionContext GetStorageHyperFlexVolumeVersionContext
    volumeAccessMode String
    volumeMode String
    volumeType String
    id string
    results GetStorageHyperFlexVolumeResult[]
    accountMoid string
    additionalProperties string
    ancestors GetStorageHyperFlexVolumeAncestor[]
    capacity number
    classId string
    clientId string
    cluster GetStorageHyperFlexVolumeCluster
    createTime string
    description string
    domainGroupMoid string
    lastModifiedTime string
    lunUuid string
    modTime string
    moid string
    naaId string
    name string
    objectType string
    owners string[]
    parent GetStorageHyperFlexVolumeParent
    permissionResources GetStorageHyperFlexVolumePermissionResource[]
    registeredDevice GetStorageHyperFlexVolumeRegisteredDevice
    serialNumber string
    sharedScope string
    size number
    storageContainer GetStorageHyperFlexVolumeStorageContainer
    storageUtilization GetStorageHyperFlexVolumeStorageUtilization
    tags GetStorageHyperFlexVolumeTag[]
    uuid string
    versionContext GetStorageHyperFlexVolumeVersionContext
    volumeAccessMode string
    volumeMode string
    volumeType string
    id str
    results Sequence[GetStorageHyperFlexVolumeResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetStorageHyperFlexVolumeAncestor]
    capacity float
    class_id str
    client_id str
    cluster GetStorageHyperFlexVolumeCluster
    create_time str
    description str
    domain_group_moid str
    last_modified_time str
    lun_uuid str
    mod_time str
    moid str
    naa_id str
    name str
    object_type str
    owners Sequence[str]
    parent GetStorageHyperFlexVolumeParent
    permission_resources Sequence[GetStorageHyperFlexVolumePermissionResource]
    registered_device GetStorageHyperFlexVolumeRegisteredDevice
    serial_number str
    shared_scope str
    size float
    storage_container GetStorageHyperFlexVolumeStorageContainer
    storage_utilization GetStorageHyperFlexVolumeStorageUtilization
    tags Sequence[GetStorageHyperFlexVolumeTag]
    uuid str
    version_context GetStorageHyperFlexVolumeVersionContext
    volume_access_mode str
    volume_mode str
    volume_type str

    Supporting Types

    GetStorageHyperFlexVolumeAncestor

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetStorageHyperFlexVolumeCluster

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetStorageHyperFlexVolumeParent

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetStorageHyperFlexVolumePermissionResource

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetStorageHyperFlexVolumeRegisteredDevice

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetStorageHyperFlexVolumeResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageHyperFlexVolumeResultAncestor>
    Capacity double
    Provisioned Capacity of the Storage container in Bytes.
    ClassId string
    ClientId string
    Client ID to which the volume belongs.
    Clusters List<GetStorageHyperFlexVolumeResultCluster>
    CreateTime string
    The time when this managed object was created.
    Description string
    Short description about the volume.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    LastModifiedTime string
    Last modified time as UTC of the volume.
    LunUuid string
    UUID of Lun associated with the volume.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NaaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    Name string
    Named entity of the volume.
    ObjectType string
    Owners List<string>
    Parents List<GetStorageHyperFlexVolumeResultParent>
    PermissionResources List<GetStorageHyperFlexVolumeResultPermissionResource>
    RegisteredDevices List<GetStorageHyperFlexVolumeResultRegisteredDevice>
    SerialNumber string
    Serial number of the volume.
    SharedScope 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.
    Size double
    User provisioned volume size. It is the size exposed to host.
    StorageContainers List<GetStorageHyperFlexVolumeResultStorageContainer>
    StorageUtilizations List<GetStorageHyperFlexVolumeResultStorageUtilization>
    Tags List<GetStorageHyperFlexVolumeResultTag>
    Uuid string
    UUID of the Datastore/Storage Containter.
    VersionContexts List<GetStorageHyperFlexVolumeResultVersionContext>
    VolumeAccessMode string
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    VolumeMode string
    Mode of the volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    VolumeType string
    The Type of the volume.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageHyperFlexVolumeResultAncestor
    Capacity float64
    Provisioned Capacity of the Storage container in Bytes.
    ClassId string
    ClientId string
    Client ID to which the volume belongs.
    Clusters []GetStorageHyperFlexVolumeResultCluster
    CreateTime string
    The time when this managed object was created.
    Description string
    Short description about the volume.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    LastModifiedTime string
    Last modified time as UTC of the volume.
    LunUuid string
    UUID of Lun associated with the volume.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NaaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    Name string
    Named entity of the volume.
    ObjectType string
    Owners []string
    Parents []GetStorageHyperFlexVolumeResultParent
    PermissionResources []GetStorageHyperFlexVolumeResultPermissionResource
    RegisteredDevices []GetStorageHyperFlexVolumeResultRegisteredDevice
    SerialNumber string
    Serial number of the volume.
    SharedScope 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.
    Size float64
    User provisioned volume size. It is the size exposed to host.
    StorageContainers []GetStorageHyperFlexVolumeResultStorageContainer
    StorageUtilizations []GetStorageHyperFlexVolumeResultStorageUtilization
    Tags []GetStorageHyperFlexVolumeResultTag
    Uuid string
    UUID of the Datastore/Storage Containter.
    VersionContexts []GetStorageHyperFlexVolumeResultVersionContext
    VolumeAccessMode string
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    VolumeMode string
    Mode of the volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    VolumeType string
    The Type of the volume.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageHyperFlexVolumeResultAncestor>
    capacity Double
    Provisioned Capacity of the Storage container in Bytes.
    classId String
    clientId String
    Client ID to which the volume belongs.
    clusters List<GetStorageHyperFlexVolumeResultCluster>
    createTime String
    The time when this managed object was created.
    description String
    Short description about the volume.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    lastModifiedTime String
    Last modified time as UTC of the volume.
    lunUuid String
    UUID of Lun associated with the volume.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    naaId String
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name String
    Named entity of the volume.
    objectType String
    owners List<String>
    parents List<GetStorageHyperFlexVolumeResultParent>
    permissionResources List<GetStorageHyperFlexVolumeResultPermissionResource>
    registeredDevices List<GetStorageHyperFlexVolumeResultRegisteredDevice>
    serialNumber String
    Serial number of the volume.
    sharedScope 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.
    size Double
    User provisioned volume size. It is the size exposed to host.
    storageContainers List<GetStorageHyperFlexVolumeResultStorageContainer>
    storageUtilizations List<GetStorageHyperFlexVolumeResultStorageUtilization>
    tags List<GetStorageHyperFlexVolumeResultTag>
    uuid String
    UUID of the Datastore/Storage Containter.
    versionContexts List<GetStorageHyperFlexVolumeResultVersionContext>
    volumeAccessMode String
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    volumeMode String
    Mode of the volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    volumeType String
    The Type of the volume.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageHyperFlexVolumeResultAncestor[]
    capacity number
    Provisioned Capacity of the Storage container in Bytes.
    classId string
    clientId string
    Client ID to which the volume belongs.
    clusters GetStorageHyperFlexVolumeResultCluster[]
    createTime string
    The time when this managed object was created.
    description string
    Short description about the volume.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    lastModifiedTime string
    Last modified time as UTC of the volume.
    lunUuid string
    UUID of Lun associated with the volume.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    naaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name string
    Named entity of the volume.
    objectType string
    owners string[]
    parents GetStorageHyperFlexVolumeResultParent[]
    permissionResources GetStorageHyperFlexVolumeResultPermissionResource[]
    registeredDevices GetStorageHyperFlexVolumeResultRegisteredDevice[]
    serialNumber string
    Serial number of the volume.
    sharedScope 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.
    size number
    User provisioned volume size. It is the size exposed to host.
    storageContainers GetStorageHyperFlexVolumeResultStorageContainer[]
    storageUtilizations GetStorageHyperFlexVolumeResultStorageUtilization[]
    tags GetStorageHyperFlexVolumeResultTag[]
    uuid string
    UUID of the Datastore/Storage Containter.
    versionContexts GetStorageHyperFlexVolumeResultVersionContext[]
    volumeAccessMode string
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    volumeMode string
    Mode of the volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    volumeType string
    The Type of the volume.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageHyperFlexVolumeResultAncestor]
    capacity float
    Provisioned Capacity of the Storage container in Bytes.
    class_id str
    client_id str
    Client ID to which the volume belongs.
    clusters Sequence[GetStorageHyperFlexVolumeResultCluster]
    create_time str
    The time when this managed object was created.
    description str
    Short description about the volume.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    last_modified_time str
    Last modified time as UTC of the volume.
    lun_uuid str
    UUID of Lun associated with the volume.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    naa_id str
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name str
    Named entity of the volume.
    object_type str
    owners Sequence[str]
    parents Sequence[GetStorageHyperFlexVolumeResultParent]
    permission_resources Sequence[GetStorageHyperFlexVolumeResultPermissionResource]
    registered_devices Sequence[GetStorageHyperFlexVolumeResultRegisteredDevice]
    serial_number str
    Serial number of the volume.
    shared_scope 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.
    size float
    User provisioned volume size. It is the size exposed to host.
    storage_containers Sequence[GetStorageHyperFlexVolumeResultStorageContainer]
    storage_utilizations Sequence[GetStorageHyperFlexVolumeResultStorageUtilization]
    tags Sequence[GetStorageHyperFlexVolumeResultTag]
    uuid str
    UUID of the Datastore/Storage Containter.
    version_contexts Sequence[GetStorageHyperFlexVolumeResultVersionContext]
    volume_access_mode str
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    volume_mode str
    Mode of the volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    volume_type str
    The Type of the volume.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    capacity Number
    Provisioned Capacity of the Storage container in Bytes.
    classId String
    clientId String
    Client ID to which the volume belongs.
    clusters List<Property Map>
    createTime String
    The time when this managed object was created.
    description String
    Short description about the volume.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    lastModifiedTime String
    Last modified time as UTC of the volume.
    lunUuid String
    UUID of Lun associated with the volume.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    naaId String
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name String
    Named entity of the volume.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    registeredDevices List<Property Map>
    serialNumber String
    Serial number of the volume.
    sharedScope 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.
    size Number
    User provisioned volume size. It is the size exposed to host.
    storageContainers List<Property Map>
    storageUtilizations List<Property Map>
    tags List<Property Map>
    uuid String
    UUID of the Datastore/Storage Containter.
    versionContexts List<Property Map>
    volumeAccessMode String
    Access Mode of the volume.* ReadWriteOnce - Read write permisisons to a Virtual disk by a single virtual machine.* ReadWriteMany - Read write permisisons to a Virtual disk by multiple virtual machines.* ReadOnlyMany - Read only permisisons to a Virtual disk by multiple virtual machines.* `` - Unknown disk access mode.
    volumeMode String
    Mode of the volume.* Block - It is a Block virtual disk.* Filesystem - It is a File system virtual disk.* `` - Disk mode is either unknown or not supported.
    volumeType String
    The Type of the volume.

    GetStorageHyperFlexVolumeResultAncestor

    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

    GetStorageHyperFlexVolumeResultCluster

    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

    GetStorageHyperFlexVolumeResultParent

    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

    GetStorageHyperFlexVolumeResultPermissionResource

    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

    GetStorageHyperFlexVolumeResultRegisteredDevice

    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

    GetStorageHyperFlexVolumeResultStorageContainer

    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

    GetStorageHyperFlexVolumeResultStorageUtilization

    AdditionalProperties string
    Available double
    CapacityUtilization double
    ClassId string
    Free double
    ObjectType string
    Total double
    Used double
    AdditionalProperties string
    Available float64
    CapacityUtilization float64
    ClassId string
    Free float64
    ObjectType string
    Total float64
    Used float64
    additionalProperties String
    available Double
    capacityUtilization Double
    classId String
    free Double
    objectType String
    total Double
    used Double
    additionalProperties string
    available number
    capacityUtilization number
    classId string
    free number
    objectType string
    total number
    used number
    additionalProperties String
    available Number
    capacityUtilization Number
    classId String
    free Number
    objectType String
    total Number
    used Number

    GetStorageHyperFlexVolumeResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetStorageHyperFlexVolumeResultVersionContext

    GetStorageHyperFlexVolumeResultVersionContextInterestedMo

    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

    GetStorageHyperFlexVolumeResultVersionContextRefMo

    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

    GetStorageHyperFlexVolumeStorageContainer

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetStorageHyperFlexVolumeStorageUtilization

    AdditionalProperties string
    Available double
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    CapacityUtilization double
    Percentage of used capacity.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Free double
    Unused space available for applications to consume, represented in bytes.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Total double
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    Used double
    Used or consumed storage capacity, represented in bytes.
    AdditionalProperties string
    Available float64
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    CapacityUtilization float64
    Percentage of used capacity.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Free float64
    Unused space available for applications to consume, represented in bytes.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Total float64
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    Used float64
    Used or consumed storage capacity, represented in bytes.
    additionalProperties String
    available Double
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    capacityUtilization Double
    Percentage of used capacity.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    free Double
    Unused space available for applications to consume, represented in bytes.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    total Double
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    used Double
    Used or consumed storage capacity, represented in bytes.
    additionalProperties string
    available number
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    capacityUtilization number
    Percentage of used capacity.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    free number
    Unused space available for applications to consume, represented in bytes.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    total number
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    used number
    Used or consumed storage capacity, represented in bytes.
    additional_properties str
    available float
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    capacity_utilization float
    Percentage of used capacity.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    free float
    Unused space available for applications to consume, represented in bytes.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    total float
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    used float
    Used or consumed storage capacity, represented in bytes.
    additionalProperties String
    available Number
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    capacityUtilization Number
    Percentage of used capacity.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    free Number
    Unused space available for applications to consume, represented in bytes.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    total Number
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    used Number
    Used or consumed storage capacity, represented in bytes.

    GetStorageHyperFlexVolumeTag

    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.

    GetStorageHyperFlexVolumeVersionContext

    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<GetStorageHyperFlexVolumeVersionContextInterestedMo>
    MarkedForDeletion bool
    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 GetStorageHyperFlexVolumeVersionContextRefMo
    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 []GetStorageHyperFlexVolumeVersionContextInterestedMo
    MarkedForDeletion bool
    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 GetStorageHyperFlexVolumeVersionContextRefMo
    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<GetStorageHyperFlexVolumeVersionContextInterestedMo>
    markedForDeletion Boolean
    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 GetStorageHyperFlexVolumeVersionContextRefMo
    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 GetStorageHyperFlexVolumeVersionContextInterestedMo[]
    markedForDeletion boolean
    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 GetStorageHyperFlexVolumeVersionContextRefMo
    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[GetStorageHyperFlexVolumeVersionContextInterestedMo]
    marked_for_deletion bool
    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 GetStorageHyperFlexVolumeVersionContextRefMo
    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>
    markedForDeletion Boolean
    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.

    GetStorageHyperFlexVolumeVersionContextInterestedMo

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetStorageHyperFlexVolumeVersionContextRefMo

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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 intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet