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

intersight.getHyperflexClusterBackupPolicyInventory

Explore with Pulumi AI

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

    Response to Backup Policy requests and queries.

    Using getHyperflexClusterBackupPolicyInventory

    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 getHyperflexClusterBackupPolicyInventory(args: GetHyperflexClusterBackupPolicyInventoryArgs, opts?: InvokeOptions): Promise<GetHyperflexClusterBackupPolicyInventoryResult>
    function getHyperflexClusterBackupPolicyInventoryOutput(args: GetHyperflexClusterBackupPolicyInventoryOutputArgs, opts?: InvokeOptions): Output<GetHyperflexClusterBackupPolicyInventoryResult>
    def get_hyperflex_cluster_backup_policy_inventory(account_moid: Optional[str] = None,
                                                      action: Optional[str] = None,
                                                      additional_properties: Optional[str] = None,
                                                      ancestors: Optional[Sequence[GetHyperflexClusterBackupPolicyInventoryAncestor]] = None,
                                                      class_id: Optional[str] = None,
                                                      cleanup: Optional[bool] = None,
                                                      create_time: Optional[str] = None,
                                                      domain_group_moid: Optional[str] = None,
                                                      id: Optional[str] = None,
                                                      is_source: Optional[bool] = None,
                                                      job_details: Optional[str] = None,
                                                      job_exception_message: Optional[str] = None,
                                                      job_id: Optional[str] = None,
                                                      job_state: Optional[str] = None,
                                                      mod_time: Optional[str] = None,
                                                      moid: Optional[str] = None,
                                                      nr_version: Optional[float] = None,
                                                      object_type: Optional[str] = None,
                                                      owners: Optional[Sequence[str]] = None,
                                                      parent: Optional[GetHyperflexClusterBackupPolicyInventoryParent] = None,
                                                      permission_resources: Optional[Sequence[GetHyperflexClusterBackupPolicyInventoryPermissionResource]] = None,
                                                      policy_moid: Optional[str] = None,
                                                      request_id: Optional[str] = None,
                                                      settings: Optional[GetHyperflexClusterBackupPolicyInventorySettings] = None,
                                                      shared_scope: Optional[str] = None,
                                                      source_uuid: Optional[str] = None,
                                                      src_cluster: Optional[GetHyperflexClusterBackupPolicyInventorySrcCluster] = None,
                                                      tags: Optional[Sequence[GetHyperflexClusterBackupPolicyInventoryTag]] = None,
                                                      target_uuid: Optional[str] = None,
                                                      tgt_cluster: Optional[GetHyperflexClusterBackupPolicyInventoryTgtCluster] = None,
                                                      version_context: Optional[GetHyperflexClusterBackupPolicyInventoryVersionContext] = None,
                                                      opts: Optional[InvokeOptions] = None) -> GetHyperflexClusterBackupPolicyInventoryResult
    def get_hyperflex_cluster_backup_policy_inventory_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                      action: Optional[pulumi.Input[str]] = None,
                                                      additional_properties: Optional[pulumi.Input[str]] = None,
                                                      ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterBackupPolicyInventoryAncestorArgs]]]] = None,
                                                      class_id: Optional[pulumi.Input[str]] = None,
                                                      cleanup: Optional[pulumi.Input[bool]] = None,
                                                      create_time: Optional[pulumi.Input[str]] = None,
                                                      domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                      id: Optional[pulumi.Input[str]] = None,
                                                      is_source: Optional[pulumi.Input[bool]] = None,
                                                      job_details: Optional[pulumi.Input[str]] = None,
                                                      job_exception_message: Optional[pulumi.Input[str]] = None,
                                                      job_id: Optional[pulumi.Input[str]] = None,
                                                      job_state: Optional[pulumi.Input[str]] = None,
                                                      mod_time: Optional[pulumi.Input[str]] = None,
                                                      moid: Optional[pulumi.Input[str]] = None,
                                                      nr_version: Optional[pulumi.Input[float]] = None,
                                                      object_type: Optional[pulumi.Input[str]] = None,
                                                      owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                      parent: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyInventoryParentArgs]] = None,
                                                      permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterBackupPolicyInventoryPermissionResourceArgs]]]] = None,
                                                      policy_moid: Optional[pulumi.Input[str]] = None,
                                                      request_id: Optional[pulumi.Input[str]] = None,
                                                      settings: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyInventorySettingsArgs]] = None,
                                                      shared_scope: Optional[pulumi.Input[str]] = None,
                                                      source_uuid: Optional[pulumi.Input[str]] = None,
                                                      src_cluster: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyInventorySrcClusterArgs]] = None,
                                                      tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterBackupPolicyInventoryTagArgs]]]] = None,
                                                      target_uuid: Optional[pulumi.Input[str]] = None,
                                                      tgt_cluster: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyInventoryTgtClusterArgs]] = None,
                                                      version_context: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyInventoryVersionContextArgs]] = None,
                                                      opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexClusterBackupPolicyInventoryResult]
    func LookupHyperflexClusterBackupPolicyInventory(ctx *Context, args *LookupHyperflexClusterBackupPolicyInventoryArgs, opts ...InvokeOption) (*LookupHyperflexClusterBackupPolicyInventoryResult, error)
    func LookupHyperflexClusterBackupPolicyInventoryOutput(ctx *Context, args *LookupHyperflexClusterBackupPolicyInventoryOutputArgs, opts ...InvokeOption) LookupHyperflexClusterBackupPolicyInventoryResultOutput

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

    public static class GetHyperflexClusterBackupPolicyInventory 
    {
        public static Task<GetHyperflexClusterBackupPolicyInventoryResult> InvokeAsync(GetHyperflexClusterBackupPolicyInventoryArgs args, InvokeOptions? opts = null)
        public static Output<GetHyperflexClusterBackupPolicyInventoryResult> Invoke(GetHyperflexClusterBackupPolicyInventoryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHyperflexClusterBackupPolicyInventoryResult> getHyperflexClusterBackupPolicyInventory(GetHyperflexClusterBackupPolicyInventoryArgs args, InvokeOptions options)
    public static Output<GetHyperflexClusterBackupPolicyInventoryResult> getHyperflexClusterBackupPolicyInventory(GetHyperflexClusterBackupPolicyInventoryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getHyperflexClusterBackupPolicyInventory:getHyperflexClusterBackupPolicyInventory
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    Action string
    Validate, Deploy, Prepare, Commit, or Abort the Backup Policy. Allowed values are \ VALIDATE\ , \ DEPLOY\ , \ PREPARE\ , \ COMMIT\ , \ ABORT\ .* VALIDATE - Check for problems in policy request without deploying.* DEPLOY - Remove the policy. Only allowed when cleanup field is true.* PREPARE - Prepare the policy for subsequent \ COMMIT\ or \ ABORT\ . Only allowed when cleanup field is false.* COMMIT - Commit the prepared policy. Only allowed when cleanup field is false.* ABORT - Abort the prepared policy. Only allowed when cleanup field is false.
    AdditionalProperties string
    Ancestors List<GetHyperflexClusterBackupPolicyInventoryAncestor>
    ClassId string
    Cleanup bool
    If true, remove the policy. Otherwise proceed with the specified policy action.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    IsSource bool
    Indicates if the HyperFlex Cluster is the source cluster or the target cluster. When set to true, the HyperFlex Cluster is the source for VM backups. When set to false, the HyperFlex Cluster is the target cluster where VM backups are saved.
    JobDetails string
    Details from associated HyperFlex job execution.
    JobExceptionMessage string
    Job Exception message from associated HyperFlex job execution.
    JobId string
    Job ID of associated HyperFlex job.
    JobState string
    State of the associated HyperFlex job. When present possible values are \ RUNNING\ , \ COMPLETED\ or \ EXCEPTION\ .* RUNNING - HyperFlex policy job is currently \ RUNNING\ .* COMPLETED - HyperFlex policy job completed successfully.* EXCEPTION - HyperFlex policy job failed.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NrVersion double
    Version of the Backup Policy.
    ObjectType string
    Owners List<string>
    Parent GetHyperflexClusterBackupPolicyInventoryParent
    PermissionResources List<GetHyperflexClusterBackupPolicyInventoryPermissionResource>
    PolicyMoid string
    Intersight HyperFlex Cluster Backup Policy MOID.
    RequestId string
    Unique request ID allowing retry of the same logical request following a transient communication failure.
    Settings GetHyperflexClusterBackupPolicyInventorySettings
    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.
    SourceUuid string
    UUID of the source HyperFlex Cluster.
    SrcCluster GetHyperflexClusterBackupPolicyInventorySrcCluster
    Tags List<GetHyperflexClusterBackupPolicyInventoryTag>
    TargetUuid string
    UUID of the target HyperFlex Cluster.
    TgtCluster GetHyperflexClusterBackupPolicyInventoryTgtCluster
    VersionContext GetHyperflexClusterBackupPolicyInventoryVersionContext
    AccountMoid string
    The Account ID for this managed object.
    Action string
    Validate, Deploy, Prepare, Commit, or Abort the Backup Policy. Allowed values are \ VALIDATE\ , \ DEPLOY\ , \ PREPARE\ , \ COMMIT\ , \ ABORT\ .* VALIDATE - Check for problems in policy request without deploying.* DEPLOY - Remove the policy. Only allowed when cleanup field is true.* PREPARE - Prepare the policy for subsequent \ COMMIT\ or \ ABORT\ . Only allowed when cleanup field is false.* COMMIT - Commit the prepared policy. Only allowed when cleanup field is false.* ABORT - Abort the prepared policy. Only allowed when cleanup field is false.
    AdditionalProperties string
    Ancestors []GetHyperflexClusterBackupPolicyInventoryAncestor
    ClassId string
    Cleanup bool
    If true, remove the policy. Otherwise proceed with the specified policy action.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    IsSource bool
    Indicates if the HyperFlex Cluster is the source cluster or the target cluster. When set to true, the HyperFlex Cluster is the source for VM backups. When set to false, the HyperFlex Cluster is the target cluster where VM backups are saved.
    JobDetails string
    Details from associated HyperFlex job execution.
    JobExceptionMessage string
    Job Exception message from associated HyperFlex job execution.
    JobId string
    Job ID of associated HyperFlex job.
    JobState string
    State of the associated HyperFlex job. When present possible values are \ RUNNING\ , \ COMPLETED\ or \ EXCEPTION\ .* RUNNING - HyperFlex policy job is currently \ RUNNING\ .* COMPLETED - HyperFlex policy job completed successfully.* EXCEPTION - HyperFlex policy job failed.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NrVersion float64
    Version of the Backup Policy.
    ObjectType string
    Owners []string
    Parent GetHyperflexClusterBackupPolicyInventoryParent
    PermissionResources []GetHyperflexClusterBackupPolicyInventoryPermissionResource
    PolicyMoid string
    Intersight HyperFlex Cluster Backup Policy MOID.
    RequestId string
    Unique request ID allowing retry of the same logical request following a transient communication failure.
    Settings GetHyperflexClusterBackupPolicyInventorySettings
    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.
    SourceUuid string
    UUID of the source HyperFlex Cluster.
    SrcCluster GetHyperflexClusterBackupPolicyInventorySrcCluster
    Tags []GetHyperflexClusterBackupPolicyInventoryTag
    TargetUuid string
    UUID of the target HyperFlex Cluster.
    TgtCluster GetHyperflexClusterBackupPolicyInventoryTgtCluster
    VersionContext GetHyperflexClusterBackupPolicyInventoryVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    Validate, Deploy, Prepare, Commit, or Abort the Backup Policy. Allowed values are \ VALIDATE\ , \ DEPLOY\ , \ PREPARE\ , \ COMMIT\ , \ ABORT\ .* VALIDATE - Check for problems in policy request without deploying.* DEPLOY - Remove the policy. Only allowed when cleanup field is true.* PREPARE - Prepare the policy for subsequent \ COMMIT\ or \ ABORT\ . Only allowed when cleanup field is false.* COMMIT - Commit the prepared policy. Only allowed when cleanup field is false.* ABORT - Abort the prepared policy. Only allowed when cleanup field is false.
    additionalProperties String
    ancestors List<GetHyperflexClusterBackupPolicyInventoryAncestor>
    classId String
    cleanup Boolean
    If true, remove the policy. Otherwise proceed with the specified policy action.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    isSource Boolean
    Indicates if the HyperFlex Cluster is the source cluster or the target cluster. When set to true, the HyperFlex Cluster is the source for VM backups. When set to false, the HyperFlex Cluster is the target cluster where VM backups are saved.
    jobDetails String
    Details from associated HyperFlex job execution.
    jobExceptionMessage String
    Job Exception message from associated HyperFlex job execution.
    jobId String
    Job ID of associated HyperFlex job.
    jobState String
    State of the associated HyperFlex job. When present possible values are \ RUNNING\ , \ COMPLETED\ or \ EXCEPTION\ .* RUNNING - HyperFlex policy job is currently \ RUNNING\ .* COMPLETED - HyperFlex policy job completed successfully.* EXCEPTION - HyperFlex policy job failed.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    nrVersion Double
    Version of the Backup Policy.
    objectType String
    owners List<String>
    parent GetHyperflexClusterBackupPolicyInventoryParent
    permissionResources List<GetHyperflexClusterBackupPolicyInventoryPermissionResource>
    policyMoid String
    Intersight HyperFlex Cluster Backup Policy MOID.
    requestId String
    Unique request ID allowing retry of the same logical request following a transient communication failure.
    settings GetHyperflexClusterBackupPolicyInventorySettings
    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.
    sourceUuid String
    UUID of the source HyperFlex Cluster.
    srcCluster GetHyperflexClusterBackupPolicyInventorySrcCluster
    tags List<GetHyperflexClusterBackupPolicyInventoryTag>
    targetUuid String
    UUID of the target HyperFlex Cluster.
    tgtCluster GetHyperflexClusterBackupPolicyInventoryTgtCluster
    versionContext GetHyperflexClusterBackupPolicyInventoryVersionContext
    accountMoid string
    The Account ID for this managed object.
    action string
    Validate, Deploy, Prepare, Commit, or Abort the Backup Policy. Allowed values are \ VALIDATE\ , \ DEPLOY\ , \ PREPARE\ , \ COMMIT\ , \ ABORT\ .* VALIDATE - Check for problems in policy request without deploying.* DEPLOY - Remove the policy. Only allowed when cleanup field is true.* PREPARE - Prepare the policy for subsequent \ COMMIT\ or \ ABORT\ . Only allowed when cleanup field is false.* COMMIT - Commit the prepared policy. Only allowed when cleanup field is false.* ABORT - Abort the prepared policy. Only allowed when cleanup field is false.
    additionalProperties string
    ancestors GetHyperflexClusterBackupPolicyInventoryAncestor[]
    classId string
    cleanup boolean
    If true, remove the policy. Otherwise proceed with the specified policy action.
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    isSource boolean
    Indicates if the HyperFlex Cluster is the source cluster or the target cluster. When set to true, the HyperFlex Cluster is the source for VM backups. When set to false, the HyperFlex Cluster is the target cluster where VM backups are saved.
    jobDetails string
    Details from associated HyperFlex job execution.
    jobExceptionMessage string
    Job Exception message from associated HyperFlex job execution.
    jobId string
    Job ID of associated HyperFlex job.
    jobState string
    State of the associated HyperFlex job. When present possible values are \ RUNNING\ , \ COMPLETED\ or \ EXCEPTION\ .* RUNNING - HyperFlex policy job is currently \ RUNNING\ .* COMPLETED - HyperFlex policy job completed successfully.* EXCEPTION - HyperFlex policy job failed.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    nrVersion number
    Version of the Backup Policy.
    objectType string
    owners string[]
    parent GetHyperflexClusterBackupPolicyInventoryParent
    permissionResources GetHyperflexClusterBackupPolicyInventoryPermissionResource[]
    policyMoid string
    Intersight HyperFlex Cluster Backup Policy MOID.
    requestId string
    Unique request ID allowing retry of the same logical request following a transient communication failure.
    settings GetHyperflexClusterBackupPolicyInventorySettings
    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.
    sourceUuid string
    UUID of the source HyperFlex Cluster.
    srcCluster GetHyperflexClusterBackupPolicyInventorySrcCluster
    tags GetHyperflexClusterBackupPolicyInventoryTag[]
    targetUuid string
    UUID of the target HyperFlex Cluster.
    tgtCluster GetHyperflexClusterBackupPolicyInventoryTgtCluster
    versionContext GetHyperflexClusterBackupPolicyInventoryVersionContext
    account_moid str
    The Account ID for this managed object.
    action str
    Validate, Deploy, Prepare, Commit, or Abort the Backup Policy. Allowed values are \ VALIDATE\ , \ DEPLOY\ , \ PREPARE\ , \ COMMIT\ , \ ABORT\ .* VALIDATE - Check for problems in policy request without deploying.* DEPLOY - Remove the policy. Only allowed when cleanup field is true.* PREPARE - Prepare the policy for subsequent \ COMMIT\ or \ ABORT\ . Only allowed when cleanup field is false.* COMMIT - Commit the prepared policy. Only allowed when cleanup field is false.* ABORT - Abort the prepared policy. Only allowed when cleanup field is false.
    additional_properties str
    ancestors Sequence[GetHyperflexClusterBackupPolicyInventoryAncestor]
    class_id str
    cleanup bool
    If true, remove the policy. Otherwise proceed with the specified policy action.
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    is_source bool
    Indicates if the HyperFlex Cluster is the source cluster or the target cluster. When set to true, the HyperFlex Cluster is the source for VM backups. When set to false, the HyperFlex Cluster is the target cluster where VM backups are saved.
    job_details str
    Details from associated HyperFlex job execution.
    job_exception_message str
    Job Exception message from associated HyperFlex job execution.
    job_id str
    Job ID of associated HyperFlex job.
    job_state str
    State of the associated HyperFlex job. When present possible values are \ RUNNING\ , \ COMPLETED\ or \ EXCEPTION\ .* RUNNING - HyperFlex policy job is currently \ RUNNING\ .* COMPLETED - HyperFlex policy job completed successfully.* EXCEPTION - HyperFlex policy job failed.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    nr_version float
    Version of the Backup Policy.
    object_type str
    owners Sequence[str]
    parent GetHyperflexClusterBackupPolicyInventoryParent
    permission_resources Sequence[GetHyperflexClusterBackupPolicyInventoryPermissionResource]
    policy_moid str
    Intersight HyperFlex Cluster Backup Policy MOID.
    request_id str
    Unique request ID allowing retry of the same logical request following a transient communication failure.
    settings GetHyperflexClusterBackupPolicyInventorySettings
    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.
    source_uuid str
    UUID of the source HyperFlex Cluster.
    src_cluster GetHyperflexClusterBackupPolicyInventorySrcCluster
    tags Sequence[GetHyperflexClusterBackupPolicyInventoryTag]
    target_uuid str
    UUID of the target HyperFlex Cluster.
    tgt_cluster GetHyperflexClusterBackupPolicyInventoryTgtCluster
    version_context GetHyperflexClusterBackupPolicyInventoryVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    Validate, Deploy, Prepare, Commit, or Abort the Backup Policy. Allowed values are \ VALIDATE\ , \ DEPLOY\ , \ PREPARE\ , \ COMMIT\ , \ ABORT\ .* VALIDATE - Check for problems in policy request without deploying.* DEPLOY - Remove the policy. Only allowed when cleanup field is true.* PREPARE - Prepare the policy for subsequent \ COMMIT\ or \ ABORT\ . Only allowed when cleanup field is false.* COMMIT - Commit the prepared policy. Only allowed when cleanup field is false.* ABORT - Abort the prepared policy. Only allowed when cleanup field is false.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    cleanup Boolean
    If true, remove the policy. Otherwise proceed with the specified policy action.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    isSource Boolean
    Indicates if the HyperFlex Cluster is the source cluster or the target cluster. When set to true, the HyperFlex Cluster is the source for VM backups. When set to false, the HyperFlex Cluster is the target cluster where VM backups are saved.
    jobDetails String
    Details from associated HyperFlex job execution.
    jobExceptionMessage String
    Job Exception message from associated HyperFlex job execution.
    jobId String
    Job ID of associated HyperFlex job.
    jobState String
    State of the associated HyperFlex job. When present possible values are \ RUNNING\ , \ COMPLETED\ or \ EXCEPTION\ .* RUNNING - HyperFlex policy job is currently \ RUNNING\ .* COMPLETED - HyperFlex policy job completed successfully.* EXCEPTION - HyperFlex policy job failed.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    nrVersion Number
    Version of the Backup Policy.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    policyMoid String
    Intersight HyperFlex Cluster Backup Policy MOID.
    requestId String
    Unique request ID allowing retry of the same logical request following a transient communication failure.
    settings 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.
    sourceUuid String
    UUID of the source HyperFlex Cluster.
    srcCluster Property Map
    tags List<Property Map>
    targetUuid String
    UUID of the target HyperFlex Cluster.
    tgtCluster Property Map
    versionContext Property Map

    getHyperflexClusterBackupPolicyInventory Result

    The following output properties are available:

    Id string
    Results List<GetHyperflexClusterBackupPolicyInventoryResult>
    AccountMoid string
    Action string
    AdditionalProperties string
    Ancestors List<GetHyperflexClusterBackupPolicyInventoryAncestor>
    ClassId string
    Cleanup bool
    CreateTime string
    DomainGroupMoid string
    IsSource bool
    JobDetails string
    JobExceptionMessage string
    JobId string
    JobState string
    ModTime string
    Moid string
    NrVersion double
    ObjectType string
    Owners List<string>
    Parent GetHyperflexClusterBackupPolicyInventoryParent
    PermissionResources List<GetHyperflexClusterBackupPolicyInventoryPermissionResource>
    PolicyMoid string
    RequestId string
    Settings GetHyperflexClusterBackupPolicyInventorySettings
    SharedScope string
    SourceUuid string
    SrcCluster GetHyperflexClusterBackupPolicyInventorySrcCluster
    Tags List<GetHyperflexClusterBackupPolicyInventoryTag>
    TargetUuid string
    TgtCluster GetHyperflexClusterBackupPolicyInventoryTgtCluster
    VersionContext GetHyperflexClusterBackupPolicyInventoryVersionContext
    Id string
    Results []GetHyperflexClusterBackupPolicyInventoryResult
    AccountMoid string
    Action string
    AdditionalProperties string
    Ancestors []GetHyperflexClusterBackupPolicyInventoryAncestor
    ClassId string
    Cleanup bool
    CreateTime string
    DomainGroupMoid string
    IsSource bool
    JobDetails string
    JobExceptionMessage string
    JobId string
    JobState string
    ModTime string
    Moid string
    NrVersion float64
    ObjectType string
    Owners []string
    Parent GetHyperflexClusterBackupPolicyInventoryParent
    PermissionResources []GetHyperflexClusterBackupPolicyInventoryPermissionResource
    PolicyMoid string
    RequestId string
    Settings GetHyperflexClusterBackupPolicyInventorySettings
    SharedScope string
    SourceUuid string
    SrcCluster GetHyperflexClusterBackupPolicyInventorySrcCluster
    Tags []GetHyperflexClusterBackupPolicyInventoryTag
    TargetUuid string
    TgtCluster GetHyperflexClusterBackupPolicyInventoryTgtCluster
    VersionContext GetHyperflexClusterBackupPolicyInventoryVersionContext
    id String
    results List<GetHyperflexClusterBackupPolicyInventoryResult>
    accountMoid String
    action String
    additionalProperties String
    ancestors List<GetHyperflexClusterBackupPolicyInventoryAncestor>
    classId String
    cleanup Boolean
    createTime String
    domainGroupMoid String
    isSource Boolean
    jobDetails String
    jobExceptionMessage String
    jobId String
    jobState String
    modTime String
    moid String
    nrVersion Double
    objectType String
    owners List<String>
    parent GetHyperflexClusterBackupPolicyInventoryParent
    permissionResources List<GetHyperflexClusterBackupPolicyInventoryPermissionResource>
    policyMoid String
    requestId String
    settings GetHyperflexClusterBackupPolicyInventorySettings
    sharedScope String
    sourceUuid String
    srcCluster GetHyperflexClusterBackupPolicyInventorySrcCluster
    tags List<GetHyperflexClusterBackupPolicyInventoryTag>
    targetUuid String
    tgtCluster GetHyperflexClusterBackupPolicyInventoryTgtCluster
    versionContext GetHyperflexClusterBackupPolicyInventoryVersionContext
    id string
    results GetHyperflexClusterBackupPolicyInventoryResult[]
    accountMoid string
    action string
    additionalProperties string
    ancestors GetHyperflexClusterBackupPolicyInventoryAncestor[]
    classId string
    cleanup boolean
    createTime string
    domainGroupMoid string
    isSource boolean
    jobDetails string
    jobExceptionMessage string
    jobId string
    jobState string
    modTime string
    moid string
    nrVersion number
    objectType string
    owners string[]
    parent GetHyperflexClusterBackupPolicyInventoryParent
    permissionResources GetHyperflexClusterBackupPolicyInventoryPermissionResource[]
    policyMoid string
    requestId string
    settings GetHyperflexClusterBackupPolicyInventorySettings
    sharedScope string
    sourceUuid string
    srcCluster GetHyperflexClusterBackupPolicyInventorySrcCluster
    tags GetHyperflexClusterBackupPolicyInventoryTag[]
    targetUuid string
    tgtCluster GetHyperflexClusterBackupPolicyInventoryTgtCluster
    versionContext GetHyperflexClusterBackupPolicyInventoryVersionContext
    id str
    results Sequence[GetHyperflexClusterBackupPolicyInventoryResult]
    account_moid str
    action str
    additional_properties str
    ancestors Sequence[GetHyperflexClusterBackupPolicyInventoryAncestor]
    class_id str
    cleanup bool
    create_time str
    domain_group_moid str
    is_source bool
    job_details str
    job_exception_message str
    job_id str
    job_state str
    mod_time str
    moid str
    nr_version float
    object_type str
    owners Sequence[str]
    parent GetHyperflexClusterBackupPolicyInventoryParent
    permission_resources Sequence[GetHyperflexClusterBackupPolicyInventoryPermissionResource]
    policy_moid str
    request_id str
    settings GetHyperflexClusterBackupPolicyInventorySettings
    shared_scope str
    source_uuid str
    src_cluster GetHyperflexClusterBackupPolicyInventorySrcCluster
    tags Sequence[GetHyperflexClusterBackupPolicyInventoryTag]
    target_uuid str
    tgt_cluster GetHyperflexClusterBackupPolicyInventoryTgtCluster
    version_context GetHyperflexClusterBackupPolicyInventoryVersionContext

    Supporting Types

    GetHyperflexClusterBackupPolicyInventoryAncestor

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

    GetHyperflexClusterBackupPolicyInventoryParent

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

    GetHyperflexClusterBackupPolicyInventoryPermissionResource

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

    GetHyperflexClusterBackupPolicyInventoryResult

    AccountMoid string
    The Account ID for this managed object.
    Action string
    Validate, Deploy, Prepare, Commit, or Abort the Backup Policy. Allowed values are \ VALIDATE\ , \ DEPLOY\ , \ PREPARE\ , \ COMMIT\ , \ ABORT\ .* VALIDATE - Check for problems in policy request without deploying.* DEPLOY - Remove the policy. Only allowed when cleanup field is true.* PREPARE - Prepare the policy for subsequent \ COMMIT\ or \ ABORT\ . Only allowed when cleanup field is false.* COMMIT - Commit the prepared policy. Only allowed when cleanup field is false.* ABORT - Abort the prepared policy. Only allowed when cleanup field is false.
    AdditionalProperties string
    Ancestors List<GetHyperflexClusterBackupPolicyInventoryResultAncestor>
    ClassId string
    Cleanup bool
    If true, remove the policy. Otherwise proceed with the specified policy action.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    IsSource bool
    Indicates if the HyperFlex Cluster is the source cluster or the target cluster. When set to true, the HyperFlex Cluster is the source for VM backups. When set to false, the HyperFlex Cluster is the target cluster where VM backups are saved.
    JobDetails string
    Details from associated HyperFlex job execution.
    JobExceptionMessage string
    Job Exception message from associated HyperFlex job execution.
    JobId string
    Job ID of associated HyperFlex job.
    JobState string
    State of the associated HyperFlex job. When present possible values are \ RUNNING\ , \ COMPLETED\ or \ EXCEPTION\ .* RUNNING - HyperFlex policy job is currently \ RUNNING\ .* COMPLETED - HyperFlex policy job completed successfully.* EXCEPTION - HyperFlex policy job failed.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NrVersion double
    Version of the Backup Policy.
    ObjectType string
    Owners List<string>
    Parents List<GetHyperflexClusterBackupPolicyInventoryResultParent>
    PermissionResources List<GetHyperflexClusterBackupPolicyInventoryResultPermissionResource>
    PolicyMoid string
    Intersight HyperFlex Cluster Backup Policy MOID.
    RequestId string
    Unique request ID allowing retry of the same logical request following a transient communication failure.
    Settings List<GetHyperflexClusterBackupPolicyInventoryResultSetting>
    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.
    SourceUuid string
    UUID of the source HyperFlex Cluster.
    SrcClusters List<GetHyperflexClusterBackupPolicyInventoryResultSrcCluster>
    Tags List<GetHyperflexClusterBackupPolicyInventoryResultTag>
    TargetUuid string
    UUID of the target HyperFlex Cluster.
    TgtClusters List<GetHyperflexClusterBackupPolicyInventoryResultTgtCluster>
    VersionContexts List<GetHyperflexClusterBackupPolicyInventoryResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    Action string
    Validate, Deploy, Prepare, Commit, or Abort the Backup Policy. Allowed values are \ VALIDATE\ , \ DEPLOY\ , \ PREPARE\ , \ COMMIT\ , \ ABORT\ .* VALIDATE - Check for problems in policy request without deploying.* DEPLOY - Remove the policy. Only allowed when cleanup field is true.* PREPARE - Prepare the policy for subsequent \ COMMIT\ or \ ABORT\ . Only allowed when cleanup field is false.* COMMIT - Commit the prepared policy. Only allowed when cleanup field is false.* ABORT - Abort the prepared policy. Only allowed when cleanup field is false.
    AdditionalProperties string
    Ancestors []GetHyperflexClusterBackupPolicyInventoryResultAncestor
    ClassId string
    Cleanup bool
    If true, remove the policy. Otherwise proceed with the specified policy action.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    IsSource bool
    Indicates if the HyperFlex Cluster is the source cluster or the target cluster. When set to true, the HyperFlex Cluster is the source for VM backups. When set to false, the HyperFlex Cluster is the target cluster where VM backups are saved.
    JobDetails string
    Details from associated HyperFlex job execution.
    JobExceptionMessage string
    Job Exception message from associated HyperFlex job execution.
    JobId string
    Job ID of associated HyperFlex job.
    JobState string
    State of the associated HyperFlex job. When present possible values are \ RUNNING\ , \ COMPLETED\ or \ EXCEPTION\ .* RUNNING - HyperFlex policy job is currently \ RUNNING\ .* COMPLETED - HyperFlex policy job completed successfully.* EXCEPTION - HyperFlex policy job failed.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NrVersion float64
    Version of the Backup Policy.
    ObjectType string
    Owners []string
    Parents []GetHyperflexClusterBackupPolicyInventoryResultParent
    PermissionResources []GetHyperflexClusterBackupPolicyInventoryResultPermissionResource
    PolicyMoid string
    Intersight HyperFlex Cluster Backup Policy MOID.
    RequestId string
    Unique request ID allowing retry of the same logical request following a transient communication failure.
    Settings []GetHyperflexClusterBackupPolicyInventoryResultSetting
    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.
    SourceUuid string
    UUID of the source HyperFlex Cluster.
    SrcClusters []GetHyperflexClusterBackupPolicyInventoryResultSrcCluster
    Tags []GetHyperflexClusterBackupPolicyInventoryResultTag
    TargetUuid string
    UUID of the target HyperFlex Cluster.
    TgtClusters []GetHyperflexClusterBackupPolicyInventoryResultTgtCluster
    VersionContexts []GetHyperflexClusterBackupPolicyInventoryResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    Validate, Deploy, Prepare, Commit, or Abort the Backup Policy. Allowed values are \ VALIDATE\ , \ DEPLOY\ , \ PREPARE\ , \ COMMIT\ , \ ABORT\ .* VALIDATE - Check for problems in policy request without deploying.* DEPLOY - Remove the policy. Only allowed when cleanup field is true.* PREPARE - Prepare the policy for subsequent \ COMMIT\ or \ ABORT\ . Only allowed when cleanup field is false.* COMMIT - Commit the prepared policy. Only allowed when cleanup field is false.* ABORT - Abort the prepared policy. Only allowed when cleanup field is false.
    additionalProperties String
    ancestors List<GetHyperflexClusterBackupPolicyInventoryResultAncestor>
    classId String
    cleanup Boolean
    If true, remove the policy. Otherwise proceed with the specified policy action.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    isSource Boolean
    Indicates if the HyperFlex Cluster is the source cluster or the target cluster. When set to true, the HyperFlex Cluster is the source for VM backups. When set to false, the HyperFlex Cluster is the target cluster where VM backups are saved.
    jobDetails String
    Details from associated HyperFlex job execution.
    jobExceptionMessage String
    Job Exception message from associated HyperFlex job execution.
    jobId String
    Job ID of associated HyperFlex job.
    jobState String
    State of the associated HyperFlex job. When present possible values are \ RUNNING\ , \ COMPLETED\ or \ EXCEPTION\ .* RUNNING - HyperFlex policy job is currently \ RUNNING\ .* COMPLETED - HyperFlex policy job completed successfully.* EXCEPTION - HyperFlex policy job failed.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    nrVersion Double
    Version of the Backup Policy.
    objectType String
    owners List<String>
    parents List<GetHyperflexClusterBackupPolicyInventoryResultParent>
    permissionResources List<GetHyperflexClusterBackupPolicyInventoryResultPermissionResource>
    policyMoid String
    Intersight HyperFlex Cluster Backup Policy MOID.
    requestId String
    Unique request ID allowing retry of the same logical request following a transient communication failure.
    settings List<GetHyperflexClusterBackupPolicyInventoryResultSetting>
    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.
    sourceUuid String
    UUID of the source HyperFlex Cluster.
    srcClusters List<GetHyperflexClusterBackupPolicyInventoryResultSrcCluster>
    tags List<GetHyperflexClusterBackupPolicyInventoryResultTag>
    targetUuid String
    UUID of the target HyperFlex Cluster.
    tgtClusters List<GetHyperflexClusterBackupPolicyInventoryResultTgtCluster>
    versionContexts List<GetHyperflexClusterBackupPolicyInventoryResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    action string
    Validate, Deploy, Prepare, Commit, or Abort the Backup Policy. Allowed values are \ VALIDATE\ , \ DEPLOY\ , \ PREPARE\ , \ COMMIT\ , \ ABORT\ .* VALIDATE - Check for problems in policy request without deploying.* DEPLOY - Remove the policy. Only allowed when cleanup field is true.* PREPARE - Prepare the policy for subsequent \ COMMIT\ or \ ABORT\ . Only allowed when cleanup field is false.* COMMIT - Commit the prepared policy. Only allowed when cleanup field is false.* ABORT - Abort the prepared policy. Only allowed when cleanup field is false.
    additionalProperties string
    ancestors GetHyperflexClusterBackupPolicyInventoryResultAncestor[]
    classId string
    cleanup boolean
    If true, remove the policy. Otherwise proceed with the specified policy action.
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    isSource boolean
    Indicates if the HyperFlex Cluster is the source cluster or the target cluster. When set to true, the HyperFlex Cluster is the source for VM backups. When set to false, the HyperFlex Cluster is the target cluster where VM backups are saved.
    jobDetails string
    Details from associated HyperFlex job execution.
    jobExceptionMessage string
    Job Exception message from associated HyperFlex job execution.
    jobId string
    Job ID of associated HyperFlex job.
    jobState string
    State of the associated HyperFlex job. When present possible values are \ RUNNING\ , \ COMPLETED\ or \ EXCEPTION\ .* RUNNING - HyperFlex policy job is currently \ RUNNING\ .* COMPLETED - HyperFlex policy job completed successfully.* EXCEPTION - HyperFlex policy job failed.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    nrVersion number
    Version of the Backup Policy.
    objectType string
    owners string[]
    parents GetHyperflexClusterBackupPolicyInventoryResultParent[]
    permissionResources GetHyperflexClusterBackupPolicyInventoryResultPermissionResource[]
    policyMoid string
    Intersight HyperFlex Cluster Backup Policy MOID.
    requestId string
    Unique request ID allowing retry of the same logical request following a transient communication failure.
    settings GetHyperflexClusterBackupPolicyInventoryResultSetting[]
    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.
    sourceUuid string
    UUID of the source HyperFlex Cluster.
    srcClusters GetHyperflexClusterBackupPolicyInventoryResultSrcCluster[]
    tags GetHyperflexClusterBackupPolicyInventoryResultTag[]
    targetUuid string
    UUID of the target HyperFlex Cluster.
    tgtClusters GetHyperflexClusterBackupPolicyInventoryResultTgtCluster[]
    versionContexts GetHyperflexClusterBackupPolicyInventoryResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    action str
    Validate, Deploy, Prepare, Commit, or Abort the Backup Policy. Allowed values are \ VALIDATE\ , \ DEPLOY\ , \ PREPARE\ , \ COMMIT\ , \ ABORT\ .* VALIDATE - Check for problems in policy request without deploying.* DEPLOY - Remove the policy. Only allowed when cleanup field is true.* PREPARE - Prepare the policy for subsequent \ COMMIT\ or \ ABORT\ . Only allowed when cleanup field is false.* COMMIT - Commit the prepared policy. Only allowed when cleanup field is false.* ABORT - Abort the prepared policy. Only allowed when cleanup field is false.
    additional_properties str
    ancestors Sequence[GetHyperflexClusterBackupPolicyInventoryResultAncestor]
    class_id str
    cleanup bool
    If true, remove the policy. Otherwise proceed with the specified policy action.
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    is_source bool
    Indicates if the HyperFlex Cluster is the source cluster or the target cluster. When set to true, the HyperFlex Cluster is the source for VM backups. When set to false, the HyperFlex Cluster is the target cluster where VM backups are saved.
    job_details str
    Details from associated HyperFlex job execution.
    job_exception_message str
    Job Exception message from associated HyperFlex job execution.
    job_id str
    Job ID of associated HyperFlex job.
    job_state str
    State of the associated HyperFlex job. When present possible values are \ RUNNING\ , \ COMPLETED\ or \ EXCEPTION\ .* RUNNING - HyperFlex policy job is currently \ RUNNING\ .* COMPLETED - HyperFlex policy job completed successfully.* EXCEPTION - HyperFlex policy job failed.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    nr_version float
    Version of the Backup Policy.
    object_type str
    owners Sequence[str]
    parents Sequence[GetHyperflexClusterBackupPolicyInventoryResultParent]
    permission_resources Sequence[GetHyperflexClusterBackupPolicyInventoryResultPermissionResource]
    policy_moid str
    Intersight HyperFlex Cluster Backup Policy MOID.
    request_id str
    Unique request ID allowing retry of the same logical request following a transient communication failure.
    settings Sequence[GetHyperflexClusterBackupPolicyInventoryResultSetting]
    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.
    source_uuid str
    UUID of the source HyperFlex Cluster.
    src_clusters Sequence[GetHyperflexClusterBackupPolicyInventoryResultSrcCluster]
    tags Sequence[GetHyperflexClusterBackupPolicyInventoryResultTag]
    target_uuid str
    UUID of the target HyperFlex Cluster.
    tgt_clusters Sequence[GetHyperflexClusterBackupPolicyInventoryResultTgtCluster]
    version_contexts Sequence[GetHyperflexClusterBackupPolicyInventoryResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    action String
    Validate, Deploy, Prepare, Commit, or Abort the Backup Policy. Allowed values are \ VALIDATE\ , \ DEPLOY\ , \ PREPARE\ , \ COMMIT\ , \ ABORT\ .* VALIDATE - Check for problems in policy request without deploying.* DEPLOY - Remove the policy. Only allowed when cleanup field is true.* PREPARE - Prepare the policy for subsequent \ COMMIT\ or \ ABORT\ . Only allowed when cleanup field is false.* COMMIT - Commit the prepared policy. Only allowed when cleanup field is false.* ABORT - Abort the prepared policy. Only allowed when cleanup field is false.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    cleanup Boolean
    If true, remove the policy. Otherwise proceed with the specified policy action.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    isSource Boolean
    Indicates if the HyperFlex Cluster is the source cluster or the target cluster. When set to true, the HyperFlex Cluster is the source for VM backups. When set to false, the HyperFlex Cluster is the target cluster where VM backups are saved.
    jobDetails String
    Details from associated HyperFlex job execution.
    jobExceptionMessage String
    Job Exception message from associated HyperFlex job execution.
    jobId String
    Job ID of associated HyperFlex job.
    jobState String
    State of the associated HyperFlex job. When present possible values are \ RUNNING\ , \ COMPLETED\ or \ EXCEPTION\ .* RUNNING - HyperFlex policy job is currently \ RUNNING\ .* COMPLETED - HyperFlex policy job completed successfully.* EXCEPTION - HyperFlex policy job failed.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    nrVersion Number
    Version of the Backup Policy.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    policyMoid String
    Intersight HyperFlex Cluster Backup Policy MOID.
    requestId String
    Unique request ID allowing retry of the same logical request following a transient communication failure.
    settings 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.
    sourceUuid String
    UUID of the source HyperFlex Cluster.
    srcClusters List<Property Map>
    tags List<Property Map>
    targetUuid String
    UUID of the target HyperFlex Cluster.
    tgtClusters List<Property Map>
    versionContexts List<Property Map>

    GetHyperflexClusterBackupPolicyInventoryResultAncestor

    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

    GetHyperflexClusterBackupPolicyInventoryResultParent

    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

    GetHyperflexClusterBackupPolicyInventoryResultPermissionResource

    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

    GetHyperflexClusterBackupPolicyInventoryResultSetting

    GetHyperflexClusterBackupPolicyInventoryResultSrcCluster

    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

    GetHyperflexClusterBackupPolicyInventoryResultTag

    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

    GetHyperflexClusterBackupPolicyInventoryResultTgtCluster

    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

    GetHyperflexClusterBackupPolicyInventoryResultVersionContext

    GetHyperflexClusterBackupPolicyInventoryResultVersionContextInterestedMo

    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

    GetHyperflexClusterBackupPolicyInventoryResultVersionContextRefMo

    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

    GetHyperflexClusterBackupPolicyInventorySettings

    AdditionalProperties string
    BackupDataStoreName string
    Backup datastore name used during auto creation of the datastore. All Virtual Machines created in this datastore will be automatically backed up.
    BackupDataStoreSize double
    Capacity of Backup source datastore.
    BackupDataStoreSizeUnit string
    Unit of backupDataStoreSize. Allowable values are "GB" (Gigabytes) or "TB" (Terabytes).

    • GB - BackupDataStoreSize is specified in Gigabytes.
    • TB - BackupDataStoreSize is specified in Terabytes.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    DataStoreEncryptionEnabled bool
    Whether the datastore is encrypted or not.
    LocalSnapshotRetentionCount double
    Number of snapshots that will be retained.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ReplicationIntervalInMinutes double
    Snapshot replication interval.
    ReplicationPairNamePrefix string
    Replication cluster pairing name prefix.
    SnapshotRetentionCount double
    Number of snapshots that will be retained.
    AdditionalProperties string
    BackupDataStoreName string
    Backup datastore name used during auto creation of the datastore. All Virtual Machines created in this datastore will be automatically backed up.
    BackupDataStoreSize float64
    Capacity of Backup source datastore.
    BackupDataStoreSizeUnit string
    Unit of backupDataStoreSize. Allowable values are "GB" (Gigabytes) or "TB" (Terabytes).

    • GB - BackupDataStoreSize is specified in Gigabytes.
    • TB - BackupDataStoreSize is specified in Terabytes.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    DataStoreEncryptionEnabled bool
    Whether the datastore is encrypted or not.
    LocalSnapshotRetentionCount float64
    Number of snapshots that will be retained.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ReplicationIntervalInMinutes float64
    Snapshot replication interval.
    ReplicationPairNamePrefix string
    Replication cluster pairing name prefix.
    SnapshotRetentionCount float64
    Number of snapshots that will be retained.
    additionalProperties String
    backupDataStoreName String
    Backup datastore name used during auto creation of the datastore. All Virtual Machines created in this datastore will be automatically backed up.
    backupDataStoreSize Double
    Capacity of Backup source datastore.
    backupDataStoreSizeUnit String
    Unit of backupDataStoreSize. Allowable values are "GB" (Gigabytes) or "TB" (Terabytes).

    • GB - BackupDataStoreSize is specified in Gigabytes.
    • TB - BackupDataStoreSize is specified in Terabytes.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    dataStoreEncryptionEnabled Boolean
    Whether the datastore is encrypted or not.
    localSnapshotRetentionCount Double
    Number of snapshots that will be retained.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    replicationIntervalInMinutes Double
    Snapshot replication interval.
    replicationPairNamePrefix String
    Replication cluster pairing name prefix.
    snapshotRetentionCount Double
    Number of snapshots that will be retained.
    additionalProperties string
    backupDataStoreName string
    Backup datastore name used during auto creation of the datastore. All Virtual Machines created in this datastore will be automatically backed up.
    backupDataStoreSize number
    Capacity of Backup source datastore.
    backupDataStoreSizeUnit string
    Unit of backupDataStoreSize. Allowable values are "GB" (Gigabytes) or "TB" (Terabytes).

    • GB - BackupDataStoreSize is specified in Gigabytes.
    • TB - BackupDataStoreSize is specified in Terabytes.
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    dataStoreEncryptionEnabled boolean
    Whether the datastore is encrypted or not.
    localSnapshotRetentionCount number
    Number of snapshots that will be retained.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    replicationIntervalInMinutes number
    Snapshot replication interval.
    replicationPairNamePrefix string
    Replication cluster pairing name prefix.
    snapshotRetentionCount number
    Number of snapshots that will be retained.
    additional_properties str
    backup_data_store_name str
    Backup datastore name used during auto creation of the datastore. All Virtual Machines created in this datastore will be automatically backed up.
    backup_data_store_size float
    Capacity of Backup source datastore.
    backup_data_store_size_unit str
    Unit of backupDataStoreSize. Allowable values are "GB" (Gigabytes) or "TB" (Terabytes).

    • GB - BackupDataStoreSize is specified in Gigabytes.
    • TB - BackupDataStoreSize is specified in Terabytes.
    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_store_encryption_enabled bool
    Whether the datastore is encrypted or not.
    local_snapshot_retention_count float
    Number of snapshots that will be retained.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    replication_interval_in_minutes float
    Snapshot replication interval.
    replication_pair_name_prefix str
    Replication cluster pairing name prefix.
    snapshot_retention_count float
    Number of snapshots that will be retained.
    additionalProperties String
    backupDataStoreName String
    Backup datastore name used during auto creation of the datastore. All Virtual Machines created in this datastore will be automatically backed up.
    backupDataStoreSize Number
    Capacity of Backup source datastore.
    backupDataStoreSizeUnit String
    Unit of backupDataStoreSize. Allowable values are "GB" (Gigabytes) or "TB" (Terabytes).

    • GB - BackupDataStoreSize is specified in Gigabytes.
    • TB - BackupDataStoreSize is specified in Terabytes.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    dataStoreEncryptionEnabled Boolean
    Whether the datastore is encrypted or not.
    localSnapshotRetentionCount Number
    Number of snapshots that will be retained.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    replicationIntervalInMinutes Number
    Snapshot replication interval.
    replicationPairNamePrefix String
    Replication cluster pairing name prefix.
    snapshotRetentionCount Number
    Number of snapshots that will be retained.

    GetHyperflexClusterBackupPolicyInventorySrcCluster

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

    GetHyperflexClusterBackupPolicyInventoryTag

    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.

    GetHyperflexClusterBackupPolicyInventoryTgtCluster

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

    GetHyperflexClusterBackupPolicyInventoryVersionContext

    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<GetHyperflexClusterBackupPolicyInventoryVersionContextInterestedMo>
    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
    Version of the Backup Policy.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetHyperflexClusterBackupPolicyInventoryVersionContextRefMo
    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 []GetHyperflexClusterBackupPolicyInventoryVersionContextInterestedMo
    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
    Version of the Backup Policy.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetHyperflexClusterBackupPolicyInventoryVersionContextRefMo
    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<GetHyperflexClusterBackupPolicyInventoryVersionContextInterestedMo>
    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
    Version of the Backup Policy.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetHyperflexClusterBackupPolicyInventoryVersionContextRefMo
    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 GetHyperflexClusterBackupPolicyInventoryVersionContextInterestedMo[]
    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
    Version of the Backup Policy.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetHyperflexClusterBackupPolicyInventoryVersionContextRefMo
    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[GetHyperflexClusterBackupPolicyInventoryVersionContextInterestedMo]
    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
    Version of the Backup Policy.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetHyperflexClusterBackupPolicyInventoryVersionContextRefMo
    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
    Version of the Backup Policy.
    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.

    GetHyperflexClusterBackupPolicyInventoryVersionContextInterestedMo

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

    GetHyperflexClusterBackupPolicyInventoryVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

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