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

intersight.getHyperflexClusterBackupPolicyDeployment

Explore with Pulumi AI

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

    Record of HyperFlex Cluster backup policy deployment.

    Using getHyperflexClusterBackupPolicyDeployment

    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 getHyperflexClusterBackupPolicyDeployment(args: GetHyperflexClusterBackupPolicyDeploymentArgs, opts?: InvokeOptions): Promise<GetHyperflexClusterBackupPolicyDeploymentResult>
    function getHyperflexClusterBackupPolicyDeploymentOutput(args: GetHyperflexClusterBackupPolicyDeploymentOutputArgs, opts?: InvokeOptions): Output<GetHyperflexClusterBackupPolicyDeploymentResult>
    def get_hyperflex_cluster_backup_policy_deployment(account_moid: Optional[str] = None,
                                                       additional_properties: Optional[str] = None,
                                                       ancestors: Optional[Sequence[GetHyperflexClusterBackupPolicyDeploymentAncestor]] = None,
                                                       backup_data_store_name: Optional[str] = None,
                                                       backup_data_store_size: Optional[float] = None,
                                                       backup_data_store_size_unit: Optional[str] = None,
                                                       backup_target: Optional[GetHyperflexClusterBackupPolicyDeploymentBackupTarget] = None,
                                                       class_id: Optional[str] = None,
                                                       create_time: Optional[str] = None,
                                                       data_store_encryption_enabled: Optional[bool] = None,
                                                       description: Optional[str] = None,
                                                       discovered: Optional[bool] = None,
                                                       domain_group_moid: Optional[str] = None,
                                                       id: Optional[str] = None,
                                                       local_snapshot_retention_count: Optional[float] = None,
                                                       mod_time: Optional[str] = None,
                                                       moid: Optional[str] = None,
                                                       name: Optional[str] = None,
                                                       object_type: Optional[str] = None,
                                                       organization: Optional[GetHyperflexClusterBackupPolicyDeploymentOrganization] = None,
                                                       owners: Optional[Sequence[str]] = None,
                                                       parent: Optional[GetHyperflexClusterBackupPolicyDeploymentParent] = None,
                                                       permission_resources: Optional[Sequence[GetHyperflexClusterBackupPolicyDeploymentPermissionResource]] = None,
                                                       policy_moid: Optional[str] = None,
                                                       profile_moid: Optional[str] = None,
                                                       replication_pair_name_prefix: Optional[str] = None,
                                                       replication_schedule: Optional[GetHyperflexClusterBackupPolicyDeploymentReplicationSchedule] = None,
                                                       shared_scope: Optional[str] = None,
                                                       snapshot_retention_count: Optional[float] = None,
                                                       source_cluster: Optional[GetHyperflexClusterBackupPolicyDeploymentSourceCluster] = None,
                                                       source_detached: Optional[bool] = None,
                                                       source_request_id: Optional[str] = None,
                                                       source_uuid: Optional[str] = None,
                                                       tags: Optional[Sequence[GetHyperflexClusterBackupPolicyDeploymentTag]] = None,
                                                       target_detached: Optional[bool] = None,
                                                       target_request_id: Optional[str] = None,
                                                       target_uuid: Optional[str] = None,
                                                       version_context: Optional[GetHyperflexClusterBackupPolicyDeploymentVersionContext] = None,
                                                       opts: Optional[InvokeOptions] = None) -> GetHyperflexClusterBackupPolicyDeploymentResult
    def get_hyperflex_cluster_backup_policy_deployment_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                       additional_properties: Optional[pulumi.Input[str]] = None,
                                                       ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterBackupPolicyDeploymentAncestorArgs]]]] = None,
                                                       backup_data_store_name: Optional[pulumi.Input[str]] = None,
                                                       backup_data_store_size: Optional[pulumi.Input[float]] = None,
                                                       backup_data_store_size_unit: Optional[pulumi.Input[str]] = None,
                                                       backup_target: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyDeploymentBackupTargetArgs]] = None,
                                                       class_id: Optional[pulumi.Input[str]] = None,
                                                       create_time: Optional[pulumi.Input[str]] = None,
                                                       data_store_encryption_enabled: Optional[pulumi.Input[bool]] = None,
                                                       description: Optional[pulumi.Input[str]] = None,
                                                       discovered: Optional[pulumi.Input[bool]] = None,
                                                       domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                       id: Optional[pulumi.Input[str]] = None,
                                                       local_snapshot_retention_count: Optional[pulumi.Input[float]] = None,
                                                       mod_time: Optional[pulumi.Input[str]] = None,
                                                       moid: Optional[pulumi.Input[str]] = None,
                                                       name: Optional[pulumi.Input[str]] = None,
                                                       object_type: Optional[pulumi.Input[str]] = None,
                                                       organization: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyDeploymentOrganizationArgs]] = None,
                                                       owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                       parent: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyDeploymentParentArgs]] = None,
                                                       permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterBackupPolicyDeploymentPermissionResourceArgs]]]] = None,
                                                       policy_moid: Optional[pulumi.Input[str]] = None,
                                                       profile_moid: Optional[pulumi.Input[str]] = None,
                                                       replication_pair_name_prefix: Optional[pulumi.Input[str]] = None,
                                                       replication_schedule: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyDeploymentReplicationScheduleArgs]] = None,
                                                       shared_scope: Optional[pulumi.Input[str]] = None,
                                                       snapshot_retention_count: Optional[pulumi.Input[float]] = None,
                                                       source_cluster: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyDeploymentSourceClusterArgs]] = None,
                                                       source_detached: Optional[pulumi.Input[bool]] = None,
                                                       source_request_id: Optional[pulumi.Input[str]] = None,
                                                       source_uuid: Optional[pulumi.Input[str]] = None,
                                                       tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterBackupPolicyDeploymentTagArgs]]]] = None,
                                                       target_detached: Optional[pulumi.Input[bool]] = None,
                                                       target_request_id: Optional[pulumi.Input[str]] = None,
                                                       target_uuid: Optional[pulumi.Input[str]] = None,
                                                       version_context: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyDeploymentVersionContextArgs]] = None,
                                                       opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexClusterBackupPolicyDeploymentResult]
    func LookupHyperflexClusterBackupPolicyDeployment(ctx *Context, args *LookupHyperflexClusterBackupPolicyDeploymentArgs, opts ...InvokeOption) (*LookupHyperflexClusterBackupPolicyDeploymentResult, error)
    func LookupHyperflexClusterBackupPolicyDeploymentOutput(ctx *Context, args *LookupHyperflexClusterBackupPolicyDeploymentOutputArgs, opts ...InvokeOption) LookupHyperflexClusterBackupPolicyDeploymentResultOutput

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

    public static class GetHyperflexClusterBackupPolicyDeployment 
    {
        public static Task<GetHyperflexClusterBackupPolicyDeploymentResult> InvokeAsync(GetHyperflexClusterBackupPolicyDeploymentArgs args, InvokeOptions? opts = null)
        public static Output<GetHyperflexClusterBackupPolicyDeploymentResult> Invoke(GetHyperflexClusterBackupPolicyDeploymentInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHyperflexClusterBackupPolicyDeploymentResult> getHyperflexClusterBackupPolicyDeployment(GetHyperflexClusterBackupPolicyDeploymentArgs args, InvokeOptions options)
    public static Output<GetHyperflexClusterBackupPolicyDeploymentResult> getHyperflexClusterBackupPolicyDeployment(GetHyperflexClusterBackupPolicyDeploymentArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getHyperflexClusterBackupPolicyDeployment:getHyperflexClusterBackupPolicyDeployment
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexClusterBackupPolicyDeploymentAncestor>
    BackupDataStoreName string
    Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
    BackupDataStoreSize double
    Replication data store size in backupDataStoreSizeUnit.
    BackupDataStoreSizeUnit string
    Replication data store size.
    BackupTarget GetHyperflexClusterBackupPolicyDeploymentBackupTarget
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DataStoreEncryptionEnabled bool
    Whether the datastore is encrypted or not.
    Description string
    Description from corresponding ClusterBackupPolicy.
    Discovered bool
    True if record created by discovery on HyperFlex cluster.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    LocalSnapshotRetentionCount double
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name from corresponding ClusterBackupPolicy.
    ObjectType string
    Organization GetHyperflexClusterBackupPolicyDeploymentOrganization
    Owners List<string>
    Parent GetHyperflexClusterBackupPolicyDeploymentParent
    PermissionResources List<GetHyperflexClusterBackupPolicyDeploymentPermissionResource>
    PolicyMoid string
    Deployed cluster policy moid.
    ProfileMoid string
    Deployed cluster profile moid.
    ReplicationPairNamePrefix string
    Replication cluster pairing name prefix.
    ReplicationSchedule GetHyperflexClusterBackupPolicyDeploymentReplicationSchedule
    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.
    SnapshotRetentionCount double
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    SourceCluster GetHyperflexClusterBackupPolicyDeploymentSourceCluster
    SourceDetached bool
    True if policy was detached from source Hyperflex Cluster.
    SourceRequestId string
    Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
    SourceUuid string
    Uuid of the source Hyperflex Cluster.
    Tags List<GetHyperflexClusterBackupPolicyDeploymentTag>
    TargetDetached bool
    True if policy was detached from target Hyperflex Cluster.
    TargetRequestId string
    Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
    TargetUuid string
    Uuid of the target Hyperflex Cluster.
    VersionContext GetHyperflexClusterBackupPolicyDeploymentVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexClusterBackupPolicyDeploymentAncestor
    BackupDataStoreName string
    Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
    BackupDataStoreSize float64
    Replication data store size in backupDataStoreSizeUnit.
    BackupDataStoreSizeUnit string
    Replication data store size.
    BackupTarget GetHyperflexClusterBackupPolicyDeploymentBackupTarget
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DataStoreEncryptionEnabled bool
    Whether the datastore is encrypted or not.
    Description string
    Description from corresponding ClusterBackupPolicy.
    Discovered bool
    True if record created by discovery on HyperFlex cluster.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    LocalSnapshotRetentionCount float64
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name from corresponding ClusterBackupPolicy.
    ObjectType string
    Organization GetHyperflexClusterBackupPolicyDeploymentOrganization
    Owners []string
    Parent GetHyperflexClusterBackupPolicyDeploymentParent
    PermissionResources []GetHyperflexClusterBackupPolicyDeploymentPermissionResource
    PolicyMoid string
    Deployed cluster policy moid.
    ProfileMoid string
    Deployed cluster profile moid.
    ReplicationPairNamePrefix string
    Replication cluster pairing name prefix.
    ReplicationSchedule GetHyperflexClusterBackupPolicyDeploymentReplicationSchedule
    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.
    SnapshotRetentionCount float64
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    SourceCluster GetHyperflexClusterBackupPolicyDeploymentSourceCluster
    SourceDetached bool
    True if policy was detached from source Hyperflex Cluster.
    SourceRequestId string
    Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
    SourceUuid string
    Uuid of the source Hyperflex Cluster.
    Tags []GetHyperflexClusterBackupPolicyDeploymentTag
    TargetDetached bool
    True if policy was detached from target Hyperflex Cluster.
    TargetRequestId string
    Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
    TargetUuid string
    Uuid of the target Hyperflex Cluster.
    VersionContext GetHyperflexClusterBackupPolicyDeploymentVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexClusterBackupPolicyDeploymentAncestor>
    backupDataStoreName String
    Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
    backupDataStoreSize Double
    Replication data store size in backupDataStoreSizeUnit.
    backupDataStoreSizeUnit String
    Replication data store size.
    backupTarget GetHyperflexClusterBackupPolicyDeploymentBackupTarget
    classId String
    createTime String
    The time when this managed object was created.
    dataStoreEncryptionEnabled Boolean
    Whether the datastore is encrypted or not.
    description String
    Description from corresponding ClusterBackupPolicy.
    discovered Boolean
    True if record created by discovery on HyperFlex cluster.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    localSnapshotRetentionCount Double
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name from corresponding ClusterBackupPolicy.
    objectType String
    organization GetHyperflexClusterBackupPolicyDeploymentOrganization
    owners List<String>
    parent GetHyperflexClusterBackupPolicyDeploymentParent
    permissionResources List<GetHyperflexClusterBackupPolicyDeploymentPermissionResource>
    policyMoid String
    Deployed cluster policy moid.
    profileMoid String
    Deployed cluster profile moid.
    replicationPairNamePrefix String
    Replication cluster pairing name prefix.
    replicationSchedule GetHyperflexClusterBackupPolicyDeploymentReplicationSchedule
    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.
    snapshotRetentionCount Double
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    sourceCluster GetHyperflexClusterBackupPolicyDeploymentSourceCluster
    sourceDetached Boolean
    True if policy was detached from source Hyperflex Cluster.
    sourceRequestId String
    Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
    sourceUuid String
    Uuid of the source Hyperflex Cluster.
    tags List<GetHyperflexClusterBackupPolicyDeploymentTag>
    targetDetached Boolean
    True if policy was detached from target Hyperflex Cluster.
    targetRequestId String
    Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
    targetUuid String
    Uuid of the target Hyperflex Cluster.
    versionContext GetHyperflexClusterBackupPolicyDeploymentVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexClusterBackupPolicyDeploymentAncestor[]
    backupDataStoreName string
    Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
    backupDataStoreSize number
    Replication data store size in backupDataStoreSizeUnit.
    backupDataStoreSizeUnit string
    Replication data store size.
    backupTarget GetHyperflexClusterBackupPolicyDeploymentBackupTarget
    classId string
    createTime string
    The time when this managed object was created.
    dataStoreEncryptionEnabled boolean
    Whether the datastore is encrypted or not.
    description string
    Description from corresponding ClusterBackupPolicy.
    discovered boolean
    True if record created by discovery on HyperFlex cluster.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    localSnapshotRetentionCount number
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name from corresponding ClusterBackupPolicy.
    objectType string
    organization GetHyperflexClusterBackupPolicyDeploymentOrganization
    owners string[]
    parent GetHyperflexClusterBackupPolicyDeploymentParent
    permissionResources GetHyperflexClusterBackupPolicyDeploymentPermissionResource[]
    policyMoid string
    Deployed cluster policy moid.
    profileMoid string
    Deployed cluster profile moid.
    replicationPairNamePrefix string
    Replication cluster pairing name prefix.
    replicationSchedule GetHyperflexClusterBackupPolicyDeploymentReplicationSchedule
    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.
    snapshotRetentionCount number
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    sourceCluster GetHyperflexClusterBackupPolicyDeploymentSourceCluster
    sourceDetached boolean
    True if policy was detached from source Hyperflex Cluster.
    sourceRequestId string
    Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
    sourceUuid string
    Uuid of the source Hyperflex Cluster.
    tags GetHyperflexClusterBackupPolicyDeploymentTag[]
    targetDetached boolean
    True if policy was detached from target Hyperflex Cluster.
    targetRequestId string
    Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
    targetUuid string
    Uuid of the target Hyperflex Cluster.
    versionContext GetHyperflexClusterBackupPolicyDeploymentVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexClusterBackupPolicyDeploymentAncestor]
    backup_data_store_name str
    Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
    backup_data_store_size float
    Replication data store size in backupDataStoreSizeUnit.
    backup_data_store_size_unit str
    Replication data store size.
    backup_target GetHyperflexClusterBackupPolicyDeploymentBackupTarget
    class_id str
    create_time str
    The time when this managed object was created.
    data_store_encryption_enabled bool
    Whether the datastore is encrypted or not.
    description str
    Description from corresponding ClusterBackupPolicy.
    discovered bool
    True if record created by discovery on HyperFlex cluster.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    local_snapshot_retention_count float
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name from corresponding ClusterBackupPolicy.
    object_type str
    organization GetHyperflexClusterBackupPolicyDeploymentOrganization
    owners Sequence[str]
    parent GetHyperflexClusterBackupPolicyDeploymentParent
    permission_resources Sequence[GetHyperflexClusterBackupPolicyDeploymentPermissionResource]
    policy_moid str
    Deployed cluster policy moid.
    profile_moid str
    Deployed cluster profile moid.
    replication_pair_name_prefix str
    Replication cluster pairing name prefix.
    replication_schedule GetHyperflexClusterBackupPolicyDeploymentReplicationSchedule
    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.
    snapshot_retention_count float
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    source_cluster GetHyperflexClusterBackupPolicyDeploymentSourceCluster
    source_detached bool
    True if policy was detached from source Hyperflex Cluster.
    source_request_id str
    Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
    source_uuid str
    Uuid of the source Hyperflex Cluster.
    tags Sequence[GetHyperflexClusterBackupPolicyDeploymentTag]
    target_detached bool
    True if policy was detached from target Hyperflex Cluster.
    target_request_id str
    Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
    target_uuid str
    Uuid of the target Hyperflex Cluster.
    version_context GetHyperflexClusterBackupPolicyDeploymentVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    backupDataStoreName String
    Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
    backupDataStoreSize Number
    Replication data store size in backupDataStoreSizeUnit.
    backupDataStoreSizeUnit String
    Replication data store size.
    backupTarget Property Map
    classId String
    createTime String
    The time when this managed object was created.
    dataStoreEncryptionEnabled Boolean
    Whether the datastore is encrypted or not.
    description String
    Description from corresponding ClusterBackupPolicy.
    discovered Boolean
    True if record created by discovery on HyperFlex cluster.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    localSnapshotRetentionCount Number
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name from corresponding ClusterBackupPolicy.
    objectType String
    organization Property Map
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    policyMoid String
    Deployed cluster policy moid.
    profileMoid String
    Deployed cluster profile moid.
    replicationPairNamePrefix String
    Replication cluster pairing name prefix.
    replicationSchedule 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.
    snapshotRetentionCount Number
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    sourceCluster Property Map
    sourceDetached Boolean
    True if policy was detached from source Hyperflex Cluster.
    sourceRequestId String
    Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
    sourceUuid String
    Uuid of the source Hyperflex Cluster.
    tags List<Property Map>
    targetDetached Boolean
    True if policy was detached from target Hyperflex Cluster.
    targetRequestId String
    Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
    targetUuid String
    Uuid of the target Hyperflex Cluster.
    versionContext Property Map

    getHyperflexClusterBackupPolicyDeployment Result

    The following output properties are available:

    Id string
    Results List<GetHyperflexClusterBackupPolicyDeploymentResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetHyperflexClusterBackupPolicyDeploymentAncestor>
    BackupDataStoreName string
    BackupDataStoreSize double
    BackupDataStoreSizeUnit string
    BackupTarget GetHyperflexClusterBackupPolicyDeploymentBackupTarget
    ClassId string
    CreateTime string
    DataStoreEncryptionEnabled bool
    Description string
    Discovered bool
    DomainGroupMoid string
    LocalSnapshotRetentionCount double
    ModTime string
    Moid string
    Name string
    ObjectType string
    Organization GetHyperflexClusterBackupPolicyDeploymentOrganization
    Owners List<string>
    Parent GetHyperflexClusterBackupPolicyDeploymentParent
    PermissionResources List<GetHyperflexClusterBackupPolicyDeploymentPermissionResource>
    PolicyMoid string
    ProfileMoid string
    ReplicationPairNamePrefix string
    ReplicationSchedule GetHyperflexClusterBackupPolicyDeploymentReplicationSchedule
    SharedScope string
    SnapshotRetentionCount double
    SourceCluster GetHyperflexClusterBackupPolicyDeploymentSourceCluster
    SourceDetached bool
    SourceRequestId string
    SourceUuid string
    Tags List<GetHyperflexClusterBackupPolicyDeploymentTag>
    TargetDetached bool
    TargetRequestId string
    TargetUuid string
    VersionContext GetHyperflexClusterBackupPolicyDeploymentVersionContext
    Id string
    Results []GetHyperflexClusterBackupPolicyDeploymentResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetHyperflexClusterBackupPolicyDeploymentAncestor
    BackupDataStoreName string
    BackupDataStoreSize float64
    BackupDataStoreSizeUnit string
    BackupTarget GetHyperflexClusterBackupPolicyDeploymentBackupTarget
    ClassId string
    CreateTime string
    DataStoreEncryptionEnabled bool
    Description string
    Discovered bool
    DomainGroupMoid string
    LocalSnapshotRetentionCount float64
    ModTime string
    Moid string
    Name string
    ObjectType string
    Organization GetHyperflexClusterBackupPolicyDeploymentOrganization
    Owners []string
    Parent GetHyperflexClusterBackupPolicyDeploymentParent
    PermissionResources []GetHyperflexClusterBackupPolicyDeploymentPermissionResource
    PolicyMoid string
    ProfileMoid string
    ReplicationPairNamePrefix string
    ReplicationSchedule GetHyperflexClusterBackupPolicyDeploymentReplicationSchedule
    SharedScope string
    SnapshotRetentionCount float64
    SourceCluster GetHyperflexClusterBackupPolicyDeploymentSourceCluster
    SourceDetached bool
    SourceRequestId string
    SourceUuid string
    Tags []GetHyperflexClusterBackupPolicyDeploymentTag
    TargetDetached bool
    TargetRequestId string
    TargetUuid string
    VersionContext GetHyperflexClusterBackupPolicyDeploymentVersionContext
    id String
    results List<GetHyperflexClusterBackupPolicyDeploymentResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetHyperflexClusterBackupPolicyDeploymentAncestor>
    backupDataStoreName String
    backupDataStoreSize Double
    backupDataStoreSizeUnit String
    backupTarget GetHyperflexClusterBackupPolicyDeploymentBackupTarget
    classId String
    createTime String
    dataStoreEncryptionEnabled Boolean
    description String
    discovered Boolean
    domainGroupMoid String
    localSnapshotRetentionCount Double
    modTime String
    moid String
    name String
    objectType String
    organization GetHyperflexClusterBackupPolicyDeploymentOrganization
    owners List<String>
    parent GetHyperflexClusterBackupPolicyDeploymentParent
    permissionResources List<GetHyperflexClusterBackupPolicyDeploymentPermissionResource>
    policyMoid String
    profileMoid String
    replicationPairNamePrefix String
    replicationSchedule GetHyperflexClusterBackupPolicyDeploymentReplicationSchedule
    sharedScope String
    snapshotRetentionCount Double
    sourceCluster GetHyperflexClusterBackupPolicyDeploymentSourceCluster
    sourceDetached Boolean
    sourceRequestId String
    sourceUuid String
    tags List<GetHyperflexClusterBackupPolicyDeploymentTag>
    targetDetached Boolean
    targetRequestId String
    targetUuid String
    versionContext GetHyperflexClusterBackupPolicyDeploymentVersionContext
    id string
    results GetHyperflexClusterBackupPolicyDeploymentResult[]
    accountMoid string
    additionalProperties string
    ancestors GetHyperflexClusterBackupPolicyDeploymentAncestor[]
    backupDataStoreName string
    backupDataStoreSize number
    backupDataStoreSizeUnit string
    backupTarget GetHyperflexClusterBackupPolicyDeploymentBackupTarget
    classId string
    createTime string
    dataStoreEncryptionEnabled boolean
    description string
    discovered boolean
    domainGroupMoid string
    localSnapshotRetentionCount number
    modTime string
    moid string
    name string
    objectType string
    organization GetHyperflexClusterBackupPolicyDeploymentOrganization
    owners string[]
    parent GetHyperflexClusterBackupPolicyDeploymentParent
    permissionResources GetHyperflexClusterBackupPolicyDeploymentPermissionResource[]
    policyMoid string
    profileMoid string
    replicationPairNamePrefix string
    replicationSchedule GetHyperflexClusterBackupPolicyDeploymentReplicationSchedule
    sharedScope string
    snapshotRetentionCount number
    sourceCluster GetHyperflexClusterBackupPolicyDeploymentSourceCluster
    sourceDetached boolean
    sourceRequestId string
    sourceUuid string
    tags GetHyperflexClusterBackupPolicyDeploymentTag[]
    targetDetached boolean
    targetRequestId string
    targetUuid string
    versionContext GetHyperflexClusterBackupPolicyDeploymentVersionContext
    id str
    results Sequence[GetHyperflexClusterBackupPolicyDeploymentResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetHyperflexClusterBackupPolicyDeploymentAncestor]
    backup_data_store_name str
    backup_data_store_size float
    backup_data_store_size_unit str
    backup_target GetHyperflexClusterBackupPolicyDeploymentBackupTarget
    class_id str
    create_time str
    data_store_encryption_enabled bool
    description str
    discovered bool
    domain_group_moid str
    local_snapshot_retention_count float
    mod_time str
    moid str
    name str
    object_type str
    organization GetHyperflexClusterBackupPolicyDeploymentOrganization
    owners Sequence[str]
    parent GetHyperflexClusterBackupPolicyDeploymentParent
    permission_resources Sequence[GetHyperflexClusterBackupPolicyDeploymentPermissionResource]
    policy_moid str
    profile_moid str
    replication_pair_name_prefix str
    replication_schedule GetHyperflexClusterBackupPolicyDeploymentReplicationSchedule
    shared_scope str
    snapshot_retention_count float
    source_cluster GetHyperflexClusterBackupPolicyDeploymentSourceCluster
    source_detached bool
    source_request_id str
    source_uuid str
    tags Sequence[GetHyperflexClusterBackupPolicyDeploymentTag]
    target_detached bool
    target_request_id str
    target_uuid str
    version_context GetHyperflexClusterBackupPolicyDeploymentVersionContext
    id String
    results List<Property Map>
    accountMoid String
    additionalProperties String
    ancestors List<Property Map>
    backupDataStoreName String
    backupDataStoreSize Number
    backupDataStoreSizeUnit String
    backupTarget Property Map
    classId String
    createTime String
    dataStoreEncryptionEnabled Boolean
    description String
    discovered Boolean
    domainGroupMoid String
    localSnapshotRetentionCount Number
    modTime String
    moid String
    name String
    objectType String
    organization Property Map
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    policyMoid String
    profileMoid String
    replicationPairNamePrefix String
    replicationSchedule Property Map
    sharedScope String
    snapshotRetentionCount Number
    sourceCluster Property Map
    sourceDetached Boolean
    sourceRequestId String
    sourceUuid String
    tags List<Property Map>
    targetDetached Boolean
    targetRequestId String
    targetUuid String
    versionContext Property Map

    Supporting Types

    GetHyperflexClusterBackupPolicyDeploymentAncestor

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

    GetHyperflexClusterBackupPolicyDeploymentBackupTarget

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

    GetHyperflexClusterBackupPolicyDeploymentOrganization

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

    GetHyperflexClusterBackupPolicyDeploymentParent

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

    GetHyperflexClusterBackupPolicyDeploymentPermissionResource

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

    GetHyperflexClusterBackupPolicyDeploymentReplicationSchedule

    AdditionalProperties string
    BackupInterval double
    Time interval between two copies in minutes.
    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    BackupInterval float64
    Time interval between two copies in minutes.
    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    backupInterval Double
    Time interval between two copies in minutes.
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    backupInterval number
    Time interval between two copies in minutes.
    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.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties str
    backup_interval float
    Time interval between two copies in minutes.
    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.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    backupInterval Number
    Time interval between two copies in minutes.
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetHyperflexClusterBackupPolicyDeploymentResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexClusterBackupPolicyDeploymentResultAncestor>
    BackupDataStoreName string
    Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
    BackupDataStoreSize double
    Replication data store size in backupDataStoreSizeUnit.
    BackupDataStoreSizeUnit string
    Replication data store size.
    BackupTargets List<GetHyperflexClusterBackupPolicyDeploymentResultBackupTarget>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DataStoreEncryptionEnabled bool
    Whether the datastore is encrypted or not.
    Description string
    Description from corresponding ClusterBackupPolicy.
    Discovered bool
    True if record created by discovery on HyperFlex cluster.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    LocalSnapshotRetentionCount double
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name from corresponding ClusterBackupPolicy.
    ObjectType string
    Organizations List<GetHyperflexClusterBackupPolicyDeploymentResultOrganization>
    Owners List<string>
    Parents List<GetHyperflexClusterBackupPolicyDeploymentResultParent>
    PermissionResources List<GetHyperflexClusterBackupPolicyDeploymentResultPermissionResource>
    PolicyMoid string
    Deployed cluster policy moid.
    ProfileMoid string
    Deployed cluster profile moid.
    ReplicationPairNamePrefix string
    Replication cluster pairing name prefix.
    ReplicationSchedules List<GetHyperflexClusterBackupPolicyDeploymentResultReplicationSchedule>
    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.
    SnapshotRetentionCount double
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    SourceClusters List<GetHyperflexClusterBackupPolicyDeploymentResultSourceCluster>
    SourceDetached bool
    True if policy was detached from source Hyperflex Cluster.
    SourceRequestId string
    Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
    SourceUuid string
    Uuid of the source Hyperflex Cluster.
    Tags List<GetHyperflexClusterBackupPolicyDeploymentResultTag>
    TargetDetached bool
    True if policy was detached from target Hyperflex Cluster.
    TargetRequestId string
    Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
    TargetUuid string
    Uuid of the target Hyperflex Cluster.
    VersionContexts List<GetHyperflexClusterBackupPolicyDeploymentResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexClusterBackupPolicyDeploymentResultAncestor
    BackupDataStoreName string
    Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
    BackupDataStoreSize float64
    Replication data store size in backupDataStoreSizeUnit.
    BackupDataStoreSizeUnit string
    Replication data store size.
    BackupTargets []GetHyperflexClusterBackupPolicyDeploymentResultBackupTarget
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DataStoreEncryptionEnabled bool
    Whether the datastore is encrypted or not.
    Description string
    Description from corresponding ClusterBackupPolicy.
    Discovered bool
    True if record created by discovery on HyperFlex cluster.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    LocalSnapshotRetentionCount float64
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name from corresponding ClusterBackupPolicy.
    ObjectType string
    Organizations []GetHyperflexClusterBackupPolicyDeploymentResultOrganization
    Owners []string
    Parents []GetHyperflexClusterBackupPolicyDeploymentResultParent
    PermissionResources []GetHyperflexClusterBackupPolicyDeploymentResultPermissionResource
    PolicyMoid string
    Deployed cluster policy moid.
    ProfileMoid string
    Deployed cluster profile moid.
    ReplicationPairNamePrefix string
    Replication cluster pairing name prefix.
    ReplicationSchedules []GetHyperflexClusterBackupPolicyDeploymentResultReplicationSchedule
    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.
    SnapshotRetentionCount float64
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    SourceClusters []GetHyperflexClusterBackupPolicyDeploymentResultSourceCluster
    SourceDetached bool
    True if policy was detached from source Hyperflex Cluster.
    SourceRequestId string
    Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
    SourceUuid string
    Uuid of the source Hyperflex Cluster.
    Tags []GetHyperflexClusterBackupPolicyDeploymentResultTag
    TargetDetached bool
    True if policy was detached from target Hyperflex Cluster.
    TargetRequestId string
    Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
    TargetUuid string
    Uuid of the target Hyperflex Cluster.
    VersionContexts []GetHyperflexClusterBackupPolicyDeploymentResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexClusterBackupPolicyDeploymentResultAncestor>
    backupDataStoreName String
    Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
    backupDataStoreSize Double
    Replication data store size in backupDataStoreSizeUnit.
    backupDataStoreSizeUnit String
    Replication data store size.
    backupTargets List<GetHyperflexClusterBackupPolicyDeploymentResultBackupTarget>
    classId String
    createTime String
    The time when this managed object was created.
    dataStoreEncryptionEnabled Boolean
    Whether the datastore is encrypted or not.
    description String
    Description from corresponding ClusterBackupPolicy.
    discovered Boolean
    True if record created by discovery on HyperFlex cluster.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    localSnapshotRetentionCount Double
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name from corresponding ClusterBackupPolicy.
    objectType String
    organizations List<GetHyperflexClusterBackupPolicyDeploymentResultOrganization>
    owners List<String>
    parents List<GetHyperflexClusterBackupPolicyDeploymentResultParent>
    permissionResources List<GetHyperflexClusterBackupPolicyDeploymentResultPermissionResource>
    policyMoid String
    Deployed cluster policy moid.
    profileMoid String
    Deployed cluster profile moid.
    replicationPairNamePrefix String
    Replication cluster pairing name prefix.
    replicationSchedules List<GetHyperflexClusterBackupPolicyDeploymentResultReplicationSchedule>
    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.
    snapshotRetentionCount Double
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    sourceClusters List<GetHyperflexClusterBackupPolicyDeploymentResultSourceCluster>
    sourceDetached Boolean
    True if policy was detached from source Hyperflex Cluster.
    sourceRequestId String
    Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
    sourceUuid String
    Uuid of the source Hyperflex Cluster.
    tags List<GetHyperflexClusterBackupPolicyDeploymentResultTag>
    targetDetached Boolean
    True if policy was detached from target Hyperflex Cluster.
    targetRequestId String
    Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
    targetUuid String
    Uuid of the target Hyperflex Cluster.
    versionContexts List<GetHyperflexClusterBackupPolicyDeploymentResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexClusterBackupPolicyDeploymentResultAncestor[]
    backupDataStoreName string
    Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
    backupDataStoreSize number
    Replication data store size in backupDataStoreSizeUnit.
    backupDataStoreSizeUnit string
    Replication data store size.
    backupTargets GetHyperflexClusterBackupPolicyDeploymentResultBackupTarget[]
    classId string
    createTime string
    The time when this managed object was created.
    dataStoreEncryptionEnabled boolean
    Whether the datastore is encrypted or not.
    description string
    Description from corresponding ClusterBackupPolicy.
    discovered boolean
    True if record created by discovery on HyperFlex cluster.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    localSnapshotRetentionCount number
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name from corresponding ClusterBackupPolicy.
    objectType string
    organizations GetHyperflexClusterBackupPolicyDeploymentResultOrganization[]
    owners string[]
    parents GetHyperflexClusterBackupPolicyDeploymentResultParent[]
    permissionResources GetHyperflexClusterBackupPolicyDeploymentResultPermissionResource[]
    policyMoid string
    Deployed cluster policy moid.
    profileMoid string
    Deployed cluster profile moid.
    replicationPairNamePrefix string
    Replication cluster pairing name prefix.
    replicationSchedules GetHyperflexClusterBackupPolicyDeploymentResultReplicationSchedule[]
    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.
    snapshotRetentionCount number
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    sourceClusters GetHyperflexClusterBackupPolicyDeploymentResultSourceCluster[]
    sourceDetached boolean
    True if policy was detached from source Hyperflex Cluster.
    sourceRequestId string
    Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
    sourceUuid string
    Uuid of the source Hyperflex Cluster.
    tags GetHyperflexClusterBackupPolicyDeploymentResultTag[]
    targetDetached boolean
    True if policy was detached from target Hyperflex Cluster.
    targetRequestId string
    Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
    targetUuid string
    Uuid of the target Hyperflex Cluster.
    versionContexts GetHyperflexClusterBackupPolicyDeploymentResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexClusterBackupPolicyDeploymentResultAncestor]
    backup_data_store_name str
    Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
    backup_data_store_size float
    Replication data store size in backupDataStoreSizeUnit.
    backup_data_store_size_unit str
    Replication data store size.
    backup_targets Sequence[GetHyperflexClusterBackupPolicyDeploymentResultBackupTarget]
    class_id str
    create_time str
    The time when this managed object was created.
    data_store_encryption_enabled bool
    Whether the datastore is encrypted or not.
    description str
    Description from corresponding ClusterBackupPolicy.
    discovered bool
    True if record created by discovery on HyperFlex cluster.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    local_snapshot_retention_count float
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name from corresponding ClusterBackupPolicy.
    object_type str
    organizations Sequence[GetHyperflexClusterBackupPolicyDeploymentResultOrganization]
    owners Sequence[str]
    parents Sequence[GetHyperflexClusterBackupPolicyDeploymentResultParent]
    permission_resources Sequence[GetHyperflexClusterBackupPolicyDeploymentResultPermissionResource]
    policy_moid str
    Deployed cluster policy moid.
    profile_moid str
    Deployed cluster profile moid.
    replication_pair_name_prefix str
    Replication cluster pairing name prefix.
    replication_schedules Sequence[GetHyperflexClusterBackupPolicyDeploymentResultReplicationSchedule]
    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.
    snapshot_retention_count float
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    source_clusters Sequence[GetHyperflexClusterBackupPolicyDeploymentResultSourceCluster]
    source_detached bool
    True if policy was detached from source Hyperflex Cluster.
    source_request_id str
    Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
    source_uuid str
    Uuid of the source Hyperflex Cluster.
    tags Sequence[GetHyperflexClusterBackupPolicyDeploymentResultTag]
    target_detached bool
    True if policy was detached from target Hyperflex Cluster.
    target_request_id str
    Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
    target_uuid str
    Uuid of the target Hyperflex Cluster.
    version_contexts Sequence[GetHyperflexClusterBackupPolicyDeploymentResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    backupDataStoreName String
    Backup data store name used during the auto creation of the datastore. All VMs created in this data store will be automatically backed up.
    backupDataStoreSize Number
    Replication data store size in backupDataStoreSizeUnit.
    backupDataStoreSizeUnit String
    Replication data store size.
    backupTargets List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    dataStoreEncryptionEnabled Boolean
    Whether the datastore is encrypted or not.
    description String
    Description from corresponding ClusterBackupPolicy.
    discovered Boolean
    True if record created by discovery on HyperFlex cluster.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    localSnapshotRetentionCount Number
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name from corresponding ClusterBackupPolicy.
    objectType String
    organizations List<Property Map>
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    policyMoid String
    Deployed cluster policy moid.
    profileMoid String
    Deployed cluster profile moid.
    replicationPairNamePrefix String
    Replication cluster pairing name prefix.
    replicationSchedules 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.
    snapshotRetentionCount Number
    Number of snapshots that will be retained as part of the Multi Point in Time support.
    sourceClusters List<Property Map>
    sourceDetached Boolean
    True if policy was detached from source Hyperflex Cluster.
    sourceRequestId String
    Unique source cluster request ID allowing retry of the same logical request following a transient communication failure.
    sourceUuid String
    Uuid of the source Hyperflex Cluster.
    tags List<Property Map>
    targetDetached Boolean
    True if policy was detached from target Hyperflex Cluster.
    targetRequestId String
    Unique target cluster request ID allowing retry of the same logical request following a transient communication failure.
    targetUuid String
    Uuid of the target Hyperflex Cluster.
    versionContexts List<Property Map>

    GetHyperflexClusterBackupPolicyDeploymentResultAncestor

    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

    GetHyperflexClusterBackupPolicyDeploymentResultBackupTarget

    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

    GetHyperflexClusterBackupPolicyDeploymentResultOrganization

    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

    GetHyperflexClusterBackupPolicyDeploymentResultParent

    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

    GetHyperflexClusterBackupPolicyDeploymentResultPermissionResource

    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

    GetHyperflexClusterBackupPolicyDeploymentResultReplicationSchedule

    GetHyperflexClusterBackupPolicyDeploymentResultSourceCluster

    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

    GetHyperflexClusterBackupPolicyDeploymentResultTag

    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

    GetHyperflexClusterBackupPolicyDeploymentResultVersionContext

    GetHyperflexClusterBackupPolicyDeploymentResultVersionContextInterestedMo

    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

    GetHyperflexClusterBackupPolicyDeploymentResultVersionContextRefMo

    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

    GetHyperflexClusterBackupPolicyDeploymentSourceCluster

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

    GetHyperflexClusterBackupPolicyDeploymentTag

    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.

    GetHyperflexClusterBackupPolicyDeploymentVersionContext

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

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

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

    GetHyperflexClusterBackupPolicyDeploymentVersionContextInterestedMo

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

    GetHyperflexClusterBackupPolicyDeploymentVersionContextRefMo

    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