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

intersight.getHyperflexStorageContainer

Explore with Pulumi AI

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

    A storage container (datastore) entity.

    Using getHyperflexStorageContainer

    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 getHyperflexStorageContainer(args: GetHyperflexStorageContainerArgs, opts?: InvokeOptions): Promise<GetHyperflexStorageContainerResult>
    function getHyperflexStorageContainerOutput(args: GetHyperflexStorageContainerOutputArgs, opts?: InvokeOptions): Output<GetHyperflexStorageContainerResult>
    def get_hyperflex_storage_container(accessibility_summary: Optional[str] = None,
                                        account_moid: Optional[str] = None,
                                        additional_properties: Optional[str] = None,
                                        ancestors: Optional[Sequence[GetHyperflexStorageContainerAncestor]] = None,
                                        class_id: Optional[str] = None,
                                        cluster: Optional[GetHyperflexStorageContainerCluster] = None,
                                        create_time: Optional[str] = None,
                                        created_time: Optional[str] = None,
                                        data_block_size: Optional[float] = None,
                                        domain_group_moid: Optional[str] = None,
                                        encryption_enabled: Optional[bool] = None,
                                        host_mount_statuses: Optional[Sequence[GetHyperflexStorageContainerHostMountStatus]] = None,
                                        id: Optional[str] = None,
                                        in_use: Optional[bool] = None,
                                        kind: Optional[str] = None,
                                        last_access_time: Optional[str] = None,
                                        last_modified_time: Optional[str] = None,
                                        mod_time: Optional[str] = None,
                                        moid: Optional[str] = None,
                                        mount_status: Optional[str] = None,
                                        mount_summary: Optional[str] = None,
                                        name: Optional[str] = None,
                                        object_type: Optional[str] = None,
                                        owners: Optional[Sequence[str]] = None,
                                        parent: Optional[GetHyperflexStorageContainerParent] = None,
                                        permission_resources: Optional[Sequence[GetHyperflexStorageContainerPermissionResource]] = None,
                                        provisioned_capacity: Optional[float] = None,
                                        provisioned_volume_capacity_utilization: Optional[float] = None,
                                        shared_scope: Optional[str] = None,
                                        storage_utilization: Optional[GetHyperflexStorageContainerStorageUtilization] = None,
                                        tags: Optional[Sequence[GetHyperflexStorageContainerTag]] = None,
                                        type: Optional[str] = None,
                                        un_compressed_used_bytes: Optional[float] = None,
                                        uuid: Optional[str] = None,
                                        version_context: Optional[GetHyperflexStorageContainerVersionContext] = None,
                                        volume_count: Optional[float] = None,
                                        volumes: Optional[Sequence[GetHyperflexStorageContainerVolume]] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetHyperflexStorageContainerResult
    def get_hyperflex_storage_container_output(accessibility_summary: Optional[pulumi.Input[str]] = None,
                                        account_moid: Optional[pulumi.Input[str]] = None,
                                        additional_properties: Optional[pulumi.Input[str]] = None,
                                        ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexStorageContainerAncestorArgs]]]] = None,
                                        class_id: Optional[pulumi.Input[str]] = None,
                                        cluster: Optional[pulumi.Input[GetHyperflexStorageContainerClusterArgs]] = None,
                                        create_time: Optional[pulumi.Input[str]] = None,
                                        created_time: Optional[pulumi.Input[str]] = None,
                                        data_block_size: Optional[pulumi.Input[float]] = None,
                                        domain_group_moid: Optional[pulumi.Input[str]] = None,
                                        encryption_enabled: Optional[pulumi.Input[bool]] = None,
                                        host_mount_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexStorageContainerHostMountStatusArgs]]]] = None,
                                        id: Optional[pulumi.Input[str]] = None,
                                        in_use: Optional[pulumi.Input[bool]] = None,
                                        kind: Optional[pulumi.Input[str]] = None,
                                        last_access_time: Optional[pulumi.Input[str]] = None,
                                        last_modified_time: Optional[pulumi.Input[str]] = None,
                                        mod_time: Optional[pulumi.Input[str]] = None,
                                        moid: Optional[pulumi.Input[str]] = None,
                                        mount_status: Optional[pulumi.Input[str]] = None,
                                        mount_summary: 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[GetHyperflexStorageContainerParentArgs]] = None,
                                        permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexStorageContainerPermissionResourceArgs]]]] = None,
                                        provisioned_capacity: Optional[pulumi.Input[float]] = None,
                                        provisioned_volume_capacity_utilization: Optional[pulumi.Input[float]] = None,
                                        shared_scope: Optional[pulumi.Input[str]] = None,
                                        storage_utilization: Optional[pulumi.Input[GetHyperflexStorageContainerStorageUtilizationArgs]] = None,
                                        tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexStorageContainerTagArgs]]]] = None,
                                        type: Optional[pulumi.Input[str]] = None,
                                        un_compressed_used_bytes: Optional[pulumi.Input[float]] = None,
                                        uuid: Optional[pulumi.Input[str]] = None,
                                        version_context: Optional[pulumi.Input[GetHyperflexStorageContainerVersionContextArgs]] = None,
                                        volume_count: Optional[pulumi.Input[float]] = None,
                                        volumes: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexStorageContainerVolumeArgs]]]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexStorageContainerResult]
    func LookupHyperflexStorageContainer(ctx *Context, args *LookupHyperflexStorageContainerArgs, opts ...InvokeOption) (*LookupHyperflexStorageContainerResult, error)
    func LookupHyperflexStorageContainerOutput(ctx *Context, args *LookupHyperflexStorageContainerOutputArgs, opts ...InvokeOption) LookupHyperflexStorageContainerResultOutput

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

    public static class GetHyperflexStorageContainer 
    {
        public static Task<GetHyperflexStorageContainerResult> InvokeAsync(GetHyperflexStorageContainerArgs args, InvokeOptions? opts = null)
        public static Output<GetHyperflexStorageContainerResult> Invoke(GetHyperflexStorageContainerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHyperflexStorageContainerResult> getHyperflexStorageContainer(GetHyperflexStorageContainerArgs args, InvokeOptions options)
    public static Output<GetHyperflexStorageContainerResult> getHyperflexStorageContainer(GetHyperflexStorageContainerArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getHyperflexStorageContainer:getHyperflexStorageContainer
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccessibilitySummary string
    Storage container accessibility summary.* NOT_APPLICABLE - The HyperFlex storage container accessibility summary is not applicable.* ACCESSIBLE - The HyperFlex storage container is accessible.* NOT_ACCESSIBLE - The HyperFlex storage container is not accessible.* PARTIALLY_ACCESSIBLE - The HyperFlex storage container is partially accessible.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexStorageContainerAncestor>
    ClassId string
    Cluster GetHyperflexStorageContainerCluster
    CreateTime string
    The time when this managed object was created.
    CreatedTime string
    Storage container's creation time.
    DataBlockSize double
    Storage container data block size in bytes.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EncryptionEnabled bool
    Indicate if encryption is enabled on this storage container.
    HostMountStatuses List<GetHyperflexStorageContainerHostMountStatus>
    Id string
    InUse bool
    Indicates whether the storage container has volumes.
    Kind string
    Indicates whether the storage container was user-created, or system-created.* UNKNOWN - The storage container creator is unknown.* USER_CREATED - The storage container was created by a user action.* INTERNAL - The storage container was created by the system.
    LastAccessTime string
    Storage container's last access time.
    LastModifiedTime string
    Storage container's last modified time.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    MountStatus string
    Storage container mount status. Applicable only for NFS type.* NOT_APPLICABLE - The HyperFlex storage container mount status is not applicable.* NORMAL - The HyperFlex storage container mount status is normal.* ALERT - The HyperFlex storage container mount status is alert.* FAILED - The HyperFlex storage container mount status is failed.
    MountSummary string
    Storage container mount summary. Applicable only for NFS type.* NOT_APPLICABLE - The mount summary is not applicable for this HyperFlex storage container.* MOUNTED - The HyperFlex storage container is mounted.* UNMOUNTED - The HyperFlex storage container is unmounted.* MOUNT_FAILURE - The HyperFlex storage container mount summary is failure.* UNMOUNT_FAILURE - The HyperFlex storage container unmount summary is failure.
    Name string
    Name of the storage container.
    ObjectType string
    Owners List<string>
    Parent GetHyperflexStorageContainerParent
    PermissionResources List<GetHyperflexStorageContainerPermissionResource>
    ProvisionedCapacity double
    Provisioned capacity of the storage container in bytes.
    ProvisionedVolumeCapacityUtilization double
    Provisioned capacity utilization of all volumes associated with the storage container.
    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.
    StorageUtilization GetHyperflexStorageContainerStorageUtilization
    Tags List<GetHyperflexStorageContainerTag>
    Type string
    Storage container type (SMB/NFS/iSCSI).* NFS - Storage container created/accesed through NFS protocol.* SMB - Storage container created/accessed through SMB protocol.* iSCSI - Storage container created/accessed through iSCSI protocol.
    UnCompressedUsedBytes double
    Uncompressed bytes on storage container.
    Uuid string
    UUID of the datastore/storage container.
    VersionContext GetHyperflexStorageContainerVersionContext
    VolumeCount double
    Number of volumes associated with the storage container.
    Volumes List<GetHyperflexStorageContainerVolume>
    AccessibilitySummary string
    Storage container accessibility summary.* NOT_APPLICABLE - The HyperFlex storage container accessibility summary is not applicable.* ACCESSIBLE - The HyperFlex storage container is accessible.* NOT_ACCESSIBLE - The HyperFlex storage container is not accessible.* PARTIALLY_ACCESSIBLE - The HyperFlex storage container is partially accessible.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexStorageContainerAncestor
    ClassId string
    Cluster GetHyperflexStorageContainerCluster
    CreateTime string
    The time when this managed object was created.
    CreatedTime string
    Storage container's creation time.
    DataBlockSize float64
    Storage container data block size in bytes.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EncryptionEnabled bool
    Indicate if encryption is enabled on this storage container.
    HostMountStatuses []GetHyperflexStorageContainerHostMountStatus
    Id string
    InUse bool
    Indicates whether the storage container has volumes.
    Kind string
    Indicates whether the storage container was user-created, or system-created.* UNKNOWN - The storage container creator is unknown.* USER_CREATED - The storage container was created by a user action.* INTERNAL - The storage container was created by the system.
    LastAccessTime string
    Storage container's last access time.
    LastModifiedTime string
    Storage container's last modified time.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    MountStatus string
    Storage container mount status. Applicable only for NFS type.* NOT_APPLICABLE - The HyperFlex storage container mount status is not applicable.* NORMAL - The HyperFlex storage container mount status is normal.* ALERT - The HyperFlex storage container mount status is alert.* FAILED - The HyperFlex storage container mount status is failed.
    MountSummary string
    Storage container mount summary. Applicable only for NFS type.* NOT_APPLICABLE - The mount summary is not applicable for this HyperFlex storage container.* MOUNTED - The HyperFlex storage container is mounted.* UNMOUNTED - The HyperFlex storage container is unmounted.* MOUNT_FAILURE - The HyperFlex storage container mount summary is failure.* UNMOUNT_FAILURE - The HyperFlex storage container unmount summary is failure.
    Name string
    Name of the storage container.
    ObjectType string
    Owners []string
    Parent GetHyperflexStorageContainerParent
    PermissionResources []GetHyperflexStorageContainerPermissionResource
    ProvisionedCapacity float64
    Provisioned capacity of the storage container in bytes.
    ProvisionedVolumeCapacityUtilization float64
    Provisioned capacity utilization of all volumes associated with the storage container.
    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.
    StorageUtilization GetHyperflexStorageContainerStorageUtilization
    Tags []GetHyperflexStorageContainerTag
    Type string
    Storage container type (SMB/NFS/iSCSI).* NFS - Storage container created/accesed through NFS protocol.* SMB - Storage container created/accessed through SMB protocol.* iSCSI - Storage container created/accessed through iSCSI protocol.
    UnCompressedUsedBytes float64
    Uncompressed bytes on storage container.
    Uuid string
    UUID of the datastore/storage container.
    VersionContext GetHyperflexStorageContainerVersionContext
    VolumeCount float64
    Number of volumes associated with the storage container.
    Volumes []GetHyperflexStorageContainerVolume
    accessibilitySummary String
    Storage container accessibility summary.* NOT_APPLICABLE - The HyperFlex storage container accessibility summary is not applicable.* ACCESSIBLE - The HyperFlex storage container is accessible.* NOT_ACCESSIBLE - The HyperFlex storage container is not accessible.* PARTIALLY_ACCESSIBLE - The HyperFlex storage container is partially accessible.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexStorageContainerAncestor>
    classId String
    cluster GetHyperflexStorageContainerCluster
    createTime String
    The time when this managed object was created.
    createdTime String
    Storage container's creation time.
    dataBlockSize Double
    Storage container data block size in bytes.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    encryptionEnabled Boolean
    Indicate if encryption is enabled on this storage container.
    hostMountStatuses List<GetHyperflexStorageContainerHostMountStatus>
    id String
    inUse Boolean
    Indicates whether the storage container has volumes.
    kind String
    Indicates whether the storage container was user-created, or system-created.* UNKNOWN - The storage container creator is unknown.* USER_CREATED - The storage container was created by a user action.* INTERNAL - The storage container was created by the system.
    lastAccessTime String
    Storage container's last access time.
    lastModifiedTime String
    Storage container's last modified time.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mountStatus String
    Storage container mount status. Applicable only for NFS type.* NOT_APPLICABLE - The HyperFlex storage container mount status is not applicable.* NORMAL - The HyperFlex storage container mount status is normal.* ALERT - The HyperFlex storage container mount status is alert.* FAILED - The HyperFlex storage container mount status is failed.
    mountSummary String
    Storage container mount summary. Applicable only for NFS type.* NOT_APPLICABLE - The mount summary is not applicable for this HyperFlex storage container.* MOUNTED - The HyperFlex storage container is mounted.* UNMOUNTED - The HyperFlex storage container is unmounted.* MOUNT_FAILURE - The HyperFlex storage container mount summary is failure.* UNMOUNT_FAILURE - The HyperFlex storage container unmount summary is failure.
    name String
    Name of the storage container.
    objectType String
    owners List<String>
    parent GetHyperflexStorageContainerParent
    permissionResources List<GetHyperflexStorageContainerPermissionResource>
    provisionedCapacity Double
    Provisioned capacity of the storage container in bytes.
    provisionedVolumeCapacityUtilization Double
    Provisioned capacity utilization of all volumes associated with the storage container.
    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.
    storageUtilization GetHyperflexStorageContainerStorageUtilization
    tags List<GetHyperflexStorageContainerTag>
    type String
    Storage container type (SMB/NFS/iSCSI).* NFS - Storage container created/accesed through NFS protocol.* SMB - Storage container created/accessed through SMB protocol.* iSCSI - Storage container created/accessed through iSCSI protocol.
    unCompressedUsedBytes Double
    Uncompressed bytes on storage container.
    uuid String
    UUID of the datastore/storage container.
    versionContext GetHyperflexStorageContainerVersionContext
    volumeCount Double
    Number of volumes associated with the storage container.
    volumes List<GetHyperflexStorageContainerVolume>
    accessibilitySummary string
    Storage container accessibility summary.* NOT_APPLICABLE - The HyperFlex storage container accessibility summary is not applicable.* ACCESSIBLE - The HyperFlex storage container is accessible.* NOT_ACCESSIBLE - The HyperFlex storage container is not accessible.* PARTIALLY_ACCESSIBLE - The HyperFlex storage container is partially accessible.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexStorageContainerAncestor[]
    classId string
    cluster GetHyperflexStorageContainerCluster
    createTime string
    The time when this managed object was created.
    createdTime string
    Storage container's creation time.
    dataBlockSize number
    Storage container data block size in bytes.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    encryptionEnabled boolean
    Indicate if encryption is enabled on this storage container.
    hostMountStatuses GetHyperflexStorageContainerHostMountStatus[]
    id string
    inUse boolean
    Indicates whether the storage container has volumes.
    kind string
    Indicates whether the storage container was user-created, or system-created.* UNKNOWN - The storage container creator is unknown.* USER_CREATED - The storage container was created by a user action.* INTERNAL - The storage container was created by the system.
    lastAccessTime string
    Storage container's last access time.
    lastModifiedTime string
    Storage container's last modified time.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    mountStatus string
    Storage container mount status. Applicable only for NFS type.* NOT_APPLICABLE - The HyperFlex storage container mount status is not applicable.* NORMAL - The HyperFlex storage container mount status is normal.* ALERT - The HyperFlex storage container mount status is alert.* FAILED - The HyperFlex storage container mount status is failed.
    mountSummary string
    Storage container mount summary. Applicable only for NFS type.* NOT_APPLICABLE - The mount summary is not applicable for this HyperFlex storage container.* MOUNTED - The HyperFlex storage container is mounted.* UNMOUNTED - The HyperFlex storage container is unmounted.* MOUNT_FAILURE - The HyperFlex storage container mount summary is failure.* UNMOUNT_FAILURE - The HyperFlex storage container unmount summary is failure.
    name string
    Name of the storage container.
    objectType string
    owners string[]
    parent GetHyperflexStorageContainerParent
    permissionResources GetHyperflexStorageContainerPermissionResource[]
    provisionedCapacity number
    Provisioned capacity of the storage container in bytes.
    provisionedVolumeCapacityUtilization number
    Provisioned capacity utilization of all volumes associated with the storage container.
    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.
    storageUtilization GetHyperflexStorageContainerStorageUtilization
    tags GetHyperflexStorageContainerTag[]
    type string
    Storage container type (SMB/NFS/iSCSI).* NFS - Storage container created/accesed through NFS protocol.* SMB - Storage container created/accessed through SMB protocol.* iSCSI - Storage container created/accessed through iSCSI protocol.
    unCompressedUsedBytes number
    Uncompressed bytes on storage container.
    uuid string
    UUID of the datastore/storage container.
    versionContext GetHyperflexStorageContainerVersionContext
    volumeCount number
    Number of volumes associated with the storage container.
    volumes GetHyperflexStorageContainerVolume[]
    accessibility_summary str
    Storage container accessibility summary.* NOT_APPLICABLE - The HyperFlex storage container accessibility summary is not applicable.* ACCESSIBLE - The HyperFlex storage container is accessible.* NOT_ACCESSIBLE - The HyperFlex storage container is not accessible.* PARTIALLY_ACCESSIBLE - The HyperFlex storage container is partially accessible.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexStorageContainerAncestor]
    class_id str
    cluster GetHyperflexStorageContainerCluster
    create_time str
    The time when this managed object was created.
    created_time str
    Storage container's creation time.
    data_block_size float
    Storage container data block size in bytes.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    encryption_enabled bool
    Indicate if encryption is enabled on this storage container.
    host_mount_statuses Sequence[GetHyperflexStorageContainerHostMountStatus]
    id str
    in_use bool
    Indicates whether the storage container has volumes.
    kind str
    Indicates whether the storage container was user-created, or system-created.* UNKNOWN - The storage container creator is unknown.* USER_CREATED - The storage container was created by a user action.* INTERNAL - The storage container was created by the system.
    last_access_time str
    Storage container's last access time.
    last_modified_time str
    Storage container's last modified time.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    mount_status str
    Storage container mount status. Applicable only for NFS type.* NOT_APPLICABLE - The HyperFlex storage container mount status is not applicable.* NORMAL - The HyperFlex storage container mount status is normal.* ALERT - The HyperFlex storage container mount status is alert.* FAILED - The HyperFlex storage container mount status is failed.
    mount_summary str
    Storage container mount summary. Applicable only for NFS type.* NOT_APPLICABLE - The mount summary is not applicable for this HyperFlex storage container.* MOUNTED - The HyperFlex storage container is mounted.* UNMOUNTED - The HyperFlex storage container is unmounted.* MOUNT_FAILURE - The HyperFlex storage container mount summary is failure.* UNMOUNT_FAILURE - The HyperFlex storage container unmount summary is failure.
    name str
    Name of the storage container.
    object_type str
    owners Sequence[str]
    parent GetHyperflexStorageContainerParent
    permission_resources Sequence[GetHyperflexStorageContainerPermissionResource]
    provisioned_capacity float
    Provisioned capacity of the storage container in bytes.
    provisioned_volume_capacity_utilization float
    Provisioned capacity utilization of all volumes associated with the storage container.
    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.
    storage_utilization GetHyperflexStorageContainerStorageUtilization
    tags Sequence[GetHyperflexStorageContainerTag]
    type str
    Storage container type (SMB/NFS/iSCSI).* NFS - Storage container created/accesed through NFS protocol.* SMB - Storage container created/accessed through SMB protocol.* iSCSI - Storage container created/accessed through iSCSI protocol.
    un_compressed_used_bytes float
    Uncompressed bytes on storage container.
    uuid str
    UUID of the datastore/storage container.
    version_context GetHyperflexStorageContainerVersionContext
    volume_count float
    Number of volumes associated with the storage container.
    volumes Sequence[GetHyperflexStorageContainerVolume]
    accessibilitySummary String
    Storage container accessibility summary.* NOT_APPLICABLE - The HyperFlex storage container accessibility summary is not applicable.* ACCESSIBLE - The HyperFlex storage container is accessible.* NOT_ACCESSIBLE - The HyperFlex storage container is not accessible.* PARTIALLY_ACCESSIBLE - The HyperFlex storage container is partially accessible.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    cluster Property Map
    createTime String
    The time when this managed object was created.
    createdTime String
    Storage container's creation time.
    dataBlockSize Number
    Storage container data block size in bytes.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    encryptionEnabled Boolean
    Indicate if encryption is enabled on this storage container.
    hostMountStatuses List<Property Map>
    id String
    inUse Boolean
    Indicates whether the storage container has volumes.
    kind String
    Indicates whether the storage container was user-created, or system-created.* UNKNOWN - The storage container creator is unknown.* USER_CREATED - The storage container was created by a user action.* INTERNAL - The storage container was created by the system.
    lastAccessTime String
    Storage container's last access time.
    lastModifiedTime String
    Storage container's last modified time.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mountStatus String
    Storage container mount status. Applicable only for NFS type.* NOT_APPLICABLE - The HyperFlex storage container mount status is not applicable.* NORMAL - The HyperFlex storage container mount status is normal.* ALERT - The HyperFlex storage container mount status is alert.* FAILED - The HyperFlex storage container mount status is failed.
    mountSummary String
    Storage container mount summary. Applicable only for NFS type.* NOT_APPLICABLE - The mount summary is not applicable for this HyperFlex storage container.* MOUNTED - The HyperFlex storage container is mounted.* UNMOUNTED - The HyperFlex storage container is unmounted.* MOUNT_FAILURE - The HyperFlex storage container mount summary is failure.* UNMOUNT_FAILURE - The HyperFlex storage container unmount summary is failure.
    name String
    Name of the storage container.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    provisionedCapacity Number
    Provisioned capacity of the storage container in bytes.
    provisionedVolumeCapacityUtilization Number
    Provisioned capacity utilization of all volumes associated with the storage container.
    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.
    storageUtilization Property Map
    tags List<Property Map>
    type String
    Storage container type (SMB/NFS/iSCSI).* NFS - Storage container created/accesed through NFS protocol.* SMB - Storage container created/accessed through SMB protocol.* iSCSI - Storage container created/accessed through iSCSI protocol.
    unCompressedUsedBytes Number
    Uncompressed bytes on storage container.
    uuid String
    UUID of the datastore/storage container.
    versionContext Property Map
    volumeCount Number
    Number of volumes associated with the storage container.
    volumes List<Property Map>

    getHyperflexStorageContainer Result

    The following output properties are available:

    Id string
    Results List<GetHyperflexStorageContainerResult>
    AccessibilitySummary string
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetHyperflexStorageContainerAncestor>
    ClassId string
    Cluster GetHyperflexStorageContainerCluster
    CreateTime string
    CreatedTime string
    DataBlockSize double
    DomainGroupMoid string
    EncryptionEnabled bool
    HostMountStatuses List<GetHyperflexStorageContainerHostMountStatus>
    InUse bool
    Kind string
    LastAccessTime string
    LastModifiedTime string
    ModTime string
    Moid string
    MountStatus string
    MountSummary string
    Name string
    ObjectType string
    Owners List<string>
    Parent GetHyperflexStorageContainerParent
    PermissionResources List<GetHyperflexStorageContainerPermissionResource>
    ProvisionedCapacity double
    ProvisionedVolumeCapacityUtilization double
    SharedScope string
    StorageUtilization GetHyperflexStorageContainerStorageUtilization
    Tags List<GetHyperflexStorageContainerTag>
    Type string
    UnCompressedUsedBytes double
    Uuid string
    VersionContext GetHyperflexStorageContainerVersionContext
    VolumeCount double
    Volumes List<GetHyperflexStorageContainerVolume>
    Id string
    Results []GetHyperflexStorageContainerResult
    AccessibilitySummary string
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetHyperflexStorageContainerAncestor
    ClassId string
    Cluster GetHyperflexStorageContainerCluster
    CreateTime string
    CreatedTime string
    DataBlockSize float64
    DomainGroupMoid string
    EncryptionEnabled bool
    HostMountStatuses []GetHyperflexStorageContainerHostMountStatus
    InUse bool
    Kind string
    LastAccessTime string
    LastModifiedTime string
    ModTime string
    Moid string
    MountStatus string
    MountSummary string
    Name string
    ObjectType string
    Owners []string
    Parent GetHyperflexStorageContainerParent
    PermissionResources []GetHyperflexStorageContainerPermissionResource
    ProvisionedCapacity float64
    ProvisionedVolumeCapacityUtilization float64
    SharedScope string
    StorageUtilization GetHyperflexStorageContainerStorageUtilization
    Tags []GetHyperflexStorageContainerTag
    Type string
    UnCompressedUsedBytes float64
    Uuid string
    VersionContext GetHyperflexStorageContainerVersionContext
    VolumeCount float64
    Volumes []GetHyperflexStorageContainerVolume
    id String
    results List<GetHyperflexStorageContainerResult>
    accessibilitySummary String
    accountMoid String
    additionalProperties String
    ancestors List<GetHyperflexStorageContainerAncestor>
    classId String
    cluster GetHyperflexStorageContainerCluster
    createTime String
    createdTime String
    dataBlockSize Double
    domainGroupMoid String
    encryptionEnabled Boolean
    hostMountStatuses List<GetHyperflexStorageContainerHostMountStatus>
    inUse Boolean
    kind String
    lastAccessTime String
    lastModifiedTime String
    modTime String
    moid String
    mountStatus String
    mountSummary String
    name String
    objectType String
    owners List<String>
    parent GetHyperflexStorageContainerParent
    permissionResources List<GetHyperflexStorageContainerPermissionResource>
    provisionedCapacity Double
    provisionedVolumeCapacityUtilization Double
    sharedScope String
    storageUtilization GetHyperflexStorageContainerStorageUtilization
    tags List<GetHyperflexStorageContainerTag>
    type String
    unCompressedUsedBytes Double
    uuid String
    versionContext GetHyperflexStorageContainerVersionContext
    volumeCount Double
    volumes List<GetHyperflexStorageContainerVolume>
    id string
    results GetHyperflexStorageContainerResult[]
    accessibilitySummary string
    accountMoid string
    additionalProperties string
    ancestors GetHyperflexStorageContainerAncestor[]
    classId string
    cluster GetHyperflexStorageContainerCluster
    createTime string
    createdTime string
    dataBlockSize number
    domainGroupMoid string
    encryptionEnabled boolean
    hostMountStatuses GetHyperflexStorageContainerHostMountStatus[]
    inUse boolean
    kind string
    lastAccessTime string
    lastModifiedTime string
    modTime string
    moid string
    mountStatus string
    mountSummary string
    name string
    objectType string
    owners string[]
    parent GetHyperflexStorageContainerParent
    permissionResources GetHyperflexStorageContainerPermissionResource[]
    provisionedCapacity number
    provisionedVolumeCapacityUtilization number
    sharedScope string
    storageUtilization GetHyperflexStorageContainerStorageUtilization
    tags GetHyperflexStorageContainerTag[]
    type string
    unCompressedUsedBytes number
    uuid string
    versionContext GetHyperflexStorageContainerVersionContext
    volumeCount number
    volumes GetHyperflexStorageContainerVolume[]
    id str
    results Sequence[GetHyperflexStorageContainerResult]
    accessibility_summary str
    account_moid str
    additional_properties str
    ancestors Sequence[GetHyperflexStorageContainerAncestor]
    class_id str
    cluster GetHyperflexStorageContainerCluster
    create_time str
    created_time str
    data_block_size float
    domain_group_moid str
    encryption_enabled bool
    host_mount_statuses Sequence[GetHyperflexStorageContainerHostMountStatus]
    in_use bool
    kind str
    last_access_time str
    last_modified_time str
    mod_time str
    moid str
    mount_status str
    mount_summary str
    name str
    object_type str
    owners Sequence[str]
    parent GetHyperflexStorageContainerParent
    permission_resources Sequence[GetHyperflexStorageContainerPermissionResource]
    provisioned_capacity float
    provisioned_volume_capacity_utilization float
    shared_scope str
    storage_utilization GetHyperflexStorageContainerStorageUtilization
    tags Sequence[GetHyperflexStorageContainerTag]
    type str
    un_compressed_used_bytes float
    uuid str
    version_context GetHyperflexStorageContainerVersionContext
    volume_count float
    volumes Sequence[GetHyperflexStorageContainerVolume]
    id String
    results List<Property Map>
    accessibilitySummary String
    accountMoid String
    additionalProperties String
    ancestors List<Property Map>
    classId String
    cluster Property Map
    createTime String
    createdTime String
    dataBlockSize Number
    domainGroupMoid String
    encryptionEnabled Boolean
    hostMountStatuses List<Property Map>
    inUse Boolean
    kind String
    lastAccessTime String
    lastModifiedTime String
    modTime String
    moid String
    mountStatus String
    mountSummary String
    name String
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    provisionedCapacity Number
    provisionedVolumeCapacityUtilization Number
    sharedScope String
    storageUtilization Property Map
    tags List<Property Map>
    type String
    unCompressedUsedBytes Number
    uuid String
    versionContext Property Map
    volumeCount Number
    volumes List<Property Map>

    Supporting Types

    GetHyperflexStorageContainerAncestor

    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'.

    GetHyperflexStorageContainerCluster

    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'.

    GetHyperflexStorageContainerHostMountStatus

    Accessibility string
    Host specific storage container accessibility status.

    • NOT_APPLICABLE - The HyperFlex storage container accessibility on host is not applicable.
    • ACCESSIBLE - The HyperFlex storage container is accessible on the host.
    • NOT_ACCESSIBLE - The HyperFlex storage container is not accessible on the host.
    • PARTIALLY_ACCESSIBLE - The HyperFlex storage container is partially accessible on the host.
    • READONLY - The HyperFlex storage container accessibility is readonly on the host.
    • HOST_NOT_REACHABLE - The storage container is not accessible via this host because it is not accessible.
    • UNKNOWN - The storage container accessibility via this host is unknown.
    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.
    HostName string
    The name of the host corresponding to the mount and accessibility status of the storage container.
    Mounted bool
    Host specific storage container mount status.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Reason string
    Host specific storage container mount status reason.
    Accessibility string
    Host specific storage container accessibility status.

    • NOT_APPLICABLE - The HyperFlex storage container accessibility on host is not applicable.
    • ACCESSIBLE - The HyperFlex storage container is accessible on the host.
    • NOT_ACCESSIBLE - The HyperFlex storage container is not accessible on the host.
    • PARTIALLY_ACCESSIBLE - The HyperFlex storage container is partially accessible on the host.
    • READONLY - The HyperFlex storage container accessibility is readonly on the host.
    • HOST_NOT_REACHABLE - The storage container is not accessible via this host because it is not accessible.
    • UNKNOWN - The storage container accessibility via this host is unknown.
    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.
    HostName string
    The name of the host corresponding to the mount and accessibility status of the storage container.
    Mounted bool
    Host specific storage container mount status.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Reason string
    Host specific storage container mount status reason.
    accessibility String
    Host specific storage container accessibility status.

    • NOT_APPLICABLE - The HyperFlex storage container accessibility on host is not applicable.
    • ACCESSIBLE - The HyperFlex storage container is accessible on the host.
    • NOT_ACCESSIBLE - The HyperFlex storage container is not accessible on the host.
    • PARTIALLY_ACCESSIBLE - The HyperFlex storage container is partially accessible on the host.
    • READONLY - The HyperFlex storage container accessibility is readonly on the host.
    • HOST_NOT_REACHABLE - The storage container is not accessible via this host because it is not accessible.
    • UNKNOWN - The storage container accessibility via this host is unknown.
    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.
    hostName String
    The name of the host corresponding to the mount and accessibility status of the storage container.
    mounted Boolean
    Host specific storage container mount status.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    reason String
    Host specific storage container mount status reason.
    accessibility string
    Host specific storage container accessibility status.

    • NOT_APPLICABLE - The HyperFlex storage container accessibility on host is not applicable.
    • ACCESSIBLE - The HyperFlex storage container is accessible on the host.
    • NOT_ACCESSIBLE - The HyperFlex storage container is not accessible on the host.
    • PARTIALLY_ACCESSIBLE - The HyperFlex storage container is partially accessible on the host.
    • READONLY - The HyperFlex storage container accessibility is readonly on the host.
    • HOST_NOT_REACHABLE - The storage container is not accessible via this host because it is not accessible.
    • UNKNOWN - The storage container accessibility via this host is unknown.
    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.
    hostName string
    The name of the host corresponding to the mount and accessibility status of the storage container.
    mounted boolean
    Host specific storage container mount status.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    reason string
    Host specific storage container mount status reason.
    accessibility str
    Host specific storage container accessibility status.

    • NOT_APPLICABLE - The HyperFlex storage container accessibility on host is not applicable.
    • ACCESSIBLE - The HyperFlex storage container is accessible on the host.
    • NOT_ACCESSIBLE - The HyperFlex storage container is not accessible on the host.
    • PARTIALLY_ACCESSIBLE - The HyperFlex storage container is partially accessible on the host.
    • READONLY - The HyperFlex storage container accessibility is readonly on the host.
    • HOST_NOT_REACHABLE - The storage container is not accessible via this host because it is not accessible.
    • UNKNOWN - The storage container accessibility via this host is unknown.
    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.
    host_name str
    The name of the host corresponding to the mount and accessibility status of the storage container.
    mounted bool
    Host specific storage container mount status.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    reason str
    Host specific storage container mount status reason.
    accessibility String
    Host specific storage container accessibility status.

    • NOT_APPLICABLE - The HyperFlex storage container accessibility on host is not applicable.
    • ACCESSIBLE - The HyperFlex storage container is accessible on the host.
    • NOT_ACCESSIBLE - The HyperFlex storage container is not accessible on the host.
    • PARTIALLY_ACCESSIBLE - The HyperFlex storage container is partially accessible on the host.
    • READONLY - The HyperFlex storage container accessibility is readonly on the host.
    • HOST_NOT_REACHABLE - The storage container is not accessible via this host because it is not accessible.
    • UNKNOWN - The storage container accessibility via this host is unknown.
    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.
    hostName String
    The name of the host corresponding to the mount and accessibility status of the storage container.
    mounted Boolean
    Host specific storage container mount status.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    reason String
    Host specific storage container mount status reason.

    GetHyperflexStorageContainerParent

    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'.

    GetHyperflexStorageContainerPermissionResource

    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'.

    GetHyperflexStorageContainerResult

    AccessibilitySummary string
    Storage container accessibility summary.* NOT_APPLICABLE - The HyperFlex storage container accessibility summary is not applicable.* ACCESSIBLE - The HyperFlex storage container is accessible.* NOT_ACCESSIBLE - The HyperFlex storage container is not accessible.* PARTIALLY_ACCESSIBLE - The HyperFlex storage container is partially accessible.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexStorageContainerResultAncestor>
    ClassId string
    Clusters List<GetHyperflexStorageContainerResultCluster>
    CreateTime string
    The time when this managed object was created.
    CreatedTime string
    Storage container's creation time.
    DataBlockSize double
    Storage container data block size in bytes.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EncryptionEnabled bool
    Indicate if encryption is enabled on this storage container.
    HostMountStatuses List<GetHyperflexStorageContainerResultHostMountStatus>
    InUse bool
    Indicates whether the storage container has volumes.
    Kind string
    Indicates whether the storage container was user-created, or system-created.* UNKNOWN - The storage container creator is unknown.* USER_CREATED - The storage container was created by a user action.* INTERNAL - The storage container was created by the system.
    LastAccessTime string
    Storage container's last access time.
    LastModifiedTime string
    Storage container's last modified time.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    MountStatus string
    Storage container mount status. Applicable only for NFS type.* NOT_APPLICABLE - The HyperFlex storage container mount status is not applicable.* NORMAL - The HyperFlex storage container mount status is normal.* ALERT - The HyperFlex storage container mount status is alert.* FAILED - The HyperFlex storage container mount status is failed.
    MountSummary string
    Storage container mount summary. Applicable only for NFS type.* NOT_APPLICABLE - The mount summary is not applicable for this HyperFlex storage container.* MOUNTED - The HyperFlex storage container is mounted.* UNMOUNTED - The HyperFlex storage container is unmounted.* MOUNT_FAILURE - The HyperFlex storage container mount summary is failure.* UNMOUNT_FAILURE - The HyperFlex storage container unmount summary is failure.
    Name string
    Name of the storage container.
    ObjectType string
    Owners List<string>
    Parents List<GetHyperflexStorageContainerResultParent>
    PermissionResources List<GetHyperflexStorageContainerResultPermissionResource>
    ProvisionedCapacity double
    Provisioned capacity of the storage container in bytes.
    ProvisionedVolumeCapacityUtilization double
    Provisioned capacity utilization of all volumes associated with the storage container.
    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.
    StorageUtilizations List<GetHyperflexStorageContainerResultStorageUtilization>
    Tags List<GetHyperflexStorageContainerResultTag>
    Type string
    Storage container type (SMB/NFS/iSCSI).* NFS - Storage container created/accesed through NFS protocol.* SMB - Storage container created/accessed through SMB protocol.* iSCSI - Storage container created/accessed through iSCSI protocol.
    UnCompressedUsedBytes double
    Uncompressed bytes on storage container.
    Uuid string
    UUID of the datastore/storage container.
    VersionContexts List<GetHyperflexStorageContainerResultVersionContext>
    VolumeCount double
    Number of volumes associated with the storage container.
    Volumes List<GetHyperflexStorageContainerResultVolume>
    AccessibilitySummary string
    Storage container accessibility summary.* NOT_APPLICABLE - The HyperFlex storage container accessibility summary is not applicable.* ACCESSIBLE - The HyperFlex storage container is accessible.* NOT_ACCESSIBLE - The HyperFlex storage container is not accessible.* PARTIALLY_ACCESSIBLE - The HyperFlex storage container is partially accessible.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexStorageContainerResultAncestor
    ClassId string
    Clusters []GetHyperflexStorageContainerResultCluster
    CreateTime string
    The time when this managed object was created.
    CreatedTime string
    Storage container's creation time.
    DataBlockSize float64
    Storage container data block size in bytes.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EncryptionEnabled bool
    Indicate if encryption is enabled on this storage container.
    HostMountStatuses []GetHyperflexStorageContainerResultHostMountStatus
    InUse bool
    Indicates whether the storage container has volumes.
    Kind string
    Indicates whether the storage container was user-created, or system-created.* UNKNOWN - The storage container creator is unknown.* USER_CREATED - The storage container was created by a user action.* INTERNAL - The storage container was created by the system.
    LastAccessTime string
    Storage container's last access time.
    LastModifiedTime string
    Storage container's last modified time.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    MountStatus string
    Storage container mount status. Applicable only for NFS type.* NOT_APPLICABLE - The HyperFlex storage container mount status is not applicable.* NORMAL - The HyperFlex storage container mount status is normal.* ALERT - The HyperFlex storage container mount status is alert.* FAILED - The HyperFlex storage container mount status is failed.
    MountSummary string
    Storage container mount summary. Applicable only for NFS type.* NOT_APPLICABLE - The mount summary is not applicable for this HyperFlex storage container.* MOUNTED - The HyperFlex storage container is mounted.* UNMOUNTED - The HyperFlex storage container is unmounted.* MOUNT_FAILURE - The HyperFlex storage container mount summary is failure.* UNMOUNT_FAILURE - The HyperFlex storage container unmount summary is failure.
    Name string
    Name of the storage container.
    ObjectType string
    Owners []string
    Parents []GetHyperflexStorageContainerResultParent
    PermissionResources []GetHyperflexStorageContainerResultPermissionResource
    ProvisionedCapacity float64
    Provisioned capacity of the storage container in bytes.
    ProvisionedVolumeCapacityUtilization float64
    Provisioned capacity utilization of all volumes associated with the storage container.
    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.
    StorageUtilizations []GetHyperflexStorageContainerResultStorageUtilization
    Tags []GetHyperflexStorageContainerResultTag
    Type string
    Storage container type (SMB/NFS/iSCSI).* NFS - Storage container created/accesed through NFS protocol.* SMB - Storage container created/accessed through SMB protocol.* iSCSI - Storage container created/accessed through iSCSI protocol.
    UnCompressedUsedBytes float64
    Uncompressed bytes on storage container.
    Uuid string
    UUID of the datastore/storage container.
    VersionContexts []GetHyperflexStorageContainerResultVersionContext
    VolumeCount float64
    Number of volumes associated with the storage container.
    Volumes []GetHyperflexStorageContainerResultVolume
    accessibilitySummary String
    Storage container accessibility summary.* NOT_APPLICABLE - The HyperFlex storage container accessibility summary is not applicable.* ACCESSIBLE - The HyperFlex storage container is accessible.* NOT_ACCESSIBLE - The HyperFlex storage container is not accessible.* PARTIALLY_ACCESSIBLE - The HyperFlex storage container is partially accessible.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexStorageContainerResultAncestor>
    classId String
    clusters List<GetHyperflexStorageContainerResultCluster>
    createTime String
    The time when this managed object was created.
    createdTime String
    Storage container's creation time.
    dataBlockSize Double
    Storage container data block size in bytes.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    encryptionEnabled Boolean
    Indicate if encryption is enabled on this storage container.
    hostMountStatuses List<GetHyperflexStorageContainerResultHostMountStatus>
    inUse Boolean
    Indicates whether the storage container has volumes.
    kind String
    Indicates whether the storage container was user-created, or system-created.* UNKNOWN - The storage container creator is unknown.* USER_CREATED - The storage container was created by a user action.* INTERNAL - The storage container was created by the system.
    lastAccessTime String
    Storage container's last access time.
    lastModifiedTime String
    Storage container's last modified time.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mountStatus String
    Storage container mount status. Applicable only for NFS type.* NOT_APPLICABLE - The HyperFlex storage container mount status is not applicable.* NORMAL - The HyperFlex storage container mount status is normal.* ALERT - The HyperFlex storage container mount status is alert.* FAILED - The HyperFlex storage container mount status is failed.
    mountSummary String
    Storage container mount summary. Applicable only for NFS type.* NOT_APPLICABLE - The mount summary is not applicable for this HyperFlex storage container.* MOUNTED - The HyperFlex storage container is mounted.* UNMOUNTED - The HyperFlex storage container is unmounted.* MOUNT_FAILURE - The HyperFlex storage container mount summary is failure.* UNMOUNT_FAILURE - The HyperFlex storage container unmount summary is failure.
    name String
    Name of the storage container.
    objectType String
    owners List<String>
    parents List<GetHyperflexStorageContainerResultParent>
    permissionResources List<GetHyperflexStorageContainerResultPermissionResource>
    provisionedCapacity Double
    Provisioned capacity of the storage container in bytes.
    provisionedVolumeCapacityUtilization Double
    Provisioned capacity utilization of all volumes associated with the storage container.
    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.
    storageUtilizations List<GetHyperflexStorageContainerResultStorageUtilization>
    tags List<GetHyperflexStorageContainerResultTag>
    type String
    Storage container type (SMB/NFS/iSCSI).* NFS - Storage container created/accesed through NFS protocol.* SMB - Storage container created/accessed through SMB protocol.* iSCSI - Storage container created/accessed through iSCSI protocol.
    unCompressedUsedBytes Double
    Uncompressed bytes on storage container.
    uuid String
    UUID of the datastore/storage container.
    versionContexts List<GetHyperflexStorageContainerResultVersionContext>
    volumeCount Double
    Number of volumes associated with the storage container.
    volumes List<GetHyperflexStorageContainerResultVolume>
    accessibilitySummary string
    Storage container accessibility summary.* NOT_APPLICABLE - The HyperFlex storage container accessibility summary is not applicable.* ACCESSIBLE - The HyperFlex storage container is accessible.* NOT_ACCESSIBLE - The HyperFlex storage container is not accessible.* PARTIALLY_ACCESSIBLE - The HyperFlex storage container is partially accessible.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexStorageContainerResultAncestor[]
    classId string
    clusters GetHyperflexStorageContainerResultCluster[]
    createTime string
    The time when this managed object was created.
    createdTime string
    Storage container's creation time.
    dataBlockSize number
    Storage container data block size in bytes.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    encryptionEnabled boolean
    Indicate if encryption is enabled on this storage container.
    hostMountStatuses GetHyperflexStorageContainerResultHostMountStatus[]
    inUse boolean
    Indicates whether the storage container has volumes.
    kind string
    Indicates whether the storage container was user-created, or system-created.* UNKNOWN - The storage container creator is unknown.* USER_CREATED - The storage container was created by a user action.* INTERNAL - The storage container was created by the system.
    lastAccessTime string
    Storage container's last access time.
    lastModifiedTime string
    Storage container's last modified time.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    mountStatus string
    Storage container mount status. Applicable only for NFS type.* NOT_APPLICABLE - The HyperFlex storage container mount status is not applicable.* NORMAL - The HyperFlex storage container mount status is normal.* ALERT - The HyperFlex storage container mount status is alert.* FAILED - The HyperFlex storage container mount status is failed.
    mountSummary string
    Storage container mount summary. Applicable only for NFS type.* NOT_APPLICABLE - The mount summary is not applicable for this HyperFlex storage container.* MOUNTED - The HyperFlex storage container is mounted.* UNMOUNTED - The HyperFlex storage container is unmounted.* MOUNT_FAILURE - The HyperFlex storage container mount summary is failure.* UNMOUNT_FAILURE - The HyperFlex storage container unmount summary is failure.
    name string
    Name of the storage container.
    objectType string
    owners string[]
    parents GetHyperflexStorageContainerResultParent[]
    permissionResources GetHyperflexStorageContainerResultPermissionResource[]
    provisionedCapacity number
    Provisioned capacity of the storage container in bytes.
    provisionedVolumeCapacityUtilization number
    Provisioned capacity utilization of all volumes associated with the storage container.
    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.
    storageUtilizations GetHyperflexStorageContainerResultStorageUtilization[]
    tags GetHyperflexStorageContainerResultTag[]
    type string
    Storage container type (SMB/NFS/iSCSI).* NFS - Storage container created/accesed through NFS protocol.* SMB - Storage container created/accessed through SMB protocol.* iSCSI - Storage container created/accessed through iSCSI protocol.
    unCompressedUsedBytes number
    Uncompressed bytes on storage container.
    uuid string
    UUID of the datastore/storage container.
    versionContexts GetHyperflexStorageContainerResultVersionContext[]
    volumeCount number
    Number of volumes associated with the storage container.
    volumes GetHyperflexStorageContainerResultVolume[]
    accessibility_summary str
    Storage container accessibility summary.* NOT_APPLICABLE - The HyperFlex storage container accessibility summary is not applicable.* ACCESSIBLE - The HyperFlex storage container is accessible.* NOT_ACCESSIBLE - The HyperFlex storage container is not accessible.* PARTIALLY_ACCESSIBLE - The HyperFlex storage container is partially accessible.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexStorageContainerResultAncestor]
    class_id str
    clusters Sequence[GetHyperflexStorageContainerResultCluster]
    create_time str
    The time when this managed object was created.
    created_time str
    Storage container's creation time.
    data_block_size float
    Storage container data block size in bytes.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    encryption_enabled bool
    Indicate if encryption is enabled on this storage container.
    host_mount_statuses Sequence[GetHyperflexStorageContainerResultHostMountStatus]
    in_use bool
    Indicates whether the storage container has volumes.
    kind str
    Indicates whether the storage container was user-created, or system-created.* UNKNOWN - The storage container creator is unknown.* USER_CREATED - The storage container was created by a user action.* INTERNAL - The storage container was created by the system.
    last_access_time str
    Storage container's last access time.
    last_modified_time str
    Storage container's last modified time.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    mount_status str
    Storage container mount status. Applicable only for NFS type.* NOT_APPLICABLE - The HyperFlex storage container mount status is not applicable.* NORMAL - The HyperFlex storage container mount status is normal.* ALERT - The HyperFlex storage container mount status is alert.* FAILED - The HyperFlex storage container mount status is failed.
    mount_summary str
    Storage container mount summary. Applicable only for NFS type.* NOT_APPLICABLE - The mount summary is not applicable for this HyperFlex storage container.* MOUNTED - The HyperFlex storage container is mounted.* UNMOUNTED - The HyperFlex storage container is unmounted.* MOUNT_FAILURE - The HyperFlex storage container mount summary is failure.* UNMOUNT_FAILURE - The HyperFlex storage container unmount summary is failure.
    name str
    Name of the storage container.
    object_type str
    owners Sequence[str]
    parents Sequence[GetHyperflexStorageContainerResultParent]
    permission_resources Sequence[GetHyperflexStorageContainerResultPermissionResource]
    provisioned_capacity float
    Provisioned capacity of the storage container in bytes.
    provisioned_volume_capacity_utilization float
    Provisioned capacity utilization of all volumes associated with the storage container.
    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.
    storage_utilizations Sequence[GetHyperflexStorageContainerResultStorageUtilization]
    tags Sequence[GetHyperflexStorageContainerResultTag]
    type str
    Storage container type (SMB/NFS/iSCSI).* NFS - Storage container created/accesed through NFS protocol.* SMB - Storage container created/accessed through SMB protocol.* iSCSI - Storage container created/accessed through iSCSI protocol.
    un_compressed_used_bytes float
    Uncompressed bytes on storage container.
    uuid str
    UUID of the datastore/storage container.
    version_contexts Sequence[GetHyperflexStorageContainerResultVersionContext]
    volume_count float
    Number of volumes associated with the storage container.
    volumes Sequence[GetHyperflexStorageContainerResultVolume]
    accessibilitySummary String
    Storage container accessibility summary.* NOT_APPLICABLE - The HyperFlex storage container accessibility summary is not applicable.* ACCESSIBLE - The HyperFlex storage container is accessible.* NOT_ACCESSIBLE - The HyperFlex storage container is not accessible.* PARTIALLY_ACCESSIBLE - The HyperFlex storage container is partially accessible.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    clusters List<Property Map>
    createTime String
    The time when this managed object was created.
    createdTime String
    Storage container's creation time.
    dataBlockSize Number
    Storage container data block size in bytes.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    encryptionEnabled Boolean
    Indicate if encryption is enabled on this storage container.
    hostMountStatuses List<Property Map>
    inUse Boolean
    Indicates whether the storage container has volumes.
    kind String
    Indicates whether the storage container was user-created, or system-created.* UNKNOWN - The storage container creator is unknown.* USER_CREATED - The storage container was created by a user action.* INTERNAL - The storage container was created by the system.
    lastAccessTime String
    Storage container's last access time.
    lastModifiedTime String
    Storage container's last modified time.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mountStatus String
    Storage container mount status. Applicable only for NFS type.* NOT_APPLICABLE - The HyperFlex storage container mount status is not applicable.* NORMAL - The HyperFlex storage container mount status is normal.* ALERT - The HyperFlex storage container mount status is alert.* FAILED - The HyperFlex storage container mount status is failed.
    mountSummary String
    Storage container mount summary. Applicable only for NFS type.* NOT_APPLICABLE - The mount summary is not applicable for this HyperFlex storage container.* MOUNTED - The HyperFlex storage container is mounted.* UNMOUNTED - The HyperFlex storage container is unmounted.* MOUNT_FAILURE - The HyperFlex storage container mount summary is failure.* UNMOUNT_FAILURE - The HyperFlex storage container unmount summary is failure.
    name String
    Name of the storage container.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    provisionedCapacity Number
    Provisioned capacity of the storage container in bytes.
    provisionedVolumeCapacityUtilization Number
    Provisioned capacity utilization of all volumes associated with the storage container.
    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.
    storageUtilizations List<Property Map>
    tags List<Property Map>
    type String
    Storage container type (SMB/NFS/iSCSI).* NFS - Storage container created/accesed through NFS protocol.* SMB - Storage container created/accessed through SMB protocol.* iSCSI - Storage container created/accessed through iSCSI protocol.
    unCompressedUsedBytes Number
    Uncompressed bytes on storage container.
    uuid String
    UUID of the datastore/storage container.
    versionContexts List<Property Map>
    volumeCount Number
    Number of volumes associated with the storage container.
    volumes List<Property Map>

    GetHyperflexStorageContainerResultAncestor

    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

    GetHyperflexStorageContainerResultCluster

    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

    GetHyperflexStorageContainerResultHostMountStatus

    accessibility String
    additionalProperties String
    classId String
    hostName String
    mounted Boolean
    objectType String
    reason String
    accessibility string
    additionalProperties string
    classId string
    hostName string
    mounted boolean
    objectType string
    reason string
    accessibility String
    additionalProperties String
    classId String
    hostName String
    mounted Boolean
    objectType String
    reason String

    GetHyperflexStorageContainerResultParent

    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

    GetHyperflexStorageContainerResultPermissionResource

    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

    GetHyperflexStorageContainerResultStorageUtilization

    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

    GetHyperflexStorageContainerResultTag

    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

    GetHyperflexStorageContainerResultVersionContext

    GetHyperflexStorageContainerResultVersionContextInterestedMo

    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

    GetHyperflexStorageContainerResultVersionContextRefMo

    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

    GetHyperflexStorageContainerResultVolume

    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

    GetHyperflexStorageContainerStorageUtilization

    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.

    GetHyperflexStorageContainerTag

    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.

    GetHyperflexStorageContainerVersionContext

    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<GetHyperflexStorageContainerVersionContextInterestedMo>
    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 GetHyperflexStorageContainerVersionContextRefMo
    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 []GetHyperflexStorageContainerVersionContextInterestedMo
    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 GetHyperflexStorageContainerVersionContextRefMo
    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<GetHyperflexStorageContainerVersionContextInterestedMo>
    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 GetHyperflexStorageContainerVersionContextRefMo
    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 GetHyperflexStorageContainerVersionContextInterestedMo[]
    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 GetHyperflexStorageContainerVersionContextRefMo
    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[GetHyperflexStorageContainerVersionContextInterestedMo]
    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 GetHyperflexStorageContainerVersionContextRefMo
    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.

    GetHyperflexStorageContainerVersionContextInterestedMo

    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'.

    GetHyperflexStorageContainerVersionContextRefMo

    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'.

    GetHyperflexStorageContainerVolume

    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