intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getStorageHyperFlexStorageContainer
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
A Storage Container (Datastore) entity.
Using getStorageHyperFlexStorageContainer
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 getStorageHyperFlexStorageContainer(args: GetStorageHyperFlexStorageContainerArgs, opts?: InvokeOptions): Promise<GetStorageHyperFlexStorageContainerResult>
function getStorageHyperFlexStorageContainerOutput(args: GetStorageHyperFlexStorageContainerOutputArgs, opts?: InvokeOptions): Output<GetStorageHyperFlexStorageContainerResult>def get_storage_hyper_flex_storage_container(account_moid: Optional[str] = None,
                                             additional_properties: Optional[str] = None,
                                             ancestors: Optional[Sequence[GetStorageHyperFlexStorageContainerAncestor]] = None,
                                             class_id: Optional[str] = None,
                                             cluster: Optional[GetStorageHyperFlexStorageContainerCluster] = None,
                                             create_time: Optional[str] = None,
                                             created_time: Optional[str] = None,
                                             data_block_size: Optional[float] = None,
                                             domain_group_moid: Optional[str] = None,
                                             id: Optional[str] = None,
                                             in_use: Optional[bool] = None,
                                             last_access_time: Optional[str] = None,
                                             last_modified_time: Optional[str] = None,
                                             mod_time: Optional[str] = None,
                                             moid: Optional[str] = None,
                                             name: Optional[str] = None,
                                             object_type: Optional[str] = None,
                                             owners: Optional[Sequence[str]] = None,
                                             parent: Optional[GetStorageHyperFlexStorageContainerParent] = None,
                                             permission_resources: Optional[Sequence[GetStorageHyperFlexStorageContainerPermissionResource]] = None,
                                             provisioned_capacity: Optional[float] = None,
                                             provisioned_volume_capacity_utilization: Optional[float] = None,
                                             registered_device: Optional[GetStorageHyperFlexStorageContainerRegisteredDevice] = None,
                                             shared_scope: Optional[str] = None,
                                             storage_utilization: Optional[GetStorageHyperFlexStorageContainerStorageUtilization] = None,
                                             tags: Optional[Sequence[GetStorageHyperFlexStorageContainerTag]] = None,
                                             type: Optional[str] = None,
                                             un_compressed_used_bytes: Optional[float] = None,
                                             uuid: Optional[str] = None,
                                             version_context: Optional[GetStorageHyperFlexStorageContainerVersionContext] = None,
                                             volume_count: Optional[float] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetStorageHyperFlexStorageContainerResult
def get_storage_hyper_flex_storage_container_output(account_moid: Optional[pulumi.Input[str]] = None,
                                             additional_properties: Optional[pulumi.Input[str]] = None,
                                             ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHyperFlexStorageContainerAncestorArgs]]]] = None,
                                             class_id: Optional[pulumi.Input[str]] = None,
                                             cluster: Optional[pulumi.Input[GetStorageHyperFlexStorageContainerClusterArgs]] = 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,
                                             id: Optional[pulumi.Input[str]] = None,
                                             in_use: Optional[pulumi.Input[bool]] = 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,
                                             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[GetStorageHyperFlexStorageContainerParentArgs]] = None,
                                             permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHyperFlexStorageContainerPermissionResourceArgs]]]] = None,
                                             provisioned_capacity: Optional[pulumi.Input[float]] = None,
                                             provisioned_volume_capacity_utilization: Optional[pulumi.Input[float]] = None,
                                             registered_device: Optional[pulumi.Input[GetStorageHyperFlexStorageContainerRegisteredDeviceArgs]] = None,
                                             shared_scope: Optional[pulumi.Input[str]] = None,
                                             storage_utilization: Optional[pulumi.Input[GetStorageHyperFlexStorageContainerStorageUtilizationArgs]] = None,
                                             tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHyperFlexStorageContainerTagArgs]]]] = 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[GetStorageHyperFlexStorageContainerVersionContextArgs]] = None,
                                             volume_count: Optional[pulumi.Input[float]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetStorageHyperFlexStorageContainerResult]func LookupStorageHyperFlexStorageContainer(ctx *Context, args *LookupStorageHyperFlexStorageContainerArgs, opts ...InvokeOption) (*LookupStorageHyperFlexStorageContainerResult, error)
func LookupStorageHyperFlexStorageContainerOutput(ctx *Context, args *LookupStorageHyperFlexStorageContainerOutputArgs, opts ...InvokeOption) LookupStorageHyperFlexStorageContainerResultOutput> Note: This function is named LookupStorageHyperFlexStorageContainer in the Go SDK.
public static class GetStorageHyperFlexStorageContainer 
{
    public static Task<GetStorageHyperFlexStorageContainerResult> InvokeAsync(GetStorageHyperFlexStorageContainerArgs args, InvokeOptions? opts = null)
    public static Output<GetStorageHyperFlexStorageContainerResult> Invoke(GetStorageHyperFlexStorageContainerInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetStorageHyperFlexStorageContainerResult> getStorageHyperFlexStorageContainer(GetStorageHyperFlexStorageContainerArgs args, InvokeOptions options)
public static Output<GetStorageHyperFlexStorageContainerResult> getStorageHyperFlexStorageContainer(GetStorageHyperFlexStorageContainerArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getStorageHyperFlexStorageContainer:getStorageHyperFlexStorageContainer
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetStorage Hyper Flex Storage Container Ancestor> 
- ClassId string
- Cluster
GetStorage Hyper Flex 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
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- InUse bool
- Indicates whether the Storage Container has Volumes.
- 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.
- Name string
- Name of the storage container.
- ObjectType string
- Owners List<string>
- Parent
GetStorage Hyper Flex Storage Container Parent 
- PermissionResources List<GetStorage Hyper Flex Storage Container Permission Resource> 
- ProvisionedCapacity double
- Provisioned Capacity of the Storage container.
- ProvisionedVolume doubleCapacity Utilization 
- Provisioned Capacity Utilization of All Volumes associated with the Storage Container.
- RegisteredDevice GetStorage Hyper Flex Storage Container Registered Device 
- 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 GetStorage Hyper Flex Storage Container Storage Utilization 
- 
List<GetStorage Hyper Flex 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 Containter.
- VersionContext GetStorage Hyper Flex Storage Container Version Context 
- VolumeCount double
- Number of Volumes associated with the Storage Container.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetStorage Hyper Flex Storage Container Ancestor 
- ClassId string
- Cluster
GetStorage Hyper Flex 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
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- InUse bool
- Indicates whether the Storage Container has Volumes.
- 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.
- Name string
- Name of the storage container.
- ObjectType string
- Owners []string
- Parent
GetStorage Hyper Flex Storage Container Parent 
- PermissionResources []GetStorage Hyper Flex Storage Container Permission Resource 
- ProvisionedCapacity float64
- Provisioned Capacity of the Storage container.
- ProvisionedVolume float64Capacity Utilization 
- Provisioned Capacity Utilization of All Volumes associated with the Storage Container.
- RegisteredDevice GetStorage Hyper Flex Storage Container Registered Device 
- 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 GetStorage Hyper Flex Storage Container Storage Utilization 
- 
[]GetStorage Hyper Flex 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 Containter.
- VersionContext GetStorage Hyper Flex Storage Container Version Context 
- VolumeCount float64
- Number of Volumes associated with the Storage Container.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetStorage Hyper Flex Storage Container Ancestor> 
- classId String
- cluster
GetStorage Hyper Flex 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
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- inUse Boolean
- Indicates whether the Storage Container has Volumes.
- 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.
- name String
- Name of the storage container.
- objectType String
- owners List<String>
- parent
GetStorage Hyper Flex Storage Container Parent 
- permissionResources List<GetStorage Hyper Flex Storage Container Permission Resource> 
- provisionedCapacity Double
- Provisioned Capacity of the Storage container.
- provisionedVolume DoubleCapacity Utilization 
- Provisioned Capacity Utilization of All Volumes associated with the Storage Container.
- registeredDevice GetStorage Hyper Flex Storage Container Registered Device 
- 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 GetStorage Hyper Flex Storage Container Storage Utilization 
- 
List<GetStorage Hyper Flex 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 Containter.
- versionContext GetStorage Hyper Flex Storage Container Version Context 
- volumeCount Double
- Number of Volumes associated with the Storage Container.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetStorage Hyper Flex Storage Container Ancestor[] 
- classId string
- cluster
GetStorage Hyper Flex 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
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- inUse boolean
- Indicates whether the Storage Container has Volumes.
- 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.
- name string
- Name of the storage container.
- objectType string
- owners string[]
- parent
GetStorage Hyper Flex Storage Container Parent 
- permissionResources GetStorage Hyper Flex Storage Container Permission Resource[] 
- provisionedCapacity number
- Provisioned Capacity of the Storage container.
- provisionedVolume numberCapacity Utilization 
- Provisioned Capacity Utilization of All Volumes associated with the Storage Container.
- registeredDevice GetStorage Hyper Flex Storage Container Registered Device 
- 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 GetStorage Hyper Flex Storage Container Storage Utilization 
- 
GetStorage Hyper Flex 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 Containter.
- versionContext GetStorage Hyper Flex Storage Container Version Context 
- volumeCount number
- Number of Volumes associated with the Storage Container.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetStorage Hyper Flex Storage Container Ancestor] 
- class_id str
- cluster
GetStorage Hyper Flex 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
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- id str
- in_use bool
- Indicates whether the Storage Container has Volumes.
- 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.
- name str
- Name of the storage container.
- object_type str
- owners Sequence[str]
- parent
GetStorage Hyper Flex Storage Container Parent 
- permission_resources Sequence[GetStorage Hyper Flex Storage Container Permission Resource] 
- provisioned_capacity float
- Provisioned Capacity of the Storage container.
- provisioned_volume_ floatcapacity_ utilization 
- Provisioned Capacity Utilization of All Volumes associated with the Storage Container.
- registered_device GetStorage Hyper Flex Storage Container Registered Device 
- 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 GetStorage Hyper Flex Storage Container Storage Utilization 
- 
Sequence[GetStorage Hyper Flex 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 Containter.
- version_context GetStorage Hyper Flex Storage Container Version Context 
- volume_count float
- Number of Volumes associated with the Storage Container.
- 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
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- inUse Boolean
- Indicates whether the Storage Container has Volumes.
- 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.
- 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.
- provisionedVolume NumberCapacity Utilization 
- Provisioned Capacity Utilization of All Volumes associated with the Storage Container.
- registeredDevice Property Map
- 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 Containter.
- versionContext Property Map
- volumeCount Number
- Number of Volumes associated with the Storage Container.
getStorageHyperFlexStorageContainer Result
The following output properties are available:
- Id string
- Results
List<GetStorage Hyper Flex Storage Container Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetStorage Hyper Flex Storage Container Ancestor> 
- ClassId string
- Cluster
GetStorage Hyper Flex Storage Container Cluster 
- CreateTime string
- CreatedTime string
- DataBlock doubleSize 
- DomainGroup stringMoid 
- InUse bool
- LastAccess stringTime 
- LastModified stringTime 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners List<string>
- Parent
GetStorage Hyper Flex Storage Container Parent 
- PermissionResources List<GetStorage Hyper Flex Storage Container Permission Resource> 
- ProvisionedCapacity double
- ProvisionedVolume doubleCapacity Utilization 
- RegisteredDevice GetStorage Hyper Flex Storage Container Registered Device 
- string
- StorageUtilization GetStorage Hyper Flex Storage Container Storage Utilization 
- 
List<GetStorage Hyper Flex Storage Container Tag> 
- Type string
- UnCompressed doubleUsed Bytes 
- Uuid string
- VersionContext GetStorage Hyper Flex Storage Container Version Context 
- VolumeCount double
- Id string
- Results
[]GetStorage Hyper Flex Storage Container Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetStorage Hyper Flex Storage Container Ancestor 
- ClassId string
- Cluster
GetStorage Hyper Flex Storage Container Cluster 
- CreateTime string
- CreatedTime string
- DataBlock float64Size 
- DomainGroup stringMoid 
- InUse bool
- LastAccess stringTime 
- LastModified stringTime 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners []string
- Parent
GetStorage Hyper Flex Storage Container Parent 
- PermissionResources []GetStorage Hyper Flex Storage Container Permission Resource 
- ProvisionedCapacity float64
- ProvisionedVolume float64Capacity Utilization 
- RegisteredDevice GetStorage Hyper Flex Storage Container Registered Device 
- string
- StorageUtilization GetStorage Hyper Flex Storage Container Storage Utilization 
- 
[]GetStorage Hyper Flex Storage Container Tag 
- Type string
- UnCompressed float64Used Bytes 
- Uuid string
- VersionContext GetStorage Hyper Flex Storage Container Version Context 
- VolumeCount float64
- id String
- results
List<GetStorage Hyper Flex Storage Container Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetStorage Hyper Flex Storage Container Ancestor> 
- classId String
- cluster
GetStorage Hyper Flex Storage Container Cluster 
- createTime String
- createdTime String
- dataBlock DoubleSize 
- domainGroup StringMoid 
- inUse Boolean
- lastAccess StringTime 
- lastModified StringTime 
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parent
GetStorage Hyper Flex Storage Container Parent 
- permissionResources List<GetStorage Hyper Flex Storage Container Permission Resource> 
- provisionedCapacity Double
- provisionedVolume DoubleCapacity Utilization 
- registeredDevice GetStorage Hyper Flex Storage Container Registered Device 
- String
- storageUtilization GetStorage Hyper Flex Storage Container Storage Utilization 
- 
List<GetStorage Hyper Flex Storage Container Tag> 
- type String
- unCompressed DoubleUsed Bytes 
- uuid String
- versionContext GetStorage Hyper Flex Storage Container Version Context 
- volumeCount Double
- id string
- results
GetStorage Hyper Flex Storage Container Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetStorage Hyper Flex Storage Container Ancestor[] 
- classId string
- cluster
GetStorage Hyper Flex Storage Container Cluster 
- createTime string
- createdTime string
- dataBlock numberSize 
- domainGroup stringMoid 
- inUse boolean
- lastAccess stringTime 
- lastModified stringTime 
- modTime string
- moid string
- name string
- objectType string
- owners string[]
- parent
GetStorage Hyper Flex Storage Container Parent 
- permissionResources GetStorage Hyper Flex Storage Container Permission Resource[] 
- provisionedCapacity number
- provisionedVolume numberCapacity Utilization 
- registeredDevice GetStorage Hyper Flex Storage Container Registered Device 
- string
- storageUtilization GetStorage Hyper Flex Storage Container Storage Utilization 
- 
GetStorage Hyper Flex Storage Container Tag[] 
- type string
- unCompressed numberUsed Bytes 
- uuid string
- versionContext GetStorage Hyper Flex Storage Container Version Context 
- volumeCount number
- id str
- results
Sequence[GetStorage Hyper Flex Storage Container Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetStorage Hyper Flex Storage Container Ancestor] 
- class_id str
- cluster
GetStorage Hyper Flex Storage Container Cluster 
- create_time str
- created_time str
- data_block_ floatsize 
- domain_group_ strmoid 
- in_use bool
- last_access_ strtime 
- last_modified_ strtime 
- mod_time str
- moid str
- name str
- object_type str
- owners Sequence[str]
- parent
GetStorage Hyper Flex Storage Container Parent 
- permission_resources Sequence[GetStorage Hyper Flex Storage Container Permission Resource] 
- provisioned_capacity float
- provisioned_volume_ floatcapacity_ utilization 
- registered_device GetStorage Hyper Flex Storage Container Registered Device 
- str
- storage_utilization GetStorage Hyper Flex Storage Container Storage Utilization 
- 
Sequence[GetStorage Hyper Flex Storage Container Tag] 
- type str
- un_compressed_ floatused_ bytes 
- uuid str
- version_context GetStorage Hyper Flex Storage Container Version Context 
- volume_count float
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- cluster Property Map
- createTime String
- createdTime String
- dataBlock NumberSize 
- domainGroup StringMoid 
- inUse Boolean
- lastAccess StringTime 
- lastModified StringTime 
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- provisionedCapacity Number
- provisionedVolume NumberCapacity Utilization 
- registeredDevice Property Map
- String
- storageUtilization Property Map
- List<Property Map>
- type String
- unCompressed NumberUsed Bytes 
- uuid String
- versionContext Property Map
- volumeCount Number
Supporting Types
GetStorageHyperFlexStorageContainerAncestor      
- 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'.
 
GetStorageHyperFlexStorageContainerCluster      
- 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'.
 
GetStorageHyperFlexStorageContainerParent      
- 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'.
 
GetStorageHyperFlexStorageContainerPermissionResource       
- 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'.
 
GetStorageHyperFlexStorageContainerRegisteredDevice       
- 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'.
 
GetStorageHyperFlexStorageContainerResult      
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetStorage Hyper Flex Storage Container Result Ancestor> 
- ClassId string
- Clusters
List<GetStorage Hyper Flex 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
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- InUse bool
- Indicates whether the Storage Container has Volumes.
- 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.
- Name string
- Name of the storage container.
- ObjectType string
- Owners List<string>
- Parents
List<GetStorage Hyper Flex Storage Container Result Parent> 
- PermissionResources List<GetStorage Hyper Flex Storage Container Result Permission Resource> 
- ProvisionedCapacity double
- Provisioned Capacity of the Storage container.
- ProvisionedVolume doubleCapacity Utilization 
- Provisioned Capacity Utilization of All Volumes associated with the Storage Container.
- RegisteredDevices List<GetStorage Hyper Flex Storage Container Result Registered Device> 
- 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<GetStorage Hyper Flex Storage Container Result Storage Utilization> 
- 
List<GetStorage Hyper Flex 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 Containter.
- VersionContexts List<GetStorage Hyper Flex Storage Container Result Version Context> 
- VolumeCount double
- Number of Volumes associated with the Storage Container.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetStorage Hyper Flex Storage Container Result Ancestor 
- ClassId string
- Clusters
[]GetStorage Hyper Flex 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
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- InUse bool
- Indicates whether the Storage Container has Volumes.
- 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.
- Name string
- Name of the storage container.
- ObjectType string
- Owners []string
- Parents
[]GetStorage Hyper Flex Storage Container Result Parent 
- PermissionResources []GetStorage Hyper Flex Storage Container Result Permission Resource 
- ProvisionedCapacity float64
- Provisioned Capacity of the Storage container.
- ProvisionedVolume float64Capacity Utilization 
- Provisioned Capacity Utilization of All Volumes associated with the Storage Container.
- RegisteredDevices []GetStorage Hyper Flex Storage Container Result Registered Device 
- 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 []GetStorage Hyper Flex Storage Container Result Storage Utilization 
- 
[]GetStorage Hyper Flex 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 Containter.
- VersionContexts []GetStorage Hyper Flex Storage Container Result Version Context 
- VolumeCount float64
- Number of Volumes associated with the Storage Container.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetStorage Hyper Flex Storage Container Result Ancestor> 
- classId String
- clusters
List<GetStorage Hyper Flex 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
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- inUse Boolean
- Indicates whether the Storage Container has Volumes.
- 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.
- name String
- Name of the storage container.
- objectType String
- owners List<String>
- parents
List<GetStorage Hyper Flex Storage Container Result Parent> 
- permissionResources List<GetStorage Hyper Flex Storage Container Result Permission Resource> 
- provisionedCapacity Double
- Provisioned Capacity of the Storage container.
- provisionedVolume DoubleCapacity Utilization 
- Provisioned Capacity Utilization of All Volumes associated with the Storage Container.
- registeredDevices List<GetStorage Hyper Flex Storage Container Result Registered Device> 
- 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<GetStorage Hyper Flex Storage Container Result Storage Utilization> 
- 
List<GetStorage Hyper Flex 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 Containter.
- versionContexts List<GetStorage Hyper Flex Storage Container Result Version Context> 
- volumeCount Double
- Number of Volumes associated with the Storage Container.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetStorage Hyper Flex Storage Container Result Ancestor[] 
- classId string
- clusters
GetStorage Hyper Flex 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
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- inUse boolean
- Indicates whether the Storage Container has Volumes.
- 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.
- name string
- Name of the storage container.
- objectType string
- owners string[]
- parents
GetStorage Hyper Flex Storage Container Result Parent[] 
- permissionResources GetStorage Hyper Flex Storage Container Result Permission Resource[] 
- provisionedCapacity number
- Provisioned Capacity of the Storage container.
- provisionedVolume numberCapacity Utilization 
- Provisioned Capacity Utilization of All Volumes associated with the Storage Container.
- registeredDevices GetStorage Hyper Flex Storage Container Result Registered Device[] 
- 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 GetStorage Hyper Flex Storage Container Result Storage Utilization[] 
- 
GetStorage Hyper Flex 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 Containter.
- versionContexts GetStorage Hyper Flex Storage Container Result Version Context[] 
- volumeCount number
- Number of Volumes associated with the Storage Container.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetStorage Hyper Flex Storage Container Result Ancestor] 
- class_id str
- clusters
Sequence[GetStorage Hyper Flex 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
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- in_use bool
- Indicates whether the Storage Container has Volumes.
- 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.
- name str
- Name of the storage container.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetStorage Hyper Flex Storage Container Result Parent] 
- permission_resources Sequence[GetStorage Hyper Flex Storage Container Result Permission Resource] 
- provisioned_capacity float
- Provisioned Capacity of the Storage container.
- provisioned_volume_ floatcapacity_ utilization 
- Provisioned Capacity Utilization of All Volumes associated with the Storage Container.
- registered_devices Sequence[GetStorage Hyper Flex Storage Container Result Registered Device] 
- 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[GetStorage Hyper Flex Storage Container Result Storage Utilization] 
- 
Sequence[GetStorage Hyper Flex 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 Containter.
- version_contexts Sequence[GetStorage Hyper Flex Storage Container Result Version Context] 
- volume_count float
- Number of Volumes associated with the Storage Container.
- 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
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- inUse Boolean
- Indicates whether the Storage Container has Volumes.
- 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.
- 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.
- provisionedVolume NumberCapacity Utilization 
- Provisioned Capacity Utilization of All Volumes associated with the Storage Container.
- registeredDevices List<Property Map>
- 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 Containter.
- versionContexts List<Property Map>
- volumeCount Number
- Number of Volumes associated with the Storage Container.
GetStorageHyperFlexStorageContainerResultAncestor       
- 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
GetStorageHyperFlexStorageContainerResultCluster       
- 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
GetStorageHyperFlexStorageContainerResultParent       
- 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
GetStorageHyperFlexStorageContainerResultPermissionResource        
- 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
GetStorageHyperFlexStorageContainerResultRegisteredDevice        
- 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
GetStorageHyperFlexStorageContainerResultStorageUtilization        
- 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
GetStorageHyperFlexStorageContainerResultTag       
- 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
GetStorageHyperFlexStorageContainerResultVersionContext        
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetStorageHyperFlexStorageContainerResultVersionContextInterestedMo          
- 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
GetStorageHyperFlexStorageContainerResultVersionContextRefMo          
- 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
GetStorageHyperFlexStorageContainerStorageUtilization       
- 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.
GetStorageHyperFlexStorageContainerTag      
- 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.
GetStorageHyperFlexStorageContainerVersionContext       
- 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<GetStorage Hyper Flex 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 GetStorage Hyper Flex 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 []GetStorage Hyper Flex 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 GetStorage Hyper Flex 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<GetStorage Hyper Flex 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 GetStorage Hyper Flex 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 GetStorage Hyper Flex 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 GetStorage Hyper Flex 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[GetStorage Hyper Flex 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 GetStorage Hyper Flex 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.
 
GetStorageHyperFlexStorageContainerVersionContextInterestedMo         
- 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'.
 
GetStorageHyperFlexStorageContainerVersionContextRefMo         
- 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