intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getHyperflexStorageContainer
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 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 dictionaryThe 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<GetHyperflex Storage Container Ancestor> 
- ClassId string
- Cluster
GetHyperflex Storage Container Cluster 
- CreateTime string
- The time when this managed object was created.
- CreatedTime string
- Storage container's creation time.
- DataBlock doubleSize 
- Storage container data block size in bytes.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EncryptionEnabled bool
- Indicate if encryption is enabled on this storage container.
- HostMount List<GetStatuses Hyperflex Storage Container Host Mount Status> 
- 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.
- LastAccess stringTime 
- Storage container's last access time.
- LastModified stringTime 
- 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
GetHyperflex Storage Container Parent 
- PermissionResources List<GetHyperflex Storage Container Permission Resource> 
- ProvisionedCapacity double
- Provisioned capacity of the storage container in bytes.
- ProvisionedVolume doubleCapacity Utilization 
- Provisioned capacity utilization of all volumes associated with the storage container.
- 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 GetHyperflex Storage Container Storage Utilization 
- 
List<GetHyperflex Storage Container Tag> 
- 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.
- UnCompressed doubleUsed Bytes 
- Uncompressed bytes on storage container.
- Uuid string
- UUID of the datastore/storage container.
- VersionContext GetHyperflex Storage Container Version Context 
- VolumeCount double
- Number of volumes associated with the storage container.
- Volumes
List<GetHyperflex Storage Container Volume> 
- 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
[]GetHyperflex Storage Container Ancestor 
- ClassId string
- Cluster
GetHyperflex Storage Container Cluster 
- CreateTime string
- The time when this managed object was created.
- CreatedTime string
- Storage container's creation time.
- DataBlock float64Size 
- Storage container data block size in bytes.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EncryptionEnabled bool
- Indicate if encryption is enabled on this storage container.
- HostMount []GetStatuses Hyperflex Storage Container Host Mount Status 
- 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.
- LastAccess stringTime 
- Storage container's last access time.
- LastModified stringTime 
- 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
GetHyperflex Storage Container Parent 
- PermissionResources []GetHyperflex Storage Container Permission Resource 
- ProvisionedCapacity float64
- Provisioned capacity of the storage container in bytes.
- ProvisionedVolume float64Capacity Utilization 
- Provisioned capacity utilization of all volumes associated with the storage container.
- 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 GetHyperflex Storage Container Storage Utilization 
- 
[]GetHyperflex Storage Container Tag 
- 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.
- UnCompressed float64Used Bytes 
- Uncompressed bytes on storage container.
- Uuid string
- UUID of the datastore/storage container.
- VersionContext GetHyperflex Storage Container Version Context 
- VolumeCount float64
- Number of volumes associated with the storage container.
- Volumes
[]GetHyperflex Storage Container Volume 
- 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<GetHyperflex Storage Container Ancestor> 
- classId String
- cluster
GetHyperflex Storage Container Cluster 
- createTime String
- The time when this managed object was created.
- createdTime String
- Storage container's creation time.
- dataBlock DoubleSize 
- Storage container data block size in bytes.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- encryptionEnabled Boolean
- Indicate if encryption is enabled on this storage container.
- hostMount List<GetStatuses Hyperflex Storage Container Host Mount Status> 
- 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.
- lastAccess StringTime 
- Storage container's last access time.
- lastModified StringTime 
- 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
GetHyperflex Storage Container Parent 
- permissionResources List<GetHyperflex Storage Container Permission Resource> 
- provisionedCapacity Double
- Provisioned capacity of the storage container in bytes.
- provisionedVolume DoubleCapacity Utilization 
- Provisioned capacity utilization of all volumes associated with the storage container.
- 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 GetHyperflex Storage Container Storage Utilization 
- 
List<GetHyperflex Storage Container Tag> 
- 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.
- unCompressed DoubleUsed Bytes 
- Uncompressed bytes on storage container.
- uuid String
- UUID of the datastore/storage container.
- versionContext GetHyperflex Storage Container Version Context 
- volumeCount Double
- Number of volumes associated with the storage container.
- volumes
List<GetHyperflex Storage Container Volume> 
- 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
GetHyperflex Storage Container Ancestor[] 
- classId string
- cluster
GetHyperflex Storage Container Cluster 
- createTime string
- The time when this managed object was created.
- createdTime string
- Storage container's creation time.
- dataBlock numberSize 
- Storage container data block size in bytes.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- encryptionEnabled boolean
- Indicate if encryption is enabled on this storage container.
- hostMount GetStatuses Hyperflex Storage Container Host Mount Status[] 
- 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.
- lastAccess stringTime 
- Storage container's last access time.
- lastModified stringTime 
- 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
GetHyperflex Storage Container Parent 
- permissionResources GetHyperflex Storage Container Permission Resource[] 
- provisionedCapacity number
- Provisioned capacity of the storage container in bytes.
- provisionedVolume numberCapacity Utilization 
- Provisioned capacity utilization of all volumes associated with the storage container.
- 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 GetHyperflex Storage Container Storage Utilization 
- 
GetHyperflex Storage Container Tag[] 
- 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.
- unCompressed numberUsed Bytes 
- Uncompressed bytes on storage container.
- uuid string
- UUID of the datastore/storage container.
- versionContext GetHyperflex Storage Container Version Context 
- volumeCount number
- Number of volumes associated with the storage container.
- volumes
GetHyperflex Storage Container Volume[] 
- 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[GetHyperflex Storage Container Ancestor] 
- class_id str
- cluster
GetHyperflex Storage Container Cluster 
- create_time str
- The time when this managed object was created.
- created_time str
- Storage container's creation time.
- data_block_ floatsize 
- Storage container data block size in bytes.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- encryption_enabled bool
- Indicate if encryption is enabled on this storage container.
- host_mount_ Sequence[Getstatuses Hyperflex Storage Container Host Mount Status] 
- 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_ strtime 
- Storage container's last access time.
- last_modified_ strtime 
- 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
GetHyperflex Storage Container Parent 
- permission_resources Sequence[GetHyperflex Storage Container Permission Resource] 
- provisioned_capacity float
- Provisioned capacity of the storage container in bytes.
- provisioned_volume_ floatcapacity_ utilization 
- Provisioned capacity utilization of all volumes associated with the storage container.
- 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 GetHyperflex Storage Container Storage Utilization 
- 
Sequence[GetHyperflex Storage Container Tag] 
- 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_ floatused_ bytes 
- Uncompressed bytes on storage container.
- uuid str
- UUID of the datastore/storage container.
- version_context GetHyperflex Storage Container Version Context 
- volume_count float
- Number of volumes associated with the storage container.
- volumes
Sequence[GetHyperflex Storage Container Volume] 
- 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.
- dataBlock NumberSize 
- Storage container data block size in bytes.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- encryptionEnabled Boolean
- Indicate if encryption is enabled on this storage container.
- hostMount List<Property Map>Statuses 
- 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.
- lastAccess StringTime 
- Storage container's last access time.
- lastModified StringTime 
- 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.
- provisionedVolume NumberCapacity Utilization 
- Provisioned capacity utilization of all volumes associated with the storage container.
- 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
- 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.
- unCompressed NumberUsed Bytes 
- 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<GetHyperflex Storage Container Result> 
- AccessibilitySummary string
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetHyperflex Storage Container Ancestor> 
- ClassId string
- Cluster
GetHyperflex Storage Container Cluster 
- CreateTime string
- CreatedTime string
- DataBlock doubleSize 
- DomainGroup stringMoid 
- EncryptionEnabled bool
- HostMount List<GetStatuses Hyperflex Storage Container Host Mount Status> 
- InUse bool
- Kind string
- LastAccess stringTime 
- LastModified stringTime 
- ModTime string
- Moid string
- MountStatus string
- MountSummary string
- Name string
- ObjectType string
- Owners List<string>
- Parent
GetHyperflex Storage Container Parent 
- PermissionResources List<GetHyperflex Storage Container Permission Resource> 
- ProvisionedCapacity double
- ProvisionedVolume doubleCapacity Utilization 
- string
- StorageUtilization GetHyperflex Storage Container Storage Utilization 
- 
List<GetHyperflex Storage Container Tag> 
- Type string
- UnCompressed doubleUsed Bytes 
- Uuid string
- VersionContext GetHyperflex Storage Container Version Context 
- VolumeCount double
- Volumes
List<GetHyperflex Storage Container Volume> 
- Id string
- Results
[]GetHyperflex Storage Container Result 
- AccessibilitySummary string
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetHyperflex Storage Container Ancestor 
- ClassId string
- Cluster
GetHyperflex Storage Container Cluster 
- CreateTime string
- CreatedTime string
- DataBlock float64Size 
- DomainGroup stringMoid 
- EncryptionEnabled bool
- HostMount []GetStatuses Hyperflex Storage Container Host Mount Status 
- InUse bool
- Kind string
- LastAccess stringTime 
- LastModified stringTime 
- ModTime string
- Moid string
- MountStatus string
- MountSummary string
- Name string
- ObjectType string
- Owners []string
- Parent
GetHyperflex Storage Container Parent 
- PermissionResources []GetHyperflex Storage Container Permission Resource 
- ProvisionedCapacity float64
- ProvisionedVolume float64Capacity Utilization 
- string
- StorageUtilization GetHyperflex Storage Container Storage Utilization 
- 
[]GetHyperflex Storage Container Tag 
- Type string
- UnCompressed float64Used Bytes 
- Uuid string
- VersionContext GetHyperflex Storage Container Version Context 
- VolumeCount float64
- Volumes
[]GetHyperflex Storage Container Volume 
- id String
- results
List<GetHyperflex Storage Container Result> 
- accessibilitySummary String
- accountMoid String
- additionalProperties String
- ancestors
List<GetHyperflex Storage Container Ancestor> 
- classId String
- cluster
GetHyperflex Storage Container Cluster 
- createTime String
- createdTime String
- dataBlock DoubleSize 
- domainGroup StringMoid 
- encryptionEnabled Boolean
- hostMount List<GetStatuses Hyperflex Storage Container Host Mount Status> 
- inUse Boolean
- kind String
- lastAccess StringTime 
- lastModified StringTime 
- modTime String
- moid String
- mountStatus String
- mountSummary String
- name String
- objectType String
- owners List<String>
- parent
GetHyperflex Storage Container Parent 
- permissionResources List<GetHyperflex Storage Container Permission Resource> 
- provisionedCapacity Double
- provisionedVolume DoubleCapacity Utilization 
- String
- storageUtilization GetHyperflex Storage Container Storage Utilization 
- 
List<GetHyperflex Storage Container Tag> 
- type String
- unCompressed DoubleUsed Bytes 
- uuid String
- versionContext GetHyperflex Storage Container Version Context 
- volumeCount Double
- volumes
List<GetHyperflex Storage Container Volume> 
- id string
- results
GetHyperflex Storage Container Result[] 
- accessibilitySummary string
- accountMoid string
- additionalProperties string
- ancestors
GetHyperflex Storage Container Ancestor[] 
- classId string
- cluster
GetHyperflex Storage Container Cluster 
- createTime string
- createdTime string
- dataBlock numberSize 
- domainGroup stringMoid 
- encryptionEnabled boolean
- hostMount GetStatuses Hyperflex Storage Container Host Mount Status[] 
- inUse boolean
- kind string
- lastAccess stringTime 
- lastModified stringTime 
- modTime string
- moid string
- mountStatus string
- mountSummary string
- name string
- objectType string
- owners string[]
- parent
GetHyperflex Storage Container Parent 
- permissionResources GetHyperflex Storage Container Permission Resource[] 
- provisionedCapacity number
- provisionedVolume numberCapacity Utilization 
- string
- storageUtilization GetHyperflex Storage Container Storage Utilization 
- 
GetHyperflex Storage Container Tag[] 
- type string
- unCompressed numberUsed Bytes 
- uuid string
- versionContext GetHyperflex Storage Container Version Context 
- volumeCount number
- volumes
GetHyperflex Storage Container Volume[] 
- id str
- results
Sequence[GetHyperflex Storage Container Result] 
- accessibility_summary str
- account_moid str
- additional_properties str
- ancestors
Sequence[GetHyperflex Storage Container Ancestor] 
- class_id str
- cluster
GetHyperflex Storage Container Cluster 
- create_time str
- created_time str
- data_block_ floatsize 
- domain_group_ strmoid 
- encryption_enabled bool
- host_mount_ Sequence[Getstatuses Hyperflex Storage Container Host Mount Status] 
- in_use bool
- kind str
- last_access_ strtime 
- last_modified_ strtime 
- mod_time str
- moid str
- mount_status str
- mount_summary str
- name str
- object_type str
- owners Sequence[str]
- parent
GetHyperflex Storage Container Parent 
- permission_resources Sequence[GetHyperflex Storage Container Permission Resource] 
- provisioned_capacity float
- provisioned_volume_ floatcapacity_ utilization 
- str
- storage_utilization GetHyperflex Storage Container Storage Utilization 
- 
Sequence[GetHyperflex Storage Container Tag] 
- type str
- un_compressed_ floatused_ bytes 
- uuid str
- version_context GetHyperflex Storage Container Version Context 
- volume_count float
- volumes
Sequence[GetHyperflex Storage Container Volume] 
- 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
- dataBlock NumberSize 
- domainGroup StringMoid 
- encryptionEnabled Boolean
- hostMount List<Property Map>Statuses 
- inUse Boolean
- kind String
- lastAccess StringTime 
- lastModified StringTime 
- modTime String
- moid String
- mountStatus String
- mountSummary String
- name String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- provisionedCapacity Number
- provisionedVolume NumberCapacity Utilization 
- String
- storageUtilization Property Map
- List<Property Map>
- type String
- unCompressed NumberUsed Bytes 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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<GetHyperflex Storage Container Result Ancestor> 
- ClassId string
- Clusters
List<GetHyperflex Storage Container Result Cluster> 
- CreateTime string
- The time when this managed object was created.
- CreatedTime string
- Storage container's creation time.
- DataBlock doubleSize 
- Storage container data block size in bytes.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EncryptionEnabled bool
- Indicate if encryption is enabled on this storage container.
- HostMount List<GetStatuses Hyperflex Storage Container Result Host Mount Status> 
- 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.
- LastAccess stringTime 
- Storage container's last access time.
- LastModified stringTime 
- 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<GetHyperflex Storage Container Result Parent> 
- PermissionResources List<GetHyperflex Storage Container Result Permission Resource> 
- ProvisionedCapacity double
- Provisioned capacity of the storage container in bytes.
- ProvisionedVolume doubleCapacity Utilization 
- Provisioned capacity utilization of all volumes associated with the storage container.
- 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<GetHyperflex Storage Container Result Storage Utilization> 
- 
List<GetHyperflex Storage Container Result Tag> 
- 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.
- UnCompressed doubleUsed Bytes 
- Uncompressed bytes on storage container.
- Uuid string
- UUID of the datastore/storage container.
- VersionContexts List<GetHyperflex Storage Container Result Version Context> 
- VolumeCount double
- Number of volumes associated with the storage container.
- Volumes
List<GetHyperflex Storage Container Result Volume> 
- 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
[]GetHyperflex Storage Container Result Ancestor 
- ClassId string
- Clusters
[]GetHyperflex Storage Container Result Cluster 
- CreateTime string
- The time when this managed object was created.
- CreatedTime string
- Storage container's creation time.
- DataBlock float64Size 
- Storage container data block size in bytes.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EncryptionEnabled bool
- Indicate if encryption is enabled on this storage container.
- HostMount []GetStatuses Hyperflex Storage Container Result Host Mount Status 
- 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.
- LastAccess stringTime 
- Storage container's last access time.
- LastModified stringTime 
- 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
[]GetHyperflex Storage Container Result Parent 
- PermissionResources []GetHyperflex Storage Container Result Permission Resource 
- ProvisionedCapacity float64
- Provisioned capacity of the storage container in bytes.
- ProvisionedVolume float64Capacity Utilization 
- Provisioned capacity utilization of all volumes associated with the storage container.
- 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 []GetHyperflex Storage Container Result Storage Utilization 
- 
[]GetHyperflex Storage Container Result Tag 
- 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.
- UnCompressed float64Used Bytes 
- Uncompressed bytes on storage container.
- Uuid string
- UUID of the datastore/storage container.
- VersionContexts []GetHyperflex Storage Container Result Version Context 
- VolumeCount float64
- Number of volumes associated with the storage container.
- Volumes
[]GetHyperflex Storage Container Result Volume 
- 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<GetHyperflex Storage Container Result Ancestor> 
- classId String
- clusters
List<GetHyperflex Storage Container Result Cluster> 
- createTime String
- The time when this managed object was created.
- createdTime String
- Storage container's creation time.
- dataBlock DoubleSize 
- Storage container data block size in bytes.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- encryptionEnabled Boolean
- Indicate if encryption is enabled on this storage container.
- hostMount List<GetStatuses Hyperflex Storage Container Result Host Mount Status> 
- 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.
- lastAccess StringTime 
- Storage container's last access time.
- lastModified StringTime 
- 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<GetHyperflex Storage Container Result Parent> 
- permissionResources List<GetHyperflex Storage Container Result Permission Resource> 
- provisionedCapacity Double
- Provisioned capacity of the storage container in bytes.
- provisionedVolume DoubleCapacity Utilization 
- Provisioned capacity utilization of all volumes associated with the storage container.
- 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<GetHyperflex Storage Container Result Storage Utilization> 
- 
List<GetHyperflex Storage Container Result Tag> 
- 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.
- unCompressed DoubleUsed Bytes 
- Uncompressed bytes on storage container.
- uuid String
- UUID of the datastore/storage container.
- versionContexts List<GetHyperflex Storage Container Result Version Context> 
- volumeCount Double
- Number of volumes associated with the storage container.
- volumes
List<GetHyperflex Storage Container Result Volume> 
- 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
GetHyperflex Storage Container Result Ancestor[] 
- classId string
- clusters
GetHyperflex Storage Container Result Cluster[] 
- createTime string
- The time when this managed object was created.
- createdTime string
- Storage container's creation time.
- dataBlock numberSize 
- Storage container data block size in bytes.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- encryptionEnabled boolean
- Indicate if encryption is enabled on this storage container.
- hostMount GetStatuses Hyperflex Storage Container Result Host Mount Status[] 
- 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.
- lastAccess stringTime 
- Storage container's last access time.
- lastModified stringTime 
- 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
GetHyperflex Storage Container Result Parent[] 
- permissionResources GetHyperflex Storage Container Result Permission Resource[] 
- provisionedCapacity number
- Provisioned capacity of the storage container in bytes.
- provisionedVolume numberCapacity Utilization 
- Provisioned capacity utilization of all volumes associated with the storage container.
- 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 GetHyperflex Storage Container Result Storage Utilization[] 
- 
GetHyperflex Storage Container Result Tag[] 
- 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.
- unCompressed numberUsed Bytes 
- Uncompressed bytes on storage container.
- uuid string
- UUID of the datastore/storage container.
- versionContexts GetHyperflex Storage Container Result Version Context[] 
- volumeCount number
- Number of volumes associated with the storage container.
- volumes
GetHyperflex Storage Container Result Volume[] 
- 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[GetHyperflex Storage Container Result Ancestor] 
- class_id str
- clusters
Sequence[GetHyperflex Storage Container Result Cluster] 
- create_time str
- The time when this managed object was created.
- created_time str
- Storage container's creation time.
- data_block_ floatsize 
- Storage container data block size in bytes.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- encryption_enabled bool
- Indicate if encryption is enabled on this storage container.
- host_mount_ Sequence[Getstatuses Hyperflex Storage Container Result Host Mount Status] 
- 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_ strtime 
- Storage container's last access time.
- last_modified_ strtime 
- 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[GetHyperflex Storage Container Result Parent] 
- permission_resources Sequence[GetHyperflex Storage Container Result Permission Resource] 
- provisioned_capacity float
- Provisioned capacity of the storage container in bytes.
- provisioned_volume_ floatcapacity_ utilization 
- Provisioned capacity utilization of all volumes associated with the storage container.
- 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[GetHyperflex Storage Container Result Storage Utilization] 
- 
Sequence[GetHyperflex Storage Container Result Tag] 
- 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_ floatused_ bytes 
- Uncompressed bytes on storage container.
- uuid str
- UUID of the datastore/storage container.
- version_contexts Sequence[GetHyperflex Storage Container Result Version Context] 
- volume_count float
- Number of volumes associated with the storage container.
- volumes
Sequence[GetHyperflex Storage Container Result Volume] 
- 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.
- dataBlock NumberSize 
- Storage container data block size in bytes.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- encryptionEnabled Boolean
- Indicate if encryption is enabled on this storage container.
- hostMount List<Property Map>Statuses 
- 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.
- lastAccess StringTime 
- Storage container's last access time.
- lastModified StringTime 
- 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.
- provisionedVolume NumberCapacity Utilization 
- Provisioned capacity utilization of all volumes associated with the storage container.
- 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>
- 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.
- unCompressed NumberUsed Bytes 
- 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 bool
- ObjectType string
- Reason string
- Accessibility string
- AdditionalProperties string
- ClassId string
- HostName string
- Mounted bool
- 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
- accessibility str
- additional_properties str
- class_id str
- host_name str
- mounted bool
- object_type str
- reason str
- 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
- additional_properties str
- available float
- capacity_utilization float
- class_id str
- free float
- object_type str
- total float
- used float
- 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
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetHyperflexStorageContainerResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
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<GetHyperflex Storage Container Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHyperflex Storage Container Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetHyperflex Storage Container Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHyperflex Storage Container Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetHyperflex Storage Container Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHyperflex Storage Container Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetHyperflex Storage Container Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHyperflex Storage Container Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetHyperflex Storage Container Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetHyperflex Storage Container Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet