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

intersight.getHyperflexClusterBackupPolicy

Explore with Pulumi AI

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

    Specifies cluster backup configuration for a HyperFlex Cluster.

    Using getHyperflexClusterBackupPolicy

    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 getHyperflexClusterBackupPolicy(args: GetHyperflexClusterBackupPolicyArgs, opts?: InvokeOptions): Promise<GetHyperflexClusterBackupPolicyResult>
    function getHyperflexClusterBackupPolicyOutput(args: GetHyperflexClusterBackupPolicyOutputArgs, opts?: InvokeOptions): Output<GetHyperflexClusterBackupPolicyResult>
    def get_hyperflex_cluster_backup_policy(account_moid: Optional[str] = None,
                                            additional_properties: Optional[str] = None,
                                            ancestors: Optional[Sequence[GetHyperflexClusterBackupPolicyAncestor]] = 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[GetHyperflexClusterBackupPolicyBackupTarget] = None,
                                            class_id: Optional[str] = None,
                                            cluster_profiles: Optional[Sequence[GetHyperflexClusterBackupPolicyClusterProfile]] = None,
                                            create_time: Optional[str] = None,
                                            data_store_encryption_enabled: Optional[bool] = None,
                                            description: Optional[str] = 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[GetHyperflexClusterBackupPolicyOrganization] = None,
                                            owners: Optional[Sequence[str]] = None,
                                            parent: Optional[GetHyperflexClusterBackupPolicyParent] = None,
                                            permission_resources: Optional[Sequence[GetHyperflexClusterBackupPolicyPermissionResource]] = None,
                                            replication_pair_name_prefix: Optional[str] = None,
                                            replication_schedule: Optional[GetHyperflexClusterBackupPolicyReplicationSchedule] = None,
                                            shared_scope: Optional[str] = None,
                                            snapshot_retention_count: Optional[float] = None,
                                            tags: Optional[Sequence[GetHyperflexClusterBackupPolicyTag]] = None,
                                            version_context: Optional[GetHyperflexClusterBackupPolicyVersionContext] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetHyperflexClusterBackupPolicyResult
    def get_hyperflex_cluster_backup_policy_output(account_moid: Optional[pulumi.Input[str]] = None,
                                            additional_properties: Optional[pulumi.Input[str]] = None,
                                            ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterBackupPolicyAncestorArgs]]]] = 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[GetHyperflexClusterBackupPolicyBackupTargetArgs]] = None,
                                            class_id: Optional[pulumi.Input[str]] = None,
                                            cluster_profiles: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterBackupPolicyClusterProfileArgs]]]] = None,
                                            create_time: Optional[pulumi.Input[str]] = None,
                                            data_store_encryption_enabled: Optional[pulumi.Input[bool]] = None,
                                            description: Optional[pulumi.Input[str]] = 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[GetHyperflexClusterBackupPolicyOrganizationArgs]] = None,
                                            owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                            parent: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyParentArgs]] = None,
                                            permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterBackupPolicyPermissionResourceArgs]]]] = None,
                                            replication_pair_name_prefix: Optional[pulumi.Input[str]] = None,
                                            replication_schedule: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyReplicationScheduleArgs]] = None,
                                            shared_scope: Optional[pulumi.Input[str]] = None,
                                            snapshot_retention_count: Optional[pulumi.Input[float]] = None,
                                            tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterBackupPolicyTagArgs]]]] = None,
                                            version_context: Optional[pulumi.Input[GetHyperflexClusterBackupPolicyVersionContextArgs]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexClusterBackupPolicyResult]
    func LookupHyperflexClusterBackupPolicy(ctx *Context, args *LookupHyperflexClusterBackupPolicyArgs, opts ...InvokeOption) (*LookupHyperflexClusterBackupPolicyResult, error)
    func LookupHyperflexClusterBackupPolicyOutput(ctx *Context, args *LookupHyperflexClusterBackupPolicyOutputArgs, opts ...InvokeOption) LookupHyperflexClusterBackupPolicyResultOutput

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

    public static class GetHyperflexClusterBackupPolicy 
    {
        public static Task<GetHyperflexClusterBackupPolicyResult> InvokeAsync(GetHyperflexClusterBackupPolicyArgs args, InvokeOptions? opts = null)
        public static Output<GetHyperflexClusterBackupPolicyResult> Invoke(GetHyperflexClusterBackupPolicyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHyperflexClusterBackupPolicyResult> getHyperflexClusterBackupPolicy(GetHyperflexClusterBackupPolicyArgs args, InvokeOptions options)
    public static Output<GetHyperflexClusterBackupPolicyResult> getHyperflexClusterBackupPolicy(GetHyperflexClusterBackupPolicyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getHyperflexClusterBackupPolicy:getHyperflexClusterBackupPolicy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexClusterBackupPolicyAncestor>
    BackupDataStoreName string
    Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore will be automatically backed up.
    BackupDataStoreSize double
    Replication data store size in backupDataStoreSizeUnit.
    BackupDataStoreSizeUnit string
    Replication data store size.
    BackupTarget GetHyperflexClusterBackupPolicyBackupTarget
    ClassId string
    ClusterProfiles List<GetHyperflexClusterBackupPolicyClusterProfile>
    CreateTime string
    The time when this managed object was created.
    DataStoreEncryptionEnabled bool
    Whether the datastore is encrypted or not.
    Description string
    Description of the policy.
    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 of the concrete policy.
    ObjectType string
    Organization GetHyperflexClusterBackupPolicyOrganization
    Owners List<string>
    Parent GetHyperflexClusterBackupPolicyParent
    PermissionResources List<GetHyperflexClusterBackupPolicyPermissionResource>
    ReplicationPairNamePrefix string
    Replication cluster pairing name prefix.
    ReplicationSchedule GetHyperflexClusterBackupPolicyReplicationSchedule
    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.
    Tags List<GetHyperflexClusterBackupPolicyTag>
    VersionContext GetHyperflexClusterBackupPolicyVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexClusterBackupPolicyAncestor
    BackupDataStoreName string
    Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore will be automatically backed up.
    BackupDataStoreSize float64
    Replication data store size in backupDataStoreSizeUnit.
    BackupDataStoreSizeUnit string
    Replication data store size.
    BackupTarget GetHyperflexClusterBackupPolicyBackupTarget
    ClassId string
    ClusterProfiles []GetHyperflexClusterBackupPolicyClusterProfile
    CreateTime string
    The time when this managed object was created.
    DataStoreEncryptionEnabled bool
    Whether the datastore is encrypted or not.
    Description string
    Description of the policy.
    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 of the concrete policy.
    ObjectType string
    Organization GetHyperflexClusterBackupPolicyOrganization
    Owners []string
    Parent GetHyperflexClusterBackupPolicyParent
    PermissionResources []GetHyperflexClusterBackupPolicyPermissionResource
    ReplicationPairNamePrefix string
    Replication cluster pairing name prefix.
    ReplicationSchedule GetHyperflexClusterBackupPolicyReplicationSchedule
    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.
    Tags []GetHyperflexClusterBackupPolicyTag
    VersionContext GetHyperflexClusterBackupPolicyVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexClusterBackupPolicyAncestor>
    backupDataStoreName String
    Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore will be automatically backed up.
    backupDataStoreSize Double
    Replication data store size in backupDataStoreSizeUnit.
    backupDataStoreSizeUnit String
    Replication data store size.
    backupTarget GetHyperflexClusterBackupPolicyBackupTarget
    classId String
    clusterProfiles List<GetHyperflexClusterBackupPolicyClusterProfile>
    createTime String
    The time when this managed object was created.
    dataStoreEncryptionEnabled Boolean
    Whether the datastore is encrypted or not.
    description String
    Description of the policy.
    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 of the concrete policy.
    objectType String
    organization GetHyperflexClusterBackupPolicyOrganization
    owners List<String>
    parent GetHyperflexClusterBackupPolicyParent
    permissionResources List<GetHyperflexClusterBackupPolicyPermissionResource>
    replicationPairNamePrefix String
    Replication cluster pairing name prefix.
    replicationSchedule GetHyperflexClusterBackupPolicyReplicationSchedule
    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.
    tags List<GetHyperflexClusterBackupPolicyTag>
    versionContext GetHyperflexClusterBackupPolicyVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexClusterBackupPolicyAncestor[]
    backupDataStoreName string
    Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore will be automatically backed up.
    backupDataStoreSize number
    Replication data store size in backupDataStoreSizeUnit.
    backupDataStoreSizeUnit string
    Replication data store size.
    backupTarget GetHyperflexClusterBackupPolicyBackupTarget
    classId string
    clusterProfiles GetHyperflexClusterBackupPolicyClusterProfile[]
    createTime string
    The time when this managed object was created.
    dataStoreEncryptionEnabled boolean
    Whether the datastore is encrypted or not.
    description string
    Description of the policy.
    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 of the concrete policy.
    objectType string
    organization GetHyperflexClusterBackupPolicyOrganization
    owners string[]
    parent GetHyperflexClusterBackupPolicyParent
    permissionResources GetHyperflexClusterBackupPolicyPermissionResource[]
    replicationPairNamePrefix string
    Replication cluster pairing name prefix.
    replicationSchedule GetHyperflexClusterBackupPolicyReplicationSchedule
    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.
    tags GetHyperflexClusterBackupPolicyTag[]
    versionContext GetHyperflexClusterBackupPolicyVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexClusterBackupPolicyAncestor]
    backup_data_store_name str
    Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore 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 GetHyperflexClusterBackupPolicyBackupTarget
    class_id str
    cluster_profiles Sequence[GetHyperflexClusterBackupPolicyClusterProfile]
    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 of the policy.
    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 of the concrete policy.
    object_type str
    organization GetHyperflexClusterBackupPolicyOrganization
    owners Sequence[str]
    parent GetHyperflexClusterBackupPolicyParent
    permission_resources Sequence[GetHyperflexClusterBackupPolicyPermissionResource]
    replication_pair_name_prefix str
    Replication cluster pairing name prefix.
    replication_schedule GetHyperflexClusterBackupPolicyReplicationSchedule
    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.
    tags Sequence[GetHyperflexClusterBackupPolicyTag]
    version_context GetHyperflexClusterBackupPolicyVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    backupDataStoreName String
    Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore will be automatically backed up.
    backupDataStoreSize Number
    Replication data store size in backupDataStoreSizeUnit.
    backupDataStoreSizeUnit String
    Replication data store size.
    backupTarget Property Map
    classId String
    clusterProfiles List<Property Map>
    createTime String
    The time when this managed object was created.
    dataStoreEncryptionEnabled Boolean
    Whether the datastore is encrypted or not.
    description String
    Description of the policy.
    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 of the concrete policy.
    objectType String
    organization Property Map
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    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.
    tags List<Property Map>
    versionContext Property Map

    getHyperflexClusterBackupPolicy Result

    The following output properties are available:

    Id string
    Results List<GetHyperflexClusterBackupPolicyResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetHyperflexClusterBackupPolicyAncestor>
    BackupDataStoreName string
    BackupDataStoreSize double
    BackupDataStoreSizeUnit string
    BackupTarget GetHyperflexClusterBackupPolicyBackupTarget
    ClassId string
    ClusterProfiles List<GetHyperflexClusterBackupPolicyClusterProfile>
    CreateTime string
    DataStoreEncryptionEnabled bool
    Description string
    DomainGroupMoid string
    LocalSnapshotRetentionCount double
    ModTime string
    Moid string
    Name string
    ObjectType string
    Organization GetHyperflexClusterBackupPolicyOrganization
    Owners List<string>
    Parent GetHyperflexClusterBackupPolicyParent
    PermissionResources List<GetHyperflexClusterBackupPolicyPermissionResource>
    ReplicationPairNamePrefix string
    ReplicationSchedule GetHyperflexClusterBackupPolicyReplicationSchedule
    SharedScope string
    SnapshotRetentionCount double
    Tags List<GetHyperflexClusterBackupPolicyTag>
    VersionContext GetHyperflexClusterBackupPolicyVersionContext
    Id string
    Results []GetHyperflexClusterBackupPolicyResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetHyperflexClusterBackupPolicyAncestor
    BackupDataStoreName string
    BackupDataStoreSize float64
    BackupDataStoreSizeUnit string
    BackupTarget GetHyperflexClusterBackupPolicyBackupTarget
    ClassId string
    ClusterProfiles []GetHyperflexClusterBackupPolicyClusterProfile
    CreateTime string
    DataStoreEncryptionEnabled bool
    Description string
    DomainGroupMoid string
    LocalSnapshotRetentionCount float64
    ModTime string
    Moid string
    Name string
    ObjectType string
    Organization GetHyperflexClusterBackupPolicyOrganization
    Owners []string
    Parent GetHyperflexClusterBackupPolicyParent
    PermissionResources []GetHyperflexClusterBackupPolicyPermissionResource
    ReplicationPairNamePrefix string
    ReplicationSchedule GetHyperflexClusterBackupPolicyReplicationSchedule
    SharedScope string
    SnapshotRetentionCount float64
    Tags []GetHyperflexClusterBackupPolicyTag
    VersionContext GetHyperflexClusterBackupPolicyVersionContext
    id String
    results List<GetHyperflexClusterBackupPolicyResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetHyperflexClusterBackupPolicyAncestor>
    backupDataStoreName String
    backupDataStoreSize Double
    backupDataStoreSizeUnit String
    backupTarget GetHyperflexClusterBackupPolicyBackupTarget
    classId String
    clusterProfiles List<GetHyperflexClusterBackupPolicyClusterProfile>
    createTime String
    dataStoreEncryptionEnabled Boolean
    description String
    domainGroupMoid String
    localSnapshotRetentionCount Double
    modTime String
    moid String
    name String
    objectType String
    organization GetHyperflexClusterBackupPolicyOrganization
    owners List<String>
    parent GetHyperflexClusterBackupPolicyParent
    permissionResources List<GetHyperflexClusterBackupPolicyPermissionResource>
    replicationPairNamePrefix String
    replicationSchedule GetHyperflexClusterBackupPolicyReplicationSchedule
    sharedScope String
    snapshotRetentionCount Double
    tags List<GetHyperflexClusterBackupPolicyTag>
    versionContext GetHyperflexClusterBackupPolicyVersionContext
    id string
    results GetHyperflexClusterBackupPolicyResult[]
    accountMoid string
    additionalProperties string
    ancestors GetHyperflexClusterBackupPolicyAncestor[]
    backupDataStoreName string
    backupDataStoreSize number
    backupDataStoreSizeUnit string
    backupTarget GetHyperflexClusterBackupPolicyBackupTarget
    classId string
    clusterProfiles GetHyperflexClusterBackupPolicyClusterProfile[]
    createTime string
    dataStoreEncryptionEnabled boolean
    description string
    domainGroupMoid string
    localSnapshotRetentionCount number
    modTime string
    moid string
    name string
    objectType string
    organization GetHyperflexClusterBackupPolicyOrganization
    owners string[]
    parent GetHyperflexClusterBackupPolicyParent
    permissionResources GetHyperflexClusterBackupPolicyPermissionResource[]
    replicationPairNamePrefix string
    replicationSchedule GetHyperflexClusterBackupPolicyReplicationSchedule
    sharedScope string
    snapshotRetentionCount number
    tags GetHyperflexClusterBackupPolicyTag[]
    versionContext GetHyperflexClusterBackupPolicyVersionContext
    id str
    results Sequence[GetHyperflexClusterBackupPolicyResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetHyperflexClusterBackupPolicyAncestor]
    backup_data_store_name str
    backup_data_store_size float
    backup_data_store_size_unit str
    backup_target GetHyperflexClusterBackupPolicyBackupTarget
    class_id str
    cluster_profiles Sequence[GetHyperflexClusterBackupPolicyClusterProfile]
    create_time str
    data_store_encryption_enabled bool
    description str
    domain_group_moid str
    local_snapshot_retention_count float
    mod_time str
    moid str
    name str
    object_type str
    organization GetHyperflexClusterBackupPolicyOrganization
    owners Sequence[str]
    parent GetHyperflexClusterBackupPolicyParent
    permission_resources Sequence[GetHyperflexClusterBackupPolicyPermissionResource]
    replication_pair_name_prefix str
    replication_schedule GetHyperflexClusterBackupPolicyReplicationSchedule
    shared_scope str
    snapshot_retention_count float
    tags Sequence[GetHyperflexClusterBackupPolicyTag]
    version_context GetHyperflexClusterBackupPolicyVersionContext

    Supporting Types

    GetHyperflexClusterBackupPolicyAncestor

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

    GetHyperflexClusterBackupPolicyBackupTarget

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

    GetHyperflexClusterBackupPolicyClusterProfile

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

    GetHyperflexClusterBackupPolicyOrganization

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

    GetHyperflexClusterBackupPolicyParent

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

    GetHyperflexClusterBackupPolicyPermissionResource

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

    GetHyperflexClusterBackupPolicyReplicationSchedule

    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.

    GetHyperflexClusterBackupPolicyResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexClusterBackupPolicyResultAncestor>
    BackupDataStoreName string
    Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore will be automatically backed up.
    BackupDataStoreSize double
    Replication data store size in backupDataStoreSizeUnit.
    BackupDataStoreSizeUnit string
    Replication data store size.
    BackupTargets List<GetHyperflexClusterBackupPolicyResultBackupTarget>
    ClassId string
    ClusterProfiles List<GetHyperflexClusterBackupPolicyResultClusterProfile>
    CreateTime string
    The time when this managed object was created.
    DataStoreEncryptionEnabled bool
    Whether the datastore is encrypted or not.
    Description string
    Description of the policy.
    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 of the concrete policy.
    ObjectType string
    Organizations List<GetHyperflexClusterBackupPolicyResultOrganization>
    Owners List<string>
    Parents List<GetHyperflexClusterBackupPolicyResultParent>
    PermissionResources List<GetHyperflexClusterBackupPolicyResultPermissionResource>
    ReplicationPairNamePrefix string
    Replication cluster pairing name prefix.
    ReplicationSchedules List<GetHyperflexClusterBackupPolicyResultReplicationSchedule>
    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.
    Tags List<GetHyperflexClusterBackupPolicyResultTag>
    VersionContexts List<GetHyperflexClusterBackupPolicyResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexClusterBackupPolicyResultAncestor
    BackupDataStoreName string
    Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore will be automatically backed up.
    BackupDataStoreSize float64
    Replication data store size in backupDataStoreSizeUnit.
    BackupDataStoreSizeUnit string
    Replication data store size.
    BackupTargets []GetHyperflexClusterBackupPolicyResultBackupTarget
    ClassId string
    ClusterProfiles []GetHyperflexClusterBackupPolicyResultClusterProfile
    CreateTime string
    The time when this managed object was created.
    DataStoreEncryptionEnabled bool
    Whether the datastore is encrypted or not.
    Description string
    Description of the policy.
    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 of the concrete policy.
    ObjectType string
    Organizations []GetHyperflexClusterBackupPolicyResultOrganization
    Owners []string
    Parents []GetHyperflexClusterBackupPolicyResultParent
    PermissionResources []GetHyperflexClusterBackupPolicyResultPermissionResource
    ReplicationPairNamePrefix string
    Replication cluster pairing name prefix.
    ReplicationSchedules []GetHyperflexClusterBackupPolicyResultReplicationSchedule
    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.
    Tags []GetHyperflexClusterBackupPolicyResultTag
    VersionContexts []GetHyperflexClusterBackupPolicyResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexClusterBackupPolicyResultAncestor>
    backupDataStoreName String
    Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore will be automatically backed up.
    backupDataStoreSize Double
    Replication data store size in backupDataStoreSizeUnit.
    backupDataStoreSizeUnit String
    Replication data store size.
    backupTargets List<GetHyperflexClusterBackupPolicyResultBackupTarget>
    classId String
    clusterProfiles List<GetHyperflexClusterBackupPolicyResultClusterProfile>
    createTime String
    The time when this managed object was created.
    dataStoreEncryptionEnabled Boolean
    Whether the datastore is encrypted or not.
    description String
    Description of the policy.
    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 of the concrete policy.
    objectType String
    organizations List<GetHyperflexClusterBackupPolicyResultOrganization>
    owners List<String>
    parents List<GetHyperflexClusterBackupPolicyResultParent>
    permissionResources List<GetHyperflexClusterBackupPolicyResultPermissionResource>
    replicationPairNamePrefix String
    Replication cluster pairing name prefix.
    replicationSchedules List<GetHyperflexClusterBackupPolicyResultReplicationSchedule>
    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.
    tags List<GetHyperflexClusterBackupPolicyResultTag>
    versionContexts List<GetHyperflexClusterBackupPolicyResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexClusterBackupPolicyResultAncestor[]
    backupDataStoreName string
    Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore will be automatically backed up.
    backupDataStoreSize number
    Replication data store size in backupDataStoreSizeUnit.
    backupDataStoreSizeUnit string
    Replication data store size.
    backupTargets GetHyperflexClusterBackupPolicyResultBackupTarget[]
    classId string
    clusterProfiles GetHyperflexClusterBackupPolicyResultClusterProfile[]
    createTime string
    The time when this managed object was created.
    dataStoreEncryptionEnabled boolean
    Whether the datastore is encrypted or not.
    description string
    Description of the policy.
    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 of the concrete policy.
    objectType string
    organizations GetHyperflexClusterBackupPolicyResultOrganization[]
    owners string[]
    parents GetHyperflexClusterBackupPolicyResultParent[]
    permissionResources GetHyperflexClusterBackupPolicyResultPermissionResource[]
    replicationPairNamePrefix string
    Replication cluster pairing name prefix.
    replicationSchedules GetHyperflexClusterBackupPolicyResultReplicationSchedule[]
    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.
    tags GetHyperflexClusterBackupPolicyResultTag[]
    versionContexts GetHyperflexClusterBackupPolicyResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexClusterBackupPolicyResultAncestor]
    backup_data_store_name str
    Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore 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[GetHyperflexClusterBackupPolicyResultBackupTarget]
    class_id str
    cluster_profiles Sequence[GetHyperflexClusterBackupPolicyResultClusterProfile]
    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 of the policy.
    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 of the concrete policy.
    object_type str
    organizations Sequence[GetHyperflexClusterBackupPolicyResultOrganization]
    owners Sequence[str]
    parents Sequence[GetHyperflexClusterBackupPolicyResultParent]
    permission_resources Sequence[GetHyperflexClusterBackupPolicyResultPermissionResource]
    replication_pair_name_prefix str
    Replication cluster pairing name prefix.
    replication_schedules Sequence[GetHyperflexClusterBackupPolicyResultReplicationSchedule]
    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.
    tags Sequence[GetHyperflexClusterBackupPolicyResultTag]
    version_contexts Sequence[GetHyperflexClusterBackupPolicyResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    backupDataStoreName String
    Backup datastore name prefix used during the auto creation of the datastore. All VMs created in this datastore 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
    clusterProfiles List<Property Map>
    createTime String
    The time when this managed object was created.
    dataStoreEncryptionEnabled Boolean
    Whether the datastore is encrypted or not.
    description String
    Description of the policy.
    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 of the concrete policy.
    objectType String
    organizations List<Property Map>
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    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.
    tags List<Property Map>
    versionContexts List<Property Map>

    GetHyperflexClusterBackupPolicyResultAncestor

    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

    GetHyperflexClusterBackupPolicyResultBackupTarget

    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

    GetHyperflexClusterBackupPolicyResultClusterProfile

    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

    GetHyperflexClusterBackupPolicyResultOrganization

    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

    GetHyperflexClusterBackupPolicyResultParent

    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

    GetHyperflexClusterBackupPolicyResultPermissionResource

    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

    GetHyperflexClusterBackupPolicyResultReplicationSchedule

    GetHyperflexClusterBackupPolicyResultTag

    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

    GetHyperflexClusterBackupPolicyResultVersionContext

    GetHyperflexClusterBackupPolicyResultVersionContextInterestedMo

    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

    GetHyperflexClusterBackupPolicyResultVersionContextRefMo

    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

    GetHyperflexClusterBackupPolicyTag

    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.

    GetHyperflexClusterBackupPolicyVersionContext

    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<GetHyperflexClusterBackupPolicyVersionContextInterestedMo>
    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 GetHyperflexClusterBackupPolicyVersionContextRefMo
    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 []GetHyperflexClusterBackupPolicyVersionContextInterestedMo
    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 GetHyperflexClusterBackupPolicyVersionContextRefMo
    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<GetHyperflexClusterBackupPolicyVersionContextInterestedMo>
    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 GetHyperflexClusterBackupPolicyVersionContextRefMo
    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 GetHyperflexClusterBackupPolicyVersionContextInterestedMo[]
    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 GetHyperflexClusterBackupPolicyVersionContextRefMo
    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[GetHyperflexClusterBackupPolicyVersionContextInterestedMo]
    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 GetHyperflexClusterBackupPolicyVersionContextRefMo
    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.

    GetHyperflexClusterBackupPolicyVersionContextInterestedMo

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

    GetHyperflexClusterBackupPolicyVersionContextRefMo

    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