intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getHyperflexDatastoreStatistic
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Datastore Statistic describing more detailed information about the Data Protection Peer.
Using getHyperflexDatastoreStatistic
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 getHyperflexDatastoreStatistic(args: GetHyperflexDatastoreStatisticArgs, opts?: InvokeOptions): Promise<GetHyperflexDatastoreStatisticResult>
function getHyperflexDatastoreStatisticOutput(args: GetHyperflexDatastoreStatisticOutputArgs, opts?: InvokeOptions): Output<GetHyperflexDatastoreStatisticResult>def get_hyperflex_datastore_statistic(accessibility_summary: Optional[str] = None,
                                      account_moid: Optional[str] = None,
                                      additional_properties: Optional[str] = None,
                                      ancestors: Optional[Sequence[GetHyperflexDatastoreStatisticAncestor]] = None,
                                      class_id: Optional[str] = None,
                                      create_time: Optional[str] = None,
                                      creation_time: Optional[str] = None,
                                      data_protection_peer: Optional[GetHyperflexDatastoreStatisticDataProtectionPeer] = None,
                                      datastore_kind: Optional[str] = None,
                                      datastore_status: Optional[str] = None,
                                      domain_group_moid: Optional[str] = None,
                                      dsconfig: Optional[GetHyperflexDatastoreStatisticDsconfig] = None,
                                      free_capacity_in_bytes: Optional[float] = None,
                                      host_mount_statuses: Optional[Sequence[GetHyperflexDatastoreStatisticHostMountStatus]] = None,
                                      id: Optional[str] = None,
                                      is_encrypted: Optional[bool] = None,
                                      last_access_time: Optional[str] = None,
                                      last_modified_time: Optional[str] = None,
                                      mod_time: Optional[str] = None,
                                      moid: Optional[str] = None,
                                      mount_summary: Optional[str] = None,
                                      object_type: Optional[str] = None,
                                      owners: Optional[Sequence[str]] = None,
                                      parent: Optional[GetHyperflexDatastoreStatisticParent] = None,
                                      parent_uuid: Optional[str] = None,
                                      permission_resources: Optional[Sequence[GetHyperflexDatastoreStatisticPermissionResource]] = None,
                                      shared_scope: Optional[str] = None,
                                      site: Optional[GetHyperflexDatastoreStatisticSite] = None,
                                      src_cluster: Optional[GetHyperflexDatastoreStatisticSrcCluster] = None,
                                      tags: Optional[Sequence[GetHyperflexDatastoreStatisticTag]] = None,
                                      tgt_cluster: Optional[GetHyperflexDatastoreStatisticTgtCluster] = None,
                                      total_capacity_in_bytes: Optional[float] = None,
                                      un_compressed_used_bytes: Optional[float] = None,
                                      unshared_used_bytes: Optional[float] = None,
                                      uuid: Optional[str] = None,
                                      version_context: Optional[GetHyperflexDatastoreStatisticVersionContext] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetHyperflexDatastoreStatisticResult
def get_hyperflex_datastore_statistic_output(accessibility_summary: Optional[pulumi.Input[str]] = None,
                                      account_moid: Optional[pulumi.Input[str]] = None,
                                      additional_properties: Optional[pulumi.Input[str]] = None,
                                      ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexDatastoreStatisticAncestorArgs]]]] = None,
                                      class_id: Optional[pulumi.Input[str]] = None,
                                      create_time: Optional[pulumi.Input[str]] = None,
                                      creation_time: Optional[pulumi.Input[str]] = None,
                                      data_protection_peer: Optional[pulumi.Input[GetHyperflexDatastoreStatisticDataProtectionPeerArgs]] = None,
                                      datastore_kind: Optional[pulumi.Input[str]] = None,
                                      datastore_status: Optional[pulumi.Input[str]] = None,
                                      domain_group_moid: Optional[pulumi.Input[str]] = None,
                                      dsconfig: Optional[pulumi.Input[GetHyperflexDatastoreStatisticDsconfigArgs]] = None,
                                      free_capacity_in_bytes: Optional[pulumi.Input[float]] = None,
                                      host_mount_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexDatastoreStatisticHostMountStatusArgs]]]] = None,
                                      id: Optional[pulumi.Input[str]] = None,
                                      is_encrypted: 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,
                                      mount_summary: 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[GetHyperflexDatastoreStatisticParentArgs]] = None,
                                      parent_uuid: Optional[pulumi.Input[str]] = None,
                                      permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexDatastoreStatisticPermissionResourceArgs]]]] = None,
                                      shared_scope: Optional[pulumi.Input[str]] = None,
                                      site: Optional[pulumi.Input[GetHyperflexDatastoreStatisticSiteArgs]] = None,
                                      src_cluster: Optional[pulumi.Input[GetHyperflexDatastoreStatisticSrcClusterArgs]] = None,
                                      tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexDatastoreStatisticTagArgs]]]] = None,
                                      tgt_cluster: Optional[pulumi.Input[GetHyperflexDatastoreStatisticTgtClusterArgs]] = None,
                                      total_capacity_in_bytes: Optional[pulumi.Input[float]] = None,
                                      un_compressed_used_bytes: Optional[pulumi.Input[float]] = None,
                                      unshared_used_bytes: Optional[pulumi.Input[float]] = None,
                                      uuid: Optional[pulumi.Input[str]] = None,
                                      version_context: Optional[pulumi.Input[GetHyperflexDatastoreStatisticVersionContextArgs]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexDatastoreStatisticResult]func LookupHyperflexDatastoreStatistic(ctx *Context, args *LookupHyperflexDatastoreStatisticArgs, opts ...InvokeOption) (*LookupHyperflexDatastoreStatisticResult, error)
func LookupHyperflexDatastoreStatisticOutput(ctx *Context, args *LookupHyperflexDatastoreStatisticOutputArgs, opts ...InvokeOption) LookupHyperflexDatastoreStatisticResultOutput> Note: This function is named LookupHyperflexDatastoreStatistic in the Go SDK.
public static class GetHyperflexDatastoreStatistic 
{
    public static Task<GetHyperflexDatastoreStatisticResult> InvokeAsync(GetHyperflexDatastoreStatisticArgs args, InvokeOptions? opts = null)
    public static Output<GetHyperflexDatastoreStatisticResult> Invoke(GetHyperflexDatastoreStatisticInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHyperflexDatastoreStatisticResult> getHyperflexDatastoreStatistic(GetHyperflexDatastoreStatisticArgs args, InvokeOptions options)
public static Output<GetHyperflexDatastoreStatisticResult> getHyperflexDatastoreStatistic(GetHyperflexDatastoreStatisticArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getHyperflexDatastoreStatistic:getHyperflexDatastoreStatistic
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccessibilitySummary string
- HyperFlex datastore accessibility summary.* ACCESSIBLE- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE- The HyperFlex Accessibility Summary is Partially Accessible.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex Datastore Statistic Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- CreationTime string
- Timestamp the datastore object was created.
- DataProtection GetPeer Hyperflex Datastore Statistic Data Protection Peer 
- DatastoreKind string
- HyperFlex Datastore Kind.* UNKNOWN- HyperFlex datastore kind is unknown.*USER_CREATED- HyperFlex datastore kind is user created.*INTERNAL- HyperFlex datastore kind is internal.
- DatastoreStatus string
- HyperFlex datastore status.* NORMAL- The HyperFlex datastore status is normal.*ALERT- The HyperFlex datastore status is alert.*FAILED- The HyperFlex datastore status is failed.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Dsconfig
GetHyperflex Datastore Statistic Dsconfig 
- FreeCapacity doubleIn Bytes 
- Free capacity of the datastore in bytes.
- HostMount List<GetStatuses Hyperflex Datastore Statistic Host Mount Status> 
- Id string
- IsEncrypted bool
- Indicates if the datastore is encrypted or un-encrypted.
- LastAccess stringTime 
- Timestamp the datastore object was last accessed.
- LastModified stringTime 
- Timestamp the datastore object was last modified.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- MountSummary string
- HyperFlex datastore mount summary.* MOUNTED- The HyperFlex mount summary is mounted.*UNMOUNTED- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE- The HyperFlex mount summary is unmount failure.
- ObjectType string
- Owners List<string>
- Parent
GetHyperflex Datastore Statistic Parent 
- ParentUuid string
- UUID of the parent datastore object.
- PermissionResources List<GetHyperflex Datastore Statistic Permission Resource> 
- 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.
- Site
GetHyperflex Datastore Statistic Site 
- SrcCluster GetHyperflex Datastore Statistic Src Cluster 
- 
List<GetHyperflex Datastore Statistic Tag> 
- TgtCluster GetHyperflex Datastore Statistic Tgt Cluster 
- TotalCapacity doubleIn Bytes 
- Total capacity of the datastore object.
- UnCompressed doubleUsed Bytes 
- Number of uncompressed used bytes in the datastore.
- double
- Unshared used capacity of the datastore in bytes.
- Uuid string
- UUID for the datastore object.
- VersionContext GetHyperflex Datastore Statistic Version Context 
- AccessibilitySummary string
- HyperFlex datastore accessibility summary.* ACCESSIBLE- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE- The HyperFlex Accessibility Summary is Partially Accessible.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex Datastore Statistic Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- CreationTime string
- Timestamp the datastore object was created.
- DataProtection GetPeer Hyperflex Datastore Statistic Data Protection Peer 
- DatastoreKind string
- HyperFlex Datastore Kind.* UNKNOWN- HyperFlex datastore kind is unknown.*USER_CREATED- HyperFlex datastore kind is user created.*INTERNAL- HyperFlex datastore kind is internal.
- DatastoreStatus string
- HyperFlex datastore status.* NORMAL- The HyperFlex datastore status is normal.*ALERT- The HyperFlex datastore status is alert.*FAILED- The HyperFlex datastore status is failed.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Dsconfig
GetHyperflex Datastore Statistic Dsconfig 
- FreeCapacity float64In Bytes 
- Free capacity of the datastore in bytes.
- HostMount []GetStatuses Hyperflex Datastore Statistic Host Mount Status 
- Id string
- IsEncrypted bool
- Indicates if the datastore is encrypted or un-encrypted.
- LastAccess stringTime 
- Timestamp the datastore object was last accessed.
- LastModified stringTime 
- Timestamp the datastore object was last modified.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- MountSummary string
- HyperFlex datastore mount summary.* MOUNTED- The HyperFlex mount summary is mounted.*UNMOUNTED- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE- The HyperFlex mount summary is unmount failure.
- ObjectType string
- Owners []string
- Parent
GetHyperflex Datastore Statistic Parent 
- ParentUuid string
- UUID of the parent datastore object.
- PermissionResources []GetHyperflex Datastore Statistic Permission Resource 
- 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.
- Site
GetHyperflex Datastore Statistic Site 
- SrcCluster GetHyperflex Datastore Statistic Src Cluster 
- 
[]GetHyperflex Datastore Statistic Tag 
- TgtCluster GetHyperflex Datastore Statistic Tgt Cluster 
- TotalCapacity float64In Bytes 
- Total capacity of the datastore object.
- UnCompressed float64Used Bytes 
- Number of uncompressed used bytes in the datastore.
- float64
- Unshared used capacity of the datastore in bytes.
- Uuid string
- UUID for the datastore object.
- VersionContext GetHyperflex Datastore Statistic Version Context 
- accessibilitySummary String
- HyperFlex datastore accessibility summary.* ACCESSIBLE- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE- The HyperFlex Accessibility Summary is Partially Accessible.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex Datastore Statistic Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- creationTime String
- Timestamp the datastore object was created.
- dataProtection GetPeer Hyperflex Datastore Statistic Data Protection Peer 
- datastoreKind String
- HyperFlex Datastore Kind.* UNKNOWN- HyperFlex datastore kind is unknown.*USER_CREATED- HyperFlex datastore kind is user created.*INTERNAL- HyperFlex datastore kind is internal.
- datastoreStatus String
- HyperFlex datastore status.* NORMAL- The HyperFlex datastore status is normal.*ALERT- The HyperFlex datastore status is alert.*FAILED- The HyperFlex datastore status is failed.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- dsconfig
GetHyperflex Datastore Statistic Dsconfig 
- freeCapacity DoubleIn Bytes 
- Free capacity of the datastore in bytes.
- hostMount List<GetStatuses Hyperflex Datastore Statistic Host Mount Status> 
- id String
- isEncrypted Boolean
- Indicates if the datastore is encrypted or un-encrypted.
- lastAccess StringTime 
- Timestamp the datastore object was last accessed.
- lastModified StringTime 
- Timestamp the datastore object was last modified.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mountSummary String
- HyperFlex datastore mount summary.* MOUNTED- The HyperFlex mount summary is mounted.*UNMOUNTED- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE- The HyperFlex mount summary is unmount failure.
- objectType String
- owners List<String>
- parent
GetHyperflex Datastore Statistic Parent 
- parentUuid String
- UUID of the parent datastore object.
- permissionResources List<GetHyperflex Datastore Statistic Permission Resource> 
- 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.
- site
GetHyperflex Datastore Statistic Site 
- srcCluster GetHyperflex Datastore Statistic Src Cluster 
- 
List<GetHyperflex Datastore Statistic Tag> 
- tgtCluster GetHyperflex Datastore Statistic Tgt Cluster 
- totalCapacity DoubleIn Bytes 
- Total capacity of the datastore object.
- unCompressed DoubleUsed Bytes 
- Number of uncompressed used bytes in the datastore.
- Double
- Unshared used capacity of the datastore in bytes.
- uuid String
- UUID for the datastore object.
- versionContext GetHyperflex Datastore Statistic Version Context 
- accessibilitySummary string
- HyperFlex datastore accessibility summary.* ACCESSIBLE- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE- The HyperFlex Accessibility Summary is Partially Accessible.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex Datastore Statistic Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- creationTime string
- Timestamp the datastore object was created.
- dataProtection GetPeer Hyperflex Datastore Statistic Data Protection Peer 
- datastoreKind string
- HyperFlex Datastore Kind.* UNKNOWN- HyperFlex datastore kind is unknown.*USER_CREATED- HyperFlex datastore kind is user created.*INTERNAL- HyperFlex datastore kind is internal.
- datastoreStatus string
- HyperFlex datastore status.* NORMAL- The HyperFlex datastore status is normal.*ALERT- The HyperFlex datastore status is alert.*FAILED- The HyperFlex datastore status is failed.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- dsconfig
GetHyperflex Datastore Statistic Dsconfig 
- freeCapacity numberIn Bytes 
- Free capacity of the datastore in bytes.
- hostMount GetStatuses Hyperflex Datastore Statistic Host Mount Status[] 
- id string
- isEncrypted boolean
- Indicates if the datastore is encrypted or un-encrypted.
- lastAccess stringTime 
- Timestamp the datastore object was last accessed.
- lastModified stringTime 
- Timestamp the datastore object was last modified.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- mountSummary string
- HyperFlex datastore mount summary.* MOUNTED- The HyperFlex mount summary is mounted.*UNMOUNTED- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE- The HyperFlex mount summary is unmount failure.
- objectType string
- owners string[]
- parent
GetHyperflex Datastore Statistic Parent 
- parentUuid string
- UUID of the parent datastore object.
- permissionResources GetHyperflex Datastore Statistic Permission Resource[] 
- 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.
- site
GetHyperflex Datastore Statistic Site 
- srcCluster GetHyperflex Datastore Statistic Src Cluster 
- 
GetHyperflex Datastore Statistic Tag[] 
- tgtCluster GetHyperflex Datastore Statistic Tgt Cluster 
- totalCapacity numberIn Bytes 
- Total capacity of the datastore object.
- unCompressed numberUsed Bytes 
- Number of uncompressed used bytes in the datastore.
- number
- Unshared used capacity of the datastore in bytes.
- uuid string
- UUID for the datastore object.
- versionContext GetHyperflex Datastore Statistic Version Context 
- accessibility_summary str
- HyperFlex datastore accessibility summary.* ACCESSIBLE- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE- The HyperFlex Accessibility Summary is Partially Accessible.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex Datastore Statistic Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- creation_time str
- Timestamp the datastore object was created.
- data_protection_ Getpeer Hyperflex Datastore Statistic Data Protection Peer 
- datastore_kind str
- HyperFlex Datastore Kind.* UNKNOWN- HyperFlex datastore kind is unknown.*USER_CREATED- HyperFlex datastore kind is user created.*INTERNAL- HyperFlex datastore kind is internal.
- datastore_status str
- HyperFlex datastore status.* NORMAL- The HyperFlex datastore status is normal.*ALERT- The HyperFlex datastore status is alert.*FAILED- The HyperFlex datastore status is failed.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- dsconfig
GetHyperflex Datastore Statistic Dsconfig 
- free_capacity_ floatin_ bytes 
- Free capacity of the datastore in bytes.
- host_mount_ Sequence[Getstatuses Hyperflex Datastore Statistic Host Mount Status] 
- id str
- is_encrypted bool
- Indicates if the datastore is encrypted or un-encrypted.
- last_access_ strtime 
- Timestamp the datastore object was last accessed.
- last_modified_ strtime 
- Timestamp the datastore object was last modified.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- mount_summary str
- HyperFlex datastore mount summary.* MOUNTED- The HyperFlex mount summary is mounted.*UNMOUNTED- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE- The HyperFlex mount summary is unmount failure.
- object_type str
- owners Sequence[str]
- parent
GetHyperflex Datastore Statistic Parent 
- parent_uuid str
- UUID of the parent datastore object.
- permission_resources Sequence[GetHyperflex Datastore Statistic Permission Resource] 
- 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.
- site
GetHyperflex Datastore Statistic Site 
- src_cluster GetHyperflex Datastore Statistic Src Cluster 
- 
Sequence[GetHyperflex Datastore Statistic Tag] 
- tgt_cluster GetHyperflex Datastore Statistic Tgt Cluster 
- total_capacity_ floatin_ bytes 
- Total capacity of the datastore object.
- un_compressed_ floatused_ bytes 
- Number of uncompressed used bytes in the datastore.
- float
- Unshared used capacity of the datastore in bytes.
- uuid str
- UUID for the datastore object.
- version_context GetHyperflex Datastore Statistic Version Context 
- accessibilitySummary String
- HyperFlex datastore accessibility summary.* ACCESSIBLE- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE- The HyperFlex Accessibility Summary is Partially Accessible.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- creationTime String
- Timestamp the datastore object was created.
- dataProtection Property MapPeer 
- datastoreKind String
- HyperFlex Datastore Kind.* UNKNOWN- HyperFlex datastore kind is unknown.*USER_CREATED- HyperFlex datastore kind is user created.*INTERNAL- HyperFlex datastore kind is internal.
- datastoreStatus String
- HyperFlex datastore status.* NORMAL- The HyperFlex datastore status is normal.*ALERT- The HyperFlex datastore status is alert.*FAILED- The HyperFlex datastore status is failed.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- dsconfig Property Map
- freeCapacity NumberIn Bytes 
- Free capacity of the datastore in bytes.
- hostMount List<Property Map>Statuses 
- id String
- isEncrypted Boolean
- Indicates if the datastore is encrypted or un-encrypted.
- lastAccess StringTime 
- Timestamp the datastore object was last accessed.
- lastModified StringTime 
- Timestamp the datastore object was last modified.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mountSummary String
- HyperFlex datastore mount summary.* MOUNTED- The HyperFlex mount summary is mounted.*UNMOUNTED- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE- The HyperFlex mount summary is unmount failure.
- objectType String
- owners List<String>
- parent Property Map
- parentUuid String
- UUID of the parent datastore object.
- permissionResources 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.
- site Property Map
- srcCluster Property Map
- List<Property Map>
- tgtCluster Property Map
- totalCapacity NumberIn Bytes 
- Total capacity of the datastore object.
- unCompressed NumberUsed Bytes 
- Number of uncompressed used bytes in the datastore.
- Number
- Unshared used capacity of the datastore in bytes.
- uuid String
- UUID for the datastore object.
- versionContext Property Map
getHyperflexDatastoreStatistic Result
The following output properties are available:
- Id string
- Results
List<GetHyperflex Datastore Statistic Result> 
- AccessibilitySummary string
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetHyperflex Datastore Statistic Ancestor> 
- ClassId string
- CreateTime string
- CreationTime string
- DataProtection GetPeer Hyperflex Datastore Statistic Data Protection Peer 
- DatastoreKind string
- DatastoreStatus string
- DomainGroup stringMoid 
- Dsconfig
GetHyperflex Datastore Statistic Dsconfig 
- FreeCapacity doubleIn Bytes 
- HostMount List<GetStatuses Hyperflex Datastore Statistic Host Mount Status> 
- IsEncrypted bool
- LastAccess stringTime 
- LastModified stringTime 
- ModTime string
- Moid string
- MountSummary string
- ObjectType string
- Owners List<string>
- Parent
GetHyperflex Datastore Statistic Parent 
- ParentUuid string
- PermissionResources List<GetHyperflex Datastore Statistic Permission Resource> 
- string
- Site
GetHyperflex Datastore Statistic Site 
- SrcCluster GetHyperflex Datastore Statistic Src Cluster 
- 
List<GetHyperflex Datastore Statistic Tag> 
- TgtCluster GetHyperflex Datastore Statistic Tgt Cluster 
- TotalCapacity doubleIn Bytes 
- UnCompressed doubleUsed Bytes 
- double
- Uuid string
- VersionContext GetHyperflex Datastore Statistic Version Context 
- Id string
- Results
[]GetHyperflex Datastore Statistic Result 
- AccessibilitySummary string
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetHyperflex Datastore Statistic Ancestor 
- ClassId string
- CreateTime string
- CreationTime string
- DataProtection GetPeer Hyperflex Datastore Statistic Data Protection Peer 
- DatastoreKind string
- DatastoreStatus string
- DomainGroup stringMoid 
- Dsconfig
GetHyperflex Datastore Statistic Dsconfig 
- FreeCapacity float64In Bytes 
- HostMount []GetStatuses Hyperflex Datastore Statistic Host Mount Status 
- IsEncrypted bool
- LastAccess stringTime 
- LastModified stringTime 
- ModTime string
- Moid string
- MountSummary string
- ObjectType string
- Owners []string
- Parent
GetHyperflex Datastore Statistic Parent 
- ParentUuid string
- PermissionResources []GetHyperflex Datastore Statistic Permission Resource 
- string
- Site
GetHyperflex Datastore Statistic Site 
- SrcCluster GetHyperflex Datastore Statistic Src Cluster 
- 
[]GetHyperflex Datastore Statistic Tag 
- TgtCluster GetHyperflex Datastore Statistic Tgt Cluster 
- TotalCapacity float64In Bytes 
- UnCompressed float64Used Bytes 
- float64
- Uuid string
- VersionContext GetHyperflex Datastore Statistic Version Context 
- id String
- results
List<GetHyperflex Datastore Statistic Result> 
- accessibilitySummary String
- accountMoid String
- additionalProperties String
- ancestors
List<GetHyperflex Datastore Statistic Ancestor> 
- classId String
- createTime String
- creationTime String
- dataProtection GetPeer Hyperflex Datastore Statistic Data Protection Peer 
- datastoreKind String
- datastoreStatus String
- domainGroup StringMoid 
- dsconfig
GetHyperflex Datastore Statistic Dsconfig 
- freeCapacity DoubleIn Bytes 
- hostMount List<GetStatuses Hyperflex Datastore Statistic Host Mount Status> 
- isEncrypted Boolean
- lastAccess StringTime 
- lastModified StringTime 
- modTime String
- moid String
- mountSummary String
- objectType String
- owners List<String>
- parent
GetHyperflex Datastore Statistic Parent 
- parentUuid String
- permissionResources List<GetHyperflex Datastore Statistic Permission Resource> 
- String
- site
GetHyperflex Datastore Statistic Site 
- srcCluster GetHyperflex Datastore Statistic Src Cluster 
- 
List<GetHyperflex Datastore Statistic Tag> 
- tgtCluster GetHyperflex Datastore Statistic Tgt Cluster 
- totalCapacity DoubleIn Bytes 
- unCompressed DoubleUsed Bytes 
- Double
- uuid String
- versionContext GetHyperflex Datastore Statistic Version Context 
- id string
- results
GetHyperflex Datastore Statistic Result[] 
- accessibilitySummary string
- accountMoid string
- additionalProperties string
- ancestors
GetHyperflex Datastore Statistic Ancestor[] 
- classId string
- createTime string
- creationTime string
- dataProtection GetPeer Hyperflex Datastore Statistic Data Protection Peer 
- datastoreKind string
- datastoreStatus string
- domainGroup stringMoid 
- dsconfig
GetHyperflex Datastore Statistic Dsconfig 
- freeCapacity numberIn Bytes 
- hostMount GetStatuses Hyperflex Datastore Statistic Host Mount Status[] 
- isEncrypted boolean
- lastAccess stringTime 
- lastModified stringTime 
- modTime string
- moid string
- mountSummary string
- objectType string
- owners string[]
- parent
GetHyperflex Datastore Statistic Parent 
- parentUuid string
- permissionResources GetHyperflex Datastore Statistic Permission Resource[] 
- string
- site
GetHyperflex Datastore Statistic Site 
- srcCluster GetHyperflex Datastore Statistic Src Cluster 
- 
GetHyperflex Datastore Statistic Tag[] 
- tgtCluster GetHyperflex Datastore Statistic Tgt Cluster 
- totalCapacity numberIn Bytes 
- unCompressed numberUsed Bytes 
- number
- uuid string
- versionContext GetHyperflex Datastore Statistic Version Context 
- id str
- results
Sequence[GetHyperflex Datastore Statistic Result] 
- accessibility_summary str
- account_moid str
- additional_properties str
- ancestors
Sequence[GetHyperflex Datastore Statistic Ancestor] 
- class_id str
- create_time str
- creation_time str
- data_protection_ Getpeer Hyperflex Datastore Statistic Data Protection Peer 
- datastore_kind str
- datastore_status str
- domain_group_ strmoid 
- dsconfig
GetHyperflex Datastore Statistic Dsconfig 
- free_capacity_ floatin_ bytes 
- host_mount_ Sequence[Getstatuses Hyperflex Datastore Statistic Host Mount Status] 
- is_encrypted bool
- last_access_ strtime 
- last_modified_ strtime 
- mod_time str
- moid str
- mount_summary str
- object_type str
- owners Sequence[str]
- parent
GetHyperflex Datastore Statistic Parent 
- parent_uuid str
- permission_resources Sequence[GetHyperflex Datastore Statistic Permission Resource] 
- str
- site
GetHyperflex Datastore Statistic Site 
- src_cluster GetHyperflex Datastore Statistic Src Cluster 
- 
Sequence[GetHyperflex Datastore Statistic Tag] 
- tgt_cluster GetHyperflex Datastore Statistic Tgt Cluster 
- total_capacity_ floatin_ bytes 
- un_compressed_ floatused_ bytes 
- float
- uuid str
- version_context GetHyperflex Datastore Statistic Version Context 
- id String
- results List<Property Map>
- accessibilitySummary String
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- creationTime String
- dataProtection Property MapPeer 
- datastoreKind String
- datastoreStatus String
- domainGroup StringMoid 
- dsconfig Property Map
- freeCapacity NumberIn Bytes 
- hostMount List<Property Map>Statuses 
- isEncrypted Boolean
- lastAccess StringTime 
- lastModified StringTime 
- modTime String
- moid String
- mountSummary String
- objectType String
- owners List<String>
- parent Property Map
- parentUuid String
- permissionResources List<Property Map>
- String
- site Property Map
- srcCluster Property Map
- List<Property Map>
- tgtCluster Property Map
- totalCapacity NumberIn Bytes 
- unCompressed NumberUsed Bytes 
- Number
- uuid String
- versionContext Property Map
Supporting Types
GetHyperflexDatastoreStatisticAncestor    
- 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'.
 
GetHyperflexDatastoreStatisticDataProtectionPeer      
- 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'.
 
GetHyperflexDatastoreStatisticDsconfig    
- 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.
- DataBlock doubleSize 
- Size of datablock for this HyperFlex datastore.
- Name string
- Unique name for the datastore.
- NumMirrors double
- Number of copies of data maintained for data redundancy.
- NumStripes doubleFor Large Files 
- Number of stripes to be used for large files in datastore.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ProvisionedCapacity double
- Provisioned capacity of datastore in bytes.
- SystemDatastore bool
- Specifies if this datastore is a system datastore or not.
- UsageType string
- HyperFlex datastore usage type.- NFS- The HyperFlex datastore type is NFS.
- SMB- The HyperFlex datastore type is SMB.
- ISCSI- The HyperFlex datastore type is ISCSI.
- UNKNOWN- The HyperFlex datastore type is unknown.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- DataBlock float64Size 
- Size of datablock for this HyperFlex datastore.
- Name string
- Unique name for the datastore.
- NumMirrors float64
- Number of copies of data maintained for data redundancy.
- NumStripes float64For Large Files 
- Number of stripes to be used for large files in datastore.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ProvisionedCapacity float64
- Provisioned capacity of datastore in bytes.
- SystemDatastore bool
- Specifies if this datastore is a system datastore or not.
- UsageType string
- HyperFlex datastore usage type.- NFS- The HyperFlex datastore type is NFS.
- SMB- The HyperFlex datastore type is SMB.
- ISCSI- The HyperFlex datastore type is ISCSI.
- UNKNOWN- The HyperFlex datastore type is unknown.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- dataBlock DoubleSize 
- Size of datablock for this HyperFlex datastore.
- name String
- Unique name for the datastore.
- numMirrors Double
- Number of copies of data maintained for data redundancy.
- numStripes DoubleFor Large Files 
- Number of stripes to be used for large files in datastore.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- provisionedCapacity Double
- Provisioned capacity of datastore in bytes.
- systemDatastore Boolean
- Specifies if this datastore is a system datastore or not.
- usageType String
- HyperFlex datastore usage type.- NFS- The HyperFlex datastore type is NFS.
- SMB- The HyperFlex datastore type is SMB.
- ISCSI- The HyperFlex datastore type is ISCSI.
- UNKNOWN- The HyperFlex datastore type is unknown.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- dataBlock numberSize 
- Size of datablock for this HyperFlex datastore.
- name string
- Unique name for the datastore.
- numMirrors number
- Number of copies of data maintained for data redundancy.
- numStripes numberFor Large Files 
- Number of stripes to be used for large files in datastore.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- provisionedCapacity number
- Provisioned capacity of datastore in bytes.
- systemDatastore boolean
- Specifies if this datastore is a system datastore or not.
- usageType string
- HyperFlex datastore usage type.- NFS- The HyperFlex datastore type is NFS.
- SMB- The HyperFlex datastore type is SMB.
- ISCSI- The HyperFlex datastore type is ISCSI.
- UNKNOWN- The HyperFlex datastore type is unknown.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- data_block_ floatsize 
- Size of datablock for this HyperFlex datastore.
- name str
- Unique name for the datastore.
- num_mirrors float
- Number of copies of data maintained for data redundancy.
- num_stripes_ floatfor_ large_ files 
- Number of stripes to be used for large files in datastore.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- provisioned_capacity float
- Provisioned capacity of datastore in bytes.
- system_datastore bool
- Specifies if this datastore is a system datastore or not.
- usage_type str
- HyperFlex datastore usage type.- NFS- The HyperFlex datastore type is NFS.
- SMB- The HyperFlex datastore type is SMB.
- ISCSI- The HyperFlex datastore type is ISCSI.
- UNKNOWN- The HyperFlex datastore type is unknown.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- dataBlock NumberSize 
- Size of datablock for this HyperFlex datastore.
- name String
- Unique name for the datastore.
- numMirrors Number
- Number of copies of data maintained for data redundancy.
- numStripes NumberFor Large Files 
- Number of stripes to be used for large files in datastore.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- provisionedCapacity Number
- Provisioned capacity of datastore in bytes.
- systemDatastore Boolean
- Specifies if this datastore is a system datastore or not.
- usageType String
- HyperFlex datastore usage type.- NFS- The HyperFlex datastore type is NFS.
- SMB- The HyperFlex datastore type is SMB.
- ISCSI- The HyperFlex datastore type is ISCSI.
- UNKNOWN- The HyperFlex datastore type is unknown.
 
GetHyperflexDatastoreStatisticHostMountStatus      
- Accessibility string
- Accessibility of datastore.- ACCESSIBLE- The HyperFlex datastore accessibility state is accessible.
- NOT_ACCESSIBLE- The HyperFlex datastore accessibility state is not accessible.
- PARTIALLY_ACCESSIBLE- The HyperFlex datastore accessibility state is partially accessible.
- READONLY- The HyperFlex datastore accessibility state is read-only.
- HOST_NOT_REACHABLE- The HyperFlex datastore accessibility state is host not reachable.
- UNKNOWN- The HyperFlex datastore accessibility state is unknown.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- HostName string
- Name of host for the HyperFlex datastore.
- Mounted bool
- Is the datastore mounted or not.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Reason string
- Reason for inaccessibility.
- Accessibility string
- Accessibility of datastore.- ACCESSIBLE- The HyperFlex datastore accessibility state is accessible.
- NOT_ACCESSIBLE- The HyperFlex datastore accessibility state is not accessible.
- PARTIALLY_ACCESSIBLE- The HyperFlex datastore accessibility state is partially accessible.
- READONLY- The HyperFlex datastore accessibility state is read-only.
- HOST_NOT_REACHABLE- The HyperFlex datastore accessibility state is host not reachable.
- UNKNOWN- The HyperFlex datastore accessibility state is unknown.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- HostName string
- Name of host for the HyperFlex datastore.
- Mounted bool
- Is the datastore mounted or not.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Reason string
- Reason for inaccessibility.
- accessibility String
- Accessibility of datastore.- ACCESSIBLE- The HyperFlex datastore accessibility state is accessible.
- NOT_ACCESSIBLE- The HyperFlex datastore accessibility state is not accessible.
- PARTIALLY_ACCESSIBLE- The HyperFlex datastore accessibility state is partially accessible.
- READONLY- The HyperFlex datastore accessibility state is read-only.
- HOST_NOT_REACHABLE- The HyperFlex datastore accessibility state is host not reachable.
- UNKNOWN- The HyperFlex datastore accessibility state is unknown.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- hostName String
- Name of host for the HyperFlex datastore.
- mounted Boolean
- Is the datastore mounted or not.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason String
- Reason for inaccessibility.
- accessibility string
- Accessibility of datastore.- ACCESSIBLE- The HyperFlex datastore accessibility state is accessible.
- NOT_ACCESSIBLE- The HyperFlex datastore accessibility state is not accessible.
- PARTIALLY_ACCESSIBLE- The HyperFlex datastore accessibility state is partially accessible.
- READONLY- The HyperFlex datastore accessibility state is read-only.
- HOST_NOT_REACHABLE- The HyperFlex datastore accessibility state is host not reachable.
- UNKNOWN- The HyperFlex datastore accessibility state is unknown.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- hostName string
- Name of host for the HyperFlex datastore.
- mounted boolean
- Is the datastore mounted or not.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason string
- Reason for inaccessibility.
- accessibility str
- Accessibility of datastore.- ACCESSIBLE- The HyperFlex datastore accessibility state is accessible.
- NOT_ACCESSIBLE- The HyperFlex datastore accessibility state is not accessible.
- PARTIALLY_ACCESSIBLE- The HyperFlex datastore accessibility state is partially accessible.
- READONLY- The HyperFlex datastore accessibility state is read-only.
- HOST_NOT_REACHABLE- The HyperFlex datastore accessibility state is host not reachable.
- UNKNOWN- The HyperFlex datastore accessibility state is unknown.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- host_name str
- Name of host for the HyperFlex datastore.
- mounted bool
- Is the datastore mounted or not.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason str
- Reason for inaccessibility.
- accessibility String
- Accessibility of datastore.- ACCESSIBLE- The HyperFlex datastore accessibility state is accessible.
- NOT_ACCESSIBLE- The HyperFlex datastore accessibility state is not accessible.
- PARTIALLY_ACCESSIBLE- The HyperFlex datastore accessibility state is partially accessible.
- READONLY- The HyperFlex datastore accessibility state is read-only.
- HOST_NOT_REACHABLE- The HyperFlex datastore accessibility state is host not reachable.
- UNKNOWN- The HyperFlex datastore accessibility state is unknown.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- hostName String
- Name of host for the HyperFlex datastore.
- mounted Boolean
- Is the datastore mounted or not.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason String
- Reason for inaccessibility.
GetHyperflexDatastoreStatisticParent    
- 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'.
 
GetHyperflexDatastoreStatisticPermissionResource     
- 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'.
 
GetHyperflexDatastoreStatisticResult    
- AccessibilitySummary string
- HyperFlex datastore accessibility summary.* ACCESSIBLE- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE- The HyperFlex Accessibility Summary is Partially Accessible.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex Datastore Statistic Result Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- CreationTime string
- Timestamp the datastore object was created.
- DataProtection List<GetPeers Hyperflex Datastore Statistic Result Data Protection Peer> 
- DatastoreKind string
- HyperFlex Datastore Kind.* UNKNOWN- HyperFlex datastore kind is unknown.*USER_CREATED- HyperFlex datastore kind is user created.*INTERNAL- HyperFlex datastore kind is internal.
- DatastoreStatus string
- HyperFlex datastore status.* NORMAL- The HyperFlex datastore status is normal.*ALERT- The HyperFlex datastore status is alert.*FAILED- The HyperFlex datastore status is failed.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Dsconfigs
List<GetHyperflex Datastore Statistic Result Dsconfig> 
- FreeCapacity doubleIn Bytes 
- Free capacity of the datastore in bytes.
- HostMount List<GetStatuses Hyperflex Datastore Statistic Result Host Mount Status> 
- IsEncrypted bool
- Indicates if the datastore is encrypted or un-encrypted.
- LastAccess stringTime 
- Timestamp the datastore object was last accessed.
- LastModified stringTime 
- Timestamp the datastore object was last modified.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- MountSummary string
- HyperFlex datastore mount summary.* MOUNTED- The HyperFlex mount summary is mounted.*UNMOUNTED- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE- The HyperFlex mount summary is unmount failure.
- ObjectType string
- Owners List<string>
- ParentUuid string
- UUID of the parent datastore object.
- Parents
List<GetHyperflex Datastore Statistic Result Parent> 
- PermissionResources List<GetHyperflex Datastore Statistic Result Permission Resource> 
- 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.
- Sites
List<GetHyperflex Datastore Statistic Result Site> 
- SrcClusters List<GetHyperflex Datastore Statistic Result Src Cluster> 
- 
List<GetHyperflex Datastore Statistic Result Tag> 
- TgtClusters List<GetHyperflex Datastore Statistic Result Tgt Cluster> 
- TotalCapacity doubleIn Bytes 
- Total capacity of the datastore object.
- UnCompressed doubleUsed Bytes 
- Number of uncompressed used bytes in the datastore.
- double
- Unshared used capacity of the datastore in bytes.
- Uuid string
- UUID for the datastore object.
- VersionContexts List<GetHyperflex Datastore Statistic Result Version Context> 
- AccessibilitySummary string
- HyperFlex datastore accessibility summary.* ACCESSIBLE- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE- The HyperFlex Accessibility Summary is Partially Accessible.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex Datastore Statistic Result Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- CreationTime string
- Timestamp the datastore object was created.
- DataProtection []GetPeers Hyperflex Datastore Statistic Result Data Protection Peer 
- DatastoreKind string
- HyperFlex Datastore Kind.* UNKNOWN- HyperFlex datastore kind is unknown.*USER_CREATED- HyperFlex datastore kind is user created.*INTERNAL- HyperFlex datastore kind is internal.
- DatastoreStatus string
- HyperFlex datastore status.* NORMAL- The HyperFlex datastore status is normal.*ALERT- The HyperFlex datastore status is alert.*FAILED- The HyperFlex datastore status is failed.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Dsconfigs
[]GetHyperflex Datastore Statistic Result Dsconfig 
- FreeCapacity float64In Bytes 
- Free capacity of the datastore in bytes.
- HostMount []GetStatuses Hyperflex Datastore Statistic Result Host Mount Status 
- IsEncrypted bool
- Indicates if the datastore is encrypted or un-encrypted.
- LastAccess stringTime 
- Timestamp the datastore object was last accessed.
- LastModified stringTime 
- Timestamp the datastore object was last modified.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- MountSummary string
- HyperFlex datastore mount summary.* MOUNTED- The HyperFlex mount summary is mounted.*UNMOUNTED- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE- The HyperFlex mount summary is unmount failure.
- ObjectType string
- Owners []string
- ParentUuid string
- UUID of the parent datastore object.
- Parents
[]GetHyperflex Datastore Statistic Result Parent 
- PermissionResources []GetHyperflex Datastore Statistic Result Permission Resource 
- 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.
- Sites
[]GetHyperflex Datastore Statistic Result Site 
- SrcClusters []GetHyperflex Datastore Statistic Result Src Cluster 
- 
[]GetHyperflex Datastore Statistic Result Tag 
- TgtClusters []GetHyperflex Datastore Statistic Result Tgt Cluster 
- TotalCapacity float64In Bytes 
- Total capacity of the datastore object.
- UnCompressed float64Used Bytes 
- Number of uncompressed used bytes in the datastore.
- float64
- Unshared used capacity of the datastore in bytes.
- Uuid string
- UUID for the datastore object.
- VersionContexts []GetHyperflex Datastore Statistic Result Version Context 
- accessibilitySummary String
- HyperFlex datastore accessibility summary.* ACCESSIBLE- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE- The HyperFlex Accessibility Summary is Partially Accessible.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex Datastore Statistic Result Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- creationTime String
- Timestamp the datastore object was created.
- dataProtection List<GetPeers Hyperflex Datastore Statistic Result Data Protection Peer> 
- datastoreKind String
- HyperFlex Datastore Kind.* UNKNOWN- HyperFlex datastore kind is unknown.*USER_CREATED- HyperFlex datastore kind is user created.*INTERNAL- HyperFlex datastore kind is internal.
- datastoreStatus String
- HyperFlex datastore status.* NORMAL- The HyperFlex datastore status is normal.*ALERT- The HyperFlex datastore status is alert.*FAILED- The HyperFlex datastore status is failed.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- dsconfigs
List<GetHyperflex Datastore Statistic Result Dsconfig> 
- freeCapacity DoubleIn Bytes 
- Free capacity of the datastore in bytes.
- hostMount List<GetStatuses Hyperflex Datastore Statistic Result Host Mount Status> 
- isEncrypted Boolean
- Indicates if the datastore is encrypted or un-encrypted.
- lastAccess StringTime 
- Timestamp the datastore object was last accessed.
- lastModified StringTime 
- Timestamp the datastore object was last modified.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mountSummary String
- HyperFlex datastore mount summary.* MOUNTED- The HyperFlex mount summary is mounted.*UNMOUNTED- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE- The HyperFlex mount summary is unmount failure.
- objectType String
- owners List<String>
- parentUuid String
- UUID of the parent datastore object.
- parents
List<GetHyperflex Datastore Statistic Result Parent> 
- permissionResources List<GetHyperflex Datastore Statistic Result Permission Resource> 
- 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.
- sites
List<GetHyperflex Datastore Statistic Result Site> 
- srcClusters List<GetHyperflex Datastore Statistic Result Src Cluster> 
- 
List<GetHyperflex Datastore Statistic Result Tag> 
- tgtClusters List<GetHyperflex Datastore Statistic Result Tgt Cluster> 
- totalCapacity DoubleIn Bytes 
- Total capacity of the datastore object.
- unCompressed DoubleUsed Bytes 
- Number of uncompressed used bytes in the datastore.
- Double
- Unshared used capacity of the datastore in bytes.
- uuid String
- UUID for the datastore object.
- versionContexts List<GetHyperflex Datastore Statistic Result Version Context> 
- accessibilitySummary string
- HyperFlex datastore accessibility summary.* ACCESSIBLE- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE- The HyperFlex Accessibility Summary is Partially Accessible.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex Datastore Statistic Result Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- creationTime string
- Timestamp the datastore object was created.
- dataProtection GetPeers Hyperflex Datastore Statistic Result Data Protection Peer[] 
- datastoreKind string
- HyperFlex Datastore Kind.* UNKNOWN- HyperFlex datastore kind is unknown.*USER_CREATED- HyperFlex datastore kind is user created.*INTERNAL- HyperFlex datastore kind is internal.
- datastoreStatus string
- HyperFlex datastore status.* NORMAL- The HyperFlex datastore status is normal.*ALERT- The HyperFlex datastore status is alert.*FAILED- The HyperFlex datastore status is failed.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- dsconfigs
GetHyperflex Datastore Statistic Result Dsconfig[] 
- freeCapacity numberIn Bytes 
- Free capacity of the datastore in bytes.
- hostMount GetStatuses Hyperflex Datastore Statistic Result Host Mount Status[] 
- isEncrypted boolean
- Indicates if the datastore is encrypted or un-encrypted.
- lastAccess stringTime 
- Timestamp the datastore object was last accessed.
- lastModified stringTime 
- Timestamp the datastore object was last modified.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- mountSummary string
- HyperFlex datastore mount summary.* MOUNTED- The HyperFlex mount summary is mounted.*UNMOUNTED- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE- The HyperFlex mount summary is unmount failure.
- objectType string
- owners string[]
- parentUuid string
- UUID of the parent datastore object.
- parents
GetHyperflex Datastore Statistic Result Parent[] 
- permissionResources GetHyperflex Datastore Statistic Result Permission Resource[] 
- 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.
- sites
GetHyperflex Datastore Statistic Result Site[] 
- srcClusters GetHyperflex Datastore Statistic Result Src Cluster[] 
- 
GetHyperflex Datastore Statistic Result Tag[] 
- tgtClusters GetHyperflex Datastore Statistic Result Tgt Cluster[] 
- totalCapacity numberIn Bytes 
- Total capacity of the datastore object.
- unCompressed numberUsed Bytes 
- Number of uncompressed used bytes in the datastore.
- number
- Unshared used capacity of the datastore in bytes.
- uuid string
- UUID for the datastore object.
- versionContexts GetHyperflex Datastore Statistic Result Version Context[] 
- accessibility_summary str
- HyperFlex datastore accessibility summary.* ACCESSIBLE- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE- The HyperFlex Accessibility Summary is Partially Accessible.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex Datastore Statistic Result Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- creation_time str
- Timestamp the datastore object was created.
- data_protection_ Sequence[Getpeers Hyperflex Datastore Statistic Result Data Protection Peer] 
- datastore_kind str
- HyperFlex Datastore Kind.* UNKNOWN- HyperFlex datastore kind is unknown.*USER_CREATED- HyperFlex datastore kind is user created.*INTERNAL- HyperFlex datastore kind is internal.
- datastore_status str
- HyperFlex datastore status.* NORMAL- The HyperFlex datastore status is normal.*ALERT- The HyperFlex datastore status is alert.*FAILED- The HyperFlex datastore status is failed.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- dsconfigs
Sequence[GetHyperflex Datastore Statistic Result Dsconfig] 
- free_capacity_ floatin_ bytes 
- Free capacity of the datastore in bytes.
- host_mount_ Sequence[Getstatuses Hyperflex Datastore Statistic Result Host Mount Status] 
- is_encrypted bool
- Indicates if the datastore is encrypted or un-encrypted.
- last_access_ strtime 
- Timestamp the datastore object was last accessed.
- last_modified_ strtime 
- Timestamp the datastore object was last modified.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- mount_summary str
- HyperFlex datastore mount summary.* MOUNTED- The HyperFlex mount summary is mounted.*UNMOUNTED- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE- The HyperFlex mount summary is unmount failure.
- object_type str
- owners Sequence[str]
- parent_uuid str
- UUID of the parent datastore object.
- parents
Sequence[GetHyperflex Datastore Statistic Result Parent] 
- permission_resources Sequence[GetHyperflex Datastore Statistic Result Permission Resource] 
- 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.
- sites
Sequence[GetHyperflex Datastore Statistic Result Site] 
- src_clusters Sequence[GetHyperflex Datastore Statistic Result Src Cluster] 
- 
Sequence[GetHyperflex Datastore Statistic Result Tag] 
- tgt_clusters Sequence[GetHyperflex Datastore Statistic Result Tgt Cluster] 
- total_capacity_ floatin_ bytes 
- Total capacity of the datastore object.
- un_compressed_ floatused_ bytes 
- Number of uncompressed used bytes in the datastore.
- float
- Unshared used capacity of the datastore in bytes.
- uuid str
- UUID for the datastore object.
- version_contexts Sequence[GetHyperflex Datastore Statistic Result Version Context] 
- accessibilitySummary String
- HyperFlex datastore accessibility summary.* ACCESSIBLE- The HyperFlex Accessibility Summary is Accessible.*NOT_ACCESSIBLE- The HyperFlex Accessibility Summary is Not Accessible.*PARTIALLY_ACCESSIBLE- The HyperFlex Accessibility Summary is Partially Accessible.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- creationTime String
- Timestamp the datastore object was created.
- dataProtection List<Property Map>Peers 
- datastoreKind String
- HyperFlex Datastore Kind.* UNKNOWN- HyperFlex datastore kind is unknown.*USER_CREATED- HyperFlex datastore kind is user created.*INTERNAL- HyperFlex datastore kind is internal.
- datastoreStatus String
- HyperFlex datastore status.* NORMAL- The HyperFlex datastore status is normal.*ALERT- The HyperFlex datastore status is alert.*FAILED- The HyperFlex datastore status is failed.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- dsconfigs List<Property Map>
- freeCapacity NumberIn Bytes 
- Free capacity of the datastore in bytes.
- hostMount List<Property Map>Statuses 
- isEncrypted Boolean
- Indicates if the datastore is encrypted or un-encrypted.
- lastAccess StringTime 
- Timestamp the datastore object was last accessed.
- lastModified StringTime 
- Timestamp the datastore object was last modified.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mountSummary String
- HyperFlex datastore mount summary.* MOUNTED- The HyperFlex mount summary is mounted.*UNMOUNTED- The HyperFlex mount summary is unmounted.*MOUNT_FAILURE- The HyperFlex mount summary is mount failure.*UNMOUNT_FAILURE- The HyperFlex mount summary is unmount failure.
- objectType String
- owners List<String>
- parentUuid String
- UUID of the parent datastore object.
- parents List<Property Map>
- permissionResources 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.
- sites List<Property Map>
- srcClusters List<Property Map>
- List<Property Map>
- tgtClusters List<Property Map>
- totalCapacity NumberIn Bytes 
- Total capacity of the datastore object.
- unCompressed NumberUsed Bytes 
- Number of uncompressed used bytes in the datastore.
- Number
- Unshared used capacity of the datastore in bytes.
- uuid String
- UUID for the datastore object.
- versionContexts List<Property Map>
GetHyperflexDatastoreStatisticResultAncestor     
- 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
GetHyperflexDatastoreStatisticResultDataProtectionPeer       
- 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
GetHyperflexDatastoreStatisticResultDsconfig     
- AdditionalProperties string
- ClassId string
- DataBlock doubleSize 
- Name string
- NumMirrors double
- NumStripes doubleFor Large Files 
- ObjectType string
- ProvisionedCapacity double
- SystemDatastore bool
- UsageType string
- AdditionalProperties string
- ClassId string
- DataBlock float64Size 
- Name string
- NumMirrors float64
- NumStripes float64For Large Files 
- ObjectType string
- ProvisionedCapacity float64
- SystemDatastore bool
- UsageType string
- additionalProperties String
- classId String
- dataBlock DoubleSize 
- name String
- numMirrors Double
- numStripes DoubleFor Large Files 
- objectType String
- provisionedCapacity Double
- systemDatastore Boolean
- usageType String
- additionalProperties string
- classId string
- dataBlock numberSize 
- name string
- numMirrors number
- numStripes numberFor Large Files 
- objectType string
- provisionedCapacity number
- systemDatastore boolean
- usageType string
- additional_properties str
- class_id str
- data_block_ floatsize 
- name str
- num_mirrors float
- num_stripes_ floatfor_ large_ files 
- object_type str
- provisioned_capacity float
- system_datastore bool
- usage_type str
- additionalProperties String
- classId String
- dataBlock NumberSize 
- name String
- numMirrors Number
- numStripes NumberFor Large Files 
- objectType String
- provisionedCapacity Number
- systemDatastore Boolean
- usageType String
GetHyperflexDatastoreStatisticResultHostMountStatus       
- Accessibility string
- AdditionalProperties string
- ClassId string
- HostName string
- Mounted bool
- ObjectType string
- Reason string
- Accessibility string
- AdditionalProperties string
- ClassId string
- HostName string
- Mounted bool
- ObjectType string
- Reason string
- accessibility String
- additionalProperties String
- classId String
- hostName String
- mounted Boolean
- objectType String
- reason String
- accessibility string
- additionalProperties string
- classId string
- hostName string
- mounted boolean
- objectType string
- reason string
- accessibility str
- additional_properties str
- class_id str
- host_name str
- mounted bool
- object_type str
- reason str
- accessibility String
- additionalProperties String
- classId String
- hostName String
- mounted Boolean
- objectType String
- reason String
GetHyperflexDatastoreStatisticResultParent     
- 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
GetHyperflexDatastoreStatisticResultPermissionResource      
- 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
GetHyperflexDatastoreStatisticResultSite     
- AdditionalProperties string
- ClassId string
- Name string
- ObjectType string
- Zones
List<GetHyperflex Datastore Statistic Result Site Zone> 
- AdditionalProperties string
- ClassId string
- Name string
- ObjectType string
- Zones
[]GetHyperflex Datastore Statistic Result Site Zone 
- additionalProperties String
- classId String
- name String
- objectType String
- zones
List<GetHyperflex Datastore Statistic Result Site Zone> 
- additionalProperties string
- classId string
- name string
- objectType string
- zones
GetHyperflex Datastore Statistic Result Site Zone[] 
- additionalProperties String
- classId String
- name String
- objectType String
- zones List<Property Map>
GetHyperflexDatastoreStatisticResultSiteZone      
- AdditionalProperties string
- ClassId string
- NumNodes double
- ObjectType string
- Uuid string
- UUID for the datastore object.
- AdditionalProperties string
- ClassId string
- NumNodes float64
- ObjectType string
- Uuid string
- UUID for the datastore object.
- additionalProperties String
- classId String
- numNodes Double
- objectType String
- uuid String
- UUID for the datastore object.
- additionalProperties string
- classId string
- numNodes number
- objectType string
- uuid string
- UUID for the datastore object.
- additional_properties str
- class_id str
- num_nodes float
- object_type str
- uuid str
- UUID for the datastore object.
- additionalProperties String
- classId String
- numNodes Number
- objectType String
- uuid String
- UUID for the datastore object.
GetHyperflexDatastoreStatisticResultSrcCluster      
- 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
GetHyperflexDatastoreStatisticResultTag     
- 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
GetHyperflexDatastoreStatisticResultTgtCluster      
- 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
GetHyperflexDatastoreStatisticResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetHyperflexDatastoreStatisticResultVersionContextInterestedMo        
- 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
GetHyperflexDatastoreStatisticResultVersionContextRefMo        
- 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
GetHyperflexDatastoreStatisticSite    
- 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.
- Name string
- Name of the site for this HyperFlex cluster.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Zone
GetHyperflex Datastore Statistic Site Zone 
- Zone information for this HyperFlex cluster site.
- 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.
- Name string
- Name of the site for this HyperFlex cluster.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Zone
GetHyperflex Datastore Statistic Site Zone 
- Zone information for this HyperFlex cluster site.
- 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.
- name String
- Name of the site for this HyperFlex cluster.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- zone
GetHyperflex Datastore Statistic Site Zone 
- Zone information for this HyperFlex cluster site.
- 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.
- name string
- Name of the site for this HyperFlex cluster.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- zone
GetHyperflex Datastore Statistic Site Zone 
- Zone information for this HyperFlex cluster site.
- 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.
- name str
- Name of the site for this HyperFlex cluster.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- zone
GetHyperflex Datastore Statistic Site Zone 
- Zone information for this HyperFlex cluster site.
- 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.
- name String
- Name of the site for this HyperFlex cluster.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- zone Property Map
- Zone information for this HyperFlex cluster site.
GetHyperflexDatastoreStatisticSiteZone     
- 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.
- NumNodes double
- Number of nodes in the Zone.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Uuid string
- UUID for the datastore object.
- 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.
- NumNodes float64
- Number of nodes in the Zone.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Uuid string
- UUID for the datastore object.
- 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.
- numNodes Double
- Number of nodes in the Zone.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- uuid String
- UUID for the datastore object.
- 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.
- numNodes number
- Number of nodes in the Zone.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- uuid string
- UUID for the datastore object.
- 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.
- num_nodes float
- Number of nodes in the Zone.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- uuid str
- UUID for the datastore object.
- 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.
- numNodes Number
- Number of nodes in the Zone.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- uuid String
- UUID for the datastore object.
GetHyperflexDatastoreStatisticSrcCluster     
- 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'.
 
GetHyperflexDatastoreStatisticTag    
- 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.
GetHyperflexDatastoreStatisticTgtCluster     
- 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'.
 
GetHyperflexDatastoreStatisticVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetHyperflex Datastore Statistic Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHyperflex Datastore Statistic Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetHyperflex Datastore Statistic Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHyperflex Datastore Statistic Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetHyperflex Datastore Statistic Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHyperflex Datastore Statistic Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetHyperflex Datastore Statistic Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHyperflex Datastore Statistic Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetHyperflex Datastore Statistic Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetHyperflex Datastore Statistic 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.
 
GetHyperflexDatastoreStatisticVersionContextInterestedMo       
- 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'.
 
GetHyperflexDatastoreStatisticVersionContextRefMo       
- 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