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

intersight.getHyperflexHealth

Explore with Pulumi AI

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

    The data health status and ability of the HyperFlex storage cluster to tolerate failures.

    Using getHyperflexHealth

    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 getHyperflexHealth(args: GetHyperflexHealthArgs, opts?: InvokeOptions): Promise<GetHyperflexHealthResult>
    function getHyperflexHealthOutput(args: GetHyperflexHealthOutputArgs, opts?: InvokeOptions): Output<GetHyperflexHealthResult>
    def get_hyperflex_health(account_moid: Optional[str] = None,
                             additional_properties: Optional[str] = None,
                             ancestors: Optional[Sequence[GetHyperflexHealthAncestor]] = None,
                             arbitration_service_state: Optional[str] = None,
                             class_id: Optional[str] = None,
                             cluster: Optional[GetHyperflexHealthCluster] = None,
                             create_time: Optional[str] = None,
                             data_replication_compliance: Optional[str] = None,
                             domain_group_moid: Optional[str] = None,
                             id: Optional[str] = None,
                             mod_time: Optional[str] = None,
                             moid: Optional[str] = None,
                             object_type: Optional[str] = None,
                             owners: Optional[Sequence[str]] = None,
                             parent: Optional[GetHyperflexHealthParent] = None,
                             permission_resources: Optional[Sequence[GetHyperflexHealthPermissionResource]] = None,
                             resiliency_details: Optional[GetHyperflexHealthResiliencyDetails] = None,
                             shared_scope: Optional[str] = None,
                             state: Optional[str] = None,
                             tags: Optional[Sequence[GetHyperflexHealthTag]] = None,
                             uuid: Optional[str] = None,
                             version_context: Optional[GetHyperflexHealthVersionContext] = None,
                             zk_health: Optional[str] = None,
                             zone_resiliency_lists: Optional[Sequence[GetHyperflexHealthZoneResiliencyList]] = None,
                             opts: Optional[InvokeOptions] = None) -> GetHyperflexHealthResult
    def get_hyperflex_health_output(account_moid: Optional[pulumi.Input[str]] = None,
                             additional_properties: Optional[pulumi.Input[str]] = None,
                             ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexHealthAncestorArgs]]]] = None,
                             arbitration_service_state: Optional[pulumi.Input[str]] = None,
                             class_id: Optional[pulumi.Input[str]] = None,
                             cluster: Optional[pulumi.Input[GetHyperflexHealthClusterArgs]] = None,
                             create_time: Optional[pulumi.Input[str]] = None,
                             data_replication_compliance: Optional[pulumi.Input[str]] = None,
                             domain_group_moid: Optional[pulumi.Input[str]] = None,
                             id: Optional[pulumi.Input[str]] = None,
                             mod_time: Optional[pulumi.Input[str]] = None,
                             moid: 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[GetHyperflexHealthParentArgs]] = None,
                             permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexHealthPermissionResourceArgs]]]] = None,
                             resiliency_details: Optional[pulumi.Input[GetHyperflexHealthResiliencyDetailsArgs]] = None,
                             shared_scope: Optional[pulumi.Input[str]] = None,
                             state: Optional[pulumi.Input[str]] = None,
                             tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexHealthTagArgs]]]] = None,
                             uuid: Optional[pulumi.Input[str]] = None,
                             version_context: Optional[pulumi.Input[GetHyperflexHealthVersionContextArgs]] = None,
                             zk_health: Optional[pulumi.Input[str]] = None,
                             zone_resiliency_lists: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexHealthZoneResiliencyListArgs]]]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexHealthResult]
    func LookupHyperflexHealth(ctx *Context, args *LookupHyperflexHealthArgs, opts ...InvokeOption) (*LookupHyperflexHealthResult, error)
    func LookupHyperflexHealthOutput(ctx *Context, args *LookupHyperflexHealthOutputArgs, opts ...InvokeOption) LookupHyperflexHealthResultOutput

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

    public static class GetHyperflexHealth 
    {
        public static Task<GetHyperflexHealthResult> InvokeAsync(GetHyperflexHealthArgs args, InvokeOptions? opts = null)
        public static Output<GetHyperflexHealthResult> Invoke(GetHyperflexHealthInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHyperflexHealthResult> getHyperflexHealth(GetHyperflexHealthArgs args, InvokeOptions options)
    public static Output<GetHyperflexHealthResult> getHyperflexHealth(GetHyperflexHealthArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getHyperflexHealth:getHyperflexHealth
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexHealthAncestor>
    ArbitrationServiceState string
    The status of the HyperFlex cluster's connection to the Intersight arbitration service. The arbitration service state is only applicable to 2-node edge clusters.* NOT_AVAILABLE - The cluster does not require a connection to the arbitration service.* UNKNOWN - The cluster's connection state to the arbitration service cannot be determined.* ONLINE - The cluster is connected to the arbitration service.* OFFLINE - The cluster is disconnected from the arbitration service.
    ClassId string
    Cluster GetHyperflexHealthCluster
    CreateTime string
    The time when this managed object was created.
    DataReplicationCompliance string
    The HyperFlex cluster's compliance to the configured replication factor. It indicates that the compliance has degraded if the number of copies of data is reduced.* UNKNOWN - The replication compliance of the HyperFlex cluster is not known.* COMPLIANT - The HyperFlex cluster is compliant with the replication policy. All data on the cluster is replicated according to the configured replication factor.* NON_COMPLIANT - The HyperFlex cluster is not compliant with the replication policy. Some data on the cluster is not replicated in accordance with the configured replication factor.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parent GetHyperflexHealthParent
    PermissionResources List<GetHyperflexHealthPermissionResource>
    ResiliencyDetails GetHyperflexHealthResiliencyDetails
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    State string
    The operational status of the HyperFlex cluster.* UNKNOWN - The operational status of the cluster cannot be determined.* ONLINE - The HyperFlex cluster is online and is performing IO operations.* OFFLINE - The HyperFlex cluster is offline and is not ready to perform IO operations.* ENOSPACE - The HyperFlex cluster is out of available storage capacity and cannot perform write transactions.* READONLY - The HyperFlex cluster is not accepting write transactions, but can still display static cluster information.
    Tags List<GetHyperflexHealthTag>
    Uuid string
    The unique identifier for the cluster.
    VersionContext GetHyperflexHealthVersionContext
    ZkHealth string
    The health status of the HyperFlex cluster's zookeeper ensemble.* NOT_AVAILABLE - The operational status of the ZK ensemble is not provided by the HyperFlex cluster.* UNKNOWN - The operational status of the ZK ensemble cannot be determined.* ONLINE - The ZK ensemble is online and operational.* OFFLINE - The ZK ensemble is offline and not operational.
    ZoneResiliencyLists List<GetHyperflexHealthZoneResiliencyList>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexHealthAncestor
    ArbitrationServiceState string
    The status of the HyperFlex cluster's connection to the Intersight arbitration service. The arbitration service state is only applicable to 2-node edge clusters.* NOT_AVAILABLE - The cluster does not require a connection to the arbitration service.* UNKNOWN - The cluster's connection state to the arbitration service cannot be determined.* ONLINE - The cluster is connected to the arbitration service.* OFFLINE - The cluster is disconnected from the arbitration service.
    ClassId string
    Cluster GetHyperflexHealthCluster
    CreateTime string
    The time when this managed object was created.
    DataReplicationCompliance string
    The HyperFlex cluster's compliance to the configured replication factor. It indicates that the compliance has degraded if the number of copies of data is reduced.* UNKNOWN - The replication compliance of the HyperFlex cluster is not known.* COMPLIANT - The HyperFlex cluster is compliant with the replication policy. All data on the cluster is replicated according to the configured replication factor.* NON_COMPLIANT - The HyperFlex cluster is not compliant with the replication policy. Some data on the cluster is not replicated in accordance with the configured replication factor.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parent GetHyperflexHealthParent
    PermissionResources []GetHyperflexHealthPermissionResource
    ResiliencyDetails GetHyperflexHealthResiliencyDetails
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    State string
    The operational status of the HyperFlex cluster.* UNKNOWN - The operational status of the cluster cannot be determined.* ONLINE - The HyperFlex cluster is online and is performing IO operations.* OFFLINE - The HyperFlex cluster is offline and is not ready to perform IO operations.* ENOSPACE - The HyperFlex cluster is out of available storage capacity and cannot perform write transactions.* READONLY - The HyperFlex cluster is not accepting write transactions, but can still display static cluster information.
    Tags []GetHyperflexHealthTag
    Uuid string
    The unique identifier for the cluster.
    VersionContext GetHyperflexHealthVersionContext
    ZkHealth string
    The health status of the HyperFlex cluster's zookeeper ensemble.* NOT_AVAILABLE - The operational status of the ZK ensemble is not provided by the HyperFlex cluster.* UNKNOWN - The operational status of the ZK ensemble cannot be determined.* ONLINE - The ZK ensemble is online and operational.* OFFLINE - The ZK ensemble is offline and not operational.
    ZoneResiliencyLists []GetHyperflexHealthZoneResiliencyList
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexHealthAncestor>
    arbitrationServiceState String
    The status of the HyperFlex cluster's connection to the Intersight arbitration service. The arbitration service state is only applicable to 2-node edge clusters.* NOT_AVAILABLE - The cluster does not require a connection to the arbitration service.* UNKNOWN - The cluster's connection state to the arbitration service cannot be determined.* ONLINE - The cluster is connected to the arbitration service.* OFFLINE - The cluster is disconnected from the arbitration service.
    classId String
    cluster GetHyperflexHealthCluster
    createTime String
    The time when this managed object was created.
    dataReplicationCompliance String
    The HyperFlex cluster's compliance to the configured replication factor. It indicates that the compliance has degraded if the number of copies of data is reduced.* UNKNOWN - The replication compliance of the HyperFlex cluster is not known.* COMPLIANT - The HyperFlex cluster is compliant with the replication policy. All data on the cluster is replicated according to the configured replication factor.* NON_COMPLIANT - The HyperFlex cluster is not compliant with the replication policy. Some data on the cluster is not replicated in accordance with the configured replication factor.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent GetHyperflexHealthParent
    permissionResources List<GetHyperflexHealthPermissionResource>
    resiliencyDetails GetHyperflexHealthResiliencyDetails
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    state String
    The operational status of the HyperFlex cluster.* UNKNOWN - The operational status of the cluster cannot be determined.* ONLINE - The HyperFlex cluster is online and is performing IO operations.* OFFLINE - The HyperFlex cluster is offline and is not ready to perform IO operations.* ENOSPACE - The HyperFlex cluster is out of available storage capacity and cannot perform write transactions.* READONLY - The HyperFlex cluster is not accepting write transactions, but can still display static cluster information.
    tags List<GetHyperflexHealthTag>
    uuid String
    The unique identifier for the cluster.
    versionContext GetHyperflexHealthVersionContext
    zkHealth String
    The health status of the HyperFlex cluster's zookeeper ensemble.* NOT_AVAILABLE - The operational status of the ZK ensemble is not provided by the HyperFlex cluster.* UNKNOWN - The operational status of the ZK ensemble cannot be determined.* ONLINE - The ZK ensemble is online and operational.* OFFLINE - The ZK ensemble is offline and not operational.
    zoneResiliencyLists List<GetHyperflexHealthZoneResiliencyList>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexHealthAncestor[]
    arbitrationServiceState string
    The status of the HyperFlex cluster's connection to the Intersight arbitration service. The arbitration service state is only applicable to 2-node edge clusters.* NOT_AVAILABLE - The cluster does not require a connection to the arbitration service.* UNKNOWN - The cluster's connection state to the arbitration service cannot be determined.* ONLINE - The cluster is connected to the arbitration service.* OFFLINE - The cluster is disconnected from the arbitration service.
    classId string
    cluster GetHyperflexHealthCluster
    createTime string
    The time when this managed object was created.
    dataReplicationCompliance string
    The HyperFlex cluster's compliance to the configured replication factor. It indicates that the compliance has degraded if the number of copies of data is reduced.* UNKNOWN - The replication compliance of the HyperFlex cluster is not known.* COMPLIANT - The HyperFlex cluster is compliant with the replication policy. All data on the cluster is replicated according to the configured replication factor.* NON_COMPLIANT - The HyperFlex cluster is not compliant with the replication policy. Some data on the cluster is not replicated in accordance with the configured replication factor.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parent GetHyperflexHealthParent
    permissionResources GetHyperflexHealthPermissionResource[]
    resiliencyDetails GetHyperflexHealthResiliencyDetails
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    state string
    The operational status of the HyperFlex cluster.* UNKNOWN - The operational status of the cluster cannot be determined.* ONLINE - The HyperFlex cluster is online and is performing IO operations.* OFFLINE - The HyperFlex cluster is offline and is not ready to perform IO operations.* ENOSPACE - The HyperFlex cluster is out of available storage capacity and cannot perform write transactions.* READONLY - The HyperFlex cluster is not accepting write transactions, but can still display static cluster information.
    tags GetHyperflexHealthTag[]
    uuid string
    The unique identifier for the cluster.
    versionContext GetHyperflexHealthVersionContext
    zkHealth string
    The health status of the HyperFlex cluster's zookeeper ensemble.* NOT_AVAILABLE - The operational status of the ZK ensemble is not provided by the HyperFlex cluster.* UNKNOWN - The operational status of the ZK ensemble cannot be determined.* ONLINE - The ZK ensemble is online and operational.* OFFLINE - The ZK ensemble is offline and not operational.
    zoneResiliencyLists GetHyperflexHealthZoneResiliencyList[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexHealthAncestor]
    arbitration_service_state str
    The status of the HyperFlex cluster's connection to the Intersight arbitration service. The arbitration service state is only applicable to 2-node edge clusters.* NOT_AVAILABLE - The cluster does not require a connection to the arbitration service.* UNKNOWN - The cluster's connection state to the arbitration service cannot be determined.* ONLINE - The cluster is connected to the arbitration service.* OFFLINE - The cluster is disconnected from the arbitration service.
    class_id str
    cluster GetHyperflexHealthCluster
    create_time str
    The time when this managed object was created.
    data_replication_compliance str
    The HyperFlex cluster's compliance to the configured replication factor. It indicates that the compliance has degraded if the number of copies of data is reduced.* UNKNOWN - The replication compliance of the HyperFlex cluster is not known.* COMPLIANT - The HyperFlex cluster is compliant with the replication policy. All data on the cluster is replicated according to the configured replication factor.* NON_COMPLIANT - The HyperFlex cluster is not compliant with the replication policy. Some data on the cluster is not replicated in accordance with the configured replication factor.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parent GetHyperflexHealthParent
    permission_resources Sequence[GetHyperflexHealthPermissionResource]
    resiliency_details GetHyperflexHealthResiliencyDetails
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    state str
    The operational status of the HyperFlex cluster.* UNKNOWN - The operational status of the cluster cannot be determined.* ONLINE - The HyperFlex cluster is online and is performing IO operations.* OFFLINE - The HyperFlex cluster is offline and is not ready to perform IO operations.* ENOSPACE - The HyperFlex cluster is out of available storage capacity and cannot perform write transactions.* READONLY - The HyperFlex cluster is not accepting write transactions, but can still display static cluster information.
    tags Sequence[GetHyperflexHealthTag]
    uuid str
    The unique identifier for the cluster.
    version_context GetHyperflexHealthVersionContext
    zk_health str
    The health status of the HyperFlex cluster's zookeeper ensemble.* NOT_AVAILABLE - The operational status of the ZK ensemble is not provided by the HyperFlex cluster.* UNKNOWN - The operational status of the ZK ensemble cannot be determined.* ONLINE - The ZK ensemble is online and operational.* OFFLINE - The ZK ensemble is offline and not operational.
    zone_resiliency_lists Sequence[GetHyperflexHealthZoneResiliencyList]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    arbitrationServiceState String
    The status of the HyperFlex cluster's connection to the Intersight arbitration service. The arbitration service state is only applicable to 2-node edge clusters.* NOT_AVAILABLE - The cluster does not require a connection to the arbitration service.* UNKNOWN - The cluster's connection state to the arbitration service cannot be determined.* ONLINE - The cluster is connected to the arbitration service.* OFFLINE - The cluster is disconnected from the arbitration service.
    classId String
    cluster Property Map
    createTime String
    The time when this managed object was created.
    dataReplicationCompliance String
    The HyperFlex cluster's compliance to the configured replication factor. It indicates that the compliance has degraded if the number of copies of data is reduced.* UNKNOWN - The replication compliance of the HyperFlex cluster is not known.* COMPLIANT - The HyperFlex cluster is compliant with the replication policy. All data on the cluster is replicated according to the configured replication factor.* NON_COMPLIANT - The HyperFlex cluster is not compliant with the replication policy. Some data on the cluster is not replicated in accordance with the configured replication factor.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    resiliencyDetails Property Map
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    state String
    The operational status of the HyperFlex cluster.* UNKNOWN - The operational status of the cluster cannot be determined.* ONLINE - The HyperFlex cluster is online and is performing IO operations.* OFFLINE - The HyperFlex cluster is offline and is not ready to perform IO operations.* ENOSPACE - The HyperFlex cluster is out of available storage capacity and cannot perform write transactions.* READONLY - The HyperFlex cluster is not accepting write transactions, but can still display static cluster information.
    tags List<Property Map>
    uuid String
    The unique identifier for the cluster.
    versionContext Property Map
    zkHealth String
    The health status of the HyperFlex cluster's zookeeper ensemble.* NOT_AVAILABLE - The operational status of the ZK ensemble is not provided by the HyperFlex cluster.* UNKNOWN - The operational status of the ZK ensemble cannot be determined.* ONLINE - The ZK ensemble is online and operational.* OFFLINE - The ZK ensemble is offline and not operational.
    zoneResiliencyLists List<Property Map>

    getHyperflexHealth Result

    The following output properties are available:

    Supporting Types

    GetHyperflexHealthAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetHyperflexHealthCluster

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetHyperflexHealthParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetHyperflexHealthPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetHyperflexHealthResiliencyDetails

    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.
    DataReplicationFactor string
    The number of copies of data replicated by the cluster.

    • ONE_COPY - The HyperFlex cluster does not replicate data.
    • TWO_COPIES - The HyperFlex cluster keeps 2 copies of data.
    • THREE_COPIES - The HyperFlex cluster keeps 3 copies of data.
    • FOUR_COPIES - The HyperFlex cluster keeps 4 copies of data.
    • SIX_COPIES - The HyperFlex cluster keeps 6 copies of data.
    HddFailuresTolerable double
    The number of persistent device disruptions the HyperFlex storage cluster can handle at this point in time.
    Messages List<string>
    NodeFailuresTolerable double
    The number of node disruptions the HyperFlex storage cluster can handle at this point in time.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PolicyCompliance string
    The state of the storage cluster's compliance with the cluster access policy.

    • UNKNOWN - The HyperFlex cluster's compliance with the data replication policy could not be determined.
    • COMPLIANT - The HyperFlex cluster is compliant with the data replication policy and data is replicated to the configured replication factor.
    • NON_COMPLIANT - The HyperFlex cluster is not compliant with the data replication policy because some data is not replicated.
    ResiliencyState string
    The resiliency state of the storage platform. The resiliency state is the storage cluster's current ability to maintain data.

    • UNKNOWN - The resiliency status of the HyperFlex cluster cannot be determined, or the cluster is transitioning into ONLINE state.
    • HEALTHY - The HyperFlex cluster is healthy. The cluster is able to perform IO operations and data is available.
    • WARNING - The HyperFlex cluster or data availability is adversely affected. This can happen if there are node or storage device failures beyond the tolerable failure threshold.
    • OFFLINE - The HyperFlex cluster is offline and not performing IO operations.
    • CRITICAL - The HyperFlex cluster has severe faults that affect cluster and data availability.
    SsdFailuresTolerable double
    The number of cache device disruptions the HyperFlex storage cluster can handle at this point in time.
    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.
    DataReplicationFactor string
    The number of copies of data replicated by the cluster.

    • ONE_COPY - The HyperFlex cluster does not replicate data.
    • TWO_COPIES - The HyperFlex cluster keeps 2 copies of data.
    • THREE_COPIES - The HyperFlex cluster keeps 3 copies of data.
    • FOUR_COPIES - The HyperFlex cluster keeps 4 copies of data.
    • SIX_COPIES - The HyperFlex cluster keeps 6 copies of data.
    HddFailuresTolerable float64
    The number of persistent device disruptions the HyperFlex storage cluster can handle at this point in time.
    Messages []string
    NodeFailuresTolerable float64
    The number of node disruptions the HyperFlex storage cluster can handle at this point in time.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PolicyCompliance string
    The state of the storage cluster's compliance with the cluster access policy.

    • UNKNOWN - The HyperFlex cluster's compliance with the data replication policy could not be determined.
    • COMPLIANT - The HyperFlex cluster is compliant with the data replication policy and data is replicated to the configured replication factor.
    • NON_COMPLIANT - The HyperFlex cluster is not compliant with the data replication policy because some data is not replicated.
    ResiliencyState string
    The resiliency state of the storage platform. The resiliency state is the storage cluster's current ability to maintain data.

    • UNKNOWN - The resiliency status of the HyperFlex cluster cannot be determined, or the cluster is transitioning into ONLINE state.
    • HEALTHY - The HyperFlex cluster is healthy. The cluster is able to perform IO operations and data is available.
    • WARNING - The HyperFlex cluster or data availability is adversely affected. This can happen if there are node or storage device failures beyond the tolerable failure threshold.
    • OFFLINE - The HyperFlex cluster is offline and not performing IO operations.
    • CRITICAL - The HyperFlex cluster has severe faults that affect cluster and data availability.
    SsdFailuresTolerable float64
    The number of cache device disruptions the HyperFlex storage cluster can handle at this point in time.
    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.
    dataReplicationFactor String
    The number of copies of data replicated by the cluster.

    • ONE_COPY - The HyperFlex cluster does not replicate data.
    • TWO_COPIES - The HyperFlex cluster keeps 2 copies of data.
    • THREE_COPIES - The HyperFlex cluster keeps 3 copies of data.
    • FOUR_COPIES - The HyperFlex cluster keeps 4 copies of data.
    • SIX_COPIES - The HyperFlex cluster keeps 6 copies of data.
    hddFailuresTolerable Double
    The number of persistent device disruptions the HyperFlex storage cluster can handle at this point in time.
    messages List<String>
    nodeFailuresTolerable Double
    The number of node disruptions the HyperFlex storage cluster can handle at this point in time.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    policyCompliance String
    The state of the storage cluster's compliance with the cluster access policy.

    • UNKNOWN - The HyperFlex cluster's compliance with the data replication policy could not be determined.
    • COMPLIANT - The HyperFlex cluster is compliant with the data replication policy and data is replicated to the configured replication factor.
    • NON_COMPLIANT - The HyperFlex cluster is not compliant with the data replication policy because some data is not replicated.
    resiliencyState String
    The resiliency state of the storage platform. The resiliency state is the storage cluster's current ability to maintain data.

    • UNKNOWN - The resiliency status of the HyperFlex cluster cannot be determined, or the cluster is transitioning into ONLINE state.
    • HEALTHY - The HyperFlex cluster is healthy. The cluster is able to perform IO operations and data is available.
    • WARNING - The HyperFlex cluster or data availability is adversely affected. This can happen if there are node or storage device failures beyond the tolerable failure threshold.
    • OFFLINE - The HyperFlex cluster is offline and not performing IO operations.
    • CRITICAL - The HyperFlex cluster has severe faults that affect cluster and data availability.
    ssdFailuresTolerable Double
    The number of cache device disruptions the HyperFlex storage cluster can handle at this point in time.
    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.
    dataReplicationFactor string
    The number of copies of data replicated by the cluster.

    • ONE_COPY - The HyperFlex cluster does not replicate data.
    • TWO_COPIES - The HyperFlex cluster keeps 2 copies of data.
    • THREE_COPIES - The HyperFlex cluster keeps 3 copies of data.
    • FOUR_COPIES - The HyperFlex cluster keeps 4 copies of data.
    • SIX_COPIES - The HyperFlex cluster keeps 6 copies of data.
    hddFailuresTolerable number
    The number of persistent device disruptions the HyperFlex storage cluster can handle at this point in time.
    messages string[]
    nodeFailuresTolerable number
    The number of node disruptions the HyperFlex storage cluster can handle at this point in time.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    policyCompliance string
    The state of the storage cluster's compliance with the cluster access policy.

    • UNKNOWN - The HyperFlex cluster's compliance with the data replication policy could not be determined.
    • COMPLIANT - The HyperFlex cluster is compliant with the data replication policy and data is replicated to the configured replication factor.
    • NON_COMPLIANT - The HyperFlex cluster is not compliant with the data replication policy because some data is not replicated.
    resiliencyState string
    The resiliency state of the storage platform. The resiliency state is the storage cluster's current ability to maintain data.

    • UNKNOWN - The resiliency status of the HyperFlex cluster cannot be determined, or the cluster is transitioning into ONLINE state.
    • HEALTHY - The HyperFlex cluster is healthy. The cluster is able to perform IO operations and data is available.
    • WARNING - The HyperFlex cluster or data availability is adversely affected. This can happen if there are node or storage device failures beyond the tolerable failure threshold.
    • OFFLINE - The HyperFlex cluster is offline and not performing IO operations.
    • CRITICAL - The HyperFlex cluster has severe faults that affect cluster and data availability.
    ssdFailuresTolerable number
    The number of cache device disruptions the HyperFlex storage cluster can handle at this point in time.
    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_replication_factor str
    The number of copies of data replicated by the cluster.

    • ONE_COPY - The HyperFlex cluster does not replicate data.
    • TWO_COPIES - The HyperFlex cluster keeps 2 copies of data.
    • THREE_COPIES - The HyperFlex cluster keeps 3 copies of data.
    • FOUR_COPIES - The HyperFlex cluster keeps 4 copies of data.
    • SIX_COPIES - The HyperFlex cluster keeps 6 copies of data.
    hdd_failures_tolerable float
    The number of persistent device disruptions the HyperFlex storage cluster can handle at this point in time.
    messages Sequence[str]
    node_failures_tolerable float
    The number of node disruptions the HyperFlex storage cluster can handle at this point in time.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    policy_compliance str
    The state of the storage cluster's compliance with the cluster access policy.

    • UNKNOWN - The HyperFlex cluster's compliance with the data replication policy could not be determined.
    • COMPLIANT - The HyperFlex cluster is compliant with the data replication policy and data is replicated to the configured replication factor.
    • NON_COMPLIANT - The HyperFlex cluster is not compliant with the data replication policy because some data is not replicated.
    resiliency_state str
    The resiliency state of the storage platform. The resiliency state is the storage cluster's current ability to maintain data.

    • UNKNOWN - The resiliency status of the HyperFlex cluster cannot be determined, or the cluster is transitioning into ONLINE state.
    • HEALTHY - The HyperFlex cluster is healthy. The cluster is able to perform IO operations and data is available.
    • WARNING - The HyperFlex cluster or data availability is adversely affected. This can happen if there are node or storage device failures beyond the tolerable failure threshold.
    • OFFLINE - The HyperFlex cluster is offline and not performing IO operations.
    • CRITICAL - The HyperFlex cluster has severe faults that affect cluster and data availability.
    ssd_failures_tolerable float
    The number of cache device disruptions the HyperFlex storage cluster can handle at this point in time.
    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.
    dataReplicationFactor String
    The number of copies of data replicated by the cluster.

    • ONE_COPY - The HyperFlex cluster does not replicate data.
    • TWO_COPIES - The HyperFlex cluster keeps 2 copies of data.
    • THREE_COPIES - The HyperFlex cluster keeps 3 copies of data.
    • FOUR_COPIES - The HyperFlex cluster keeps 4 copies of data.
    • SIX_COPIES - The HyperFlex cluster keeps 6 copies of data.
    hddFailuresTolerable Number
    The number of persistent device disruptions the HyperFlex storage cluster can handle at this point in time.
    messages List<String>
    nodeFailuresTolerable Number
    The number of node disruptions the HyperFlex storage cluster can handle at this point in time.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    policyCompliance String
    The state of the storage cluster's compliance with the cluster access policy.

    • UNKNOWN - The HyperFlex cluster's compliance with the data replication policy could not be determined.
    • COMPLIANT - The HyperFlex cluster is compliant with the data replication policy and data is replicated to the configured replication factor.
    • NON_COMPLIANT - The HyperFlex cluster is not compliant with the data replication policy because some data is not replicated.
    resiliencyState String
    The resiliency state of the storage platform. The resiliency state is the storage cluster's current ability to maintain data.

    • UNKNOWN - The resiliency status of the HyperFlex cluster cannot be determined, or the cluster is transitioning into ONLINE state.
    • HEALTHY - The HyperFlex cluster is healthy. The cluster is able to perform IO operations and data is available.
    • WARNING - The HyperFlex cluster or data availability is adversely affected. This can happen if there are node or storage device failures beyond the tolerable failure threshold.
    • OFFLINE - The HyperFlex cluster is offline and not performing IO operations.
    • CRITICAL - The HyperFlex cluster has severe faults that affect cluster and data availability.
    ssdFailuresTolerable Number
    The number of cache device disruptions the HyperFlex storage cluster can handle at this point in time.

    GetHyperflexHealthResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexHealthResultAncestor>
    ArbitrationServiceState string
    The status of the HyperFlex cluster's connection to the Intersight arbitration service. The arbitration service state is only applicable to 2-node edge clusters.* NOT_AVAILABLE - The cluster does not require a connection to the arbitration service.* UNKNOWN - The cluster's connection state to the arbitration service cannot be determined.* ONLINE - The cluster is connected to the arbitration service.* OFFLINE - The cluster is disconnected from the arbitration service.
    ClassId string
    Clusters List<GetHyperflexHealthResultCluster>
    CreateTime string
    The time when this managed object was created.
    DataReplicationCompliance string
    The HyperFlex cluster's compliance to the configured replication factor. It indicates that the compliance has degraded if the number of copies of data is reduced.* UNKNOWN - The replication compliance of the HyperFlex cluster is not known.* COMPLIANT - The HyperFlex cluster is compliant with the replication policy. All data on the cluster is replicated according to the configured replication factor.* NON_COMPLIANT - The HyperFlex cluster is not compliant with the replication policy. Some data on the cluster is not replicated in accordance with the configured replication factor.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parents List<GetHyperflexHealthResultParent>
    PermissionResources List<GetHyperflexHealthResultPermissionResource>
    ResiliencyDetails List<GetHyperflexHealthResultResiliencyDetail>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    State string
    The operational status of the HyperFlex cluster.* UNKNOWN - The operational status of the cluster cannot be determined.* ONLINE - The HyperFlex cluster is online and is performing IO operations.* OFFLINE - The HyperFlex cluster is offline and is not ready to perform IO operations.* ENOSPACE - The HyperFlex cluster is out of available storage capacity and cannot perform write transactions.* READONLY - The HyperFlex cluster is not accepting write transactions, but can still display static cluster information.
    Tags List<GetHyperflexHealthResultTag>
    Uuid string
    The unique identifier for the cluster.
    VersionContexts List<GetHyperflexHealthResultVersionContext>
    ZkHealth string
    The health status of the HyperFlex cluster's zookeeper ensemble.* NOT_AVAILABLE - The operational status of the ZK ensemble is not provided by the HyperFlex cluster.* UNKNOWN - The operational status of the ZK ensemble cannot be determined.* ONLINE - The ZK ensemble is online and operational.* OFFLINE - The ZK ensemble is offline and not operational.
    ZoneResiliencyLists List<GetHyperflexHealthResultZoneResiliencyList>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexHealthResultAncestor
    ArbitrationServiceState string
    The status of the HyperFlex cluster's connection to the Intersight arbitration service. The arbitration service state is only applicable to 2-node edge clusters.* NOT_AVAILABLE - The cluster does not require a connection to the arbitration service.* UNKNOWN - The cluster's connection state to the arbitration service cannot be determined.* ONLINE - The cluster is connected to the arbitration service.* OFFLINE - The cluster is disconnected from the arbitration service.
    ClassId string
    Clusters []GetHyperflexHealthResultCluster
    CreateTime string
    The time when this managed object was created.
    DataReplicationCompliance string
    The HyperFlex cluster's compliance to the configured replication factor. It indicates that the compliance has degraded if the number of copies of data is reduced.* UNKNOWN - The replication compliance of the HyperFlex cluster is not known.* COMPLIANT - The HyperFlex cluster is compliant with the replication policy. All data on the cluster is replicated according to the configured replication factor.* NON_COMPLIANT - The HyperFlex cluster is not compliant with the replication policy. Some data on the cluster is not replicated in accordance with the configured replication factor.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parents []GetHyperflexHealthResultParent
    PermissionResources []GetHyperflexHealthResultPermissionResource
    ResiliencyDetails []GetHyperflexHealthResultResiliencyDetail
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    State string
    The operational status of the HyperFlex cluster.* UNKNOWN - The operational status of the cluster cannot be determined.* ONLINE - The HyperFlex cluster is online and is performing IO operations.* OFFLINE - The HyperFlex cluster is offline and is not ready to perform IO operations.* ENOSPACE - The HyperFlex cluster is out of available storage capacity and cannot perform write transactions.* READONLY - The HyperFlex cluster is not accepting write transactions, but can still display static cluster information.
    Tags []GetHyperflexHealthResultTag
    Uuid string
    The unique identifier for the cluster.
    VersionContexts []GetHyperflexHealthResultVersionContext
    ZkHealth string
    The health status of the HyperFlex cluster's zookeeper ensemble.* NOT_AVAILABLE - The operational status of the ZK ensemble is not provided by the HyperFlex cluster.* UNKNOWN - The operational status of the ZK ensemble cannot be determined.* ONLINE - The ZK ensemble is online and operational.* OFFLINE - The ZK ensemble is offline and not operational.
    ZoneResiliencyLists []GetHyperflexHealthResultZoneResiliencyList
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexHealthResultAncestor>
    arbitrationServiceState String
    The status of the HyperFlex cluster's connection to the Intersight arbitration service. The arbitration service state is only applicable to 2-node edge clusters.* NOT_AVAILABLE - The cluster does not require a connection to the arbitration service.* UNKNOWN - The cluster's connection state to the arbitration service cannot be determined.* ONLINE - The cluster is connected to the arbitration service.* OFFLINE - The cluster is disconnected from the arbitration service.
    classId String
    clusters List<GetHyperflexHealthResultCluster>
    createTime String
    The time when this managed object was created.
    dataReplicationCompliance String
    The HyperFlex cluster's compliance to the configured replication factor. It indicates that the compliance has degraded if the number of copies of data is reduced.* UNKNOWN - The replication compliance of the HyperFlex cluster is not known.* COMPLIANT - The HyperFlex cluster is compliant with the replication policy. All data on the cluster is replicated according to the configured replication factor.* NON_COMPLIANT - The HyperFlex cluster is not compliant with the replication policy. Some data on the cluster is not replicated in accordance with the configured replication factor.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<GetHyperflexHealthResultParent>
    permissionResources List<GetHyperflexHealthResultPermissionResource>
    resiliencyDetails List<GetHyperflexHealthResultResiliencyDetail>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    state String
    The operational status of the HyperFlex cluster.* UNKNOWN - The operational status of the cluster cannot be determined.* ONLINE - The HyperFlex cluster is online and is performing IO operations.* OFFLINE - The HyperFlex cluster is offline and is not ready to perform IO operations.* ENOSPACE - The HyperFlex cluster is out of available storage capacity and cannot perform write transactions.* READONLY - The HyperFlex cluster is not accepting write transactions, but can still display static cluster information.
    tags List<GetHyperflexHealthResultTag>
    uuid String
    The unique identifier for the cluster.
    versionContexts List<GetHyperflexHealthResultVersionContext>
    zkHealth String
    The health status of the HyperFlex cluster's zookeeper ensemble.* NOT_AVAILABLE - The operational status of the ZK ensemble is not provided by the HyperFlex cluster.* UNKNOWN - The operational status of the ZK ensemble cannot be determined.* ONLINE - The ZK ensemble is online and operational.* OFFLINE - The ZK ensemble is offline and not operational.
    zoneResiliencyLists List<GetHyperflexHealthResultZoneResiliencyList>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexHealthResultAncestor[]
    arbitrationServiceState string
    The status of the HyperFlex cluster's connection to the Intersight arbitration service. The arbitration service state is only applicable to 2-node edge clusters.* NOT_AVAILABLE - The cluster does not require a connection to the arbitration service.* UNKNOWN - The cluster's connection state to the arbitration service cannot be determined.* ONLINE - The cluster is connected to the arbitration service.* OFFLINE - The cluster is disconnected from the arbitration service.
    classId string
    clusters GetHyperflexHealthResultCluster[]
    createTime string
    The time when this managed object was created.
    dataReplicationCompliance string
    The HyperFlex cluster's compliance to the configured replication factor. It indicates that the compliance has degraded if the number of copies of data is reduced.* UNKNOWN - The replication compliance of the HyperFlex cluster is not known.* COMPLIANT - The HyperFlex cluster is compliant with the replication policy. All data on the cluster is replicated according to the configured replication factor.* NON_COMPLIANT - The HyperFlex cluster is not compliant with the replication policy. Some data on the cluster is not replicated in accordance with the configured replication factor.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parents GetHyperflexHealthResultParent[]
    permissionResources GetHyperflexHealthResultPermissionResource[]
    resiliencyDetails GetHyperflexHealthResultResiliencyDetail[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    state string
    The operational status of the HyperFlex cluster.* UNKNOWN - The operational status of the cluster cannot be determined.* ONLINE - The HyperFlex cluster is online and is performing IO operations.* OFFLINE - The HyperFlex cluster is offline and is not ready to perform IO operations.* ENOSPACE - The HyperFlex cluster is out of available storage capacity and cannot perform write transactions.* READONLY - The HyperFlex cluster is not accepting write transactions, but can still display static cluster information.
    tags GetHyperflexHealthResultTag[]
    uuid string
    The unique identifier for the cluster.
    versionContexts GetHyperflexHealthResultVersionContext[]
    zkHealth string
    The health status of the HyperFlex cluster's zookeeper ensemble.* NOT_AVAILABLE - The operational status of the ZK ensemble is not provided by the HyperFlex cluster.* UNKNOWN - The operational status of the ZK ensemble cannot be determined.* ONLINE - The ZK ensemble is online and operational.* OFFLINE - The ZK ensemble is offline and not operational.
    zoneResiliencyLists GetHyperflexHealthResultZoneResiliencyList[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexHealthResultAncestor]
    arbitration_service_state str
    The status of the HyperFlex cluster's connection to the Intersight arbitration service. The arbitration service state is only applicable to 2-node edge clusters.* NOT_AVAILABLE - The cluster does not require a connection to the arbitration service.* UNKNOWN - The cluster's connection state to the arbitration service cannot be determined.* ONLINE - The cluster is connected to the arbitration service.* OFFLINE - The cluster is disconnected from the arbitration service.
    class_id str
    clusters Sequence[GetHyperflexHealthResultCluster]
    create_time str
    The time when this managed object was created.
    data_replication_compliance str
    The HyperFlex cluster's compliance to the configured replication factor. It indicates that the compliance has degraded if the number of copies of data is reduced.* UNKNOWN - The replication compliance of the HyperFlex cluster is not known.* COMPLIANT - The HyperFlex cluster is compliant with the replication policy. All data on the cluster is replicated according to the configured replication factor.* NON_COMPLIANT - The HyperFlex cluster is not compliant with the replication policy. Some data on the cluster is not replicated in accordance with the configured replication factor.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parents Sequence[GetHyperflexHealthResultParent]
    permission_resources Sequence[GetHyperflexHealthResultPermissionResource]
    resiliency_details Sequence[GetHyperflexHealthResultResiliencyDetail]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    state str
    The operational status of the HyperFlex cluster.* UNKNOWN - The operational status of the cluster cannot be determined.* ONLINE - The HyperFlex cluster is online and is performing IO operations.* OFFLINE - The HyperFlex cluster is offline and is not ready to perform IO operations.* ENOSPACE - The HyperFlex cluster is out of available storage capacity and cannot perform write transactions.* READONLY - The HyperFlex cluster is not accepting write transactions, but can still display static cluster information.
    tags Sequence[GetHyperflexHealthResultTag]
    uuid str
    The unique identifier for the cluster.
    version_contexts Sequence[GetHyperflexHealthResultVersionContext]
    zk_health str
    The health status of the HyperFlex cluster's zookeeper ensemble.* NOT_AVAILABLE - The operational status of the ZK ensemble is not provided by the HyperFlex cluster.* UNKNOWN - The operational status of the ZK ensemble cannot be determined.* ONLINE - The ZK ensemble is online and operational.* OFFLINE - The ZK ensemble is offline and not operational.
    zone_resiliency_lists Sequence[GetHyperflexHealthResultZoneResiliencyList]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    arbitrationServiceState String
    The status of the HyperFlex cluster's connection to the Intersight arbitration service. The arbitration service state is only applicable to 2-node edge clusters.* NOT_AVAILABLE - The cluster does not require a connection to the arbitration service.* UNKNOWN - The cluster's connection state to the arbitration service cannot be determined.* ONLINE - The cluster is connected to the arbitration service.* OFFLINE - The cluster is disconnected from the arbitration service.
    classId String
    clusters List<Property Map>
    createTime String
    The time when this managed object was created.
    dataReplicationCompliance String
    The HyperFlex cluster's compliance to the configured replication factor. It indicates that the compliance has degraded if the number of copies of data is reduced.* UNKNOWN - The replication compliance of the HyperFlex cluster is not known.* COMPLIANT - The HyperFlex cluster is compliant with the replication policy. All data on the cluster is replicated according to the configured replication factor.* NON_COMPLIANT - The HyperFlex cluster is not compliant with the replication policy. Some data on the cluster is not replicated in accordance with the configured replication factor.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    resiliencyDetails List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    state String
    The operational status of the HyperFlex cluster.* UNKNOWN - The operational status of the cluster cannot be determined.* ONLINE - The HyperFlex cluster is online and is performing IO operations.* OFFLINE - The HyperFlex cluster is offline and is not ready to perform IO operations.* ENOSPACE - The HyperFlex cluster is out of available storage capacity and cannot perform write transactions.* READONLY - The HyperFlex cluster is not accepting write transactions, but can still display static cluster information.
    tags List<Property Map>
    uuid String
    The unique identifier for the cluster.
    versionContexts List<Property Map>
    zkHealth String
    The health status of the HyperFlex cluster's zookeeper ensemble.* NOT_AVAILABLE - The operational status of the ZK ensemble is not provided by the HyperFlex cluster.* UNKNOWN - The operational status of the ZK ensemble cannot be determined.* ONLINE - The ZK ensemble is online and operational.* OFFLINE - The ZK ensemble is offline and not operational.
    zoneResiliencyLists List<Property Map>

    GetHyperflexHealthResultAncestor

    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

    GetHyperflexHealthResultCluster

    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

    GetHyperflexHealthResultParent

    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

    GetHyperflexHealthResultPermissionResource

    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

    GetHyperflexHealthResultResiliencyDetail

    GetHyperflexHealthResultTag

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

    GetHyperflexHealthResultVersionContext

    GetHyperflexHealthResultVersionContextInterestedMo

    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

    GetHyperflexHealthResultVersionContextRefMo

    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

    GetHyperflexHealthResultZoneResiliencyList

    GetHyperflexHealthResultZoneResiliencyListResiliencyInfo

    GetHyperflexHealthTag

    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.

    GetHyperflexHealthVersionContext

    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<GetHyperflexHealthVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetHyperflexHealthVersionContextRefMo
    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 []GetHyperflexHealthVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetHyperflexHealthVersionContextRefMo
    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<GetHyperflexHealthVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetHyperflexHealthVersionContextRefMo
    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 GetHyperflexHealthVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetHyperflexHealthVersionContextRefMo
    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[GetHyperflexHealthVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetHyperflexHealthVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetHyperflexHealthVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetHyperflexHealthVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetHyperflexHealthZoneResiliencyList

    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
    The name of the availability zone.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ResiliencyInfo GetHyperflexHealthZoneResiliencyListResiliencyInfo
    The detailed resiliency info of the zone. The information includes the current health and number of device failures tolerable for this particular zone.
    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
    The name of the availability zone.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ResiliencyInfo GetHyperflexHealthZoneResiliencyListResiliencyInfo
    The detailed resiliency info of the zone. The information includes the current health and number of device failures tolerable for this particular zone.
    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
    The name of the availability zone.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    resiliencyInfo GetHyperflexHealthZoneResiliencyListResiliencyInfo
    The detailed resiliency info of the zone. The information includes the current health and number of device failures tolerable for this particular zone.
    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
    The name of the availability zone.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    resiliencyInfo GetHyperflexHealthZoneResiliencyListResiliencyInfo
    The detailed resiliency info of the zone. The information includes the current health and number of device failures tolerable for this particular zone.
    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
    The name of the availability zone.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    resiliency_info GetHyperflexHealthZoneResiliencyListResiliencyInfo
    The detailed resiliency info of the zone. The information includes the current health and number of device failures tolerable for this particular zone.
    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
    The name of the availability zone.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    resiliencyInfo Property Map
    The detailed resiliency info of the zone. The information includes the current health and number of device failures tolerable for this particular zone.

    GetHyperflexHealthZoneResiliencyListResiliencyInfo

    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.
    DataReplicationFactor string
    The number of copies of data replicated by the cluster.

    • ONE_COPY - The HyperFlex cluster does not replicate data.
    • TWO_COPIES - The HyperFlex cluster keeps 2 copies of data.
    • THREE_COPIES - The HyperFlex cluster keeps 3 copies of data.
    • FOUR_COPIES - The HyperFlex cluster keeps 4 copies of data.
    • SIX_COPIES - The HyperFlex cluster keeps 6 copies of data.
    HddFailuresTolerable double
    The number of persistent device disruptions the HyperFlex storage cluster can handle at this point in time.
    Messages List<string>
    NodeFailuresTolerable double
    The number of node disruptions the HyperFlex storage cluster can handle at this point in time.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PolicyCompliance string
    The state of the storage cluster's compliance with the cluster access policy.

    • UNKNOWN - The HyperFlex cluster's compliance with the data replication policy could not be determined.
    • COMPLIANT - The HyperFlex cluster is compliant with the data replication policy and data is replicated to the configured replication factor.
    • NON_COMPLIANT - The HyperFlex cluster is not compliant with the data replication policy because some data is not replicated.
    ResiliencyState string
    The resiliency state of the storage platform. The resiliency state is the storage cluster's current ability to maintain data.

    • UNKNOWN - The resiliency status of the HyperFlex cluster cannot be determined, or the cluster is transitioning into ONLINE state.
    • HEALTHY - The HyperFlex cluster is healthy. The cluster is able to perform IO operations and data is available.
    • WARNING - The HyperFlex cluster or data availability is adversely affected. This can happen if there are node or storage device failures beyond the tolerable failure threshold.
    • OFFLINE - The HyperFlex cluster is offline and not performing IO operations.
    • CRITICAL - The HyperFlex cluster has severe faults that affect cluster and data availability.
    SsdFailuresTolerable double
    The number of cache device disruptions the HyperFlex storage cluster can handle at this point in time.
    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.
    DataReplicationFactor string
    The number of copies of data replicated by the cluster.

    • ONE_COPY - The HyperFlex cluster does not replicate data.
    • TWO_COPIES - The HyperFlex cluster keeps 2 copies of data.
    • THREE_COPIES - The HyperFlex cluster keeps 3 copies of data.
    • FOUR_COPIES - The HyperFlex cluster keeps 4 copies of data.
    • SIX_COPIES - The HyperFlex cluster keeps 6 copies of data.
    HddFailuresTolerable float64
    The number of persistent device disruptions the HyperFlex storage cluster can handle at this point in time.
    Messages []string
    NodeFailuresTolerable float64
    The number of node disruptions the HyperFlex storage cluster can handle at this point in time.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PolicyCompliance string
    The state of the storage cluster's compliance with the cluster access policy.

    • UNKNOWN - The HyperFlex cluster's compliance with the data replication policy could not be determined.
    • COMPLIANT - The HyperFlex cluster is compliant with the data replication policy and data is replicated to the configured replication factor.
    • NON_COMPLIANT - The HyperFlex cluster is not compliant with the data replication policy because some data is not replicated.
    ResiliencyState string
    The resiliency state of the storage platform. The resiliency state is the storage cluster's current ability to maintain data.

    • UNKNOWN - The resiliency status of the HyperFlex cluster cannot be determined, or the cluster is transitioning into ONLINE state.
    • HEALTHY - The HyperFlex cluster is healthy. The cluster is able to perform IO operations and data is available.
    • WARNING - The HyperFlex cluster or data availability is adversely affected. This can happen if there are node or storage device failures beyond the tolerable failure threshold.
    • OFFLINE - The HyperFlex cluster is offline and not performing IO operations.
    • CRITICAL - The HyperFlex cluster has severe faults that affect cluster and data availability.
    SsdFailuresTolerable float64
    The number of cache device disruptions the HyperFlex storage cluster can handle at this point in time.
    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.
    dataReplicationFactor String
    The number of copies of data replicated by the cluster.

    • ONE_COPY - The HyperFlex cluster does not replicate data.
    • TWO_COPIES - The HyperFlex cluster keeps 2 copies of data.
    • THREE_COPIES - The HyperFlex cluster keeps 3 copies of data.
    • FOUR_COPIES - The HyperFlex cluster keeps 4 copies of data.
    • SIX_COPIES - The HyperFlex cluster keeps 6 copies of data.
    hddFailuresTolerable Double
    The number of persistent device disruptions the HyperFlex storage cluster can handle at this point in time.
    messages List<String>
    nodeFailuresTolerable Double
    The number of node disruptions the HyperFlex storage cluster can handle at this point in time.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    policyCompliance String
    The state of the storage cluster's compliance with the cluster access policy.

    • UNKNOWN - The HyperFlex cluster's compliance with the data replication policy could not be determined.
    • COMPLIANT - The HyperFlex cluster is compliant with the data replication policy and data is replicated to the configured replication factor.
    • NON_COMPLIANT - The HyperFlex cluster is not compliant with the data replication policy because some data is not replicated.
    resiliencyState String
    The resiliency state of the storage platform. The resiliency state is the storage cluster's current ability to maintain data.

    • UNKNOWN - The resiliency status of the HyperFlex cluster cannot be determined, or the cluster is transitioning into ONLINE state.
    • HEALTHY - The HyperFlex cluster is healthy. The cluster is able to perform IO operations and data is available.
    • WARNING - The HyperFlex cluster or data availability is adversely affected. This can happen if there are node or storage device failures beyond the tolerable failure threshold.
    • OFFLINE - The HyperFlex cluster is offline and not performing IO operations.
    • CRITICAL - The HyperFlex cluster has severe faults that affect cluster and data availability.
    ssdFailuresTolerable Double
    The number of cache device disruptions the HyperFlex storage cluster can handle at this point in time.
    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.
    dataReplicationFactor string
    The number of copies of data replicated by the cluster.

    • ONE_COPY - The HyperFlex cluster does not replicate data.
    • TWO_COPIES - The HyperFlex cluster keeps 2 copies of data.
    • THREE_COPIES - The HyperFlex cluster keeps 3 copies of data.
    • FOUR_COPIES - The HyperFlex cluster keeps 4 copies of data.
    • SIX_COPIES - The HyperFlex cluster keeps 6 copies of data.
    hddFailuresTolerable number
    The number of persistent device disruptions the HyperFlex storage cluster can handle at this point in time.
    messages string[]
    nodeFailuresTolerable number
    The number of node disruptions the HyperFlex storage cluster can handle at this point in time.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    policyCompliance string
    The state of the storage cluster's compliance with the cluster access policy.

    • UNKNOWN - The HyperFlex cluster's compliance with the data replication policy could not be determined.
    • COMPLIANT - The HyperFlex cluster is compliant with the data replication policy and data is replicated to the configured replication factor.
    • NON_COMPLIANT - The HyperFlex cluster is not compliant with the data replication policy because some data is not replicated.
    resiliencyState string
    The resiliency state of the storage platform. The resiliency state is the storage cluster's current ability to maintain data.

    • UNKNOWN - The resiliency status of the HyperFlex cluster cannot be determined, or the cluster is transitioning into ONLINE state.
    • HEALTHY - The HyperFlex cluster is healthy. The cluster is able to perform IO operations and data is available.
    • WARNING - The HyperFlex cluster or data availability is adversely affected. This can happen if there are node or storage device failures beyond the tolerable failure threshold.
    • OFFLINE - The HyperFlex cluster is offline and not performing IO operations.
    • CRITICAL - The HyperFlex cluster has severe faults that affect cluster and data availability.
    ssdFailuresTolerable number
    The number of cache device disruptions the HyperFlex storage cluster can handle at this point in time.
    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_replication_factor str
    The number of copies of data replicated by the cluster.

    • ONE_COPY - The HyperFlex cluster does not replicate data.
    • TWO_COPIES - The HyperFlex cluster keeps 2 copies of data.
    • THREE_COPIES - The HyperFlex cluster keeps 3 copies of data.
    • FOUR_COPIES - The HyperFlex cluster keeps 4 copies of data.
    • SIX_COPIES - The HyperFlex cluster keeps 6 copies of data.
    hdd_failures_tolerable float
    The number of persistent device disruptions the HyperFlex storage cluster can handle at this point in time.
    messages Sequence[str]
    node_failures_tolerable float
    The number of node disruptions the HyperFlex storage cluster can handle at this point in time.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    policy_compliance str
    The state of the storage cluster's compliance with the cluster access policy.

    • UNKNOWN - The HyperFlex cluster's compliance with the data replication policy could not be determined.
    • COMPLIANT - The HyperFlex cluster is compliant with the data replication policy and data is replicated to the configured replication factor.
    • NON_COMPLIANT - The HyperFlex cluster is not compliant with the data replication policy because some data is not replicated.
    resiliency_state str
    The resiliency state of the storage platform. The resiliency state is the storage cluster's current ability to maintain data.

    • UNKNOWN - The resiliency status of the HyperFlex cluster cannot be determined, or the cluster is transitioning into ONLINE state.
    • HEALTHY - The HyperFlex cluster is healthy. The cluster is able to perform IO operations and data is available.
    • WARNING - The HyperFlex cluster or data availability is adversely affected. This can happen if there are node or storage device failures beyond the tolerable failure threshold.
    • OFFLINE - The HyperFlex cluster is offline and not performing IO operations.
    • CRITICAL - The HyperFlex cluster has severe faults that affect cluster and data availability.
    ssd_failures_tolerable float
    The number of cache device disruptions the HyperFlex storage cluster can handle at this point in time.
    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.
    dataReplicationFactor String
    The number of copies of data replicated by the cluster.

    • ONE_COPY - The HyperFlex cluster does not replicate data.
    • TWO_COPIES - The HyperFlex cluster keeps 2 copies of data.
    • THREE_COPIES - The HyperFlex cluster keeps 3 copies of data.
    • FOUR_COPIES - The HyperFlex cluster keeps 4 copies of data.
    • SIX_COPIES - The HyperFlex cluster keeps 6 copies of data.
    hddFailuresTolerable Number
    The number of persistent device disruptions the HyperFlex storage cluster can handle at this point in time.
    messages List<String>
    nodeFailuresTolerable Number
    The number of node disruptions the HyperFlex storage cluster can handle at this point in time.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    policyCompliance String
    The state of the storage cluster's compliance with the cluster access policy.

    • UNKNOWN - The HyperFlex cluster's compliance with the data replication policy could not be determined.
    • COMPLIANT - The HyperFlex cluster is compliant with the data replication policy and data is replicated to the configured replication factor.
    • NON_COMPLIANT - The HyperFlex cluster is not compliant with the data replication policy because some data is not replicated.
    resiliencyState String
    The resiliency state of the storage platform. The resiliency state is the storage cluster's current ability to maintain data.

    • UNKNOWN - The resiliency status of the HyperFlex cluster cannot be determined, or the cluster is transitioning into ONLINE state.
    • HEALTHY - The HyperFlex cluster is healthy. The cluster is able to perform IO operations and data is available.
    • WARNING - The HyperFlex cluster or data availability is adversely affected. This can happen if there are node or storage device failures beyond the tolerable failure threshold.
    • OFFLINE - The HyperFlex cluster is offline and not performing IO operations.
    • CRITICAL - The HyperFlex cluster has severe faults that affect cluster and data availability.
    ssdFailuresTolerable Number
    The number of cache device disruptions the HyperFlex storage cluster can handle at this point in time.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet